/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Lato:700,400,300|Roboto:400,400i,500,700,700i|Montserrat:400,500|Muli:600|Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 /* Video Responsive CSS for HubSpot */ 

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

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
 position: absolute; 
top: 0; 
left: 0; 
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: 56.25%; 
} 

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









/* ==========================================================================
   General                                           
   ========================================================================== */

body, h1, h2, h3, h4, h5, h6,
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
    font-family: Lato, Arial, Sans-Serif;
    color: #1e1e1e;
}
body {
    font-size: 14px;
    background-color: transparent;
}
body.mobile-menu-open {
    overflow: hidden;
}
a {
    color: #557e9e;
}
h1,
h1:first-child {
    line-height: 1.1;
    font-size: 400%;
    font-weight: 500;
    letter-spacing: -0.016em;
    margin: 1.25em 0 0.2em;
    margin-top: 1em;
}
.more-link {
    color: #e6291c;
}
.more-link:hover {
    color: #ac1100;
}
.marketing-lp h1.page-title {
    color: #f8f8f8;
}


/*Position multilinugal indicators*/
.multilingual-flags {
    text-align: center;
}

/* ==========================================================================
    Menu                                       
   ========================================================================== */
.body-container-wrapper {
    padding-top: 0;
}
.header-container-wrapper .container-fluid .row-fluid .page-center {
    position: relative;
}

/* ==========================================================================
    Logo                                      
   ========================================================================== */ 

/* ==========================================================================
    Title                                     
   ========================================================================== */ 
.hs-blog-header h1 {
    margin-bottom: 36px;
    text-align: center;
    color: #f8f8f8;
}

/* ==========================================================================
   Footer                                          
   ========================================================================== */


/******************************************************
 * 12/5/18 MENU REDO
 * TODO: Integrate this into existing file structure
 * ****************************************************/
