@import url('//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&family=Roboto:wght@300;400;500;700');
@import url('//cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
/* @import url('http://example.com/example_style.css'); */

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

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

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

/* Body Defaults */
body.emg {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  max-width:100%;
}
body, html{ overflow-x:hidden!important; }

/* Open Sans */
body { font-family: 'Open Sans', sans-serif; }
/* Roboto */
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto', sans-serif; }

/* HEADERS */
h1, h2, h3, h4, h5, h6 { line-height: 1.4em; font-weight: 700; margin: 0 0 10px 0; }
h1 { font-size: 48px; line-height: 1.2; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 22px; }
h6 { font-size: 20px; }
@media (max-width: 900px) {
  h2,h3,h4 { line-height: 1.1; }
  h2 { font-size: 28px }
  h3 { font-size: 24px }
  h4 { font-size: 20px }
}
body.emg a { color: #3949AB; font-weight: 300; text-decoration: none; }
body.emg a:hover {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
body.emg .body-container p a { font-weight:bold; }
body.emg .body-container p a:hover { text-decoration: underline; }

/* Flexbox */
.row-fluid  {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.row-fluid .outer-wrapper[class*="span"]:first-child { margin: 0 auto; }

/* Foundation */
.row { max-width: 1150px; }
.column, .columns {
    padding-right: 20px;
    padding-left: 20px;
}

/* Default Width */
.outer-wrapper  {
  max-width: 100%;
  width: 100%;
  float: none;
  padding: 0;
}
.inner-wrapper {max-width: 1150px;padding: 0 20px;margin: 0 auto;}

/* SECTION - HEAD */
@media all and (max-width: 320px) {
  img.logo-mobile,img.logo-desktop { max-width: 220px !important; }
}
img.logo-mobile,img.logo-desktop { max-height: 48px; max-width: 360px; }
img.logo-menu { 
  margin: 20px;
}

.section-head {
  max-width: 1150px;
  padding: 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-head > .row-fluid {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-head > .row-fluid [class*="span"] {
width: auto;
}
.header-container-wrapper .row-fluid [class*="span"]:first-child {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.section-head .span3 { min-width: 190px; }
.section-head a {
  color: #212121;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
/* MENU */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {color: #212121; font-family: 'Roboto'; position:relative;max-width: initial;padding: 0 18px;display:block;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {color: #3949ab; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active > a {color: #3949ab; text-decoration:none; display:block;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: auto;
  overflow: unset;
  text-overflow: unset;
  font-size: 15px;
  max-width: 100%;
  color: #283593;
  white-space: normal;
  line-height: 1.7;
  padding: 8px 18px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  background:#f9f9f9;
}
.emg-menu ul {
  margin: 20px 0;
  float: right;
}
.menu-close {
    -webkit-tap-highlight-color: transparent;
    position: fixed;
    right: 25px;
    top: 25px;
    font-size: 42px;
    z-index: 2000;
    cursor: pointer;
}
#slider { background-color:#fff; display:none; overflow:auto; left: -1000px;position:relative; z-index:1000; transition:none !important; }
.menu-mobile {display:none;float:right;}
#mobile-menu {font-size:36px;cursor:pointer;-webkit-tap-highlight-color: transparent;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { background: white; min-width: 150px; }
@media (max-width: 1080px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 2px 10px; font-size: 16px; }
}
@media (max-width: 980px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 0 10px; font-size: 15px; }
}

@media (max-width: 900px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {display:block;float:none; padding: 7px 0 0 10px; }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul {float: none;}
  .menu-mobile, #slider {display: block;}
  .menu-desktop {display: none;}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      visibility: visible;
      opacity: 100;
      position: static;
      left: 0;
      margin-left: 10px;
      float: none;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li { font-size:14px;}
}

/* FORMS */
.hbspt-form fieldset .hs-form-field { 
  margin-bottom: 10px;
}
.hbspt-form label.hs-error-msg {
  font-size: 14px;
  font-weight:600;
  color: red;
  position: relative;
  top: -10px;
}
.post-body .hbspt-form h1 { font-size: 28px; margin-top: 20px; }
.post-body .hbspt-form p { margin-top: 0; }
.hbspt-form label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    letter-spacing: .5px;
    padding-left: 4px;
}

.hbspt-form input[type="submit"].primary {
    min-width: 180px;
    display:inline-block;
    width: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.hbspt-form .hs-recaptcha, .hbspt-form .hs-recaptcha .input, .hbspt-form .hs-recaptcha .grecaptcha-badge {
  margin: 0;
}
.hbspt-form .grecaptcha-badge {float:right;}
.hbspt-form .form-columns-1 {
      -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
@media (max-width: 568px) {
  .hbspt-form .grecaptcha-badge {float:none;margin: 20px 0;}
  .hbspt-form input[type="submit"].primary {
      display:block;
      max-width: 100%;
      float:none;
  }
}
/* BLOG GLOBAL STYLES */
.blogpagetext > div { max-width:766px; } 
.blogpagetext > div p { line-height: 1.4; } 

/* SECTION - HERO */
.section-hero  {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  float: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.section-hero .emg-hero { 
  line-height: 1.6em;
  min-height: 520px; 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-hero h1 {
  font-weight: 700;
  font-size: 40px;
  margin: 0 0 15px 0;
}
.section-hero h1, .section-hero h2 {  line-height: 1.4em; }
.section-hero .wrapper {
  font-weight: 300;
  font-size: 20px;
  padding: 100px 0;
}
.section-hero .header-text { 
  max-width:57.182320438000005%;
  line-height: 1.6em;
  position: relative;
  top: 50%;
  transform: translateY(0);
}

.section-hero p { line-height: 1.6em;}
.section-hero .inner-wrapper {height:100%;}

/* SECTION - NUMBERS */
.section-numbers  {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  float: none;
  min-height: 520px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}
.section-numbers .row-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 440px;
  padding: 56px 0;
}
.section-numbers .numbers-title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.section-numbers .numbers-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-numbers .number-item {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding: 0 40px 20px 0;
  min-width: calc(33.333333% - 40px);
  max-width: calc(33.333333% - 40px);
}
.section-numbers .number-item {color:#3949ab;}
.section-numbers p { margin: 0; }
.section-numbers .number { font-family: 'Roboto', sans-serif; font-size: 64px; display: block; margin-bottom: 10px;white-space: nowrap; line-height: 1; }
.section-numbers .description { font-family: 'Roboto', sans-serif; font-size: 18px; display: block; margin-bottom: 40px; font-weight: 500; }
@media (max-width: 568px) {
  .section-numbers .row-fluid { padding: 80px 0; }
}

/* SECTION - Content */
.section-content .row-content { padding: 64px 0; }
.column-content h1, .column-content h2, .column-content h3, .column-content h4, .column-content h5, .column-content h6 {
  font-weight: 300;
   -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}
.column-content img {display:inline-block;margin: 10px 0;}
@media (max-width: 568px) {
  .section-content .row-content, .section-cards .row-content { padding: 40px 0; }
}
.section-content .row-content p,
.section-cards .row-content p { margin: 0 0 20px 0; }
.section-content .card-container, .section-cards .card-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section-content .card, .section-cards .card {
  font-size: 14px;
  line-height: 1.6em;
  position:relative;
  padding: 32px 24px;
  margin-bottom: 15px;
  margin-left: 15px;
  text-align: center;
  -webkit-flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  flex: 1 0 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  
  -webkit-justify-content: space-between;
  justify-content: space-between;
  
  min-width : 15%;
  border-radius : 0.4em;
  
    -webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
  	transition: all 0.3s ease 0s;
}

.section-content .card, .section-cards .card:hover {
 -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  	box-shadow: 0 3px 8px rgba(0,0,0,0.1); 
}

@media (max-width: 900px) {
  .section-content .card, .section-cards .card {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.section-content .card:last-of-type, .section-cards .card:last-of-type {margin-right: 0 !important;}
.section-content .card p:only-of-type, .section-cards .card p:only-of-type {margin: 0 !important;}

@media (max-width: 900px) {
  .section-content .column-title, .section-content .column-content {float:none !important; width:100% !important; margin-left:0 !important;}
  .section-cards .card-container {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .section-content .card-container {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .section-content .card-container .card { margin-right:0 !important; }
  .section-content .card-outer, .section-cards .card-outer { width: 100% !important; padding: 0 !important; }
  .section-content .card, .section-cards .card {
    margin-right: 0 !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
  }
  .section-cards .card-container .card {
      margin-right: 0 !important;
    -webkit-flex: 1 0 100% !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
  }
  .section-content .card img, .section-cards .card img { margin: 0 !important; }
}

/* SECTION IMAGE*/
.section-image h1, .section-image h2, .section-image h3, .section-image h4, .section-image h5, .section-image h6 { 
  line-height: 1.4em;
  -ms-word-break: break-all;
     word-break: break-all;

     /* Non standard for WebKit */
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;

}

/* SECTION - CONTACT */
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 {
  height: 48px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 2px #cacaca;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition:    all .2s ease-in-out;
  -o-transition:      all .2s ease-in-out;
  -ms-transition:     all .2s ease-in-out;
  transition:         all .2s ease-in-out;
}
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
select:focus {
  border: solid 2px #666666;
  /*
  -webkit-appearance:     none;
  -moz-appearance:        none;
  -ms-appearance:         none;
  -o-appearance:          none;
  appearance:             none;
  */
  outline: none;
}
select {
  /*
  -webkit-appearance:     none;
  -moz-appearance:        none;
  -ms-appearance:         none;
  -o-appearance:          none;
  appearance:             none;
  */
  outline: none;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {margin-left:0 !important;}
.hs_dropdown div.input {
  position:relative;
}
.hs_dropdown div.input:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 22px;
  color: #414141;
  color: #9fa8da;
  position: absolute;
  right: 10px;
  top: 11px;
  content: "\f107";
  font-weight:300;
  width:20px;
  z-index:1;
  height: 100%;      
  pointer-events: none;
}
ul.inputs-list {
  list-style-type:none;
  padding: 0;
  margin: 15px 0;  
}
input[type=submit], input[type=button], input[type=reset] {
  font-size: 16px;
  height: 48px;
  color: #ffffff;
  background-color: #3f51b5;
  padding: 0 25px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 1px #3949ab;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  background-color: #283593;
}
input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  background-color: #1A237E;
}
.section-contact form label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  letter-spacing: .5px;
  padding-left: 4px;
}
.section-contact .legal-consent-container {
  -webkit-flex: 0 1 auto !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.3em;
  padding: 0 8px;
}
.section-contact .legal-consent-container label {
  text-transform: none;
  margin-top: 0;
}
.section-contact label.hs-error-msg {
  margin-top: 0;
  color: red;
  text-transform: none;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}
.section-contact input[type=submit] { margin: 20px 0 40px 0 !important; }
ul.hs-error-msgs {
  margin: 10px 0 0 0;
  padding: 0;
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  form .hs-input { width: 100% !important; }
}

fieldset[class*='form-columns-'] {
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    max-width: 100% !important;
}

[class*='hs-form-'] fieldset {
  max-width: 100%;
}
fieldset[class*='form-columns-'] > div {    
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
fieldset.form-columns-1 .hs-input { width: 100% !important; }
fieldset.form-columns-2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
fieldset.form-columns-2 > div:nth-child(1) {  }
fieldset.form-columns-2 > div:nth-child(2) {  }
body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: 'Open Sans',sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  max-width: 100%;
  width: 100%;
  border:none;
  background-color: #283593;
  color: #fff;
  outline: 0;
  text-transform: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 30px;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover { background-color: #1a237e; }
form[class*='hs-form-'] .hs-input {padding-left: 5px;}
form[class*='hs-form-'] fieldset.form-columns-1 .input { margin-right: 0 !important; }
form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(1) .input { margin-right: 15px !important; }
form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(2) .input { margin-right: 0 !important; }

@media (max-width: 767px) { 
  form[class*='hs-form-'] fieldset.form-columns-2 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(1) {margin-bottom:15px}
  form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(1) .input { margin-right: 0 !important; }
  form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(1),
  form[class*='hs-form-'] fieldset.form-columns-2 > div:nth-child(2) { padding: 0; max-width: 100% !important; width: 100% !important; float: none !important; }
}

/* CONTACT FORM WIDE */
.section-contact-wide form fieldset {
  margin-bottom: 10px;
}
.section-contact-wide form .hs-field-desc, 
.section-contact-wide form .hs-richtext {
    font-size: 14px;
    line-height: 18px;
}
.section-contact-wide form label {
  line-height: 16px;
}
.section-contact-wide form .hs-richtext h4 {
  margin-top: 15px;
}

/* SECTION - CARDS (full width) */
.section-cards .outer-wrapper {padding: 64px 0;}
.section-cards .card { text-align: left; font-size: 16px; }

/* SECTION - NEWS MODULE */
.row-news { padding-top: 40px; }

/* SECTION - FOOTER */
.section-footer .outer-wrapper {
  padding: 80px 0;
}
.section-footer .logo-footer { max-width: 180px; opacity: .5; }
.footer-container .row-fluid [class*="span"] { width: 100%; }
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li > a { font-size:18px; }
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { color: #B9B9B9 !important;padding: 3px 35px 3px 0 !important; }
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover { color: #B9B9B9 !important; }
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active>a {color: #B9B9B9 !important;text-decoration: none;}
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {background: none;text-decoration:underline !important;}
.section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: transparent;
    visibility: visible;
    opacity: 100;
    position: static;
}
.section-footer .column-social {
  text-align: center;
  margin-top: 60px;
}
.section-footer .logo-footer-mobile { display:none; }
.section-footer .column-social i {
  color: #212121;
  font-size: 28px;
  margin: 0 25px;
}
.section-footer .column-social i:hover {
  color: #000000;
}
.section-footer .row-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.section-footer .column-logo {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.section-footer .column-menu {
    padding-left: 100px;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
@media (max-width: 1000px) {
  .section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 1px 20px 1px 20px; }
  .section-footer .logo-footer-mobile { display:inline-block; max-width: 200px; margin-bottom: 40px; opacity: 0.5; }
  .section-footer .logo-footer { display:none; }
  .section-footer .column-menu {padding-left:0;text-align:center;}
}
@media (max-width: 900px) {
  .section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul { 
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* CTA */
.cta-box {
  font-family: "Open Sans", sans-serif;
  margin: 20px 0;
}
.cta-box [id^=cta_button_] {
  color: white !important;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 35px;
  text-decoration: none;
  background-color: #303f9f;
  border:none !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
.cta-box [id^=cta_button_]:hover {background-color: #2c3a96;}
.cta-box .cta-box-inner {
  position: relative;
  background: #e8eaf6;
  margin-left: 150px;
  min-height: 250px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cta-box .cta-box-inner img {
  max-width: 300px;
  position: absolute;
  left: -140px;
}
.cta-box .cta-box-inner .cta-box-content {
  padding: 30px 30px 30px 160px;
  font-size: 30px;
  margin:0;
      font-size: 28px;
    line-height: 1.2;
}
@media (max-width: 900px) {
  .cta-box .cta-box-inner {
    text-align: center;
    padding: 30px 20px 10px;
    margin-left: 0;
  }
  .cta-box .cta-box-inner img {
    max-width: 100%;
    position: relative;
    left: unset;
    margin: 0 auto;
  }
  .cta-box .cta-box-inner .cta-box-content {
    padding: 30px;
  }
}

.column-content iframe { width: 100% !important; }

@media (max-width: 900px) {
  .row-fluid .span1 {min-height:0;}
  .section-numbers .row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;  
  }
  .section-numbers .row-fluid > [class*="span"] { width: 100%; }
  .section-numbers .numbers-title { padding-bottom: 80px; }
  .section-numbers .description, .section-numbers .number { margin-bottom: 24px; }
  .section-hero .header-text { max-width:75%; }
  .section-hero h1 { font-size: 30px; }
  .section-hero .wrapper { font-size: 18px; }
  .section-content .row-content, .section-cards .row-content {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}


@media (max-width: 767px) {
  .footer-container .row-fluid [class*="span"] {width: 100%;}
  .section-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper { margin: 0; }
  .section-footer .column-menu {padding-left: 0;}
}
@media (max-width: 1139px) and (min-width: 768px) {
  .emg-menu {float: right;}
  .section-hero .emg-hero {background-size: auto 100%;}
}

@media (max-width: 568px) {
  div#hubspot-messages-iframe-container { display:none !important; }
  .section-numbers .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-numbers .number-item {
    max-width: 100%;
    min-width: 100%;
    padding-right:0;
  }
  .hs-menu-wrapper, .hs-menu-wrapper * {
      width: auto;
  }
  .section-hero .header-text { max-width:100%; line-height: 1,2em; }
  .section-hero p {line-height: 1,2em;}
  .section-hero h1 { font-size: 28px; line-height: 1,2em; }
  .section-hero .wrapper { font-size: 16px; }
}

@media (max-width: 480px) {
  .section-head { padding: 20px; }
}


/* NINA TESTING */

#hs_cos_wrapper_widget_1623673712270 .emg-hero.widget_1623673712270 {
  padding: 0;
}

.accordion {
  max-width: 1150px !important;
  padding: 0px !important;
  margin: 0 auto; !important}

.accordion_header {
  background-color: #ffffff !important;
}
  
.accordion_group {
  background-color: #ffffff;
}

.accordion_icon {
  background-color: #283593;
  color: #283593;
}