/* @import url('http://example.com/example_style.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    */
/*****************************************/
@import {
	font-family: 'Montserrat', sans-serif;
	src: url(link rel="preconnect" href="https://fonts.googleapis.com")
(link rel="preconnect" href="https://fonts.gstatic.com" crossorigin)
(link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet")
}
@import {
	font-family: 'Merriweather', serif;
	src: url(link rel="preconnect" href="https://fonts.googleapis.com")
(link rel="preconnect" href="https://fonts.gstatic.com" crossorigin)
(link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet")
}

* {padding: 0;  margin: 0;  box-sizing: border-box;}
body{font-family: 'Montserrat', sans-serif; font-size:18px; color:rgba(39, 61, 74, 1); line-height:26px; font-weight:400;}
.span12.widget-span.widget-type-cell.container, .container { width: 100%; max-width: 1600px; margin: 0 auto;  display: table;  float: none;}
h3 { font-size: 30px;  line-height: 40px;  margin-bottom: 25px;}


.header-container-wrapper {float: left; width: 100%; display: block; background: rgba(27,60,92,0.7); padding: 42px 0; position: relative;  z-index: 999;}
.span3.site_logo {  float: left;  width: auto; display: inline-flex;  flex-wrap: wrap; align-items: center;}
.second_logo { margin-left: 10px;}
.site_logo .hs-image-widget { max-width: 320px;}
.span9.menu_wrap {float: right; text-align: right; width: auto; display: inline-block;}
.menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {display:block; padding: 13px 22.5px;  max-width: inherit; color: #fff; font-size: 18px;  line-height: 21px;}
.menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {float: left; display: inline-block; width: auto; line-height: 0;}
.menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {background: #c24c40; border-radius: 3px; color: #fff; font-weight: bold; margin-left: 40px;}

.body-container-wrapper {float: left;  width: 100%; display: block;  margin-top: -168px;}

.topbanner_section.span12 {float: left; width: 100%; display: block;  background-size: cover; background-repeat: no-repeat;  background-position: right center;  padding: 300px 0 50px 0; color:#fff;}
.big_heading { font-size: 70px; color: #fff; line-height: 90px; font-family: 'Merriweather'; font-style: italic; letter-spacing: -1px; float: left; width: 100%; display: block;}
.heading {font-size: 50px; font-family: 'Merriweather'; font-weight: 300; float: left; width: 100%; display: block;  line-height: 70px;}
.tb_content {float: left; width: 100%; padding-right: 26%; box-sizing: border-box; display: block; margin-top: 20px; font-weight: 300;}
.tb_bottom {float: left; width: 100%; margin-top: 220px;  align-items: center; display: flex;}
.tbb_date { float: left;  width: auto; font-weight: bold; display: inline-block;}
.tbbe_palce { float: right; display: inline-block; width: auto;}
.topbanner_content { width: 556px; float: right; margin-right: 10%; display: block;}
.tb_line { width: auto;  padding: 0 14%; border-bottom: 1px solid #fff; margin: 0 15px;}

.topbanner-layout2 .tb_bottom { margin-top: 150px;}
.topbanner-layout2 .topbanner_section.span12{padding: 280px 0 50px 0;}

.section_second{ padding: 120px 0 150px 0;}
.blue_hw_line h1, .was-list {font-size: 48px; line-height: 1.2; font-family: 'Merriweather'; color: #3e638b; font-weight: lighter; text-transform: uppercase; position: relative;}
.section_second .span6:first-child { width: 47%;}
.section_second .span6:last-child { width: 43%; float:right; margin-left: 10%;}
.flex_box .row-fluid {display: flex; align-items: center;}
.blue_hw_line h1::after, .page-header.section-header::after { content: ""; width: 160px;  height: 1px;  position: absolute; bottom: -40px;  background: #D94742; left: 0;}

.section-header h1, .heading_section h1, .esc_wysa_left h1 {font-family: 'Merriweather'; font-size: 48px; line-height: 60px; font-style: italic; color: #3e638b; text-transform: uppercase;}
.secondary-header { color: #c24c40;}
.page-header.section-header {position: relative; float: left; width: 100%; margin-bottom: 90px;}

.form_section { background-color: #3e638b;  padding: 100px 0; }
.form_inner_section { background-color: #fff;  padding: 40px; float: left; width: 100%; }
.form_section .section-header h1, .form_section .secondary-header {color:#ffffff;}
.form_section .section-header::after{background: #fff;}
.form_section .widget-type-form { background: #fff;  padding: 50px;  border-radius: 10px;  box-shadow: 0 3px 6px rgba(0,0,0,0.16); float: left;
width: 100%;}
input, textarea, select {border: 1px solid #dcddde; border-radius: 2px; padding: 10px !important; line-height: 21px; font-size: 16px;  font-weight: 300;}
label {color: #3e638b;}
.hs-form-field { margin-bottom: 15px;}
.inputs-list { list-style: none; float: left; width: 100%;}
.hs-form-radio { float: left; width: auto; margin: 0px 25px 25px 0px; color: #273D4A;}
.hs-form-radio-display, .hs-form-booleancheckbox-display{ color: #273D4A;
    position: relative;
    padding-left: 0px; float: left; width: 100%; font-size:15px;
}
.hs-form-radio-display input[type="radio"], .hs-form-booleancheckbox-display input[type="checkbox"]
}
.hs-form-booleancheckbox-display::before {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #dcddde;   
    position: absolute;
    top: 2px;
    left: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    display: inline-block;
    position: relative;
    left: 0;
    top: 8px;

}
.hs-form-booleancheckbox-display::after {
    background: #3e638b;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;    
    left: 5px; opacity: 0;
    top: 7px;
}
.hs-form-radio-display::before {
    width: 20px;
    height: 20px;
    content: "";
    border: 1px solid #dcddde;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
}
.hs-form-radio-display::after {
    background: #3e638b;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 5px; opacity: 0;
    top: 7px;
}
.hs-field-desc {
    font-size: 14px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
    display: inherit!important;
    margin-left: 0!important;
    font-size: 12px;
    padding-left: 11px;
}
.hs_submit.hs-submit {
    float: left;
    width: 100%;
    display: block;
    margin-top: 0px;
}

.hs-button.primary.large { float: left; width: 100%; color: #fff; text-transform: uppercase; cursor: pointer;  font-size: 20px;  background: #D94742;  border: none;   border-radius: 3px;  font-family: 'Montserrat',sans-serif;
    font-weight: bold;}
.hs-button.primary.large:hover{background: #3e638b;}
.hs-error-msg { color: red;  font-size: 14px;}
input.error, textarea.error, select.error { border: 1px solid #f00;}

.heading_section {float: left; width: 100%; display: flex;  align-items: center;}
.heading_section h1 { float: left;  width: auto;}
.heading_section .line {width: 207px; display: inline-block; margin: 0 30px 0 35px; background: #D94742; height: 1px;}
.heading_section span { color: #c24c40;}

.speakers_section { padding: 40px 0 100px 0;}
.speaker_list h3 { color: #3e638b;  margin-bottom: 0; font-size: 25px; line-height:30px;}
.speakers_lists { list-style: none; float: left; width: 100%;  display: flex;
flex-wrap: wrap;}
.spe_img img { max-width: 100%;  height: auto;}
.speaker_list {width: 18.8%; float: left; display: inline-block;  margin: 25px 1.5% 0 auto; font-size: 16px; line-height: 20px; min-height:370px;}
.speaker_list:nth-child(5n+5) { margin-right: 0;}
.spe_img { float: left; width: 100%; display: block;  margin-bottom: 10px;}

.hs-form-radio-display.active::after, .hs-form-booleancheckbox-display.active::after {opacity: 1;}

.ecs_wysa_wrap { float: left;  width: 100%; display: block;  padding: 100px 0;  position: relative;   background-size: cover;  background-repeat: no-repeat;  background-position: center center;}
.ecs_wysa_wrap::before {content: ""; position: absolute; width: 50%; height: 100%; background-color: rgba(21, 41, 78, 0.60); left: 0; top: 0;}
.esc_wysa_left {position: relative; width: 43%; float: left; display: block;  font-size: 16px;}
.esc_wysa_left h1 { color: #fff;}
.wysa_content { margin: 25px auto 60px auto; padding-right:5%}
.body-container-wrapper ul { margin: 10px auto;  padding-left: 10px;}
.body-container-wrapper li {margin-bottom: 10px;}
.ecs_wysa_wrap a.cta_button {
    color: rgb(19, 30, 55);
    background: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 21px;
    font-size: 20px;
    border-radius: 3px;
    float: left;
    width: auto
}
.ecs_wysa_wrap .register_cta a.cta_button {
  margin-left:15px;
}
.wysa_quotes::before {
    content: "“";
    position: absolute;
    font-size: 130px;
    line-height: 60px;
    font-family: Helvetica;
    color: rgba(255, 255, 255, 0.25);
    left: -66px;
    top: -11px;
    font-weight: bold;
}
.wysa_quotes::after {
    color: rgba(255, 255, 255, 0.25);
    font-family: Helvetica;
    font-weight: bold;
    line-height: 20px;
    font-size: 130px;
    position: absolute;
    content: "“";
    right: 0;
    bottom: 19px;
    transform: rotate(180deg);
}
.wysa_quotes {
    float: left;
    width: 100%;
    margin: 100px auto 60px auto;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    position: relative;
}
.wysa_quotes_deatils {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.wysa_q_img img {
    width: 86px;
    height: 86px;
    border: 5px solid #fff;
    border-radius: 50%;
    object-fit: contain;
}
.wysa_quotes_deatils {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.white_line {
    width: 106px;
    margin: 0 35px;
    border-top: 2px solid #fff;
}
.wyas_quote_by {
    line-height: 20px;
}

.event_heading {background: #1b3c5c; color: #fff; padding: 60px 0 40px 0; }
.event_heading .section-header::after { content: none;}
.event_heading .section-header, .event_heading .section-header h1, .event_heading .section-header p {color: #fff; margin-bottom: 0;}

.event_accordion_section { float: left; width: 100%; padding: 100px 0; display: block;}
.accordion, .no-accordion {color: #273D4A; cursor: pointer; padding: 0; width: 100%; border: none; text-align: left; transition: 0.4s; display: flex; align-items: center; min-height: 150px;  border-bottom: 1px solid #dcddde;}
.accordion::after { content: '\002B'; color: #fff; font-weight: 400;  float: right;  margin-left: 5px; background: #273D4A; width: 30px;  height: 30px; text-align: center; font-size: 30px; border-radius: 50px; line-height: 30px;}
.event_duration { float: left;  width: 25%;  font-size: 20px;  line-height: 24px;}
.accordion.active:after {content: "\2212";}
.panel {padding:0; background-color: white; max-height: 0; overflow: hidden;  transition: max-height 0.2s ease-out;}
.event_right_de { float: left; width: 75%;  display: inline-block;}
.event_right_de h3 { margin-bottom: 0;  font-weight: 400;  font-size: 20px;  line-height: 30px;}
.event_speakers_name { font-size: 15px;  font-weight: 400;}
.no-accordion .event_right_de { font-weight: 300;  text-transform: uppercase;}
.event_full_details { padding: 30px 0;  float: left;  display: block;  width: 100%;}
.event_full_details h5 { font-size: 20px; font-weight: 300;  margin-bottom: 0px; color: #3e638b;}
.event_speakers_details, .event_topic, .event_description, .es_lists {float: left; width: 100%; display: block;}
.event_topic { margin: 40px auto 27px auto;}

.es_list {float: left; width: 15%; display: inline-block; margin-right: 2%; margin-top: 25px; }
.es_img { float: none; width: 80px; height: 80px; margin:0 auto;}
.es_img img {width: 100%;  max-width: 100%; height: auto; border-radius: 50%; object-fit: cover;}
.about_es { font-size: 16px; color: #3e638b; line-height: 20px; padding: 19px 0 0 0; width: 100%; float: left; font-style: italic; text-align:center;}
.es_list:nth-child(6n) { margin-right: 0;}
.event_topic h3 { color: #3e638b; margin-bottom: 0px;}
.e_des { margin-top: 10px;  font-size: 17px;}

.feature_logos .row-fluid { display: flex; align-items: center;}
.feature_logos {padding: 30px 0; text-align: center;}
.feature_logos .hs-image-widget { max-width: 220px; height: auto;}
.feature_logos .span3:first-child { text-align: left;}
.feature_logos .span3:last-child { text-align: right;}
.feature_section {float: left; width: 100%; display: block; padding: 0 0 80px 0;}
.white_text{color:#fff}

.footer-container-wrapper {float: left; width: 100%; background: #1b3c5c; padding: 80px 0 200px 0; display: block;}
.footer_text {margin-top: 60px; color: #fff; font-weight: 300;}
.footer_text a {text-decoration: none; color: #fff;}
.footer_text a:hover { text-decoration: underline;}

.mobile_cta { display:block;}
.mobile_cta a {background: #fff; border-radius: 3px; color: #3e638b; font-weight: bold; text-align: center; padding: 15px 20px; text-transform: uppercase; text-decoration: none; display: inline-block;
margin-top: 50px;}
.es_lists {  margin-bottom: 25px;}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    float: left;
    width: 100%;
    display: block;
}
.legal-consent-container {
    float: left;
    width: 100%;     font-size: 14px;
    line-height: 21px;
    display: block;
}
.es_lists{display: flex; flex-wrap: wrap;}

.event-lp .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a, .header-btn-no .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a{
    background: transparent;
    border-radius: 0;
    color: #fff;
    font-weight: inherit;
    margin-left: 0;
}
.event-lp .speakers_section { padding: 100px 0;}
.row-fluid [class*="span"]{min-height: inherit;}

.ptb80{padding-top:80px; padding-bottom:80px;}
.was-cols { float: left; width: 100%;  display: inline-flex; flex-wrap: wrap;  justify-content: space-between;}
.was-list {  width: 29%; padding-top: 60px;}
.was-list span {
    float: left; 
    width: 100%;
    margin: 20px auto;
}
.was-list::before {
    content: "“";
    position: absolute;
    font-size: 130px;
    line-height: 60px;
    font-family: Helvetica;
    color: #da4743;
    left: -8px;
    top: 35px;
    font-weight: bold;
}
.footer_logo {
    margin-top: 20px;
}
.heading-btn {
    text-align: right;
}
.red-btn {
    background: #c24c40;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;    
    max-width: inherit;
    padding: 13px 22.5px;
    float: right;
    text-decoration: none;
    display: inline-block;
}
.about_es a {
    color: #3e638b;
    text-decoration: none;
}
@media only screen and (min-width: 250px) and (max-width: 1600px) {
  .span12.widget-span.widget-type-cell.container, .container { max-width:95%;}
  .speaker_list h3 { font-size:20px;}
  .speaker_list{min-height:350px;}
  @media only screen and (max-width: 1400px) {
    .speaker_list{min-height:320px;}
    .topbanner-layout2 .topbanner_section.span12 { padding: 245px 0 50px 0;}
    .topbanner-layout2 .tb_bottom { margin-top: 100px;}
    .site_logo .hs-image-widget {  max-width: 213px;}
  }
  @media only screen and (max-width: 1270px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:13px 15px}
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a { margin-left:15px;}
    .speaker_list {  min-height: 295px;}
  }
  @media only screen and (max-width: 1200px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:13px 15px; font-size:15px;}
    .blue_hw_line h1, .was-list {font-size: 55px; }
    body { font-size:17px;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 { font-size:55px; line-height:65px;}
    input, textarea, select { padding:10px!important;}
    .hs-form-field {margin-bottom: 20px;}
    .speaker_list h3 { font-size:20px;}
    .speaker_list { font-size:14px;}
    .ecs_wysa_wrap a.cta_button { font-size:18px;}
    .wysa_quotes { font-size:24px;}
    .event_duration, .event_right_de h3 { font-size:20px;}
    .event_speakers_name { font-size:16px;}
    .about_es { font-size:15px;}
    h3 { font-size:25px;}
    .e_des { font-size:17px;}
    .speaker_list {  min-height: 280px;}
    .topbanner-layout2 .topbanner_section.span12 { padding: 200px 0 37px 0;}
    .topbanner-layout2 .tb_bottom { margin-top: 50px;}
  }
  @media only screen and (max-width: 1040px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:10px 10px;}
    .speaker_list { min-height:245px;}
  }
  @media only screen and (max-width: 1020px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { padding:0px 8px; font-size:14px;}
    .esc_wysa_left { width:48%;}
    .event_heading{ padding: 60px 0 40px 0;}
    .was-list {  width: 32%;}
  }
  @media only screen and (max-width: 980px) {
    .feature_logos .hs-image-widget { max-width:130px;}
    .speaker_list h3 { font-size: 16px;  line-height: 20px;}
    .speaker_list {  font-size: 12px;}
    .wysa_q_img img { width: 70px; height: 70px; border: 3px solid #fff;}
    .event_duration, .event_right_de h3 {  font-size: 16px;   line-height: 28px;}
    .footer-container-wrapper { padding: 45px 0 90px 0;  display: block;}
    
  }
  @media only screen and (max-width: 900px) {
    .menu_wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-size:13px;}
    .site_logo .hs-image-widget {max-width: 190px;}
    .header-container-wrapper { padding:25px 0; }
    .blue_hw_line h1, .was-list {font-size: 45px; }
    body {font-size: 15px; line-height: 21px;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 {font-size: 45px; line-height: 55px;}
    .wysa_quotes { font-size:20px; line-height:30px;}
    .ecs_wysa_wrap::before { width:58%;}
    .esc_wysa_left {width: 53%;}
    .event_duration, .event_right_de h3 {font-size: 16px;}
    .event_speakers_name {font-size: 14px;}
    h3 {font-size: 20px;}
    .e_des {font-size: 15px;}
     .speaker_list { min-height:210px;}
   .span9.menu_wrap { display:none;}
      .span3.site_logo {width:100%; text-align:center; justify-content: space-evenly;}
}
  @media only screen and (max-width: 785px) {
  .site_logo .hs-image-widget {max-width: 211px;}
  }
  @media only screen and (max-width: 767px) {
    /*.span9.menu_wrap, .topbanner-layout2 .mobile_cta a { display:none;}*/
    .span9.menu_wrap { display:none;}
    .span3.site_logo {width:100%; text-align:center; justify-content: space-evenly;}
    .site_logo .hs-image-widget {max-width: 270px;}
    .topbanner_content { width:100%; margin:0px; text-align:center;}
    .tb_content { padding-right:0px;}
    .tb_bottom {justify-content: center; margin-top:55px;}
    /*.mobile_cta {display:block;}
    .mobile_cta a {background: #fff; border-radius: 3px; color: #3e638b; font-weight: bold; text-align: center; padding: 15px 20px; text-transform: uppercase; text-decoration: none; display: inline-block;
margin-top: 125px;}*/
    .section_second .row-fluid {flex-flow: column;}
    .section_second .span6:first-child, .section_second .span6:last-child { width:100%; text-align:center;}
    .section_second .span6:last-child { margin-left:0px; margin-top:80px;}
    .blue_hw_line h1::after, .page-header.section-header::after {margin:0 auto; right:0px;}
    .section_second {padding: 70px 0 70px 0;}
    .form_section .section-header h1, .form_section .secondary-header { text-align:center;}
    .form_section .white_text .widget-type-custom_widget {text-align:center;}
    .form_section {background-image: linear-gradient(#3e638b 31.5%,#fff 31.5%); padding:0px;}
    .white_text {padding:70px 0 30px 0;}
    .form_section .widget-type-form {padding: 5px 5px 25px 5px; border-radius: 0; box-shadow:none;}
    .heading_section{flex-flow: column; text-align: center;}
    .heading_section h1 { width:100%; margin-bottom:10px;}
    .heading_section .line {display:none;}
    .speaker_list {width:32%;}
    .speaker_list:nth-child(5n+5) { margin-right: 1.5%;}
    .speaker_list:nth-child(3n+3) {margin-right:0px;}
    .speakers_section {padding: 40px 0 60px 0;}
    .ecs_wysa_wrap::before { width:100%;}
    .ecs_wysa_wrap { padding:0px;}
    .esc_wysa_left { width:100%;}
    .es_lists .es_list { width:32%;}
    .es_lists .es_list:nth-child(3n+3) {margin-right:0px;}
    .feature_logos .row-fluid [class*="span"] {width:25%;}
    .big_heading { font-size:80px; line-height:80px;}
    .heading { font-size:50px;}
    .topbanner_section.span12 {padding-top:230px;}
    .event_heading, .event_accordion_section {  padding: 30px 0;}
    .was-list {  width: 100%;}
    .ptb80 {  padding-top: 40px;   padding-bottom: 40px;}
    .red-btn {float: none;}
    .heading-btn {  text-align: center;}
    
    
  }
  @media only screen and (max-width: 600px) {
    .big_heading {font-size:70px; line-height:70px;}
    .heading { font-size:44px;}
    .blue_hw_line h1, .was-list {font-size: 35px;}
    .blue_hw_line h1::after, .page-header.section-header::after {bottom:-20px;}
    .section_second .span6:last-child {margin-left: 0px; margin-top: 45px;}
    body {font-size: 14px;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 {font-size: 35px; line-height: 45px;}
    .page-header.section-header { margin-bottom:60px;}
    .form_section {background-image: linear-gradient(#3e638b 30%,#fff 30%);}
    .speaker_list {width: 49%; margin-right:2%;}
    .speaker_list:nth-child(3n+3) { margin-right: 2%;}
    .speaker_list:nth-child(even) {margin-right:0px;}
    .wysa_quotes {font-size: 17px;line-height: 27px;}
    .speakers_section { padding-bottom:40px;}
    .event_accordion_section {padding: 25px 0 40px 0;}
    .accordion, .no-accordion {flex-flow: column; align-items: initial; min-height: inherit; padding: 25px 0;}
    .event_duration { width:100%; margin-bottom:10px;}
    .event_right_de {width:100%; margin-bottom:20px;}
    .es_lists .es_list {width: 49%;}
    .es_lists .es_list:nth-child(even) {margin-right:0px;}
    .feature_logos .row-fluid {flex-flow: wrap; justify-content: center;}
    .feature_logos .row-fluid [class*="span"] { text-align:center; margin-bottom:30px; width: 50%;}
    .feature_logos {padding:0px;}
    .feature_section { padding: 0 0 20px 0;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 { text-align:center;}
    .event_heading .section-header, .event_heading .section-header h1, .event_heading .section-header p { text-align:center;}
    .secondary-header { text-align:center}
    .event_heading.eh1 .page-header.section-header { margin-bottom:0px;}
    .accordion:after{    font-size: 22px;  height: 22px;  line-height: 22px;   width: 22px;}
  }
  @media only screen and (max-width: 450px) {
  .big_heading {font-size: 60px;line-height: 60px;}
    .heading { font-size:30px; line-height:40px;}
    /*.mobile_cta a { margin-top:65px;}*/
    .blue_hw_line h1, .was-list {font-size: 30px;}
    .section-header h1, .heading_section h1, .esc_wysa_left h1 {font-size: 30px;line-height: 40px;} 
    .speaker_list {width: 100%; margin-right: 0;}
    .speakers_lists {padding-left:0px!important;}
    .es_lists .es_list {width: 100%;margin-right: 0;}
    .tb_line {padding:0 7%;}
    .span12.widget-span.widget-type-cell.container, .container {max-width: 90%;} 
    .wysa_q_img {width:100%;}
    .feature_logos .hs-image-widget {max-width: 100px;}
  }
}