.all-content-wrapper {
	position: relative;
  background-color: #fff;
}
.dev-test-page .body-container-wrapper {
	min-height: 100vh !important;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.footer-container-wrapper {
	position: relative;
}

/*****************
HEADER
*****************/
.header-container-wrapper {
  z-index: 0;
	position: relative;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  padding: 0 90px;
}
.header-container .widget-type-logo .hs_cos_wrapper_type_logo a img {
	position: relative;
}
.row-fluid .header-logo {
	max-width: 250px;
  float: none;
  margin-right: 2%;
}
.header-container .widget-type-logo .hs_cos_wrapper_type_logo a .hs-image-widget {
	margin: 36px 0;
}
.row-fluid .span9.custom-menu-primary {
	float: none;
  display: inline-block;
  margin: 0 0 0 auto;
}
.custom-menu-primary .hs-menu-wrapper {
  width: auto !important;
}
.header-container-wrapper .flex-layout > .row-fluid-wrapper > .row-fluid {
	display: flex;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
	display: flex;
  height: 122px;
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
	display: flex;
  align-items: center;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
  position: static;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li > a {
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 19.6px;
  font-weight: 500;
  color: #000;
  padding: 0;
  margin: 0 15px;
  transition: all .2s;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li:first-child > a {
	margin-left: 0;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li:last-child > a {
	margin-right: 0;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li:nth-child(2) > a {
	border: 2px solid #000;
  border-radius: 4px;
  padding: 5px 14px;
  transition: opacity .45s cubic-bezier(.25,1,.33,1),
    transform .45s cubic-bezier(.25,1,.33,1),
    border-color .45s cubic-bezier(.25,1,.33,1),
    color .45s cubic-bezier(.25,1,.33,1),
    background-color .45s cubic-bezier(.25,1,.33,1),
    box-shadow .45s cubic-bezier(.25,1,.33,1);
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li:nth-child(2):hover > a {
	border-color: #3C5E9E;
  color: #3C5E9E;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li > a:after {
    transform-origin: 0 0;
    transition: transform .3s ease-out,border-color .3s ease-out, border-width .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #3C5E9E;
    content: '';
    margin-left: 0;
}
.custom-menu-primary .cell-wrapper .hs-menu-wrapper > ul > li:not(:nth-child(2)) > a:hover::after {
    transform: scaleX(1);
    border-width: 2.5px;
    transition: transform .3s ease-out,border-color .3s ease-out, border-width .3s ease-out;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
	content: "";
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    top: calc(50% + 13px)    
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
	content: "";
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
    border: none;
    box-shadow: 0 19px 35px rgba(0,0,0,.11);
    -webkit-box-shadow: 0 19px 35px rgba(0,0,0,.11);
    border-radius: 0;
    padding: 20px;
}

.custom-menu-primary .hs-menu-wrapper .hs-menu-depth-2 {
    width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul ul .hs-menu-item a {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    color: #000;
    padding: 6px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:hover {
	background-color: #3C5E9E;
  transition: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	transition: none;
}

/**
 Mega Menu 
**/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.mega-menu-container li a {
    white-space: normal;
}
.mega-menu-container {
    display: grid ;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-column-gap: 2%;
    align-items: stretch;
    justify-items: stretch;
    width: 100%;
}

/**
 Mobile 
**/
#mobile-menu2 {
  background-color: #3C5E9E;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
}

#mobile-menu2 .hs-menu-item a:after {
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  border-top: 2px solid #fff;
  bottom: -6px;
  content: '';
  display: block;
  left: 0;
  margin-left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform .3s ease-out,border-color .3s ease-out, border-width .3s ease-out;
  width: 100%;
}

#mobile-menu2 .hs-menu-item a:hover::after {
  border-width: 2.5px;
  transform: scaleX(1);
  transition: transform .3s ease-out,border-color .3s ease-out, border-width .3s ease-out;
}
#mobile-menu2 .scroll-wrapper {
  min-width: 390px;
  height: 100vh;
  top: 0;
  right: -17px;
  position: absolute;
  width: 407px;
  padding: 0 77px 0 60px;
  overflow-y: scroll;
}
#mobile-menu2 .hs-menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  min-width: 100%;
  align-content: center;
  padding: calc((100vh - 83.5vh) / 2) 0;
}

#mobile-menu2 .hs-menu-wrapper .hs-menu-item:not(:last-child) {
  display: inline-block;
  margin-bottom: 14px;
  width: 100%;
}

#mobile-menu2 .hs-menu-wrapper .hs-menu-item a {
  color: #fff;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  position: relative;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  padding: 0;
  white-space: normal;
  overflow: visible;
  max-width: unset;
  text-overflow: unset;
}
#mobile-menu2 .hs-menu-wrapper .hs-menu-children-wrapper {
  height: 0;
  display: block !important;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(.215,.61,.355,1),padding 0.25s cubic-bezier(.215,.61,.355,1);;
}
#mobile-menu2 .hs-menu-wrapper .hs-menu-children-wrapper.open {
  transition: height 0.5s cubic-bezier(.215,.61,.355,1),padding 0.25s cubic-bezier(.215,.61,.355,1);;
}
#mobile-menu2 .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item:first-child a {
  margin-top: 14px;
}
#mobile-menu2 .hs-menu-wrapper .hs-menu-children-wrapper .hs-menu-item a {
  font-size: 18px;
  line-height: 32px;
}

#mobile-menu2 .hs-menu-wrapper > ul {
  display: block;
  height: auto;
  margin-bottom: 25px;
}
#mobile-menu2 .hs-menu-wrapper ul,
.mobile-menu2-social-links {
  transform: translateX(110px);
  transition: all 0.8s cubic-bezier(.2,1,.3,1);
}

#mobile-menu2 .hs-item-has-children .open-submenu {
  cursor: pointer;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 28px;
  display: block;
  transform: none;
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(.215,.61,.355,1);
}
#mobile-menu2 .hs-item-has-children .open-submenu.rotate {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(.215,.61,.355,1);
}
#mobile-menu2 .hs-item-has-children .open-submenu:after {
  color: #fff;
  content: "";
  cursor: pointer;
  font-family: FontAwesome;
}

