/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}

*, *::before, *::after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

body { margin: 0; padding: 0; font-size: 18px; line-height: 2em; font-family: 'Montserrat', sans-serif; font-weight: 400; color: #1e1e1e; overflow-x: hidden;}

h1 { margin: 0;        font-size: 44px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 700; }
h2 { margin: 0 0 30px; font-size: 32px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; } 
h3 { margin: 0 0 30px; font-size: 22px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700;} 
h4 { margin: 0 0 30px; font-size: 18px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; text-transform: uppercase }
h5 { margin: 0 0 30px; font-size: 18px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 400; text-transform: uppercase}
h6 { margin: 0 0 30px; font-size: 14px; line-height: 2em; font-family: 'Montserrat', sans-serif; color: #1e1e1e; font-weight: 400; }

.post-body h2 { margin: 40px 0 15px; font-size: 32px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; } 

.post-body h3 { margin: 30px 0 15px; font-size: 22px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; } 
.post-body h4 { margin: 20px 0 15px; font-size: 18px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; }
.post-body h5 { margin: 20px 0 15px; font-size: 16px; line-height: 1.5em; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 700; }
.post-body h6 { margin: 10px 0 10px; font-size: 14px; line-height: 2em; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 700; }

.extra h2 { margin: 60px 0 30px; font-size: 32px; line-height: 1.5; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; } 
.extra h2:first-of-type {margin: 0 0 30px; padding-top: 0px}
.extra h2:before {content: ''; width: 60px; height: 2px; background: #00a1de; display: block; margin-bottom: 20px}
.extra h3 { margin: 60px 0 30px; font-size: 22px; line-height: 1.5; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; } 
.extra h4 { margin: 60px 0 30px; font-size: 18px; line-height: 1.5; font-family: 'Montserrat', sans-serif; color: #1E1E1E; font-weight: 700; }
.extra h5 { margin: 60px 0 30px; font-size: 18px; line-height: 1.2; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 700; }
.extra h6 { margin: 60px 0 30px; font-size: 16px; line-height: 1.2; font-family: 'Montserrat', sans-serif; color: #00a1de; font-weight: 700; }

.adv {padding: 5%; background: #f1f1f1;}
.adv h2 {color: #E62070; }
.adv h4 {margin: 0px 0px 30px; text-transform: uppercase; font-weight: 400}
.adv .cta_button {margin: 20px auto 0; background: #E62070; color: #fff; border-radius: 50px; padding: 10px; font-weight: bold}

img { max-width: 100%; height: auto; border: none; vertical-align: top; }

a { color: #00a1de; outline: none; text-decoration: none !important; cursor: pointer; max-width: 100% !important; white-space: normal !important;   transition: ease-out 0.5s; display: inline-block; vertical-align: middle; }
a:hover { color: #1e1e1e; text-decoration: none;}

p { margin:0 0 10px; width: 100%; display: block; font-size:18px; line-height: 2em; color: #1e1e1e } 
p#hubspot-topic_data {margin: 0 0 0 0; color: #9EA0A2}
.postTop p#hubspot-topic_data {margin: 0 0 0 0; color: #fff}
.post-item p#hubspot-topic_data {margin: 0 0 0 0; color: #fff}
.post-item.simpleListing p#hubspot-topic_data {margin: 0 0 0 0; color: #1e1e1e}
ul, ol { list-style:none; padding: 0; margin: 0; }

.hidden-dt {display: none}

.row-fluid .wrapper { float: none !important; display: block; margin: 0 auto !important;  padding-right: 0px; padding-left: 0px; -webkit-box-sizing: border-box; box-sizing: border-box;float: none; /*width: 80%;*/ max-width: 1300px; }
.row-fluid .wrapper.blog-unique { float: none !important; display: block; margin: 0 auto !important;  padding-right: 0px; padding-left: 0px; -webkit-box-sizing: border-box; box-sizing: border-box;float: none; width: 100%; max-width: 1300px; }


.textCenter, .textCenter a, .textCenter h1, .textCenter h2, .textCenter h3, .textCenter h4, .textCenter h5, .textCenter h6 { text-align: center;}

.textLight, .textLight a, .textLight h1, .textLight h2, .textLight h3, .textLight h4, .textLight h5, .textLight h6 { font-weight: 300; }

.textBold, .textBold a, .textBold h1, .textBold h2, .textBold h3, .textBold h4, .textBold h5, .textBold h6 { font-weight: 700; }

.textBolder, .textBolder a, .textBolder h1, .textBolder h2, .textBolder h3, .textBolder h4, .textBolder h5, .textBolder h6 { font-weight: 800;}

.textBlack, .textBlack a, .textBlack h1, .textBlack h2, .textBlack h3, .textBlack h4, .textBlack h5, .textBlack h6 { color: #000;}

.textUppercase, .textUppercase a, .textUppercase h1, .textUppercase h2, .textUppercase h3, .textUppercase h4, .textUppercase h5, .textUppercase h6 { text-transform: uppercase;}

.p10-0 { padding-top: 10px; padding-bottom: 10px; }
.p20-0 { padding-top: 20px; padding-bottom: 20px; }
.p30-0 { padding-top: 30px; padding-bottom: 30px; }
.p40-0 { padding-top: 40px; padding-bottom: 40px; } 
.p50-0 { padding-top: 50px; padding-bottom: 50px; } 
.p60-0 { padding-top: 60px; padding-bottom: 60px; }
.p70-0 { padding-top: 70px; padding-bottom: 70px; } 
.p80-0 { padding-top: 80px; padding-bottom: 80px; } 

.pt10 { padding-top: 10px; } 
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; } 
.pt40 { padding-top: 40px; } 
.pt50 { padding-top: 50px; } 
.pt60 { padding-top: 60px; } 
.pt70 { padding-top: 70px; } 
.pt80 { padding-top: 80px; } 
.pt90 { padding-top: 90px; } 
.pt100 { padding-top: 100px; }

.pb10 { padding-bottom: 10px; } 
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; } 
.pb70 { padding-bottom: 70px; } 
.pb80 { padding-bottom: 80px; } 

.m10-0 { margin-top: 10px; margin-bottom: 10px; } 
.m20-0 { margin-top: 20px; margin-bottom: 20px; }
.m30-0 { margin-top: 30px; margin-bottom: 30px; } 
.m40-0 { margin-top: 40px; margin-bottom: 40px; }
.m50-0 { margin-top: 50px; margin-bottom: 50px; } 
.m60-0 { margin-top: 60px; margin-bottom: 60px; } 
.m70-0 { margin-top: 70px; margin-bottom: 70px; } 
.m70-0 { margin-top: 80px; margin-bottom: 80px; } 

.mt10 { margin-top: 10px; } 
.mt20 { margin-top: 20px; } 
.mt30 { margin-top: 30px; } 
.mt40 { margin-top: 40px; } 
.mt50 { margin-top: 50px; } 
.mt60 { margin-top: 60px; } 
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; } 

.mb10 { margin-bottom: 10px; } 
.mb20 { margin-bottom: 20px; } 
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; } 
.mb50 { margin-bottom: 50px; } 
.mb60 { margin-bottom: 60px; } 
.mb70 { margin-bottom: 70px; } 
.mb80 { margin-bottom: 80px; }


.slick-slide { box-sizing: content-box; outline: 0; padding: 0 5px; }
/****=== Custom Style ===****/
.row-fluid h1 span, .row-fluid h2 span, .row-fluid h3 span, .row-fluid h4 span, .row-fluid h5 span, .row-fluid h6 span { color: #00a1de; }
.row-fluid .fullwidth { float: left; width: 100%; }
.row-fluid .half-width { float: left; width: 50%; }
.row-fluid .arrow-red a { position: relative; padding: 0 39px 0 0; }
.row-fluid .arrow-red a:before { content: '-'; position: absolute; right: 0; top: 3px; background: url(https://2952267.fs1.hubspotusercontent-na1.net/hubfs/2952267/Home%20Page%20Assets%20-%202020/Group%204.png) no-repeat center top/contain; width: 32px; height: 19px;  font-size: 0; transition: 0.4s ease all; }
.row-fluid .arrow-red a:hover:before { right: -5px;}

.row-fluid .btnStyle1 a {  background: #C8171F; color: #fff; font-size: 16px; line-height: 26px; font-weight: 700; min-width: 214px; padding: 16px 45px; box-sizing: border-box !important; text-align: center; border-radius: 10px; }
.row-fluid .btn-arrow-white a { position: relative;  }
.row-fluid .btn-arrow-white a:after{ content:'-'; display: inline-block; margin: 0 0 0 12px;  vertical-align: middle;  background: url(https://2952267.fs1.hubspotusercontent-na1.net/hubfs/2952267/Home%20Page%20Assets%20-%202020/white-arrow-btn.png) no-repeat center top/contain; width: 16px; height: 11px; font-size: 0;  }
.row-fluid .simple-red-btn a{ position: relative; color: #C8171F; font-size: 14px; line-height: 17px; font-weight: 600; padding: 0 25px 0 0;  }
.row-fluid .simple-red-btn a:before{ content: '-'; position: absolute; right: 0; top: 3px; background: url(https://2952267.fs1.hubspotusercontent-na1.net/hubfs/2952267/Home%20Page%20Assets%20-%202020/red-arrow-meet-us.png) no-repeat center top/contain; width: 16px; height: 11px; font-size: 0; transition: 0.4s ease all;}
.row-fluid .simple-red-btn a:hover:before { right: -10px; }

.row-fluid .disFlex { display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; }
.f-v-center {  -webkit-align-items: center; align-items: center;}

.row-fluid .get-bg { display: none; }
.row-fluid .widget-type-global_group { min-height: auto; }


/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.mainmenu .hs-menu-wrapper > ul{ 
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul > li > a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.mainmenu .hs-menu-wrapper > ul ul{}
.mainmenu .hs-menu-wrapper > ul ul li{
  background:;
}
.mainmenu .hs-menu-wrapper > ul ul li a{
  color:;
}
.mainmenu .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.mainmenu .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .mainmenu .hs-menu-wrapper { 
          display:block !important;
      }
  }




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
    display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of mainmenu. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .mainmenu,
  .mainmenu .hs-menu-wrapper > ul,
  .mainmenu .hs-menu-wrapper > ul li,
  .mainmenu .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */
 
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 30px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
/*     background-color: #000000;  */
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
/*     background-color: #000000;  */
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
/*       background-color: #ffffff; /* Icon color */ */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .mainmenu.js-enabled{
       position: absolute;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
		   left: 0;
       top: 15px;
       width: 100%;
   }

  /* Hide menu on mobile */
  .mainmenu.js-enabled .hs-menu-wrapper,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .mainmenu ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .mainmenu.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
		float:left; 
		width:100%;
		box-shadow:rgba(0,0,0,0.4) 0 5px 7px 0px;
  }
  .mainmenu .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .mainmenu .hs-menu-wrapper > ul > li a{
    font-size: 18px; /* Font size of top level list items */
    line-height: 32px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .mainmenu .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .mainmenu .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}






.row-fluid .topSection { padding:10px 0; background: #f1f1f1;  }
.row-fluid .topSection h1 { color:#FFFFFF; }
.row-fluid .topSection .tLogo img { max-width:80px; }

.row-fluid .mainMenu { margin:15px 0 0; }
.row-fluid .mainMenu .hs-menu-wrapper > ul { float:right; }
.row-fluid .mainMenu .hs-menu-wrapper > ul > li > a { color:#1e1e1e; font-weight:700; padding: 10px; }
.hs-blog-listing .row-fluid .mainMenu .hs-menu-wrapper > ul > li:hover > a { color:#FFFFFF; }
.row-fluid .mainMenu .hs-menu-wrapper > ul > li:hover > a { color:#00a1de; }

.row-fluid .mainblogSection .postTop .hs-featured-image-wrapper { display:none; }
.row-fluid .mainblogSection .postTop > .post-item .post-header { position:absolute; left: 0; bottom: 0; }
.row-fluid .mainblogSection .postTop .post-item { float:left; width:66%; margin-right:2% !important; min-height:300px; }
.row-fluid .mainblogSection .post-item { float:left; width:32%; margin:22px 2% 0 0; }  
.row-fluid .mainblogSection .post-item { position:relative; }
.row-fluid .mainblogSection .post-item.no:nth-child(4) { margin-right: 0; }
.row-fluid .mainblogSection .post-item.no:nth-child(3n+8) { margin-right: 0; }
.showtags .row-fluid .mainblogSection .post-item.no:nth-child(3n+8) { margin-right: 2%; }
.row-fluid .mainblogSection .smWrapper .post-item { margin-top:15px; }
.row-fluid .mainblogSection .smWrapper .post-header { background-color:#f1f1f1; padding:15px; }
.row-fluid .mainblogSection .smWrapper .post-header h2, .row-fluid .mainblogSection .smWrapper .post-header h2 a { font-size:20px; margin:0 0 4px; color: #1e1e1e } 
.row-fluid .mainblogSection .smWrapper #hubspot-topic_data a { color:#1e1e1e; font-size:14px; }
.row-fluid .mainblogSection .smwrapperMain { flex-flow:row-reverse; } 
.row-fluid .mainblogSection .smwrapperMain > .post-item { width: 66%; min-height:300px; margin: 2% 0 0; position:relative; }
.row-fluid .mainblogSection .smwrapperMain > .post-item .post-header { position:absolute; left:0; bottom:0; width:100%; }
.row-fluid .mainblogSection .post-header { background: #00a1de; position: static; width: 100%; padding:30px; }
.row-fluid .mainblogSection .post-header h2, .row-fluid .mainblogSection .post-header h2 a,.row-fluid .mainblogSection .post-header h1, .row-fluid .mainblogSection .post-header h1 a { color:#FFFFFF; font-weight:500;font-size:34px; } /*     word-break: break-all; */
.psPosts h2 a { color:#1e1e1e !important; }
.row-fluid .mainblogSection .post-header h2, .row-fluid .mainblogSection .post-header h1 {margin-bottom:75px;}
.row-fluid .mainblogSection .postTop .psPosts { margin-top:2%; text-align:left;}
.row-fluid .mainblogSection .popularPosts h5 { position: relative; margin: 0; font-weight: 700; float: left; padding: 15px 0 20px; font-size: 22px; } /* border-top: #00a3de solid 4px;  */
.row-fluid .mainblogSection .popularPosts h5:before { content: '-'; display: block; position: absolute; left: 0; top: 0; width: 100px; height: 3px; background: #00a1de; font-size: 0; }


/* .row-fluid .mainblogSection .popularPosts ul { float:left; width:100%;text-align:left; }
.row-fluid .mainblogSection .popularPosts li { padding: 10px 15px; background: #5fc5e8; margin:15px 0 0; font-size: 20px; line-height: 26px; font-weight: 500; }
.row-fluid .mainblogSection .popularPosts li a { color:#FFFFFF; }
.row-fluid .mainblogSection .popularPosts li p { margin:10px 0 0; } */
.row-fluid .mainblogSection #hubspot-topic_data a { font-size: 15px; color: #fff; }
.row-fluid .mainblogSection .hs-featured-image-wrapper { padding:56.25% 0 0; }
body .row-fluid .mainblogSection .hs-featured-image-wrapper img { display:none !important; }
.row-fluid .mainblogSection .postTop .psPosts { float:left; width:32%; }
.row-fluid .mainblogSection .postTop .psPosts .post-item { padding: 15px; background: #f1f1f1; margin:15px 0 0; min-height:0; width:100%; margin-right:0; } 
.row-fluid .mainblogSection .postTop .psPosts .post-item #hubspot-topic_data a { font-size:14px; color:#1e1e1e; }
.row-fluid .mainblogSection .postTop .psPosts .post-header { padding:0; position:static !important; background:transparent; }
.row-fluid .mainblogSection .postTop .psPosts .post-header h2, .row-fluid .mainblogSection .postTop .psPosts .post-header h2 a { font-size: 20px; line-height: 26px; font-weight: 500; }
.row-fluid .mainblogSection .postTop .post-header { position:absolute !important; left: 0; bottom: 0; z-index: 1; } 
.row-fluid .mainblogSection .psPosts .post-header h2 { margin-bottom: 14px; }
.row-fluid .mainblogSection .blogListing.tagShow { display:none; }
.row-fluid .mainblogSection .articoli { padding: 30px 0 20px; margin: 7px 0 0; text-align: left; font-weight: 700; font-size: 22px; }

.showtags:not(.showAuthor) .row-fluid .mainblogSection .post-listing { display:none; }
.showtags .row-fluid .mainblogSection .blogListing { display:flex; justify-content: left; flex-flow: row wrap; }
.showtags .row-fluid .mainblogSection .blogListing .post-item { width:32%; }
.showtags .row-fluid .mainblogSection .blogListing .post-item:nth-child(3n+1) { margin-right:2%; }
.showtags .row-fluid .mainblogSection .blogListing .post-item:nth-child(3n) { margin-right:0; }
  

/*.row-fluid .blog-subscription { background-size: cover; background-position: center top; padding: 90px 67px; }
.row-fluid .blog-subscription form.hs-form { padding-right:295px; margin-bottom: 15px; }*/
.subscWrapper {margin-top: 60px}
.row-fluid .blog-subscription .hs-richtext { display:none; }
.row-fluid .blog-subscription h3 {margin: 0 0 30px;font-size: 44px; line-height: 1.5; font-family: 'Montserrat',sans-serif; color: #fff; font-weight: 400;}
.row-fluid .subscription-text,  .row-fluid .subscription-text p, .row-fluid .subscription-text a{ color: #fff; font-size: 16px;  line-height: 24px;}
.row-fluid .subscription-detail { width: 60%; float: left;}
.row-fluid .subscription-form { width: 40%; float: left; padding-left: 30px;}
.row-fluid .subscription-form .blog-form h3 { display: none;}
.row-fluid form.hs-form {width:100%;/*float:left;margin:0px;position: relative;*/}
.row-fluid .blog-form form.hs-form label {font-size: 22px; color: white; width: 100%;float: left;margin-bottom: 0px;}

.row-fluid .blog-form form.hs-form input[type="email"],  .row-fluid .blog-form form.hs-form input[type="text"]{ color: #1e1e1e !important; float: left; border: none; outline: none; padding: 15px;border-radius: 0px;    line-height: 18px; font-size: 15px;}
.row-fluid .blog-form form.hs-form input[type=submit] {border-radius: 20px !important; content:''; right: 0;bottom: -14px;padding: 15px;border: 0px solid #fff;cursor:pointer;border-radius: 0px;outline: none;background-color: #1e1e1e; color: white; font-size: 15px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat', sans-serif; width: 100%}
.row-fluid .blog-form form.hs-form input[type=submit]:hover {background-color: #fff; color: #1e1e1e;}
.row-fluid .form-detail { float: left; width: 100%; font-size: 14px;font-weight: 600;}
.row-fluid .blog-form form.hs-form .hs_error_rollup {  display: none;}
.row-fluid .blog-form form.hs-form ul li label.hs-error-msg { position: absolute; content: ''; left: 0; bottom: -23px;margin-bottom: 0 !important;font-size:12px;}
.row-fluid .blog-form form.hs-form input[type="email"]::placeholder, .row-fluid .blog-form form.hs-form input[type="text"]::placeholder { color:#1e1e1e !important; }

/* .row-fluid .mainblogSection .post-item:nth-child(6) { width: 64%;float: left;}
.row-fluid .mainblogSection .post-item:nth-child(6) .hs-featured-image-wrapper {padding: 19.25% 0;} */

.row-fluid .pSubscribe { margin: 15px 0 0; background-image: url(https://6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/Blog%20Unique%202020/copertina-3.jpg); background-blend-mode: multiply; position: relative; background-color: #9b9d9f; padding: 15px; }
.row-fluid .pSubscribe .hs-richtext { font-weight: 500; font-size: 11px; line-height: 1.2; margin: 10px 0 0; }
.row-fluid .pSubscribe .hs-richtext p {  font-size: 11px; }  

.row-fluid .pSubscribe h2 { color:#FFFFFF; font-size: 20px; margin-bottom:0}
.row-fluid .pSubscribe h6 { color:#1e1e1e; font-weight:600; margin:10px 0 10px; }
.row-fluid .pSubscribe input[type=text] { font-size: 16px; font-family: 'Montserrat',sans-serif; color: #1E1E1E !important; border: none !important; padding: 10px 30px !important; line-height: 25px; outline: none; border-radius: 0px; } 
.row-fluid .pSubscribe input[type=email] { font-size: 16px; font-family: 'Montserrat',sans-serif; color: #1E1E1E !important; border: none !important; padding: 10px 30px !important; line-height: 25px; outline: none; border-radius: 0px; } 
.row-fluid .pSubscribe input[type=submit] { padding: 13px 45px; border: 0px solid #fff; cursor: pointer; border-radius: 20px; outline: 0; background-color: #00a1de; color: white; font-size: 15px; font-weight: 700; font-family: 'Montserrat',sans-serif; line-height: 30px; width: 100%; margin: 0px 0 0;     text-transform: uppercase;}
.row-fluid .pSubscribe .hs-form-field > label { display:none !important; }
.row-fluid .smWrapper { float: left; width: 32%; margin-right: 2%; position:relative; }
/* .row-fluid .smWrapper:before { content: 'Articoli scelti per te'; margin: 20px 0 0; float: left; width: 100%; font-size: 22px; font-weight: 500; padding-top: 15px; text-align:left;} */
.row-fluid .smWrapper:after { position: absolute; content: ''; left: 0; top: 3%; width: 100px; height: 3px; background: #00a1de; }
.row-fluid .smWrapper .post-item { float:left; width:100%; margin-right:0; }

.row-fluid .topicSection { padding:60px 0 0; }
.row-fluid .topicSection .tsTop { font-size: 24px; line-height: 36px; padding:30px 0 0; } 
.row-fluid .topicSection .tsTop h2 { position:relative; } 
.row-fluid .topicSection .tsTop h2:before { position: absolute; content: ''; left: 50%; top: -80px; transform: translateX(-50%); width: 2px; height: 60px; background: #00a1de; }
.row-fluid .topicSection .tsMain ul > li { float: left; width: 32%; margin: 2% 2% 0 0; list-style: none }
.row-fluid .topicSection .tsMain ul > li:nth-child(3n) { margin-right:0; }
.row-fluid .topicSection .tsMain ul > li a { position:relative; padding:15px 15px 15px 15px; text-align:left; display:block; color: #9EA0A2; border-bottom:#00A1DE solid 3px; background: #f1f1f1 ; font-size: 15px; text-transform: uppercase; letter-spacing: 3px} 
.row-fluid .topicSection .tsMain ul > li a:hover { background:#00A1DE; color:#FFFFFF; }
/*.row-fluid .topicSection .tsMain ul > li a:after { content: '>'; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 28px; color: #0061aa; }
.row-fluid .topicSection .tsMain ul > li a:hover:after { color:#FFFFFF; }
.row-fluid .topicSection .tsMain ul > li:nth-child(4n+1) a { border-color:#5fc5e8; }
.row-fluid .topicSection .tsMain ul > li:nth-child(4n+1) a:hover { background:#5fcfe8; }
.row-fluid .topicSection .tsMain ul > li:nth-child(4n+2) a { border-color: #656565; }
.row-fluid .topicSection .tsMain ul > li:nth-child(4n+2) a:hover { background:#656565; }*/

.row-fluid .relArticles {margin-top: 60px}
.row-fluid .relArticles .tsTop { font-size: 24px; line-height: 36px; padding:30px 0 0; } 
.row-fluid .relArticles .tsTop h2 { position:relative; text-align: center } 
.row-fluid .relArticles .tsTop h2:before { position: absolute; content: ''; left: 50%; top: -80px; transform: translateX(-50%); width: 2px; height: 60px; background: #00a1de; }

.logofooter {margin:0 auto; text-align:center; margin-bottom:30px }

.hs-blog-post .row-fluid .topSection { background:#FFFFFF; }
.hs-blog-post .row-fluid .topSection .blogTitle { display:none; }

.hs-blog-post .blogpostHero { background-size: cover; background-color:#f1f1f1; }
.hs-blog-post .blogpostHero .bpLeft { padding:30px 30px 30px 0; }
.hs-blog-post .blogpostHero .bpLeft .topic-link { color: #9EA0A2; font-size: 15px; font-weight:400; letter-spacing: 3px; text-transform: uppercase }
.hs-blog-post .blogpostHero .bpLeft h1 { font-size: 44px; font-weight: 700; margin: 30px 0; float: left; width: 100%; }
.hs-blog-post .blogpostHero .postAuthor .hs-author-avatar { display:inline-block; }
.hs-blog-post .blogpostHero .postAuthor {color: #9EA0A2; font-size: 15px}
.hs-blog-post .blogpostHero .postAuthor .author-link { vertical-align: bottom; color: #9EA0A2; font-weight: 600;  }

.splide button.splide__arrow {
	background: #0693e3;
	height: 3em;
	width: 3em;
	opacity: .8 !important;
}

.splide button.splide__arrow:disabled{opacity: .3 !important}

.nl-subtit{font-size: 16px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 3px;
color: #fff;}
.nl-tit{font-size: 24px;
line-height: 1.2;
color: #fff;
margin-bottom: -15px;}

.hs-tabs-wrapper .hs-tabs__content{border:2px solid #f1f1f1 !important}

.hs-tabs__nudge--left, .hs-tabs__nudge--left:active, .hs-tabs__nudge--left:focus, .hs-tabs__nudge--left:hover{border:0}

.hs-tabs-wrapper .hs-tabs__tab[aria-selected="true"]{
	border:0 !important;
	background: #00a1de;
	color:#fff;
	
}

.hs-tabs-wrapper .hs-tabs__tab[aria-selected="false"]{
	border:0 !important;
	background: #f1f1f1;
	color:#00a1de;
	
}

.hs-tabs-wrapper  .hs-tabs__tab[aria-selected="true"]::after,.hs-tabs-wrapper  .hs-tabs__tab[aria-selected="false"]::after {border-bottom:0 !important;}

.what_ebook_section .ebook_features .Features_icon{display:none}
.what_ebook_section .ebook_what{padding:0}
@media all and (min-width: 996px) {
.blog-listing-wrapper {margin-top:50px}
	.subscription-form{margin-top:30px }

}

@media all and (min-width: 899px) {
  .pillar-page-header__image {overflow: hidden; width: calc(50% + 0px); margin-left: 0; position: relative; z-index: 10; display: block !important; background-position: center; order: 1; background-size: cover;}
  .pillar-page-header__image + .pillar-page-header__content {width: calc(50%); padding-right: 0;}
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {float: right; padding-right: 80px; min-height: 450px; max-width: 650px; margin: 0 auto; min-width: 650px; position: relative}


}

@media all and (max-width: 1000px) {
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {padding-right:30px; }
 
  
}

@media all and (max-width: 1300px) {
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text { min-width: auto !important}
  .page-width-normal .row-fluid {box-sizing: border-box}
}

@media all and (max-width: 768px) {
  .pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {min-width: auto !important; }
  .postAuthor.fullwidth {float: none}
	.what_ebook_section .ebook_features {max-width: 100%;
  flex: 0 0 100%;}
}

@media all and (max-width: 899px) {
  .hidden-dt {display: block; height: 300px}
  .pillar-page-header {min-height: unset !important}
  .pillar-page-header__text .postAuthor {position: unset !important}
	.pillar-page-header__content{padding: 5% !important}
	.pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {
	padding-right: 0px;
}
	.post-content__wrapper {
    padding: 0 5% !important;
}
}

.pillar-page-header {display: flex; background: #f1f1f1; min-height: 530px}
.pillar-page-header__image {display: none} 
.pillar-page-header__content {overflow: hidden; padding: 50px 20px 20px 20px;}
/*.pillar-page-header__text {position: relative; z-index: 2;}*/
.pillar-page-header__text .topic-link { color: #1e1e1e; font-size: 15px; font-weight:400; letter-spacing: 3px; text-transform: uppercase; line-height:1.1em }
.pillar-page-header__text h1 { font-size: 38px; font-weight: 700; margin: 10px 0; float: left; width: 100%;  word-break: break-word }
.pillar-page-header__text h2 { font-size: 28px; }
.pillar-page-header__text .postAuthor {color: #9EA0A2; font-size: 15px; position: absolute; bottom: 0}
.pillar-page-header__text .postAuthor .author-link { vertical-align: bottom; color: #9EA0A2; font-weight: 600;  }

.mainblogSection .topic-link { font-weight:400; letter-spacing: 3px; text-transform: uppercase }


.hs-blog-post .row-fluid .mainblogSection { padding:60px 0 60px; font-size: 24px; line-height: 36px; }
/*.hs-blog-post .row-fluid .mainblogSection .wrapper { padding-right:150px; }*/
.hs-blog-post .row-fluid .mainblogSection p { width:100%; margin: 0; }
.hs-blog-post .row-fluid .mainblogSection .post-body img { margin:0 0px 20px 0;}
.hs-blog-post .row-fluid .mainblogSection .post-body ul{list-style:none !important;padding-left:15px;width: 100%; margin: 10px 0 0 0}
.hs-blog-post .row-fluid .mainblogSection .post-body ol {width: 100%; list-style: none;padding-left:15px; margin: 30px 0 30px 30px }
.hs-blog-post .row-fluid .mainblogSection .extra ul{list-style:none !important;padding-left:15px;width: 100%; margin: 30px 0 30px 30px}
.hs-blog-post .row-fluid .mainblogSection .extra ol {width: 100%; list-style: none;padding-left:15px; margin: 30px 0 30px 30px }

.hs-blog-post .row-fluid .mainblogSection .post-body ol.blog-index {overflow-wrap: break-word; margin: 0 0; padding: 0; counter-reset: li !important; display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start}
ol.blog-index > li {font-size: 18px; line-height: 1.5em; counter-increment: item; position: relative; background: #1e1e1e; padding: 15px; width: 10.42rem; margin: 0 30px 30px 0; text-align: center; align-self: normal;}
ol.blog-index li a {color: #fff; margin-top: 15px}
ol.blog-index li a:hover {color: #00A1DE}
ol.blog-index li:before {content: counter(li) !important; display: block !important; color: #00A1DE !important; font-size: 33px; width: 100% !important; text-align: center !important; left: 45.5% !important; padding-right: 0 !important;}


.hs-blog-post .row-fluid .mainblogSection .post-body .hs-cta_button a.cta_button { padding: 18px !important; background: rgb(0,77, 136) !important; color: rgb(244,244,244) !important; border-radius: 6px !important;font-weight: bold; line-height: 1.8em; font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; padding-bottom: 1em; font-size: 18px;}
.hs-blog-post .row-fluid .mainblogSection .section.post-body a { display: inline;     vertical-align: top; }

/*.hs-blog-post .row-fluid .mainblogSection .shareElements { position: sticky; top: 53px; float: left; }
.hs-blog-post .row-fluid .mainblogSection .postShare {width: 80px; background: #00a3de; text-align: center; padding:15px 0; }*/

.hs-blog-post .row-fluid .mainblogSection .postShare { list-style: none; position: sticky; top: 53px; float: left; width: 80px; background: #00a1de; text-align: center; padding:15px 0; }*/
.hs-blog-post .row-fluid .mainblogSection .postShare ul {list-style-type: none}
.hs-blog-post .row-fluid .mainblogSection .postShare li:first-child a { border-top:none; }
.hs-blog-post .row-fluid .mainblogSection .postShare a { font-size:22px; color:#FFFFFF; padding:15px 10px; border-top:#FFFFFF solid 1px; line-height:30px }

body .row-fluid .mainblogSection .post-item { border-radius: 0; border: 0; box-shadow: none !important; transform: none !important;-webkit-transform: none !important; background: #00a1de;}
.row-fluid .pSubscribe form.hs-form .hs-input, .row-fluid .blog-form form.hs-form input[type="email"] { background: #fff !important; border-radius: 0px !important; }
.row-fluid .pSubscribe form.hs-form .hs-input, .row-fluid .blog-form form.hs-form input[type="text"] { background: #fff !important; border-radius: 0px !important; margin-bottom: 7px }
input[type="text"]::placeholder {color: #1e1e1e !important; font-size: 15px}
.blog-subscription input[type="submit"] {background-color: #1e1e1e !important}
.row-fluid .pSubscribe form.hs-form ul.no-list.hs-error-msgs.inputs-list li { font-size: 13px;}
.row-fluid .smwrapperMain .post-item.simpleListing { padding-bottom: 0;}
.row-fluid .mainblogSection .post-listing > .post-item > .post-header p#hubspot-topic_data { position: absolute; content: ''; bottom: 25px; left: 0;width: 100%;height: auto;float: left; padding-left:30px; }
.row-fluid .smwrapperMain .post-item.simpleListing p#hubspot-topic_data { margin-top: 15px; float: left; width: 100%;}

.row-fluid .blog-form form.hs-form input[type="email"]  {border-radius:0px !important;padding: 15px !important;}
body .row-fluid .Footer-Menu ul li a {padding-bottom:12px; padding-top: 5px}
.row-fluid .Footer-CTA a { padding-top: 9px !important; padding-bottom: 8px !important; display: inline-block;}
.row-fluid .blog-subscription { margin: 60px auto 60px !important;}
.hs-blog-post .cm-banner-ovarlay { display: none; }
.row-fluid .pSubscribe form.hs-form ul.no-list.hs-error-msgs.inputs-list li { color: #fff; }
/* .showtags p#hubspot-topic_data a.topic-link { display: none; }
.showtags p#hubspot-topic_data a.topic-link:first-child { display: block; }  */
.row-fluid .mainblogSection .postTop>.post-item, .row-fluid .mainblogSection .smwrapperMain>.post-item{background:none !important;    position: relative;}
.row-fluid .mainblogSection .postTop>.post-item .hs-featured-image-wrapper, .row-fluid .mainblogSection .smwrapperMain>.post-item .hs-featured-image-wrapper{display:block !important;position: relative;}
.row-fluid .mainblogSection .postTop>.post-item .hs-featured-image-wrapper a, .row-fluid .mainblogSection .postTop>.post-item .hs-featured-image-wrapper img, .row-fluid .mainblogSection .smwrapperMain>.post-item .hs-featured-image-wrapper a, .row-fluid .mainblogSection .smwrapperMain>.post-item .hs-featured-image-wrapper img { position: absolute; top: 0; left: 0; height: 100% !important; width: 100% !important; display:block !Important;}
.row-fluid .mainblogSection .postTop>.post-item .post-header, .row-fluid .mainblogSection .smwrapperMain>.post-item .post-header{bottom: auto; position: relative !important;}
body .row-fluid .mainblogSection .post-item.no .hs-featured-image-wrapper a.hs-featured-image-link.top-of-link { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
body .row-fluid .mainblogSection .post-item.no .hs-featured-image-wrapper { position: relative; }
body .row-fluid .section.post-body .vidyard-player-container>div { position: relative !important; padding-bottom: 56.25% !important; overflow: hidden; max-width: 100%; width: 100% !important; }
body .row-fluid .section.post-body iframe { position: absolute !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 100% !important; }
.row-fluid .pSubscribe .hs_error_rollup { display: none; }

/* .hs-blog-listing .banner-area:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.5; filter: alpha(opacity=50); background-color: #ccc; } */

.showtags .row-fluid .post-item #hubspot-topic_data { position: absolute; bottom: 25px; left: 0; width: 100%; height: auto;   padding-left: 30px; line-height: normal; margin: 0; font-size: 0;}
.catpage-tag { display: none; }
.showtags p:not(.catpage-tag) { display: none; }
.showtags .catpage-tag { display: block; }

.row-fluid .smwrapperMain .post-item.simpleListing p#hubspot-topic_data, .row-fluid .mainblogSection .post-listing>.post-item>.post-header p#hubspot-topic_data { line-height: normal; }
.row-fluid .smwrapperMain .post-item.simpleListing p#hubspot-topic_data{ margin: 0;}

.showtags .row-fluid .mainblogSection .post-header h2, .showtags .row-fluid .mainblogSection .post-header h2 a { font-size: 28px;   }

.hs-blog-listing .row-fluid .mainblogSection .postTop > .post-item { padding-bottom: 0; }
.hs-blog-listing .row-fluid .mainblogSection .postTop .post-item #hubspot-topic_data{ line-height: normal; margin: 0; }
 
.hs-blog-post .row-fluid .section.post-body p > iframe, .hs-blog-post .row-fluid .section.post-body video, .hs-blog-post .row-fluid .section.post-body .vidyard-player-container > div , .hs-blog-post .row-fluid .section.post-body img { margin: 60px 0; }
.hs-blog-post .row-fluid .mainblogSection .post-body ul li { font-size: 18px; line-height: 1.8em }
.hs-blog-post .row-fluid .mainblogSection .post-body ol li { font-size: 18px; line-height: 1.8em; counter-increment: li; }
.hs-blog-post .row-fluid .mainblogSection .post-body ul li:before {content: '● '; color: #00A1DE} 
.hs-blog-post .row-fluid .mainblogSection .post-body ol li:before {content: counter(li)  ". "; color: #00A1DE}
.hs-blog-post .row-fluid .mainblogSection .extra ul li { font-size: 18px; line-height: 1.8em }
.hs-blog-post .row-fluid .mainblogSection .extra ol li { font-size: 18px; line-height: 1.8em; counter-increment: li; }
.hs-blog-post .row-fluid .mainblogSection .extra ul li:before {content: '● '; color: #00A1DE}
.hs-blog-post .row-fluid .mainblogSection .extra ol li:before {content: counter(li)  ". "; color: #00A1DE}


body.hs-blog-listing .wrapper.subscWrapper { display: none; } 
body.hs-blog-post .wrapper.subscWrapper { display: block; }

.row-fluid .mainblogSection .post-item #hubspot-topic_data a.topic-link { margin-right: 5px; } 
.hs-blog-listing.showAuthor .hs-author-profile { width: 100%; margin: 30px 0 0; }
.hs-blog-listing.showAuthor .hs-author-profile + h3, .hs-blog-listing.showAuthor .hs-author-profile + h3 ~ div { display: none; }
.showtags.showAuthor .row-fluid .mainblogSection .post-listing { display: block; }
.showtags.showAuthor .hs-author-profile .hs-author-avatar { margin: 0 auto 15px; }
.showtags.showAuthor .row-fluid .mainblogSection .post-header h2 + #hubspot-topic_data { display: block; }
.showtags.showAuthor .row-fluid .mainblogSection .post-header h2 + #hubspot-topic_data > a:first-child ~ a { display: none; } 
.row-fluid .pSubscribe li.hs-form-booleancheckbox, .row-fluid .subscription-form li.hs-form-booleancheckbox { position: relative; margin: 11px 0; }
.row-fluid .subscription-form li.hs-form-booleancheckbox { width: 100%; float: left; /* min-width: 536px;*/}
.row-fluid .pSubscribe input[type="checkbox"], .row-fluid .subscription-form input[type="checkbox"] { position: absolute; left: 0; top: 0; }
.row-fluid .subscription-form input[type="checkbox"] { top: 3px; }
.row-fluid .pSubscribe input[type="checkbox"] + span { padding-left: 30px; display: block; font-size: 11px; line-height: 1.2; font-weight: 500; }
.row-fluid .subscription-form input[type="checkbox"] + span { color: #fff; padding-left: 30px; display: block; font-size: 14px; line-height: 27px; font-weight: 600; }
.row-fluid .subscription-form .blog-form form.hs-form { margin-top: 44px; }
.row-fluid .blog-form form.hs-form input[type=submit] { bottom: auto; top: 0; margin: 0; }
.row-fluid .blog-form .hs_email.hs-email > label { position: absolute; left: 0; top: -47px; }
.row-fluid .blog-form .input{ vertical-align: top; display: inline-block; width: 100% }


.row-fluid .Uhubl-formsec { padding:40px 0px; }
.row-fluid .Uhubl-form form .hs-form-field { margin-bottom:20px; }
.row-fluid .Uhubl-form h3.form-title { display: none; }
.row-fluid .Uhubl-form form .hs-input { border: 1px solid #1e1e1e !important; border-radius: 10px !important; font-size: 16px; line-height: 25px;    font-family: 'Montserrat',sans-serif;    color: #1e1e1e !important;    padding: 14px 30px !important;  }
.row-fluid .Uhubl-form form .hs-input::placeholder { color:#9ea0a2 !important; }
.row-fluid .Uhubl-form form input.hs-button.primary.large { padding: 13px 45px;    border: 2px solid #0061aa;    cursor: pointer;    border-radius: 5px;    outline: 0;    background-color: #0061aa;    color: white;    font-size: 18px;    font-weight: 600;    font-family: 'Montserrat',sans-serif;    line-height: 30px;    margin: 0px 0 0;    text-transform: unset;}
.row-fluid .Uhubl-form form .hs_error_rollup, .row-fluid .Uhubl-form .hs-form-required { display:none; }
.row-fluid .Uhubl-form form .hs-form-field > label { color: #1e1e1e !important; }
.row-fluid .Uhubl-form ul.inputs-list li { position: relative; }
.row-fluid .Uhubl-form form input[type="checkbox"] { position: absolute; left: 0; top: 3px; outline: none;  }
.row-fluid .Uhubl-form form input[type="checkbox"] + span { padding-left: 25px; display: block; font-size: 11px; line-height: 1.2; font-weight: 500; margin: 0; }
.row-fluid .Uhubl-form form input[type="checkbox"] + span { color: #1e1e1e; padding-left: 30px; display: block; font-size: 14px; line-height: 27px; font-weight: 600; }
.row-fluid .Uhubl-form .submitted-message  { color:#1e1e1e; text-align: center; }
.row-fluid .Uhubl-form form select { background-image: url(https://6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/Blog%20Unique%202020/Dropdown-Shap.png) !important;    background-repeat: no-repeat !important;    background-position: center right 15px !important;    background-size: 11px !important; appearance: none; -webkit-appearance: none; }

.row-fluid .blog-pagination { display: flex;    flex-wrap: wrap;    justify-content: center; display: -webkit-flex;    -webkit-flex-wrap: wrap;    -webkit-justify-content: center; }
.row-fluid .blog-pagination a {border-radius:20px; background-color: #00A1DE;    color: #ffffff;    padding: 15px; text-transform: uppercase; font-weight: bold;    border-radius: 0px;    font-size: 18px;    transition: all 300ms ease 0ms;    border: 0px solid #00a1de; margin:0px 20px; letter-spacing: 3px}
.row-fluid .blog-pagination a:hover { background-color: #1e1e1e; color: #fff; } 

.form-blog input[type="text"],.form-blog input[type="password"],.form-blog input[type="datetime"],
.form-blog input[type="datetime-local"],.form-blog input[type="date"],.form-blog input[type="month"],
.form-blog input[type="time"],.form-blog input[type="week"],.form-blog input[type="number"],
.form-blog input[type="email"],.form-blog input[type="url"],.form-blog input[type="search"],
.form-blog input[type="tel"],.form-blog input[type="color"],.form-blog input[type="file"],.form-blog textarea,.form-blog select {
    font-size: 18px;
    line-height: normal;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    margin: 0;
    background: none !important;
    border-bottom: 1px solid #1e1e1e !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #1e1e1e !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px !important;
    outline: 0;
}
.form-blog input[type="text"]::placeholder,.form-blog input[type="password"]::placeholder,.form-blog input[type="datetime"]::placeholder,
.form-blog input[type="datetime-local"]::placeholder,.form-blog input[type="date"]::placeholder,.form-blog input[type="month"]::placeholder,
.form-blog input[type="time"]::placeholder,.form-blog input[type="week"]::placeholder,.form-blog input[type="number"]::placeholder,
.form-blog input[type="email"]::placeholder,.form-blog input[type="url"]::placeholder,.form-blog input[type="search"]::placeholder,
.form-blog input[type="tel"]::placeholder,.form-blog input[type="color"]::placeholder,.form-blog input[type="file"]::placeholder,.form-blog textarea::placeholder,.form-blog select::placeholder {
color: #1e1e1e}

.hs_cos_wrapper_widget {margin: 0}

.form-blog ul {margin: 15px 0 !important; padding-left: 0px !important}
.form-blog ul li:before {content: none !important; line-height: 1em}
.form-blog .primary, input[type="submit"], input[type="button"] {
    background: #00a1de !important;
    color: #fff !important;
    border-color: #00a1de;
}
.form-blog .primary:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background: #1e1e1e !important;
    color: #fff !important;
    border-color: #1e1e1e;
}

.legal-consent-container p {font-size: 14px}
.legal-consent-container .hs-form-booleancheckbox {margin:5px 0 !important;}
.legal-consent-container .field.hs-form-field {margin-bottom:0!important}
.legal-consent-container .hs-form-booleancheckbox-display > span {margin-left:0px !important}

.blog-page-width-normal {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: content-box;
}

.post-content__sticky-social {position: inherit; display: block}
.post-content__wrapper {
    padding: 0 7%;
}


.row-fluid .subscription-detail{padding-right:50px}






@media (max-width:1260px){
	.row-fluid .wrapper { max-width:900px; }
	.row-fluid h2 { font-size:32px; }
	
	.row-fluid .mainblogSection .popularPosts h5 { font-size:22px; }
	.row-fluid .mainblogSection .popularPosts li a, .row-fluid .mainblogSection #hubspot-topic_data a { font-size: 15px; line-height: 1.3; }
	.row-fluid .pSubscribe h6 { margin: 20px 0 30px; font-size: 16px; }
	.row-fluid .pSubscribe input[type=email] { padding:15px !important; }
	.row-fluid .pSubscribe input[type=submit] { padding:13px; }
	.row-fluid .blog-subscription form.hs-form { padding-right:0; }
	.row-fluid .blog-form form.hs-form input[type=submit] { margin:15px 0 0; position:static; }
	
	.row-fluid .subscription-form .blog-form form.hs-form { margin-top: 0; }
	.row-fluid .subscription-form li.hs-form-booleancheckbox { min-width: auto; }
	.row-fluid .blog-form .hs_email.hs-email>label {position: static; }
		.row-fluid .topicSection .tsMain ul > li a {
min-height:88px
}
	
}

@media (max-width: 1024px) {
ol.blog-index > li {font-size: 16px; line-height: 1.5em; counter-increment: item; position: relative; background: #1e1e1e; padding: 10px; width: 7.86rem; margin: 0 30px 30px 0; text-align: center; align-self: normal;}
ol.blog-index li a {color: #fff; margin-top: 15px}
ol.blog-index li a:hover {color: #00A1DE}
ol.blog-index li:before {/*content: counter(li) !important;*/ display: block !important; color: #00A1DE !important; font-size: 33px; width: 100% !important; text-align: center !important; left: 45.5% !important; padding-right: 0 !important; /*counter-increment: li;*/}
.custom-menu-primary {padding-right: 30px !important}
  
  .row-fluid .mainblogSection h5.articoli { font-size: 22px; padding: 30px 0 0 15px; margin: 7px 0 0; } 
  .row-fluid .smWrapper::after {left: 15px !important}
  
  .Footer-Top {display: none}
}

@media (max-width:991px){
	.nl-tit{margin-bottom:15px}
	.row-fluid .subscription-detail{padding-right:0px}
	.row-fluid .wrapper { max-width:700px;    width: 100%; }
	.row-fluid .mt70 { margin-top:35px; }
	.row-fluid .mb60 { margin-bottom:30px; }
	.row-fluid .pt10 { padding-top:10px; }
  
	.row-fluid .mainblogSection .popularPosts h5,.row-fluid .mainblogSection h5.articoli { font-size: 22px; padding: 30px 0 0 20px; margin: 7px 0 0; } 
  .row-fluid .mainblogSection .articoli h5 {padding: 30px 0 20px 5%}
  .row-fluid .mainblogSection .popularPosts h5::before,.row-fluid .smWrapper::after {left: 20px !important}
	.row-fluid .mainblogSection .popularPosts li a, .row-fluid .mainblogSection #hubspot-topic_data a { font-size: 15px; }
	.row-fluid .mainMenu .hs-menu-wrapper > ul > li > a { font-size:14px; } 
	.row-fluid .topSection h1 { font-size:40px; }
	.row-fluid .mainblogSection .postTop .post-item, .row-fluid .mainblogSection .postTop .psPosts, .row-fluid .mainblogSection .post-item, .row-fluid .smWrapper, .row-fluid .mainblogSection .smwrapperMain > .post-item { width:100%; margin-right:0 !important; margin-top:20px !important; }
	.row-fluid .blog-subscription { margin: 60px auto 60px !important; padding: 0 15px }
	.row-fluid .subscription-detail, .row-fluid .subscription-form { width:100%; padding-left:0; }
	
/* 	.row-fluid .mainblogSection .postTop .hs-featured-image-wrapper { display:block; } */
  .row-fluid .blog-subscription h3 {margin: 0 0 10px}
	.row-fluid .mainblogSection .post-header { padding:20px; }
	.row-fluid .mainblogSection .post-header h2, .row-fluid .mainblogSection .post-header h1 { margin-bottom:15px; }
	.row-fluid .mainblogSection .post-header h2, .row-fluid .mainblogSection .post-header h2 a, .row-fluid .mainblogSection .post-header h1, .row-fluid .mainblogSection .post-header h1 a { font-size:24px; }
	.row-fluid .pSubscribe h2 { font-size:28px; margin:0 0 10px; }
	.row-fluid .pSubscribe h6 { margin: 0px 0 10px; }
	.row-fluid .pSubscribe input[type=email] { padding: 10px 15px !important; font-size: 15px; }
	.row-fluid .pSubscribe input[type=submit] { padding: 8px 13px; }
	.row-fluid .pSubscribe .hs-richtext { font-size:12px;  }
	/*.row-fluid .blog-subscription { margin: 0 0 50px;}*/
	.showtags .row-fluid .post-item.no { width: 100% !important; }
	
	.hs-blog-listing .banner-area { transform: translate(0px,0) !important; height: 100% !important; }
	.row-fluid .mainblogSection .smwrapperMain { flex-flow:row wrap; }
	
	.showtags .row-fluid .mainblogSection .post-header h2, .showtags .row-fluid .mainblogSection .post-header h2 a { font-size: 24px;   }
	.row-fluid .post-item { padding-bottom: 0; }
	.row-fluid .mainblogSection .post-listing>.post-item>.post-header p#hubspot-topic_data { margin: 0; padding-left: 0; position: static;  }
	.row-fluid .mainblogSection .smwrapperMain p#hubspot-topic_data { margin: 0; }
	.showtags .row-fluid .post-item #hubspot-topic_data {bottom:14px; padding-left:20px}
	
	.row-fluid .mainblogSection .postTop .psPosts .post-item {
	padding: 20px;

}
	.row-fluid .pSubscribe {
	padding: 20px;
}
	.row-fluid .mainblogSection .smWrapper .post-header {
	padding: 20px;
}
	

	
}

@media(max-width:980px){
	
	.mobile-trigger i {display: none;}
	/*body .cm-banner-ovarlay {background-image: linear-gradient(180deg,#1facdd 0%,#1facdd 100%) !important;}*/
}
@media (max-width:767px){
  .post-content__wrapper {padding: 0 20px}
	.row-fluid .wrapper { max-width:100%; } 
 
  
  .pillar-page-header__content {padding: 20px}
  /*.pillar-page-header__image + .pillar-page-header__content .pillar-page-header__text {padding-right: 20px}*/
  
	.row-fluid .mainMenu { margin: 0; min-height: 0; } 
	.row-fluid .mainMenu .hs-menu-wrapper { display:none; position: absolute; left: 10px; top: 100px; right: 10px; width: auto; background:#FFFFFF; } 
	.row-fluid .mainMenu .hs-menu-wrapper > ul, .row-fluid .mainMenu .hs-menu-wrapper > ul > li { width:100%; }
	.row-fluid .blog-form form.hs-form input[type=submit] { padding:13px; width:100%; }
	.row-fluid .topicSection { padding:40px 0; }
	.row-fluid .topicSection .tsTop h2:before { top:-80px; }
	.row-fluid .topicSection .tsTop { font-size: 18px; line-height: 26px; }
	.row-fluid .topicSection .tsMain ul > li { width:95%; margin-right:0 !important; }
	.row-fluid .subscription-text { font-size: 18px; line-height: 24px; margin-bottom: 10px }
	
	.hs-blog-post .blogpostHero .bpLeft h1 { font-size: 40px; margin: 30px 0;  }
	.hs-blog-post .row-fluid .mainblogSection { padding:0 0 20px 0; font-size:18px; line-height:28px; }
/* 	.hs-blog-post .row-fluid .mainblogSection .wrapper { padding-right:20px; } */
	.hs-blog-post .row-fluid .mainblogSection .postShare { list-style: none; float: left; width: auto; position: static; padding:5px 0; margin:0 0 20px 20px; }
	.hs-blog-post .row-fluid .mainblogSection .postShare > li { float:left; width:50px; }
	.hs-blog-post .row-fluid .mainblogSection .postShare > li:first-child a { border:none; }
	.hs-blog-post .row-fluid .mainblogSection .post-body { width:100%; clear: both}
	.hs-blog-post .row-fluid .mainblogSection .post-body h2 { width: 100%; font-size: 28px; line-height:1.2em }
  .hs-blog-post .row-fluid .mainblogSection .post-body h3 { line-height: 1.2em }
	.hs-blog-post .row-fluid .mainblogSection .postShare a { padding:5px 10px; line-height: 30px; width: 100%; border-left:#FFFFFF solid 1px; border-top:none; } 
	.mobile-trigger {  top: 18px;  padding: 0;}
  
  .hs-blog-post .row-fluid .mainblogSection .post-body ul{ margin: 15px 0 15px 0px; padding: 0}
.hs-blog-post .row-fluid .mainblogSection .post-body ol {margin: 15px 0 15px 0px; padding: 0 }
.hs-blog-post .row-fluid .mainblogSection .extra ul{margin: 15px 0 15px 0px; padding: 0}
.hs-blog-post .row-fluid .mainblogSection .extra ol { margin: 15px 0 15px 0px; padding: 0 }
	.pillar-page-header__text .topic-link{letter-spacing:0}

	body.showtags .banner-content h1 { font-size: 31px; }
	
	.pillar-page-header__text h1{line-height:1em; font-size:34px}
		.pillar-page-header__text h2{line-height:1.2em; font-size:28px}
	
	
}

@media (max-width: 390px) {
ol.blog-index > li {font-size: 16px; line-height: 1.5em; counter-increment: item; position: relative; background: #1e1e1e; padding: 10px; width: 100%; margin: 0 0 20px 0; text-align: center; align-self: normal;}
ol.blog-index li a {color: #fff; margin-top: 15px}
ol.blog-index li a:hover {color: #00A1DE}
ol.blog-index li:before {/*content: counter(li) !important;*/ display: block !important; color: #00A1DE !important; font-size: 33px; width: 100% !important; text-align: center !important; left: 45.5% !important; padding-right: 0 !important; /*counter-increment: li;*/}

}