@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,400&display=swap');
/* @import url("https://use.typekit.net/eky7ahm.css"); */
@import url("//636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Fontawesome/css/font-awesome.min.css");

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* 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;}


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



/*****************************************/
/* HS Cookies styling    */
/*****************************************/
.hs-tools-menu.hs-collapsed {
    -webkit-box-shadow: 0 1px 7px hsla(0,0%,100%,.25),inset 0 1px hsla(0,0%,100%,.25)!important;
    -moz-box-shadow: 0 1px 7px hsla(0,0%,100%,.25),inset 0 1px hsla(0,0%,100%,.25)!important;
    box-shadow: 0 1px 7px hsla(0,0%,100%,.25),inset 0 1px hsla(0,0%,100%,.25)!important;
    min-width: 40px!important;
    max-width: 40px!important;
}



#hs-eu-cookie-confirmation{
    position: fixed !important;
    max-width: 400px !important;
    bottom: 3% !important;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    background: #FFFF !important;
    border: 1px solid #1e2f46 !important;
    text-align: center !important;
    width: 30%;
    left: 2% !important;
    border-radius: 0 !important;
    z-index: 1111111111111111111 !important;
}
div#hs-eu-cookie-confirmation{
   z-index: 1111111111111111111 !important;
}
@media only screen and (min-width: 960px) {

div#hs-eu-cookie-confirmation .hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: 1px 0px 20px 4px #47525d21 !important;
}
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: #fff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 15px 30px 20px 30px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0 12px;
    color: #23384f;
    font-family: 'Karla', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    text-align: left;
    text-shadow: none !important;
    font-size: 15px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    background: none !important;
    box-shadow: none !important;
    color: #1e2f46 !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    text-align: left;
    text-shadow: none !important;
}
@media only screen and (min-width: 960px) {
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-bottom: 0;
    bottom: 0;
    top: auto;
    box-shadow: -1px 2px 17px 4px #65686b26 !important;
}
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
    border-bottom: 2px solid #1e2f46 !important;
    padding-bottom: 1px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin: 30px 0 0 !important;
    text-align: left !important;
    display: flex;
    align-items: baseline;
    padding-top: 20px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #23384f !important;
    border: 1px solid #22384e !important;
    margin-right: 12px !important;
    color: #fff !important;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border: 1px solid #1e2f46 !important;
    color: #1e2f46 !important;
    font-family: 'Karla', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-shadow: none !important;
    font-weight: 600 !important;
    margin-right: 0 !important;
    transition-duration: 0.5s;
}
#hs-eu-decline-button:hover{
   font-weight: 600 !important;
}
#hs-eu-confirmation-button:hover{
   font-weight: 600 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
    border-radius: 3px;
    display: inline-block;
    padding: 8px 16px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #1e2f46 !important;
    border: 1px solid #1e2f46 !important;
    margin-right: 12px !important;
    color: #fff;
    font-family: 'Karla', sans-serif !important;
    font-weight: 600 !important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
}
#hs-eu-cookie-confirmation-inner{

  text-shadow:none!important;
}
#livechat-compact-container{
z-index: 2 !important;
}

#hs-en-cookie-confirmation-buttons-area{

  text-align: center!important;

}
#hs-eu-cookie-confirmation-inner{
  text-align: center !important;
}
#hs-eu-cookie-confirmation{
  text-align: center !important;
}

#hs-eu-confirmation-button{
    background-color: #1e2f46 !important;
    border: 1px solid #1e2f46 !important;
    margin-bottom: 10px !important;
    margin-right: 0px !important;
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 2;
    text-align: center !important;
    text-shadow: none !important;
    width: -webkit-fill-available !important;
    margin-left: 0 !important;
    border-radius: 45px !important;
  
}
#hs-eu-decline-button{
    border: 1px solid #1e2f46 !important;
    color: #1e2f46;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal !important;
    line-height: inherit;
    text-align: center !important;
    text-shadow: none !important;
    width: -webkit-fill-available !important;
    margin-right: 12px !important;
    margin-left: 12px !important;
    border-radius: 45px !important;
}

}
.hs-tools-menu.hs-collapsed{
  width: 40px !important;
}

/*************** Base sets ***************/

*, *:before, *:after {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Karla', sans-serif !important;
  color: #1e2f46;
}
/* ************* Responsive Bootstrap Standard ************ */
.page-center {
  /*   display: table;
  float: none !important;
  width: 100% !important; */
  width: 100%  !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto  !important;
  margin-left: auto  !important;
  float: none !important;
}

@media only screen and (max-device-width: 736px) {

}
@media (min-width: 750px) {

}   
@media (min-width: 992px) {
  .page-center {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .page-center {
    max-width: 1170px !important;
  }
}

/*************** Globals ***************/
a {
  color: #1E2F46;
  text-decoration: none;  
}
a:hover,
a:focus,
.lang_list_class li a:hover{
  color: #01e65f; 
  text-decoration: none;
}
img {
  max-width: 100%;
}
.hs_cos_wrapper_type_rich_text table {
  width: 100%;
}
.row-fluid [class*="span"] {
  min-height: 0;
}
.widget-type-space {
  padding: 1px;
}

/*************** Typography ***************/
ol li a {
    border-bottom: 1px solid #1f3045 !important;
}
ol li a:hover {
    color: #FF5B4D !important;
    border-bottom: 1px solid #FF5B4D !important;
}
p, li,
q {
  color: #1E2F46;
  font-size: 16px ;
  font-weight: 300;
  line-height: 2;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
 /* margin: 0 0 10px 0; */
  padding: 0;
  font-family: 'Karla', sans-serif;
}

/* -------- Headings -------- */
h1, h2, h3, h4, h5, h6 {
  color: #1E2F46;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  margin: 0 0 25px;
  text-rendering: optimizelegibility;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover ,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{color: #1E2F46;text-decoration: none;}
h1 {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 300;
}
h2 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}
h3 {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
}
h4,.h4 {
  font-size: 20px;
  line-height: 1.4;
}
h5 {
  font-size: ;
}
h6 {
  font-size: ;
}

/* ==========================================================================
Custom Menu Primary
========================================================================== */
/* Override max width on menu links */
.custom-menu-primary li{
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.custom-menu-primary .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: fit-content !important;
  text-align: left;
 /* padding: 6px 0px; */
  padding: 15px 18px;
  margin-bottom: 0;
}

/* -------- Additional Main menu Styling ------------- */
.custom-menu-primary .hs-menu-flow-horizontal{
  text-align: right;
  line-height:0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  /*  padding: 0;
  margin: 10px 15px; */
}
.custom-menu-primary2 .hs-menu-flow-horizontal{
  text-align: left;
  line-height:0;
}
.custom-menu-primary2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    color: #1e1e23;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    border-bottom: 2px solid #00e65f;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
    margin: 10px 15px 20px;
 
}
.custom-menu-primary2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
    color: #00e65f;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    border-bottom: 2px solid #00e65f;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 5px 0px;
    margin: 10px 15px 20px;
 
}
.custom-menu-primary2 .hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
    color: #00e65f !important;
 
}
.lang_switcher_class .globe_class{
  background-image: none;
  width: auto;
  height: auto;
  padding-right: 24px;    
  padding-top: 5px;
}
.lang_list_class {
    display: none;
    position: absolute;
    top: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 100;
    list-style-type: none;
    padding: 15px 0 0;
    margin: 0;
}
.lang_list_class:before,.lang_list_class:after{
  display: none;
}
.lang_list_class {  
  top: auto;
  width: max-content;
}
.lang_list_class li:first-child,.lang_list_class li:last-child{
  padding: 0;
  border: none;
}
.lang_list_class li a{
  text-decoration: none;
  color: #1e2f46;
  cursor: pointer;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 15px;
  display: block;
  white-space: normal;
  font-weight: 600;
}
/* .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a{
overflow: hidden !important;
text-indent: -999999px;
margin-bottom: 3px;
line-height: 0;
margin-top: 7px;
padding-right: 13px;
} */
/*custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:before,*/
.footer-lang{
  margin-bottom: 15px;
}
.globe_class::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/menu-language-icon.png);
  display: block;  
  width: 26px;
}
.footer-lang .globe_class::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/footer-lang-icon.png);
}
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child > a:after,*/
.globe_class::after{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/darkblue-dropdown.png);
  display: block;  
  width: 12px;    
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position:absolute;
}
.footer-lang .globe_class::after {
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/white-dropdown.png);
}