.hs-menu-wrapper .hs-item-has-children .open-submenu:hover {
  cursor: pointer;
}
.mobile-menu-2-close {
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  z-index: 8;
}

.mobile-menu-2-close .close-line {
  backface-visibility: hidden;
  background: #fff;
  border-radius: 5px;
  height: 100%;
  left: 9px;
  position: absolute;
  transition: opacity 0.2s ease,background-color 0.2s ease;
  width: 2px;
}

.mobile-menu-2-close .close-line1 {
  transform: rotate(45deg);
}

.mobile-menu-2-close .close-line2 {
  transform: rotate(-45deg);
}

.mobile-menu-2-close .close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  cursor: pointer;
  display: block;
  height: 20px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform-style: preserve-3d;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
  width: 20px;
}

.mobile-menu-2-close::before {
  -webkit-transform: scale(1) translateZ(0);
  -webkit-transition: all 0.45s cubic-bezier(.15,.2,.1,1);
  background-color: rgba(0,0,0,.06);
  border-radius: 50%;
  content: '';
  cursor: pointer;
  display: block;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  transform: scale(1) translateZ(0);
  transition: all 0.45s cubic-bezier(.15,.2,.1,1);
  width: 50px;
}
.mobile-menu-2-close:hover:not(:focus)::before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transition: all 0.45s cubic-bezier(.15,.2,.1,1);
}
.mobile-menu-2-close:before {
 transform:scale(0)
}
.mobile-open .mobile-menu-2-close:before {
 transform:scale(1)
}
.mobile-menu-2-close .close-wrap {
 -webkit-font-smoothing:subpixel-antialiased;
 -webkit-transform-style:preserve-3d;
 transform-style:preserve-3d;
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0);
 transform:translateX(-50%) translateY(-50%) translateZ(0);
 -webkit-transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
 transition:margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
 transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease;
 transition:margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
 width:20px;
 height:20px;
 display:block;
 overflow:hidden
}
.mobile-open .mobile-menu-2-close .close-line1 {
 -webkit-animation-name:crossRight;
 animation-name:crossRight;
 -webkit-animation-delay:.29s;
 animation-delay:.29s
}
.mobile-open .mobile-menu-2-close .close-line2 {
 -webkit-animation-name:crossLeft;
 animation-name:crossLeft;
 -webkit-animation-delay:.15s;
 animation-delay:.15s
}
.mobile-menu-2-close .close-line1 {
 -webkit-transform:translateY(0) translateX(0) rotate(-45deg);
 transform:translateY(0) translateX(0) rotate(-45deg);
 -webkit-animation-name:crossLeftClose;
 animation-name:crossLeftClose;
 -webkit-animation-delay:.0s;
 animation-delay:.0s;
 -webkit-animation-duration:.15s;
 animation-duration:.15s
}
.mobile-menu-2-close .close-line2 {
 -webkit-transform:translateY(0) translateX(0) rotate(45deg);
 transform:translateY(0) translateX(0) rotate(45deg);
 -webkit-animation-name:crossRightClose;
 animation-name:crossRightClose;
 -webkit-animation-delay:.06s;
 animation-delay:.06s;
 -webkit-animation-duration:.15s;
 animation-duration:.15s
}
.mobile-menu-2-close .close-line {
 -webkit-animation-duration:.4s;
 animation-duration:.4s;
 -webkit-animation-timing-function:cubic-bezier(.52,.01,.16,1);
 animation-timing-function:cubic-bezier(.52,.01,.16,1);
 -webkit-animation-fill-mode:forwards;
 animation-fill-mode:forwards
}
.mobile-open .mobile-menu-2-close .close-wrap .close-line1 {
 -webkit-transform:translateY(-30px) translateX(30px) rotate(45deg);
 transform:translateY(-30px) translateX(30px) rotate(45deg)
}
.mobile-open .mobile-menu-2-close .close-wrap .close-line2 {
 -webkit-transform:translateY(-30px) translateX(-30px) rotate(-45deg);
 transform:translateY(-30px) translateX(-30px) rotate(-45deg)
}
.mobile-menu-2-close .close-wrap .close-line {
 height:100%;
 width:2px;
 background:#fff;
 backface-visibility:hidden;
 position:absolute;
 border-radius:5px;
 left:9px;
 transition:opacity 0.2s ease,background-color 0.2s ease
}
@-webkit-keyframes crossLeft {
 100% {
  -webkit-transform:translateY(0) translateX(0) rotate(-45deg);
  transform:translateY(0) translateX(0) rotate(-45deg)
 }
}
@keyframes crossLeft {
 100% {
  -webkit-transform:translateY(0) translateX(0) rotate(-45deg);
  transform:translateY(0) translateX(0) rotate(-45deg)
 }
}
@-webkit-keyframes crossLeftClose {
 100% {
  -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
  transform:translateY(22px) translateX(22px) rotate(-45deg)
 }
}
@keyframes crossLeftClose {
 100% {
  -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
  transform:translateY(22px) translateX(22px) rotate(-45deg)
 }
}
@-webkit-keyframes crossRight {
 100% {
  -webkit-transform:translateY(0) translateX(0) rotate(45deg);
  transform:translateY(0) translateX(0) rotate(45deg)
 }
}
@keyframes crossRight {
 100% {
  -webkit-transform:translateY(0) translateX(0) rotate(45deg);
  transform:translateY(0) translateX(0) rotate(45deg)
 }
}
@-webkit-keyframes crossRightClose {
 100% {
  -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
  transform:translateY(22px) translateX(-22px) rotate(45deg)
 }
}
@keyframes crossRightClose {
 100% {
  -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
  transform:translateY(22px) translateX(-22px) rotate(45deg)
 }
}
.mobile-menu2-social-links .fa {
  display: block;
  line-height: 26px;
}

.mobile-menu2-social-links a {
  color: #fff;
  display: inline-block;
  width: auto;
  font-size: 20px;
  height: 26px;
  overflow: hidden;
  padding: 0 14px;
}

.mobile-menu2-social-links a:first-child {
  padding-left: 0;
}

.mobile-menu2-social-links a:last-child {
  padding-right: 0;
}


@media (max-width: 979px) {
  .header-container-wrapper {
    max-width: 600px; 
    margin: 0 auto;
    padding: 0;
  }
  .header-container .widget-type-logo .hs_cos_wrapper_type_logo a .hs-image-widget {
    margin: 12px 0;
    width: auto !important;
    height: 24px;
  }
  .header-container-wrapper .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none !important;
  }
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] .custom-menu-primary {
    display: flex;
    align-items: center;
    margin: 0;  
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
  }
  .mobile-trigger {
    display: none !important;
  }
  .mobile-menu-button {
  	position: relative;
    left: 100%;
    transform: translateX(-100%);
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .mobile-menu-button:hover {
    cursor: pointer;
  }
  .mobile-menu-button.show {
    height: 22px;
    width: 22px;
  }
  .mobile-menu-button.show:hover,
  .mobile-open .mobile-menu-button.show {
    background-color: transparent !important;
    border-color: unset !important;
  }
  .mobile-menu-button .lines-button {
    position: relative;
    top: 50%;
    display: block;
  }
  .mobile-menu-button .three-lines::before, 
  .mobile-menu-button .three-lines::after {
    content: '';
  }
  .mobile-menu-button .three-lines, 
  .mobile-menu-button .three-lines::before, 
  .mobile-menu-button .three-lines::after {
    width: 22px;
    background-color: #000;
    height: 2px;
    position: absolute
  }
  .mobile-menu-button .three-lines::before {
    top: -6px;
  }
  .mobile-menu-button .three-lines::after {
    width: 16px;
    top: 6px;
  }
  
  .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
		margin-left: 0;
  }
  
  .all-content-wrapper {
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: right;
    transform: scale(1) translateX(0);
    transition: transform 0.8s cubic-bezier(.2,1,.3,1);
  }
  
  .mobile-open .all-content-wrapper {
    position: absolute !important;
    transform: scale(.835) translateX(-466px) translateZ(0);
    transition: transform 0.8s cubic-bezier(.2,1,.3,1);
  }
  .mobile-open #mobile-menu2 .hs-menu-wrapper ul,
  .mobile-open .mobile-menu2-social-links {
      transform: translateX(0);
  }
}