/*----------------- Custom Lang Switcher -----------------*/
.lang_switcher_class-mob{
    right: 0;
    display: none;
}
.footer-lang .globe_class::after {
  content: url("https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DropDown%20Switcher%2022XSMALL.svg");
}
.lang_switcher_blogs {
  position: relative;
  display: inline-block;
}
.lang_switcher_blogs:hover .lang_list_blogs {
  display: block;
  position: absolute;
  list-style: none;
}
.lang_list_blogs {
  display: none;
  margin-top: 2px;
}
.lang_switcher_class .globe_class {
    background-image: none;
    width: 200px;
    height: auto;
    padding-right: 24px;
    padding-top: 5px;
    background-image: none;
    width: auto;
    height: auto;
    padding-right: 24px;
    padding-top: 5px;
    display: inline-flex;
}
.footer-lang .globe_class::before {
    content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/Globe%20Lang%20Switcher%2022XSMALL.svg);
    max-width: 17px;
    padding-top: 4px;
}
.globe_class::after {
    content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Website%20Visual%20assets%20S2/DropDown%20Switcher%2022XSMALL.svg);
    display: block;
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    position: absolute;
}

/*---------------- End of Custom Lang Switcher -------------*/
.post-body-inner a:hover {
    border-bottom: 2px solid #00E65F;
}
.post-body-inner a {
    color: #1E2F46;
    text-decoration: none;
    font-weight: 700;
    padding-bottom: 2px;
    border-bottom: 2px dashed #00E65F;
}
.custom-menu-primary .hs-menu-children-wrapper,.lang_list_class{
  left: 50% !important;
  transform: translateX(-50%);
  padding: 0; 
  background: #FFFF;
/*  border: 1px solid #FF5B4D; */
/*  border-radius: 5px; */
  text-align: left;
  margin-top: 29px;
  box-shadow: rgba(50, 50, 50, 0.05) 0px 10px 100px, rgba(50, 50, 50, 0.07) 0px 15px 35px, rgba(0, 0, 0, 0.05) 0px 5px 15px;
}
@media (max-width: 992px) {
.custom-menu-primary .hs-menu-children-wrapper,.lang_list_class{
  box-shadow: none;
  margin-top: 10px !important;
  }
.custom-menu-primary .hs-menu-children-wrapper::before,.lang_list_class::before{
  display: none;
  }
.fa-angle-down{
  display:none !important;
  }
}
.custom-menu-primary .hs-menu-children-wrapper::before,.lang_list_class::before{
    content: "";
    position: absolute;
    z-index: 990;
    box-shadow: rgba(50, 50, 50, 0.03) -2px -2px 2px;
    background-color: rgb(255, 255, 255);
    top: -3%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translateX(-50%) rotate(45deg);
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a{
  position: relative;
  margin-bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{
  content: "";
  width: 8px;
  height: 8px;
  position:absolute;
  bottom: -6px;
  left: -7px;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{  
  background: #97D4E9;  
}

.custom-menu-primary-2 .hs-menu-children-wrapper,.lang_list_class{
  left: 50% !important;
  transform: translateX(-50%);
  padding: 6px;
  background: #FFFF;
  border-radius: 0;
  text-align: left;
}
.custom-menu-primary-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 > a{
  position: relative;
}
.custom-menu-primary-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{
  content: "";
  width: 8px;
  height: 8px;
  position:absolute;
  bottom: -6px;
  left: -7px;
}

.custom-menu-primary-2 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active > a::before{  
  background: #97D4E9;  
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1201px) {
  .custom-menu-primary .hs-menu-wrapper,.custom-menu-primary .mobile-trigger+div{ 
    display:block !important;
  }  
  .flex-row-fluid .custom-menu-primary .row-fluid [class*="span"]{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

@media screen and (min-width:1201px) {
  .custom-menu-primary-2 .hs-menu-wrapper,.custom-menu-primary-2 .mobile-trigger+div{ 
    display:none !important;
  }  
  .flex-row-fluid2 .custom-menu-primary-2 .row-fluid [class*="span"]{
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    z-index: initial;
  }
}


/* ==========================================================================
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: 1200px){

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

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .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;
  }

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#21BBD1;
    background-color: transparent; 
    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: 22px; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1A237E; /* 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: #1A237E; /* 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: 2px; /* Icon line height */
    background-color: #FF5B4D; /* 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
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    width: 100%;
    flex: 0 0 100% !important;
    margin: 0;
  }

  /* Hide menu on mobile */
  /*.custom-menu-primary.js-enabled .hs-menu-wrapper*/
  .custom-menu-primary.js-enabled .mobile-trigger + div,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  /*.custom-menu-primary.js-enabled .hs-menu-wrapper*/
  .custom-menu-primary.js-enabled .mobile-trigger+div{
    width: auto;
    top: 0;             
    left: -20px;
    right: -20px;
    padding: 0;
    background: rgb(255, 255, 255);
    z-index: 5;
    position: absolute;
    margin-top: 0;
    padding:35px 0;
    border-radius:5px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 15px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  /*.custom-menu-primary .hs-menu-wrapper > ul li:not(:nth-last-child(2)):not(:last-child)*/
  .custom-menu-primary .hs-menu-wrapper > ul li{

    border-top: 1px dotted rgba(255, 91, 77, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#3F4D71; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #FF5B4D; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .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 */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  /*   .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2)*/
  .custom-menu-primary .widget-type-cta{
    text-align: center;
  } 
  
  

  .mobile-open .mobile-trigger i {
    background-color: #fff !important;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .mobile-trigger i{
    background-color:#1A237E ;
    -webkit-transition: .25s all ease;
    -moz-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
  }
  .mobile-trigger i:before {
    top: -6px;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }
  .mobile-trigger i:after {
    top: 6px;
    opacity: 1;
    background-color: #1A237E;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
  }  
  .custom-menu-primary .hs-menu-children-wrapper{
    left: 0 !important;
    border: none;
    border-radius: 0;
    transform: none;
  }
  .lang_switcher_class{
    position: absolute;
    top: 25px;
    right: 65px;
    z-index: 99999999;
  }

  .custom-menu-primary .row-fluid > div {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}


/*************** Structure ***************/
/* -------- Header ---------------- */
body.fixed-nav{
  padding-top: 80px;
}
body.fixed-nav .header-container-wrapper{
  position: fixed;
  top: 0;
  z-index: 9999999;
  width: 100%;
  background: #FFFFFF;
}
.header-content{
  padding: 19px 20px 16px;
  position: relative;
  z-index: 999999;
}
.header-content-2{
  padding: 5px 5px;
  position: relative;
  z-index: 999999;
  border-top: 1px solid #eee;
  -webkit-box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.03);     
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.03);
}
/* NEWS */
.header-content-3{
  padding: 19px 20px 16px;
  
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
  
  
  position: relative;
  z-index: 999999;
}

/* -------- Footer ---------------- */
.footer-container-wrapper{
  position: relative;
}
.footer-menu{
  padding: 60px 0 0 0;
  position: relative;
  z-index: 10;
}
.footer-menu-left,.footer-menu-right{
  padding-top: 30px;
}
.footer-menu-right{
  /*padding-left: 15px;*/
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{width:100%;}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
  float: none;
  position: relative;
  
  display: inline-block;
  width: 30.33333333333%;
  vertical-align: top;
  margin-bottom: 30px;
}
/* .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li + li{
  margin-top: 60px;
} */
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper{
  opacity: 1;
  visibility: visible;
  position: relative;
}
.footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 > a{
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
 /* margin-bottom: 15px; */
  /*
}
 .footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 ul li + li{
  margin-top: 15px;
} */
}
.footer-menu-left .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::before{
  content:"";
  width: 30px;
  height: 30px;
  position: absolute;
  background: #FFFFFF;
  opacity: .10;
  top: -5px;
  left: -20px;
}
.footer-menu-right ul li{
  word-break: break-word;
}
.footer-menu-right ul li a{
  color: #f0ebf0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.86px;
}
.footer-menu-right ul li a:hover{
  color: #fff;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: normal;
    font-weight: normal;
}
.footer-menu-right ul li + li{
  margin-top: 18px;
}
.footer-menu .hs-menu-wrapper ul li a{
  padding: 0;
}
.footer-menu ul li a,.copyright-text p{
  font-size: 12px;
  line-height: 1.8;
}
/*--- .footer-menu ul li a{  
  text-transform: uppercase;
} ----*/

.footer-menu-left ul li a{
  color: #f0ebf0;  
}
.footer-menu-left ul li a:hover{
  color: #fff;  
}

.copyright-text p,.footer-connect h3{
  color: #FFFFFF;
}
.copyright-text p{
  margin: 0;
}
.copyright-wrapper{
  position: relative;
  padding: 18px 0;
}
.footer-connect{
  padding-top: 60px;
  padding-bottom: 10px;
  position: relative;
}
.footer-form{
  z-index:1;
}
.footer-form .hs-form{
  max-width: 435px;
  display: block;
}
.footer-form .hs-form-field{
  margin-bottom: 0;
}
.footer-form .hs-form .hs_email{
  width: 100%;
  max-width: 245px;
  margin-right: 13px;
}
.footer-form .hs-form .hs_error_rollup{
  width: 0;
  overflow: hidden;
  display: none;
}
/* footer-form-title*/
.form-title{
  color: #FFFFFF !important;
} 
/*-----------------*/

.footer-connect h3{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.17px;
  line-height: 1.4;
  font-weight: 700;
}
.footer-social-link ul{
  list-style: none;
  padding: 0;
}
.footer-social-link ul li{
  display: inline-block;
  margin: 0 5px;
}
.footer-social-link ul li a{
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  background: #fff;
  color: #1e2f45;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-social-link ul li a:hover{
  background: #d3d3d3;
  color: #fff;
}
.footer-logo-bg{
  position: absolute;
  right: 0;
  top: 0;
}
.filter-expand-link{
  color: #1e2f46 !important;
  border-bottom: !important;
}
.filter-expand-link:hover{
  color: #01e65f !important;
}
.scroll-top{
  position: fixed;
  bottom: 8%;
  left: 5%;
}
.scroll-top > a,.scroll-top > a:focus{ 
  z-index: 0;
  position: relative;
  overflow: hidden;
  color: #ff5b4d;
  background: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 7px;
  border-radius: 25px;
}
.scroll-top img{
  max-width: 30px;
}
.scroll-top i{
  font-size: 25px;
  display: block;
  margin-bottom: 5px;
}

/* -------- Banner ---------------- */
.banner{
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}
.banner .banner-inner{
  padding: 100px 0; 
}
.banner .banner-logo_container{
  position: relative;
}
.banner-content{
  max-width: 560px;
}
.banner-content,.banner-content h1{
  color: #FFFFFF;
}
.banner-content_copy{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 455px;
  margin-bottom: 40px;
}
.banner.home-banner .banner-logo{
  display: inline-block;
  position: absolute;
  /*   bottom: -200px; */
  right: 0;
  top: 45px;
}

.banner .cover_vid{  
  z-index: -1;
  background-size: 110% auto; 
  width: 100%;
  left: 50%;
  min-height: 100%;
  min-width: 115%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner.video_bg{
}
.banner-video-bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}


/* -------- Form ---------------- */
.hs-error-msgs{
  list-style: none;

}
.hs-form-field {
  margin-bottom: 50px;
  position: relative;
}
.hs-form-field label{
  font-size: 16px;
  font-weight: 300;
}
.dark-form label{
  color: #FFFFFF;
}
.hs-error-msgs label{
  font-size: 12px;
  color: #ff5b4d;
}
fieldset{
  max-width: 100% !important;
}
.home-template .hs-form fieldset.form-columns-1 .hs-fieldtype-select{
  width: 50%;
}
.hs-form  fieldset.form-columns-1 .hs-fieldtype-select select{
  width: 100%;
}
.dark-form{
  padding: 50px 55px;
}
.form-no-padding{
  padding: 0 !important;
}
.dark-form textarea, 
.dark-form input[type="text"], 
.dark-form input[type="password"], 
.dark-form input[type="datetime"], 
.dark-form input[type="datetime-local"], 
.dark-form input[type="date"], 
.dark-form input[type="month"], 
.dark-form input[type="time"], 
.dark-form input[type="week"], 
.dark-form input[type="number"], 
.dark-form input[type="email"], 
.dark-form input[type="url"], 
.dark-form input[type="search"], 
.dark-form input[type="tel"], 
.dark-form input[type="color"],
.dark-form select{
  background: transparent;
  border-width: 0 0 1px 0;
  border-color: rgba(255,255,255,0.5);
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}
.dark-form.progressive-js-enabled textarea, 
.dark-form.progressive-js-enabled input[type="text"], 
.dark-form.progressive-js-enabled input[type="password"], 
.dark-form.progressive-js-enabled input[type="datetime"], 
.dark-form.progressive-js-enabled input[type="datetime-local"], 
.dark-form.progressive-js-enabled input[type="date"], 
.dark-form.progressive-js-enabled input[type="month"], 
.dark-form.progressive-js-enabled input[type="time"], 
.dark-form.progressive-js-enabled input[type="week"], 
.dark-form.progressive-js-enabled input[type="number"], 
.dark-form.progressive-js-enabled input[type="email"], 
.dark-form.progressive-js-enabled input[type="url"], 
.dark-form.progressive-js-enabled input[type="search"], 
.dark-form.progressive-js-enabled input[type="tel"], 
.dark-form.progressive-js-enabled input[type="color"],
.dark-form.progressive-js-enabled select{
  font-size: 18px;
  border-bottom: none;
}

.formlabel-js-enabled .hs-form-field > label {
  position: absolute;
  top: 11px;
  left: 10px;
  color: rgba(255,255,255,0.4);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.formlabel-js-enabled .hs-form-field.active > label{
  color: #FFFFFF;
  font-weight: 700;
  font-size: 12px;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  text-transform: uppercase;
  letter-spacing: 1px;
  left: 0;
  top: 0;
}
.dark-form.formlabel-js-enabled ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0;
}
.dark-form.formlabel-js-enabled ::-moz-placeholder { /* Firefox 19+ */
  opacity: 0;
}
.dark-form.formlabel-js-enabled :-ms-input-placeholder { /* IE 10+ */
  opacity: 0;
}
.dark-form.formlabel-js-enabled :-moz-placeholder { /* Firefox 18- */
  opacity: 0;
}
.dark-form.progressive-js-enabled ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #45576F;
}
.dark-form.progressive-js-enabled ::-moz-placeholder { /* Firefox 19+ */
  color: #45576F;
}
.dark-form.progressive-js-enabled :-ms-input-placeholder { /* IE 10+ */
  color: #45576F;
}
.dark-form.progressive-js-enabled :-moz-placeholder { /* Firefox 18- */
  color: #45576F;
}
.dark-form .hs-error-msgs{
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 12px;
}
.dark-form .submitted-message{
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.footer-form .hs-form-field > label {
  left: 0;
}
.legal-consent-container,.legal-consent-container p,.legal-consent-container .hs-form-booleancheckbox-display{
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
}
.legal-consent-container ul{
  list-style: none;
}
.legal-consent-container ul li label input[type=checkbox]{
  position: absolute;
  opacity: 0;
}
.legal-consent-container ul li label span{
  position: relative;
}
.legal-consent-container ul li label span::before{
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
}
.legal-consent-container ul li label input[type=checkbox]:checked + span::after{
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
  color: #ff5b4d;
  position: absolute;
  left: 0;
  top: 0;
}
.legal-consent-container .hs-richtext{
  margin-bottom: 15px;
}
.progressive-js-enabled .hs-form-required{
  display: none;
}
.progressive-js-enabled .form-banner-v2__formheader{
  font-size: 14px;
  letter-spacing: 0.47px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom:50px;
}
.progressive-js-enabled .disable{
  position: relative;
}
.progressive-js-enabled .disable::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29,47,69,0.80);
  z-index: 1;
}
.progressive-js-enabled .hs-error-msgs{
  display: none;
}

/* -------- Other Elements / Modules ---------------- */

.value-proportion_title{
  margin-bottom: 13px;
}
.value-proportion_subtitle{
  margin-bottom: 17px;
}
.value-proportion_height{
  margin-bottom: 30px;
}
.value-proportion_item{
  position: relative;
  padding: 27px;
}
.value-proportion_itemSquare{
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: #FFEFED;
}
.value-proportions__copy{
  max-width: 847px;
  margin-bottom: 45px;
}

.cta-banner{
  position:relative;
  padding: 55px 0;
  background-color: #1E2F46;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 45%;
}
.cta-banner__overlay{
  background-blend-mode: overlay;
}
.cta-banner_content{
  max-width: 790px;
  margin-left: auto;
}
.cta-banner_content h2{
  color: #FFFFFF;
  margin-bottom: 70px;
}
.cta-bannner_box1{
  position: relative;
  height: 85px;
  width: 85px;
}
.cta-bannner_box1Image{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*   background-color: #97D4E9;   */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cta-bannner_box1Image.cta-bannner_box1BM,.cta-bannner_box3.cta-bannner_box3BM{
  background-blend-mode: screen;
}
.cta-bannner_box1Container{
  position: absolute;
  top: -40px;
  z-index: 2;
}
.cta-bannner_box2{
  width: 232px;
  height: 65%;
  position: absolute;
  background: rgba(151,212,233,0.26);
  top: 0;
  margin-left: 50px;
  z-index: 1;
}
.cta-bannner_box2Inner{
  padding-bottom: 50%;
  max-width: 116px;
  background: #97D4E9;
  opacity: 0.60;
  z-index: 3;
  margin-left: 35px;
}
.cta-bannner_box3{
  /*   background-color: #97D4E9; */
  height: 40%;
  position: absolute;  
  width: 124px;
  bottom: -5%;
  margin-left: 282px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.imageText-slide_text{
  padding-bottom: 30px;
}
.imageText-slide_subheader{
  margin-bottom: 40px;
}
.imageText-slide_copy{
  margin-bottom: 30px;
}
.imageText-slide_imageContainer{
  position: relative;
  padding-top: 20px;
  padding-right: 45px;
} 
.imageText-slide_imageContainer::before{
  content: "";
  background: rgba(0,0,0,0.10);
  position: absolute;
  width: 141px;
  height: 142px;
  right: 0;
  top: 0;
}
.imageContainer--nosquaretopmost.imageText-slide_imageContainer::before {
  content: none;
}
.column--reverse .imageText-slide_imageContainer::before {
  right: auto;
  left: 0;
}
.imageText-slide_imageContainer::after,.imageText-slide_imagebox{
  width: 208px;
  height: 205px;
  position: absolute;
  top: 142px;
  right: 45px;
}
.column--reverse .imageText-slide_imageContainer::after,
.column--reverse .imageText-slide_imagebox{
  right: auto;
  left: 45px;
}
.imageText-slide_image{
  padding-top: 92%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 469px;  
}
.imageText-slide_logo{
  position: absolute;
/*   left: -15%;
  -webkit-transform: translate(-30%,-50% );
  -ms-transform: translate(-30%,-50% );
  transform: translate(-30%,-50% );
  top: 75%; */
  z-index: 2;
  
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  bottom: 0;
}
.column--reverse .imageText-slide_logo{
  left: auto;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  -ms-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
}
.imageText-slide_imagebox{  
  background-repeat: no-repeat;
  opacity: 0.55;  
  z-index:1;
  background-size: cover;
  background-position: center;
}
.imageText-slide_imageContainer::after{
  background: #D8D8D8;
  content: "";
}
.imageText-slide_imageContainer.imageContainer--nosquare::after {
  content: none;
}
.custom-slick-nav button,
.custom-slick-nav.slick-arrow{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
}
.custom-slick-nav{
  display: block;
  position: absolute;
  z-index: 5;
  left: 15px;
  bottom: 0;
  right: 15px;
}
.custom-slick-pagination{
  display: inline-block;
  margin: 0 15px;
}

.header-bg{
  position: relative;
}
.header-bg_text{
  max-width: 275px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.icon-text__list,.header-bg_text{
  padding-top: 80px;
}
.header-bg_subheader{
  margin-bottom: 40px;
}
.header-bg > .header-bg__bgWrapper{
  width: 100%;
  max-width: 460px;
  position: absolute;
}
.header-bg__image{
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.68;
  background-repeat: no-repeat;
}
.header-bg__image2,.imageTextSimple__squareimage{
  position: absolute;
  width: 167px;
  height: 169px;
  bottom: -85px;
  right: 178px;
  z-index: 2;
  background-position: center;
}
.header-bg__image::after,.imageTextSimple__image::after{
  content: "";
  height: 205px;
  width: 208px;
  position: absolute;
  bottom: -30px;
  background: #F4EFEB;
  opacity: 0.5;
  right: -30px;
}
.icon-text__icon{
  margin-bottom: 20px;
}
.icon-text__content{
  font-weight: 300;
  line-height: 2;
}
.icon-text{
  margin-bottom: 70px;
}
.icon-text__content .cta_button{
  margin-top: 20px;
}
.clients-logo__item,.clients-logo__subheader{
  margin-bottom: 30px;
}
.clients-logo h2{
  margin-bottom: 55px;
}

.testimonials{
  background-image: -webkit-linear-gradient(224deg, #1E2F46 0%, #67A2B5 100%);
  background-image: -o-linear-gradient(224deg, #1E2F46 0%, #67A2B5 100%);
  background-image: linear-gradient(-134deg, #1E2F46 0%, #67A2B5 100%);
}
.testimonials .slick-list{  
  padding: 105px 0;
  overflow: visible;
}
.testimonial-item{
  outline:none;
}
.testimonial-item_copy{ 
  background: #FFFFFF;
  padding: 105px 65px 80px;
  position: relative;
}
.testimonial-item_copy p{ 
  background: #FFFFFF;  
  font-size: 26px;
  color: #1E2F46;
  letter-spacing: 0;
  line-height: 1.8;
}
.testimonial-item_qmark{
  position: absolute;
  font-size: 300px;
  letter-spacing: 14.29px;
  font-weight: 700;
  top: -125px;
}
.row-fluid .span5.testimonial-item_wrapper{
  position: relative;
  margin: 40px 0;
}
.testimonial-item_bg{
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.testimonial-item_bg::after{
  content: "";
  width: 134px;
  height: 135px;
  position: absolute;
  background: #FFFFFF;
  opacity: 0.12;
  bottom: -40px;
  right: -40px;
}

.testimonial-item_copy::after {
  content: "";
  background: #97D4E9;
  width: 2px;
  height: 50px;
  position: absolute;
  bottom: -25px;
}
.testimonial-item_name{
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 40px 0 18px;
}
.testimonial-item_author{
  padding-left: 65px;
}
.testimonials .custom-slick-nav{
  position: absolute;
  bottom: -40px;
  color: #FFFFFF;
  left: 25px;
}

.featuredPosts__first .span6,.imageText .span6{
  position: relative;  
  margin: 0;
  width: 50%;
}
.featured-post-image,.imageText-image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-post-contentWrapper,.imageText-contentWrapper{
  padding: 25px 0;
}
.featured-post-content,.imageText-content{
  background: #FFFFFF;
  padding: 55px 60px;
}

.featured-post-content-dirtygrey,.imageText-content{
  background: #FAFAFA;
  padding: 55px 60px;
}

.featuredPosts__first .featured-post-copy,.imageText .imageText-copy{
  margin-bottom: 30px;
}
.featured-post-category{
  margin-bottom: 20px;
}

.featuredPosts-module__bottom{
  margin-top: 70px;
}
.featuredPosts-module__bottom  h3{
  margin-bottom: 0;
}
.featured-post-logo img{
  position: absolute;
  top: -145px;
  right: -147px;
}
.featured-post-logo img:first-child{
  z-index: 1;
}

.featuredPosts__slick{
  margin-top: 55px;
}
.featuredPosts__slick .custom-slick-nav{
  z-index: 3;
  padding: 20px 15px;
  background: rgba(255,255,255,0.65);
  position: absolute;
  right: 0;
  left: auto;
  bottom: auto;
  top: -60px;
  display: none;
}
.featuredPosts__slick.slick-initialized .custom-slick-nav{
  display:block;
}

.formBanner-module{
  background-color: #48C6F0;
  background-repeat: no-repeat;
  padding: 50px 0 60px;
  background-size: cover;
}
.formBanner-module_form{
  position:relative;
  max-width: 680px;
  padding: 50px 55px;
}
.formBanner-module_header{
  position: relative;
  z-index: 5;
}
.formBanner-module_bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .10;
  background-position-y: 30%;
  background-position-x: 60%;
  background-repeat: no-repeat;
  background-size: cover;
}
.formBanner-module_form::before{
  content:"";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1E2F46;
}
.formBanner-module_form .hs_cos_wrapper_type_form *{
  position: relative;
  z-index: 3;
}
.formBanner-module_box1,.formBanner-module_box1Wrapper::before,.formBanner-module_box1Wrapper{
  position: absolute;
  width: 244px;
  height: 244px;
}
.formBanner-module_box1Wrapper{
  right: -194px;
  bottom: -50px;
}
.formBanner-module_box1{  
  z-index: 1;
  background-repeat: no-repeat;
  background-position-x: 70%;
  background-position-y: 50%;  
  opacity: 0.86;  
}
.formBanner-module_box2{
  position: absolute;
  width: 134px;
  height: 134px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  left: -134px;
  top: 0;

}
.formBanner-module_box1Wrapper::before{
  content:"";
  background: #000000;
  z-index: 1;
}

.form-banner-v2__image > div{
  padding-bottom: 85%;  
  background-repeat: no-repeat;
  background-size: cover;
}
.form-banner-v2 .row-fluid [class*="form-banner-v2__formWrapper"]{
  margin-left: 0;  
}
.form-banner-v2__image{
  position: relative;
  margin-top: 95px;
}
.form-banner-v2__image.form-banner-v2__has-copy{
  margin-top: 55px;
}
.form-banner-v2__image::before{
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  background: rgba(30,47,70,0.10);
  bottom: -50px;
  left: -45px;
}
.form-banner-v2__copy{
  max-width: 370px;
}
.form-banner-v2__copy,.form-banner-v2__copy p{
  font-size: 26px;
  line-height: 1.6;
  font-weight: 300;
  color: #1E2F46;
}
.form-banner-v2__form.form-banner-v2__graysquare{
  position:relative;
  margin-top: 30px;
}
.form-banner-v2__form.form-banner-v2__graysquare::before{
  content: "";
  position: absolute;
  width: 234px;
  height: 234px;
  background: rgba(30,47,70,0.10);
  top: -30px;
  right: -30px;
}

.icon-title-inline .subheader,.icon-title-inline__item{
  margin-bottom: 15px;
}
.icon-title-inline h2{
  margin-bottom: 50px;
}
.icon-title-inline__icon{
  margin-right: 20px;
}
.icon-title-inline__title{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
}
.icon-title-inline__f-icon{
  font-size: 25px;
  height: 50px;
  width: 50px;
  border: 2px solid #ff5b4d;
  border-radius: 50%;
}

.card-item{
  position:relative;
}
.card-item_image{
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.card-item_image2{
  opacity: .84;
  background-position-x: right;
  background-position-y: 0;
}
.card-item_image2,.card-item_image.card-item-img2bg::before,.card-item.post-webinars .card-item_imageoverlay{
  height: 152px;
  width: 152px;
  position: absolute;
  right: 0;
  top: -20px;
}
.card-item_image.card-item-img2bg::before{
  z-index: 2;
}
.card-item_image.card-item-img2bg::before{
  background-color: #ECECEC;
  content:"";
  z-index: 0;
}
.card-item_content {
  background: #FFFFFF;
  padding: 30px;
  margin-left: 30px;
  margin-top: -70px;
  position: relative;  
  z-index: 2;
}
.card-item_category{
  margin-bottom: 25px;
}
.card-item_copy,.featuredPost_height{
  margin-bottom: 30px;
}
.card-item_title h4{
  margin-bottom: 20px;
}

.team-member__item{
  margin-bottom: 60px;
}
.team-member__sociallinks,.location-module__item ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.team-member__sociallinks li{
  display: inline-block;
}
.team-member__sociallinks li + li{
  margin-left: 10px;
}
.location-module__item ul li span{
  margin-right: 10px;
}

.location-module__item{
  margin-top: 89px;
}
.location-module__item ul li + li{
  margin-top: 20px;
}
.location-module__item .card-item_content{
  border-bottom: 3px solid #1E2F46;
}
.location-module__flag{
  position: absolute;
  width: 94px;
  height: 94px;
  top: -29px;
  left: -17px;
  opacity: 0.9;
}

.imageTextSimple-module_text{
  padding: 40px 0;
}
.imageTextSimple__image{
  padding-top: 80%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 458px;
  background-size: cover;
  position: relative;
}

.page-nav{
  padding: 40px 0;
}
.page-nav.fixed{
  position: fixed;
  width:100%;
  padding: 20px 0;
  top: 0;
  background: #FFFFFF;
  z-index: 999999999;
}
.page-nav ul li{
  margin: 0 25px;
}
.page-nav ul li:first-child{
  margin-left: 0;
}

.blogs-nav{
  padding: 20px 0;
}

}
.blogs-nav.fixed{
  position: fixed;
  width:100%;
  padding: 20px 0;
  top: 0;
  background: #FFFFFF;
  z-index: 999999999;
}
.blogs-nav ul li{
  margin: 0 25px;
}
.blogs-nav ul li:active{
  color: #FF5B4D!important;
}

.blogs-nav ul li:first-child{
  margin-left: 0;
}


/* -------- Blog ---------------- */
/* .featuredPosts__first .featured-post-title,  */
/* .featuredPosts__first .featured-post-copy { padding-left: 25px; }
.featuredPosts__first .btn { margin-left: 25px; } */

.blog-section{
  padding: 50px 0 100px;
}
.blog-template .featuredPosts__header h2{
  font-size: 65px;
  max-width: 625px;
}
.post-case-study .subheader{
  color: #FFC14D;
}
.blog-listing-wrapper{
  position: relative;
}
.blog-listing-wrapper.loading::before{
  content: "";
  background: url(//636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/ajax-loader.gif)no-repeat center/auto rgba(250,250,250,0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.post-listing .post-item{
  margin-top: 50px;
}
.post-listing .post-item .card-item_content,.blog-template .featuredPosts__first .featured-post-content {
  padding: 19px 30px 1px;
  position: relative;
}
.blog-template .featuredPosts__first .featured-post-content{
  padding-bottom: 70px;
}
.post-listing .post-item .subheader,.hs-blog-listing .featuredPosts__first .subheader{
  font-size: 14px !important;
  letter-spacing: 0.47px !important;
  line-height: 1.3 !important;
  margin-bottom: 19px;
  margin-left: 28px;
}
.blog-template .post-cs .post-category.subheader,.featuredPosts__first.post-cs .featuredPosts__first .subheader{
  color: #FFC14D;
}
.blog-template .post-wp .post-category.subheader,.featuredPosts__first.post-wp .featuredPosts__first .subheader{
  color: #48C6F0;
}
.blog-template .post-webinars .post-category.subheader,.featuredPosts__first.post-webinars .featuredPosts__first .subheader{
  color: #3DCC8E;
}
.post-listing .post-item .card-item.post-cs .card-item_content::before,.featuredPosts__first.post-cs .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/case-study-icon.png);
}
.post-listing .post-item .card-item.post-wp .card-item_content::before,.featuredPosts__first.post-wp .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/white-paper-icon.png);
}
.post-listing .post-item .card-item.post-webinars .card-item_content::before,.featuredPosts__first.post-webinars .featured-post-content::before{
  content: url(https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Assets%20S2/Images/webinars-icon.png);
}
.post-listing .post-item .card-item .card-item_content::before,.featuredPosts__first .featured-post-content::before{
  position: absolute;
  left: -20px;
  top: -15px;
}
.post-listing .card-item.post-webinars .card-item_bgoverlay,.card-item.post-webinars .card-item_imageoverlay{
  background: #1E2F46;
  z-index: 1;
  opacity: .52;
}
.post-listing .card-item.post-webinars .card-item_bgoverlay{
  position: absolute;
  height: 360px;
  width: 100%;
}
.post-listing .card-item.post-webinars img.play-btn{
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  left: 50%;  
}
.post-listing.card-item.post-webinars .card-item_imageoverlay{
  z-index: 2;
}
.post-listing .card-item_image2{
  z-index: 1;
  opacity: 1;
}
.blog-topics-nav{  
  margin-bottom: 50px;
}
.blog-topics-nav ul li + li{
  margin-left: 75px;
}
.blog-topics-nav ul li a{
  border: none;
}
.blog-topics-nav ul li.active a{
  color: #FF5B4D;
  border-bottom: 2px solid #FF5B4D;
}
.blog-pagination{
  padding-top: 60px;
}
.blog-pagination .pagination li a{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #9BA1AB;
  font-weight: 700;
}
.blog-pagination .pagination li.active a{
  color:#1E2F46;
}
.blog-pagination .pagination li + li{
  margin-left: 15px;
}

/* -------- Blog Post---------------- */
.blog-post-wrapper .post-header h1{
  font-size: 46px;
  margin-bottom: 70px;
}
.blog-post-wrapper .imageText-image::before,.blog-post-wrapper .imageText-contentWrapper .form-banner-v2__formWrapper::before{
  position: absolute;
  content: "";
  background: #1E2F46;
  opacity: 0.10;
}
.blog-post-wrapper .imageText-image::before{  
  width: 150px;
  height: 150px;  
  bottom: -30px;
  left: -30px;  
  z-index: 1;
}
.blog-post-wrapper .imageText-contentWrapper .form-banner-v2__formWrapper::before{
  width: 234px;
  height: 234px; 
  top: 0;
  right: -30px;
}
.blog-post-wrapper .imageText{
  margin-bottom: 100px;
}
.blog-post-wrapper .post-body{
  font-size: 16px;
  color: #1E2F46;
  line-height: 2;
  font-weight: 300;
  /* max-width: 750px; */
}
.blog-post-wrapper .post-body__column2{
  margin-bottom: 70px;
}
.blog-post-wrapper .post-body ul{
  list-style: none;
  padding-left: 15px;
}
.blog-post-wrapper .post-body ul li{
  position: relative;
  padding-left: 15px;
  padding-bottom: 15px;
}
.blog-post-wrapper .post-body ul li::before{
  content: "•";
  position: absolute;
  left: 0;
}
.post-sharing ul{
  list-style: none;
}
.post-sharing ul li .post-sharing_icon{
  margin-right: 20px;
}
.post-sharing ul li .post-sharing_label{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.post-sharing ul li {
  margin-top: 20px;
}
.post-sharing ul li .post-sharing_icon a {
  width: 50px;
  height: 50px;
  font-size: 27px;
  border: 2px solid #FF5B4D;
  border-radius: 50%;
}

.slick-slide{
  outline: none;
}

/* -------- Helpers ---------------- */
ul.horizontal-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.horizontal-list li{
  display: inline-block;
}
/* -------- Spacing ---------------- */
.section-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.mb-0{
  margin-bottom: 0;
}
.mt-40{
  margin-top: 40px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-60{
  margin-bottom: 60px;
}
/* -------- Text ---------------- */
.subtitle{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #FF5B4D;
  line-height: 1.2;
}
.sub-subtitle{
  font-size: 20px;
  font-weight: 300;
  color: #FF5B4D;
  line-height: 1.7;
}
.subheader{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #FF5B4D;
  line-height: 1.2;
}
.small-title_blue{
  color: #1E2F46;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  position:relative;
  margin-bottom: 15px;
}
.small-title_blue::before{
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -13px;
  background: #1E2F46;
  opacity: 0.10;
}
.ta-right{
  text-align: right;
}
.ta-center{
  text-align: center;
}
.fw-bold{
  font-weight: 700;
}
.c-white{
  color: #FFFFFF;
}
.c-red{
  color: #FF5B4D;
}
.c-blue{
  color: #97D4E9;
}
.uppercase{
  text-transform: uppercase;
}

/* -------- Buttons ---------------- */
.btn,.form-btn-red .hs-button
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a*/{
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 35px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  /*   border:none; */
  outline: none;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
  position: relative;
  overflow:hidden !important;
  z-index:0;
  font-family: 'Karla', sans-serif !important;
}
/* .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a{
background-color: #FF5B4D;
color: #FFFFFF;
letter-spacing: 0.93px;
font-weight: 700;
border-radius: 22px;
padding: 9px 35px;
margin: 0 15px;
border: 2px solid #ff5b4d;
} */
.btn:hover,.btn:focus{
  text-decoration: none;  
  background-color: #1e1e23;
  color: #01e65f;
}
.btn::after,.form-btn-red .actions::after
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a::after*/{
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn:hover::after,.form-btn-red .actions:hover::after
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::after*/{
  left: 20px;
}
.btn.btn-lg:hover::after{
  left: 25px;
}
.btn.btn-lg::after{
  font-size: 30px;
}
.btn.btn-lg{
  padding: 18px 60px;
  border-radius: 30px;
}
.btn-white{
  background-color: #FFFFFF;
  color: #FF5B4D;
  border: 2px solid #FFFFFF;
}
.btn-red,.btn-red:focus,.form-btn-red .hs-button {
  background-color: #1E1E23;
  color: #FFFFFF;
  border: 2px solid #1E1E23;
}
.btn-outlined-red{
  border: 2px solid #1e1e23;
  color: #1e1e23;
  padding: 9px 35px;
}
.btn-outlined-yellow{
  border: 2px solid #FFC14D;
  color: #FFC14D;
  padding: 9px 35px;
}
.btn-outlined-green{
  border: 2px solid #3DCC8E;
  color: #3DCC8E;
  padding: 9px 35px;
}
.btn-outlined-blue{
  border: 2px solid #48C6F0;
  color: #48C6F0;
  padding: 9px 35px;
}
.link-text,.link-text:focus{
  color: #1E2F46;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 2px solid #FF5B4D;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-white::before,.btn-outlined-red::before,.btn-red::before,.form-btn-red .actions::before,
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::before,*/
.btn-outlined-yellow::before,.btn-outlined-green::before,.btn-outlined-blue::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-white:hover,.btn-outlined-red:hover,.btn-outlined-yellow:hover,.btn-outlined-green:hover,.btn-outlined-blue:hover{
  color: #00e65f!important;
}
.btn-red:hover,.form-btn-red .actions:hover input
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover*/{
  color: #00E65F !important;
}
.btn-white:hover::before,.btn-outlined-red:hover::before,.btn-red:hover::before,.form-btn-red .actions:hover::before,
/*.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a:hover::before,*/
.btn-outlined-yellow:hover::before,.btn-outlined-green:hover::before,.btn-outlined-blue:hover::before{
  top: 0;
}
.btn-white::before,.btn-outlined-red::before{  
  background: #1e1e23;  
}
.btn-outlined-yellow::before{
  background: #FFC14D;  
}
.btn-outlined-green::before{
  background: #3DCC8E;  
}
.btn-outlined-blue::before{
  background: #48C6F0;  
}
.btn-red::before,.form-btn-red .actions::before
/*,.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) > a::before*/{
  background: #326446;  
}
.link-text:hover,.page-nav li.active a{
  color: #FF5B4D !important;
}

a.current {
  color: #FF5B4D !important;
  background: #FFF !important;
}
.link-text:hover,.blogs-nav li.active a{
  color: #FF5B4D !important;  
}
.link-text:active,.blogs-nav li.active a{
  color: #FF5B4D !important; 
}
.form-btn-red .actions{
  display: inline-block;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #326446;
  border: 2px solid #326446;
}
.form-btn-red .hs-button{
  background-color: transparent;
  color: #FFFF;
  padding: 9px 33px;
  border: 2px solid transparent;
}
.form-btn-red .actions:hover input{
  background: transparent;
}
.form-btn-red .actions:hover::after{
  color: #00E65F;
}
.btn-icon-red,.btn-icon-red:hover,.btn-icon-red:focus{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff5b4d;
  color: #FFFFFF;
}

/* -------- Background Colors ---------------- */
.bg-darkblue{
  background: #1e1e23;
}
.bg-red{
  background: #FF5B4D;
}
.bg-dirtywhite{
  background: #FAFAFA;
}

.bg-allwhite{
  background: #FFFFFF;
}

.bg-lightblue{
  background-color: #97D4E9
}
/* -------- Custom Grid ---------------- */
.flex-row-fluid .row-fluid,.custom-row,.d-flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-row{
  margin-left: -15px;
  margin-right: -15px;
}
.custom-column{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-column-xs-3 .custom-column{
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.valign-row-fluid_center .row-fluid,.valign-row-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jcontent-row-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jcontent-row-fluid_right .row-fluid{
  -ms-flex-pack: end!important;
  -webkit-box-pack: end!important;
  justify-content: flex-end!important;
}
.jcontent-row-fluid_right-2 .row-fluid{
  -ms-flex-pack: start!important;
  -webkit-box-pack: start!important;
  justify-content: flex-start!important;
}
.animated {
  -webkit-animation-duration: 0.50s !important;
  animation-duration: 0.50s !important;
}

@media (min-width: 768px){
  .custom-column-3 .custom-column {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  
}

@media (min-width: 992px){
  .custom-column-3 .custom-column{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .custom-column-6 .custom-column{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .custom-column-2 .custom-column{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .flex-row-fluid .row-fluid .span9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74.30939226%;
    flex: 0 0 74.30939226%;
  }
  .flex-row-fluid .row-fluid .span3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.928176794%;
    flex: 0 0 22.928176794%;
  }
  .flex-row-fluid .row-fluid .span1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.801104972%;
    flex: 0 0 5.801104972%;
  }
  .flex-row-fluid .row-fluid .span2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.364640883%;
    flex: 0 0 14.364640883%;
  }
  .flex-row-fluid .row-fluid .span4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.491712705%;
    flex: 0 0 31.491712705%;
  }
  .flex-row-fluid .row-fluid .span5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40.055248616%;
    flex: 0 0 40.055248616%;
  }
  .flex-row-fluid .row-fluid .span6{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.618784527%;
    flex: 0 0 48.618784527%;
  }
  .flex-row-fluid .row-fluid .span7{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.182320438000005%;
    flex: 0 0 57.182320438000005%;
  }
  .flex-row-fluid .row-fluid .span8{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.74585634900001%;
    flex: 0 0 65.74585634900001%;
  }
  .flex-row-fluid .row-fluid .span10{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82.87292817100001%;
    flex: 0 0 82.87292817100001%;
  }
  .flex-row-fluid .row-fluid .span11{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.436464082%;
    flex: 0 0 91.436464082%;
  }  
  .footer-menu_left .hs-menu-wrapper > ul > li{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mobile-add,.mobile-only{
    display: none !important;
  }
  .banner .banner-inner{
    min-height: 600px;
  }

}
@media (min-width: 992px){
  .footer-menu_left .hs-menu-wrapper > ul > li{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 1200px){
  .banner .cover_vid{
    min-width: 200%;
  }
}
@media (max-width: 991px){
   .lang_switcher_class-mob {
    display: block !important;
    right: 0;
  }
  .desktop-only{
    display: none !important;
  }
  h1 {
    font-size: 40px;
  }
  h2{
    font-size: 36px;
  }
  h3{
    font-size: 20px;
  }  
  .hs_submit{
    text-align: center;
  }
  .banner{
    margin-bottom: 45px;
  }
  .banner-content_copy{
    font-size: 16px;
  }
  .banner .banner-inner{
    padding: 50px 0;
  }
  .banner .banner-logo_container {
    display: none;
    width: 100%;
    text-align: right;
  }
  .banner.home-banner .banner-logo{
    position: relative;
    max-width: 254px;
  }
  .banner .cover_vid{
    min-width: 300%;
  }
  .banner.home-banner .banner-logo {
    bottom: -50px;
  }

  .cta-banner{
    padding: 166px 0 85px;
  }
  .cta-bannner_box2{
    height: 177px;
    right: 0;
    margin-right: 30px;
    top: -40px;
  }
  .cta-bannner_box1Container {
    top: -85px;
    right: 0;
  }
  .cta-bannner_box2Inner{
    position: absolute;
    width: 88px;
    height: 88px;
    right: 55px;
    padding: 0;
  }
  .cta-bannner_box3{
    display: none;
  }
  .cta-banner_cta{
    text-align:left;
  }

  .header-bg__image{
    margin: 0 -15px;
  }
  .header-bg__bgWrapper,.header-bg__image,.header-bg{
    height: 93% !important;
  }
  .header-bg_text{
    padding-top: 173px;
    margin: 0;
  }
  .header-bg__image::after,.imageTextSimple__image::after{
    right: 0;
    top: -30px;
    width: 140px;
    height: 140px;
  }
  .header-bg__image2,.imageTextSimple__squareimage{
    width: 87px;
    height: 88px;
    top: 0;
    right: 115px;
  }
  .header-icon-module{
    padding-top: 0 !important;
  }
  .icon-text__list{
    padding-top: 25px;
  }
  .icon-text{
    margin-bottom: 40px;
  }

  .imageText-slider,.section-100{
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .section-100{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .imageText-slide_imageContainer::after, .imageText-slide_imagebox{
    width: 99px;
    height: 99px;
    top: 65px;
    right: 0;
  }
  .imageText-slide_logo{
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 30px;
    top: auto;
  }
  .imageText-slide_logo img{
    max-width: 173px;
    height: auto;
  }
  .imageText-slide_imageContainer::before{
    width: 67px;
    height: 67px;
  }
  .imageText-slide_imageContainer{
    padding-right: 0;
    padding-left: 75px;
    margin-bottom: 15px;
  }
  .imageText-slider_wrapper .slick-list{
    overflow: visible !important;
  }
  .imageText-slide_image{
    background-position: center right;
    /*     background-size: 155%; */
    min-height: auto;
  }
  .imageText-slide_subheader {
    margin-bottom: 15px;
  }
  .imageText-slide_header h2{
    margin-bottom: 0;
  }
  .imageText-slider_wrapper .custom-slick-nav{
    margin-top: 15px;
  }
  .imageTextSimple__image{
    padding-top: 50%;
    margin: 0 auto;
  }
  .testimonial-item_copy{
    padding: 45px 20px;
  }
  .testimonial-item_copy p{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 200;
  }
  .testimonial-item_bg{
    display: none;
  }
  .testimonial-item_qmark{
    font-size: 200px;
    letter-spacing: 9.52px;
    top: -85px;
  }
  .testimonials .slick-list{
    padding: 75px 0 80px;
  }
  .testimonial-item_author{
    padding: 0;
  }
  .testimonials .custom-slick-nav{
    width: 150px;
    left:0;
    bottom: -45px;
  }
  .testimonial-item_wrapper{
    position: unset !important;
  }
  .testimonial-item_content .row-fluid{
    display: block;
  }
  .testimonial-item_name{
    margin-top: 0;
    max-width: 200px;
  }
  .home-template .featuredPosts__first{
    display: none;
  }
  .featuredPosts__first .span6, .imageText .span6{
    padding: 0;
  }

  .featuredPosts-module__bottom,.formBanner-module_header h2{
    text-align: center;
  }
  .featuredPosts-module__bottom h3{
    margin-bottom: 20px;
  }

  .dark-form{
    padding: 30px;
  }
  .hs-form fieldset.form-columns-1 .hs-fieldtype-select{
    width: 100%;
  }
  .hs-form .actions{
    text-align: center;
  }
  .formBanner-module_box1, .formBanner-module_box1Wrapper::before, .formBanner-module_box1Wrapper{
    width: 136px;
    height: 136px;
  }
  .formBanner-module_box1Wrapper{
    top: -136px;
    right: -25px;
    opacity: 0.66;
  }
  .formBanner-module{
    padding-top: 100px;
  }  
  .formBanner-module{
    background-position-x: 43%;
    background-position-y: 68%;
  }
  .formBanner-module_box2{
    display: none;
  } 
  .form-banner-v2__image > div{
    padding-bottom: 50%;
  }

  .clients-logo {
    padding-bottom: 15px !important;
  }

  .featuredPosts-module__bottom {
    margin-top: 30px;
  }
  .featuredPosts-module {
    padding-bottom: 50px;
  }

  .form-banner-v2__image{
    margin-top: 0;
    margin-bottom: 50px;
  }

  .row-fluid > div{
    width: 100% !important;
  }
  .footer-menu{
    display: none !important;
  } 
  .footer-connect{    
    z-index: 3;
  }
  .copyright-text{
    text-align:left;
    margin-top: 5px;
  }

  .dark-form textarea, 
  .dark-form input[type="text"], 
  .dark-form input[type="password"], 
  .dark-form input[type="datetime"], 
  .dark-form input[type="datetime-local"], 
  .dark-form input[type="date"], 
  .dark-form input[type="month"], 
  .dark-form input[type="time"], 
  .dark-form input[type="week"], 
  .dark-form input[type="number"], 
  .dark-form input[type="email"], 
  .dark-form input[type="url"], 
  .dark-form input[type="search"], 
  .dark-form input[type="tel"], 
  .dark-form input[type="color"], 
  .dark-form select,.formlabel-js-enabled .hs-form-field>label{
    font-size: 14px;
    line-height: 1.4;
  }
  .page-nav{
    display: none;
  }
  .featured-post-image, .imageText-image{
    padding-top: 90%;
    position: relative;
  }  

  .footer-form{
    margin-bottom: 50px;
  } 

}
@media (max-width: 480px){
  .formlabel-js-enabled form.hs-form .form-columns-2 .hs-form-field,formlabel-js-enabled .hs-form fieldset.form-columns-1 .hs-form-field{
    width: 50% !important;
    float: left !important;
  }
  .hs-form fieldset.form-columns-1 .legal-consent-container .hs-form-field{
    width: 100% !important;
    float: none !important;
  }
  .blog-topics-nav ul li + li{
    margin-left: 0;
  }
  .blog-topics-nav ul li{
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }  
}

/* 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;
    margin: 5px 5px 2px 0;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Social%20Icons/facebook-color.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Social%20Icons/linkedin-color-1.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("https://636866.fs1.hubspotusercontent-na1.net/hubfs/636866/Social%20Icons/twitter-color.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");
}
a.author-link {
    font-weight: bold;
}
twitter-widget { 
    margin: auto !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.iconsvg{
   height: 15px;
   width: auto;
}