@media(max-width: 690px) {
  .header-container-wrapper {
    max-width: 420px;
  }
}

@media(max-width: 480px) {
  .header-container-wrapper {
    max-width: 320px;
  }
}

/*****************
FOOTER
*****************/
.row-fluid .footer[class*="span"]:first-child,
.footer-container .footer {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
  float: none;
}
.main-footer {
  padding: 75px 0;
}
.sub-footer {
  padding: 20px 0;
}
.footer .footer-contact h4 {
  font-family: Montserrat;
  text-transform: capitalize !important;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  color: #0a0a0a;
  margin-bottom: 14px;
}
.footer p {
  font-family: Muli, 'Open Sans';
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}
.footer .multilingual-flags {
  text-align: center;
}
.footer .multilingual-flags .multilingual {
  margin-top: 30px;
}
.footer .copyright {
  float: left;
}
.sub-footer .copyright p {
  font-size: 12px;
  margin: 0;
}
.footer .footer-social {
  float: right;
  background-color: transparent;
  width: auto;
}
.sub-footer .footer-social ul {
  padding-left: 0;
}
.sub-footer .footer-social li {
  margin-left: 20px;
  display: inline-block;
  background-color: transparent;
}
.sub-footer .footer-social a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  color: #666;
}
.sub-footer .footer-social li i {
  font-size: 20px;
}
.sub-footer .footer-social a:hover {
  border-color: #3452ff !important;
  color: #3452ff !important;
}

body.homepage-lp, 
body.homepage-lp h1, 
body.homepage-lp h2, 
body.homepage-lp h3, 
body.homepage-lp h4, 
body.homepage-lp h5, 
body.homepage-lp h6, 
body.homepage-lp .hs-button.primary, 
body.homepage-lp input[type="submit"], 
body.homepage-lp input[type="button"]{
  font-family: Nunito;
}
body.homepage-lp .header-container-wrapper{z-index:1}
body.homepage-lp #content h1,
body.homepage-lp #content h2,
body.homepage-lp #content h3,
body.homepage-lp #content h4,
body.homepage-lp #content h5,
body.homepage-lp #content h6{
  font-weight: bold;
  color: #F20E40;
}
.background-grey{background: #333333;}
.align-items-child-center > div > div{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

@media (max-width: 1000px) {
  .row-fluid .footer[class*="span"]:first-child, 
  .footer-container .footer {
    padding: 0;
    max-width: 600px;
  }
  .main-footer {
    padding: 55px 0 20px;
  }
  .main-footer > .row-fluid-wrapper > .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  .main-footer .row-fluid .footer-col {
    width: 48%;
    margin-bottom: 85px;
  }
}
@media (max-width: 768px) {
  .row-fluid .footer[class*="span"]:first-child, 
  .footer-container .footer {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
  .sub-footer .footer-social {
    margin-top: 40px;
  }
  .sub-footer .copyright,
  .sub-footer .footer-social {
    float: none;
    display: block;
  }
  .sub-footer .footer-social li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 690px) {
  .row-fluid .footer[class*="span"]:first-child, 
  .footer-container .footer {
    max-width: 420px;
  }
  .main-footer .row-fluid .footer-col {
    width: 100%; 
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .row-fluid .footer[class*="span"]:first-child, 
  .footer-container .footer {
    max-width: 320px;
  }
}
@media (min-width: 1025px){
  body.homepage-lp #content{ padding-left: 40px }
}