/* @import url('http://example.com/example_style.css'); */

@import url('https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.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    */
/*****************************************/

@font-face {
  font-family: 'Georgia';
  src: url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.eot');
  src: url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.woff2') format('woff2'),
    url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.ttf') format('truetype'),
    url('https://cdn2.hubspot.net/hubfs/6511220/oct_2019/fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}


a.cta_button {

  padding: 13px 23px;
  display: inline-block;
  background: #ff6734;
  background-color: rgb(255, 103, 52);
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
  border-radius: 2px;
  position: relative;
  margin-top: 20px;
  line-height: 16px;
  font-weight: bold;
  border: 3px solid transparent;
}

/* HEADER_SECTION_START */
*{
  -webkit-tap-highlight-color: transparent; 
  -webkit-focus-ring-color:  transparent;
}
body{font-family: "montserrat",sans-serif;}
:focus, .tag-filter ul li:focus {
  outline: 2px solid #2d639b;
  outline-offset: 4px;
}
a {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.form-center .row-fluid [class*="span"] {
  display: flex;
  justify-content:center;
  align-items:center;
}

.form-right .row-fluid [class*="span"] {
  display: flex;
  justify-content: flex-end;
  align-items:center;
}

a.cta_button:hover {
  background-color: #FF5216 !important;
}
.body-container-wrapper {
  padding-top: 74px !important;
}
.custom-menu-primary.main-menu {
  width: 100%;
}
.header-main {
  padding: 16px 0px 14px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.small-header .header-main {
  padding: 12px 0px 10px;
}
.header-main .custom-menu-primary.main-menu ul > li:first-child > a i {
  opacity: 0;
}
.header-logo a:after {
  display: none !important;
}
.header-logo a {
  margin-left: 22px;
  padding-right: 0px;
  margin-bottom: 8px;
}
.header-logo a:focus {
  outline-offset: 8px;
}
.header-logo a img , .small-header .header-logo a img , .story-logo a img {
/*   max-width: 112px !important;
  margin-left:3px;
  margin-top:2px; */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  max-width: 130px !important;
  margin-left: 0px;
  margin-top: 0px;
}
.small-header .header-logo a img {
  max-width: 90px !important;
  /* 	margin-right: 22px; */
}
.header-main .page-center {
  max-width: 100% !important;
  padding: 0 0px;
}
.header-main .page-center > div > .row-fluid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search-show {
  margin-right: 25px;
}
.search-show i {
  font-size: 20px;
  padding-right: 25px;
  font-weight: 100;
  position:relative;
}
.search-show i::before {
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/6511220/baseline-search-24px%20copy.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 19px;
  position: absolute;
  /*   right: 25px; */
  right: 4px;
  top: -14px;
}
.search-show.search-hide i::before {
  background-image: url(https://cdn2.hubspot.net/hubfs/6511220/close-icon-24px-baseline-close-24px.svg);
  background-position: center;
}
.header-main .custom-menu-primary.main-menu {
  margin: 0;
  text-align: left;
}
.header-main .custom-menu-primary.main-menu ul {
  width: 100%;
  text-align: left;
  padding: 0;
}
.header-main .custom-menu-primary.main-menu ul > li > a {
  padding: 10px 10px 10px;
  text-transform: initial;
  font-size: 15px;
  font-weight: 500;
  color: #1E3347;
  z-index: 99;
}
.small-header .header-main .custom-menu-primary.main-menu ul > li:first-child > a {
  /*     padding: 20px 0px 16px 0px; */
}
.header-main .custom-menu-primary.main-menu ul > li:first-child > a:focus {
  outline-offset: 3px;
}
.header-main .custom-menu-primary.main-menu ul > li:first-child > a {
  padding: 0;
  position:relative;
  width:24px !important;
  margin:9px 0;
}
.header-main .custom-menu-primary.main-menu ul>li:first-child{
  margin-right:15px;
  margin-left:35px;
}
.header-main .custom-menu-primary.main-menu ul > li:first-child > a::before {
  position: absolute;
  content: '';
  background-image: url('https://cdn2.hubspot.net/hubfs/6511220/round-home-24px.svg');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.header-logo , .header-logo-main {
  width: auto !important;
}
.header-home-icon{
  display:none !important;
}
.header-main .custom-menu-primary.main-menu ul > li > a i {
  font-size: 24px;
}
.header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children a::after {
  content: '\f107 ';
  color: #ff6734;
  font-weight: bold;
  font-size: 14px;
  margin-left: 4px;
  transition:0.3s;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open a::after {
  transform: rotate(-180deg);
}
.search-show {
  float: right;
}
.header-container.container-fluid {
  /*   border-bottom: 3px solid #7fd3c9; */
  padding: 0px 0;
  box-shadow: inset 0px -3px 0 0px #7fd3c9;
}
.header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper {
  position: absolute;
  width: 100%;
  left: 0px !important;
  /*   top: 77px; */
  /*   top: 100%; */
  top: calc(100% - 3px);
  border: 0;
  border-radius: 0;
  background: #fff;
  /*   padding: 20px 0; */
  padding: 0px 0 20px;
  border-bottom: 3px solid #7fd3c9;
}
.header-main .custom-menu-primary.main-menu ul>li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
  width: 100%;
  /*   margin: 0 0 0 0; */
  display: block;
  max-width: 50%;
  /*   padding-left: 16%; */
  column-count: auto;
  column-width: 218px;
  margin:0 auto;
  padding-left: 8%;
  padding-right: 8%;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
  /* width: 34%;
  float: left; */
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
  box-shadow: none;
  transition: .3s;
  font-weight: 500;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:hover {
  color: #ff5216;
  font-weight: 500;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  position: inherit;
  margin-right: 0px;
  margin-left: 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: inherit;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child {
  margin-left: 35px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul > li:hover a {
  /* box-shadow: inset 0px -3px 0 0px #1e3347; */
  opacity: 0.8;
}
/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open:hover a{
box-shadow: inset 0px -3px 0 0px #1e3347; 
} */
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open > .hs-menu-children-wrapper .sub-menu-outer li a:before{
  border:0
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open a:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #1e3347;
}
/* .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open a{
box-shadow: inset 0px -3px 0 0px #1e3347; 

} */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: #f0f6f9;
  padding: 10px 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover {
  background: transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a {
  /*   font-size: 13px; */
  font-size: 15px;
  padding: 7px 14px;
  font-weight: 500;
  color: #24384c;
  text-transform: initial;
  border: 2px solid transparent;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a:focus {
  outline: 0px solid #2d639b;
  border: 2px solid #2d639b;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #1d3347;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper a::after , 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper::before {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover .hs-menu-children-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open:hover .hs-menu-children-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children > .hs-menu-children-wrapper {
  display: none !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open > .hs-menu-children-wrapper {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.search-menu {
  position: absolute;
  width: 100% !important;
  right: 0px;
  padding: 0px;
  background: #fff;
  top: calc(100% - 3px);
  /* 	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1); */
  left:0;
  /*   background: #f0f6f9; */
}

.search-menu .hs-search-field__input , .hs-search-field .hs-search-field__input  {
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  background: transparent;
  box-shadow: none;
  width: 98%;
  margin: 8px 0 8px auto;
  border-left: 1px solid #ccc;
  border-radius: 0;
  height: 18px;
  padding: 0 10px;
  font-size:16px;
  font-family: 'Montserrat',sans-serif;
}
.search-menu .hs-search-field__input::placeholder , .hs-search-field .hs-search-field__input::placeholder {
  color: #979797;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.6px;
  font-family: 'Montserrat',sans-serif;
  opacity: 1;
}
.search-menu .hs-search-field__input:focus , .hs-search-field .hs-search-field__input:focus {
  box-shadow: none;
}
.search-menu form button , .hs-search-field form button {
  position: absolute;
  right: 0;
  right: 12px;
  top: 8px;
  border: 0;
  background: transparent;
  padding: 0;
  width: 18px;
  cursor: pointer;
}
.search-menu form button::before, .hs-search-field form button::before {
  position: absolute;
  content: '';
  color: #979797;
  font-weight: 100;
  /* 	top: -3px;
  left: -3px; */
  top: 0px;
  left: 0px;
  background-image: url(https://cdn2.hubspot.net/hubfs/6511220/baseline-arrow_forward-24px.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.search-menu form button svg , .hs-search-field form button svg {
  height: 0;
}
.search-menu form , .hs-search-field form  {
  position: relative;
  max-width: 97.6%;
  margin: 0 0 0 auto;
}
.search-menu form::before, .hs-search-field form::before {
  position: absolute;
  content: '';
  top: 0px;
  left: -10px;
  color: #1e3347;
  background-image: url(https://cdn2.hubspot.net/hubfs/6511220/baseline-search-24px%20copy.svg);
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
}
.search-menu .hs-search-field__bar, .hs-search-field__bar {
  /*   border-bottom: 1px solid #D3E4EE; */
  border-bottom: 3px solid #7fd3c9;
}
.small-header .header-main .custom-menu-primary.main-menu ul > li > a {
  /* 	padding: 21px 0px 23px; */
}

/* HEADER_SECTION_END */


/* CARD_MODULE_START */.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button, .form-section form .actions input.hs-button.primary.large, .hs_cos_wrapper_type_form form .actions input.hs-button.primary.large

.cards-main-module {
  margin-top: 0px !important;
  padding: 15px 0;
}
.cards-main-module .page-center  , .charts-module-outer .page-center , .form-section .page-center, .container-fluid .row-fluid .page-center {
  max-width: 100% !important;
  padding: 25px;
}
.container-fluid .header-main .row-fluid .page-center, .container-fluid .subscribe-header .row-fluid .page-center {
  padding: 0px;
}
.container-fluid .row-fluid .cards-main-module .page-center {
  padding: 25px 25px 5px;
}
.cards-main-module .page-center > div > .row-fluid {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /*   justify-content: space-between; */
}
.cards-main-module .page-center > div > .row-fluid:before, .cards-main-module .page-center > div > .row-fluid:after {
  display: none;
}
.card-image img {
  max-width: 100%;
  width: 100%;
}
.card-block.custom-width {
  /* 	background: #fff; */
  max-width: 18.66%;
  flex: 0 0 18.66%;
  margin-right: 20px; 
  margin-bottom: 20px;
}
.card-block.custom-width:nth-child(5n) {
  margin-right: 0px;
}
.card-block{
  /*   background:#fff; */
}
.card-text-section {
  padding: 20px;
  height: auto;
}
/* .card-content {
  min-height: 220px;
  height: auto;
} */
/* .card-text-section h2, .card-text-section h1 {
  font-size: 17px;
  font-weight: 600;
  color: #1E3347;
  line-height: 26px;
} */
.card-text-section p {
  color: #344759;
  font-weight: 400;
  line-height: 24px;
  font-size: 15px;
}
.card-block.custom-width:last-child {
  margin-right: 0;
}
.card-block.span3 {
  max-width: 23.77%;
  flex: 0 0 23.77%;
  margin-right: 20px;
  margin-left: 0;
}
.card-block.span3:nth-child(4n) {
  margin-right: 0;
}
.card-block.span4:nth-child(3n) {
  margin-right: 0;
}
.card-block.span4 {
  max-width: 32.22%;
  flex: 0 0 32.22%;
  margin-right: 20px;
  margin-left: 0;
}
.card-block.span6:nth-child(2n) {
  margin-right: 0;
}
.card-block.span6 {
  max-width: 49.11%;
  flex: 0 0 49.11%;
  margin-right: 20px;
  margin-left: 0;
}
.card-block {
  margin-bottom: 20px;
}
/* .card-block.span6 .card-text-section h2 {
  font-size: 26px;
  line-height: 32px;
} */
.card-block.custom-width.compact-module:nth-child(5n) {
  margin-right: 0;
}
.compact-module .card-text-section {
  padding: 10px;
}
/* .compact-module .card-text-section h2 {
  font-size: 15px;
  line-height: 22px;
  color: #344759;
} */
.compact-module {
  display: flex !important;
}
/* .card-block.custom-width.compact-module .card-text-section {
max-width: 100%;
flex: 0 0 100%;
} */
.compact-module .card-image {
  max-width: 30%;
  flex: 0 0 30%;
}
.compact-module .card-image img {
  height: 100% !important;
  object-fit: cover;
}
/* .compact-module .card-text-section {
max-width: 70%;
flex: 0 0 70%;
} */
.card-block.span4.compact-module .card-text-section h2 {
  font-size: 16px;
}
.card-block.span4.compact-module .card-image {
  max-width: 50%;
  flex:0 0 50%;
}
.card-block.span4.compact-module .card-text-section {
  max-width: 50%;
  flex:0 0 50%;
}
.card-block.span6.compact-module .card-image {
  max-width: 40%;
  flex: 0 0 40%;
}
.card-block.span6.compact-module .card-text-section {
  max-width: 60%;
  flex: 0 0 60%;
}
/* .card-block.span6.compact-module .card-text-section h2 {
  font-size: 24px;
  padding-left: 5px;
} */



.two-col-module .page-center {
  max-width:  100% !important;
  padding: 0 25px;
}
.two-col-module {
  margin-top: 0 !important;
}
/* .two-module-text h2 {
  font-size: 26px;
  color: #1E3347;
  line-height: 32px;
  display: inline-block;
} */
.two-module-text p {
  color: #344759;
  font-size: 15px;
  margin: 15px 0;
  font-weight: 500;
}
.row-option-module-inner.row-option-module-inner-center-text {
  margin: 0 auto !important;
  float: none;
  text-align: center;
}
.row-option-module-inner.row-option-module-inner-right-text {
  margin: 0 0 0 auto !important;
  float: none;
  text-align: right;
} 

/* CARD_MODULE_END */




.carousel-text {
  width: 100%;
  max-width: 53%;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px 30px;
  /*   margin: 120px 0; */
}
.slick-initialized .carousel-inner.slick-slide {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-text h2 {
  color: #1e3347;
  font-weight: bold;
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 20px;
}
.carousel-text p {
  font-size: 15px;
  line-height: 22px;
  color: #344759;
  font-weight: 500;
}
.slick-initialized {
  position: relative;
  /*   margin: 0px 0 40px; */
}
.slider-btn {
  position: relative;
  margin: 0 auto;
  max-width: 1366px;
}
.slick-initialized button.slick-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0;
  transition:0.3s;
}
.slick-initialized button.slick-arrow:focus {
  border: 2px solid transparent;
  /* 	box-shadow: inset 0 0 0 1px #bfd0d9; */
  /*   outline:none; */
}
.slick-initialized button.slick-prev.slick-arrow {
  left: 25px;
  font-size: 0;
}
.slick-initialized button.slick-prev.slick-arrow:before {
  position: absolute;
  content: '\f104';
  font-family: 'fontawesome';
  font-size: 20px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6734;
  transition:0.3s;
}
.slick-initialized button.slick-next.slick-arrow {
  left: 95px;
}
.slick-initialized button.slick-next.slick-arrow:before {
  position: absolute;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 20px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff6734;
  transition:0.3s;
}
.slick-initialized button.slick-arrow:hover {
  background: #ff6734;
}
.slick-initialized button.slick-arrow:hover:before {
  color: #fff;
}
.slick-initialized .page-center {
  max-width: 100% !important;
  padding: 0 25px;
}
.carousel-text p a, .test figcaption.caption p a, .cta-btn-main a {
  padding: 12px 20px 12px 40px;
  display: inline-block;
  background: #ff6734;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
  border-radius: 2px;
  position: relative;
  margin-top:20px;
  line-height: 1.5;
  font-weight: bold;
  border: 3px solid transparent;
}

.carousel-text p a:before, .test figcaption.caption p a:before, .find-out-more a:before, .cta-btn-main a:before {
  position: absolute;
  content: '\f105';
  font-family: 'fontawesome';
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition:0.3s;
}
.carousel-text p a:hover:before, .test figcaption.caption p a:hover:before, .find-out-more a:hover:before, .cta-btn-main a:hover:before {
  left: 24px;
}
.carousel-text.crousel-text-center {
  margin: 0 auto;
}
.carousel-text.crousel-text-right {
  margin: 0 0 0 auto;
}
.mobile-image img {
  width: 100%;
}
.two-module-image img {
  width: 100%;
}
.card-block.custom-width img {
  height: 180px !important;
  object-fit: cover;
}
.card-block.span3 .card-image img {
  height: 150px !important;
  object-fit: cover;
}
.card-block.span4 .card-image img {
  height: 250px !important;
  object-fit: cover;
}
.card-block.span6 .card-image img {
  height: 350px !important;
  object-fit: cover;
}
.card-block.compact-module .card-image img , 
.card-block.span4.compact-module .card-image img , 
.card-block.span6.compact-module .card-image img  {
  height: 100% !important;
}
{
  height: 100% !important;
}
.row-option-module > div > .row-fluid > .page-center {
  max-width: 100%;
  padding: 0 25px;
}
.row-option-module-inner{
  max-width: 680px;
}
/* .row-option-module-inner h2 {
  font-size: 44px;
  line-height: 56px;
  color: #1E3347;
} */
.row-option-module-inner p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #344759;
}
.row-option-module-with-background .row-option-module-inner{
  padding:30px;
}





.hs-search-field__bar {
  padding: 25px 20px 25px 0;
  /*     background: #f0f6f9; */
}
.hs-search-field--open ul.hs-search-field__suggestions {
  padding: 10px 20px 10px 0;
  position: relative;
  max-width: 84%;
  margin: 0 0 0 auto;
  border: 0;
}
.header-main .hs-search-field--open ul.hs-search-field__suggestions {
  max-width: 1366px;
  padding: 10px 25px;
  margin: 0 auto;
}
.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  font-size: 14px;
  margin-bottom: 10px;
}
.hs-search-field--open ul.hs-search-field__suggestions li a {
  font-size: 14px;
  color: #1e3347;
  margin: 5px 0;
}
.hs-search-field--open ul.hs-search-field__suggestions li a:hover {
  background: transparent;
  color: #ff6734;
}
.hs-search-results ul#hsresults {
  max-width: 600px;
  margin: 15px auto;
}
.hs-search-results ul#hsresults li a {
  font-size: 15px;
  color: #ff6734;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  font-weight: bold;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.hs-search-results ul#hsresults li a:hover {
  text-decoration: underline;
}
.hs-search-results ul#hsresults li p {
  color: #1e3347;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0;
  letter-spacing: 0.2px;
}
.hs-search-results ul#hsresults li {
  margin: 20px 0;
}



/* FOOTER_SECTION_START */

.footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 {
  display: block;
}
.footer-main {
  padding: 45px 0;
  margin-top: 10px;
  background: #f0f6f9;
  border-top: 3px solid #7fd3c9;
}
.footer-main .page-center {
  max-width: 100% !important;
  padding: 0 25px;
}
.footer-first {
  width: 16% !important;
}
.footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 > a {
  /*   margin: 6px 25px 6px 0; */
  margin: 0px 25px 0px -6px;
  color: #FF6734;
  /*   padding:0; */
  padding: 6px;
  font-weight: 500;
  font-size: 15px;
  transition:0.3s;
  display:inline-block;
  -webkit-tap-highlight-color: transparent; 
  -webkit-focus-ring-color:  transparent;
  border: 1px solid transparent;
}
.footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1>a:focus {
  /*   color: #2d639b; */
  outline: 1px solid #2d639b;
  border: 1px solid #2d639b;
} 
.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button:focus , 
.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button:hover:focus, 
.form-section form .actions input.hs-button.primary.large:focus, 
.form-section form .actions input.hs-button.primary.large:hover:focus,
.hs_cos_wrapper_type_form form .actions input.hs-button.primary.large:focus, 
.hs_cos_wrapper_type_form form .actions input.hs-button.primary.large:hover:focus {
  /*   border-color:#2d639b; */
  /*   background: #2d639b; */
  border: 2px solid #f0f6f9;
  outline: 2px solid #2d639b;
}
.footer-socil-icon ul li a:focus , 
.footer-socil-icon ul li a:hover:focus {
  border-color:#2d639b; 
  /*   background: #2d639b; */
  outline: 1px solid #2d639b;
}
.footer-socil-icon ul li a:focus img , .footer-socil-icon ul li a:hover:focus img {
  /*   filter: brightness(10); */
}
.footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 > a:hover {
  text-decoration: underline;
}
.footer-text p {
  margin: 0;
  color: #344759;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.footer-socil-icon ul {
  margin: 0;
  padding: 0;
}
.footer-socil-icon ul li {
  display: inline-block;
}
.footer-socil-icon ul li a {
  display: inline-block;
  text-align: center;
  /*   margin-right: 12px; */
  margin-right: 4px;
  margin-bottom: 4px;
  transition: .3s;
}
/* .footer-socil-icon ul li a:hover {
color: #fff;
background: #ff6734;
} */
.footer-socil-icon ul li:last-child a{
  margin-right:0;
}
.footer-email-subscribe {
  float: right !important;
  margin: 0 !important;
  width: 32% !important;
}
.footer-email-subscribe h3 {
  font-size: 20px;
  color: #1e3347;
  font-weight: 600;
}
.footer-email-subscribe form {
  padding-right: 103px;
}
.footer-email-subscribe form .hs-form-field label span.hs-form-required {
  display: none;
}
.footer-email-subscribe form .input input::placeholder {
  color: #6e6e6e;
  opacity: 1;
  font-family: "montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.footer-email-subscribe form ul.hs-error-msgs {
  margin: 0px 0 0 0;
}
.footer-email-subscribe form ul.hs-error-msgs li label.hs-error-msg {
  font-size: 15px;
  font-weight: 400;
  color: red;
  display: inline-block;
  margin: 4px 0 0;
}
.footer-email-subscribe form .input input:focus {
  box-shadow: none;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button {
  font-weight: bold !important;
}
.footer-email-subscribe form .hs-fieldtype-radio.hs-form-field .input input {
  height: auto;
}
.footer-email-subscribe form .hs-form-field .input input {
  height: 36px;
  border-radius:3px;
  border: 1px solid #c0c3cb;
  font-family:"montserrat",sans-serif;
  box-shadow: none;
}
.footer-email-subscribe form li.hs-form-radio span {
  font-weight: 500;
  font-size: 14px;
  color: #1e3347;
  position: relative;
  padding-left:8px;
  cursor: pointer;
}
.footer-email-subscribe form li.hs-form-radio span:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  left: -12px;
  top: 0px;
  border: 1px solid;
  border-radius: 100%;
}
.footer-email-subscribe form li.hs-form-radio span:after {
  position: absolute;
  content: '';
  left: -8px;
  top: 4px;
  width: 9px;
  height: 9px;
  background: #1e3347;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}
.footer-email-subscribe form li.hs-form-radio input:checked + span:after , 
.footer-email-subscribe form li.hs-form-radio input[checked="checked"] + span:after {  
  opacity: 1;
  visibility: visible;
}
.footer-email-subscribe form li.hs-form-radio input {
  opacity: 0;
}
.footer-email-subscribe form li.hs-form-radio input:focus + span:before {
  outline: 2px solid #2d639b;
  box-shadow: inset 0 0 0 1px #bfd0d9;
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button, .form-section form .actions input.hs-button.primary.large, .hs_cos_wrapper_type_form form .actions input.hs-button.primary.large, .subscribe-body-sec input.hs-button.primary[type="submit"] {
  border: 2px solid #ff6734;
  border-radius: 2px;
  background: #ff6734;
  color: #fff;
  font-family: "montserrat",sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 28px;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions input.hs-button:hover {
  background: #ff6735;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions , .form-section form .actions, .hs_cos_wrapper_type_form form .actions {
  position: relative;
  float:left;
}
/* .footer-email-subscribe form .hs-form-field ul.inputs-list.multi-container {
float: left;
} */
.footer-email-subscribe form .hs-form-field ul.inputs-list.multi-container {
  display: inline-block;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions:before , .form-section form .actions:before, .hs_cos_wrapper_type_form form .actions:before {
  position: absolute;
  content: '\f104';
  font-family: 'fontawesome';
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition:0.3s;
}
.form-section form .actions:before, .hs_cos_wrapper_type_form form .actions:before {
  /*   content: '\f105'; */
}
.footer-email-subscribe form .hs_submit.hs-submit .actions:hover:before, 
.form-section form .actions:hover:before, 
.hs_cos_wrapper_type_form form .actions:hover:before {
  left: 10px;
}
.footer-email-subscribe form .hs_submit.hs-submit .actions::before {
  content: '\f105';
} 
/* .footer-email-subscribe form .hs_submit.hs-submit .actions:hover::before {
left: auto;
right: 8px;
} */
.footer-email-subscribe form .input input {
  margin: 0;
}
.footer-email-subscribe form .hs_error_rollup {
  display: none;
}

/* FOOTER_SECTION_END */





/* CHART_MODULE_START */

.chart-single {
  margin: 15px 0;
}
.charts-module-outer {
  margin: 15px 0;
}
.chart-single h2 {
  font-weight: 600;
  color: #1e3347;
}
.chart-single.span4 h2 {
  font-size: 20px;
  line-height: 26px;
}
.chart-single.span6 h2 {
  font-size: 26px;
  line-height: 34px;
}

/* CHART_MODULE_END */





/* FORM_MODULE_START */


.form-section {
  padding: 30px 0;
}
.form-section form .input input, .form-section form textarea , .form-section form select, .hs_cos_wrapper_type_form form .input .hs-input, body form .hs-input {
  border: 1px solid #BFD0D9;
  /*     padding: 20px 15px; */
  padding: 0px 15px !important;
  color: #344759;
  font-size: 15px;
  font-weight: 500;
  font-family: "montserrat",sans-serif;
  border-radius: 2px !important;
  box-shadow: none;
  height: 42px;
}
.form-section form .input input[type="number"], .form-section form .input select, form .hs_cos_wrapper_type_form .input input[type="number"], .hs_cos_wrapper_type_form form .input select {
  cursor: pointer;
}
.form-section form .input input[type="radio"], .form-section form .input input[type="checkbox"], .hs_cos_wrapper_type_form form .input input[type="radio"], .hs_cos_wrapper_type_form form .input input[type="checkbox"] {
  height: auto;
}
.form-section form textarea, .hs_cos_wrapper_type_form form textarea {
  height:181px;
  padding: 10px 15px !important;
}
.form-section form .input input::placeholder , .form-section form textarea::placeholder, .hs_cos_wrapper_type_form form .input input::placeholder, .hs_cos_wrapper_type_form form .input textarea::placeholder {
  color: rgba(30,51,71,0.4);
  font-size: 15px;
  font-weight: 500;
  font-family: "montserrat",sans-serif;
}
.form-section form .input input:focus, .form-section form textarea:focus, .footer-email-subscribe form .hs-form-field .input input:focus, .form-section form select:focus, .date-filter-main .block select:focus, .date-filter select:focus, .hs_cos_wrapper_type_form form .input input:focus, .hs_cos_wrapper_type_form form .input .hs-input:focus {
  outline: 2px solid #2d639b;
  box-shadow: inset 0 0 0 1px #bfd0d9;
  border: 5px solid #fff;
  /*     padding: 16px 11px; */
}
.footer-email-subscribe form .hs-form-field .input input:focus {
  padding: 13px 8px !important;
}
.form-section form .input input.error, .footer-email-subscribe form .hs-form-field .input input.error, .hs_cos_wrapper_type_form form .input input.error {
  border: 1px solid red;
  box-shadow: 0 0 0 1px red;
}
.form-section form .input input.error:focus, .footer-email-subscribe form .hs-form-field .input input.error:focus, .hs_cos_wrapper_type_form form .input input.error:focus {
  outline: 2px solid #2d639b;
  box-shadow: inset 0 0 0 1px #bfd0d9;
  border: 5px solid #fff;
  padding: 16px 11px;
}
/* .footer-email-subscribe form .hs-form-field .input input.error:focus{
box-shadow: none;
} */
.form-section form ul.no-list.hs-error-msgs.inputs-list, .hs_cos_wrapper_type_form form ul.no-list.hs-error-msgs.inputs-list {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: red;
  font-weight: 500;
}
.form-section form span, .hs_cos_wrapper_type_form form span, #email-prefs-form #content h3  {
  color: #1E3347;
  font-family: Montserrat;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 6px;
  display: inline-block;
  cursor: pointer;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label , 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label , 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label, 
#email-prefs-form .subscribe-options p label
{
  position: relative;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label span:before , 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label span:before,
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label span:before , 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label span:before, 
.checkbox-row .fakelabel span:before, #email-prefs-form .subscribe-options p label span:before
{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border: 1px solid #7fd3c9;
  border-radius: 100px;
  /*     background: #7fd3c9; */
  background: transparent;
  top: 0px;
  left: 0;
  /*     transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; */
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label input:checked + span:before, 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:before, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label input:checked + span:before, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label input:checked + span:before,
.checkbox-row .fakelabel input:checked ~ span:before, #email-prefs-form .subscribe-options p label input:checked span:before {
  background: #7fd3c9;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label input:focus + span:before, 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:before, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label input:focus + span:before, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label input:focus + span:before {
  outline: 2px solid #2d639b;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label span:after, 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label span:after, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label span:after, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label span:after, .checkbox-row .fakelabel span:after, 
#email-prefs-form .subscribe-options p label span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #1d3347;
  border-radius: 100%;
  left: 4px;
  top: 4px;
  opacity: 0;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label input:checked ~ span::after, 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label input:checked ~ span::after, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label input:checked ~ span::after, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label input:checked ~ span::after, 
.checkbox-row .fakelabel input:checked ~ span:after, 
#email-prefs-form .subscribe-options p label input:checked span:after {
  opacity: 1;
}
.form-section form ul.inputs-list.multi-container li.hs-form-radio label input, 
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label input, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-radio label input, 
.hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label input,
.checkbox-row .fakelabel input, 
#email-prefs-form .subscribe-options p label input {
  opacity: 0;
  margin-right:10px;
}
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label span:before, .hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label span:before, .checkbox-row .fakelabel span:before, #email-prefs-form .subscribe-options p label span:before {
  border-radius: 0;
}
.form-section form ul.inputs-list.multi-container li.hs-form-checkbox label span:after, .hs_cos_wrapper_type_form form ul.inputs-list.multi-container li.hs-form-checkbox label span:after, .checkbox-row .fakelabel span:after,  #email-prefs-form .subscribe-options p label span:after {
  /*   width:auto;
  height:auto;
  content:'\f00c';
  font-family:'fontawesome';
  color:#1d3347;
  background:transparent;
  left: 2px;
  top: -2px;
  font-size: 14px; */
  left: 3px;
  top: 4px;
  font-size: 14px;
  content: "";
  width: 12px;
  height: 6px;
  border-left: 1px solid #1d3347;
  border-bottom: 1px solid #1d3347;
  border-radius: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background:transparent;
}
.form-section form select option, .hs_cos_wrapper_type_form form select option {
  color: #1E3347;
  font-family: "montserrat",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  background: #fff;
}
.form-section form select option:hover, .hs_cos_wrapper_type_form form select option:hover {background: #f0f6f9;}

.hs_error_rollup {
  display: none;
}
.submitted-message {
  color: #344759;
  font-family: "montserrat",sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}
.footer-socil-icon ul li a img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  /*     transition:0.3s; */
}
.footer-socil-icon ul li a {
  width: 35px;
  height: 35px;
  border: 1px solid #ff6734;
  line-height: 25px;
  text-align: center;
  border-radius: 1px;
  transition:0.3s;
}
.footer-socil-icon ul li a:hover {
  background: #FF6734;
  /*     border-color: #2d639b ; */
}
.footer-container-wrapper .footer-main{
  margin-top: 0;
}

.image-content-wrap {
  position:relative;
}

.image-content-wrap .figcaption.caption.right {
  right: 0;
}
.test figcaption.caption.right {
  /*   right: 0; */
  right: 25px;
}
.test figcaption.caption.center {
  left: 50%;
  transform: translate(-50%,0%);
}
.footer-socil-icon ul li a:hover img {
  filter: brightness(10);
} 
.footer-main .footer-text {
  padding-left: 25px;
}

/* FORM_MODULE_END */

a#cta_button_6511220_de9e784e-6b12-4469-bea5-ec8e62846a4c:focus, .cta-btn-main a:focus, a.cta_button:focus, #load-more:focus {
  border: 3px solid;
  outline: 2px solid #2d639b;
}
.arrow-right.slick-initialized button.slick-prev.slick-arrow {
  right: 95px;
  left: auto;
}
.arrow-right.slick-initialized button.slick-next.slick-arrow {
  right: 25px;
  left: auto;
}
.arrow-center.slick-initialized button.slick-prev.slick-arrow {
  right: auto;
  left: calc(50% - 35px);
}
.arrow-center.slick-initialized button.slick-next.slick-arrow {
  right: auto;
  left: calc(50% + 35px);
}

/*=============== Information Page =============*/

.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  position: static;
}
.menu-content-outer .left-menu-list {
  padding-right:  15px; 
  margin-left: -20px;
}
.main-sidemenu-sec {
  padding: 0px 0px 0px 20px;
  margin: 0px;
}
.main-sidemenu-sec li {
  list-style: none;
  padding-left: 20px;
}
.main-sidemenu-sec li.children-menu {
  padding-left: 0px;
  border-bottom: 1px solid #ddd;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li a, .main-sidemenu-sec li a {
  color: #344759;
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  white-space: inherit !important;
  overflow: inherit;
  text-overflow: inherit;
  /*   border-bottom: 1px solid #ddd; */
  padding: 15px 0px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
.main-sidemenu-sec li a{
  padding: 0px;
  margin: 15px 0px;
}
.main-sidemenu-sec li a:focus {
  outline-offset: 8px;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li a:hover, .main-sidemenu-sec li.children-menu.active > a {
  color: #1E3347;
  font-weight: 500;
}
.main-sidemenu-sec li.children-menu.active > a {
  font-weight:800 !important;
}
.main-sidemenu-sec li a:hover {
  color: #ff6734;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li:last-child a, .main-sidemenu-sec li:last-child  {
  border-bottom: 0px;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children a, .sub-sidemenu-sec li a, .main-sidemenu-sec li.simple-item > a {
  border-bottom: 0px;
  width: 100%;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul li a, .sub-sidemenu-sec li a {
  position: relative;
  padding-left: 16px;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul li a:before, .sub-sidemenu-sec li a:before {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 12px;
  background: #000;
  left: 0px;
  top: 4px;
  opacity: 0;
  visibility: hidden;
}
.left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children.active-branch ul li a:before, .left-menu-list .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul li a:hover:before, .sub-sidemenu-sec li.item-active a::before {
  opacity: 1;
  visibility: visible;  
}



/* New_SUB_MENU */


.left-navigation-list ul .hs-menu-item.hs-menu-depth-1 {
  list-style: none;
  padding-left: 20px;
  margin: 0 !important;
  width: 100%;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1 a {
  border-bottom: 0px;
  width: 100%;
  color: #344759;
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  white-space: inherit !important;
  overflow: inherit;
  text-overflow: inherit;
  border-bottom: 0;
  padding: 15px 0px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1 a:hover {
  color: #1E3347;
  font-weight: bold;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a::after {
  opacity: 0;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper {
  padding: 0;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent;
  position: relative !important;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper > li > a {
  color: #344759;
  font-weight: 400;
  line-height: 18px;
  font-size: 13px;
  white-space: inherit !important;
  overflow: inherit;
  text-overflow: inherit;
  border-bottom: 0;
  padding: 15px 0px;
  padding-left: 0px;
  font-weight: 500;
  display: inline-block;
  max-width: 100%;
  position: relative;
  padding-left: 16px;
  width: 100% !important;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper > li > a:before {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 12px;
  background: #000;
  left: 0px;
  top: 18px;
  opacity: 0;
  visibility: hidden;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.left-navigation-list ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children .hs-menu-children-wrapper > li > a:hover {
  color: #1E3347 !important;
  font-weight: bold !important;
}

/* New_SUB_MENU */



.sub-sidemenu-sec {
  padding: 0px;
}

.sub-sidemenu-sec li {
  padding-left: 0px;
}
.menu-content-outer {
  padding: 5px 0px;
}
.custom-title-link {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  padding: 0px;
  margin: 11px 0px 20px;
}
.custom-title-link li, .author-info-sec ul li {
  list-style: none;
  position: relative;
  margin-right: 12px;
}
.custom-title-link li:after, .author-info-sec ul li:after {
  /*   content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #344759;
  border-right: 2px solid #344759;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg); */
  content: '\f105';
  font-weight: bold;
  font-size: 14px;
  margin-left: 10px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-title-link li:last-child:after, .author-info-sec ul li:last-child:after {
  display: none;
}
.custom-title-link li a, .author-info-sec ul li a, .author-info-sec ul li span, .custom-title-link li a span {
  color: #ff6734;
  font-size: 13px;
}
.custom-title-link li:last-child a, .author-info-sec ul li:last-child a, .author-info-sec ul li span, .custom-title-link li a span  {
  color: #344759;
}
.custom-title-link li:last-child a:focus {
  outline-offset: 4px;
}
.custom-title-link li:last-child a:hover, .author-info-sec ul li:last-child a:hover {
  color: #ff6734;
}
.menu-content-outer .right-content-sec {
  max-width: 640px; 
}
.single-col-content h1, .title-main h1, .right-content-sec h1, .hs_cos_wrapper_type_rich_text h1 {
  color: #1e3347;
  font-size: 44px;
  /*   border-bottom: 1px solid #7FD3C9;
  padding-bottom: 25px; */
  /*   margin-bottom: 45px; */
  line-height: 56px;
}
hr {
  border-color: #7FD3C9;
  border-bottom: 0px;
  margin: 20px 0px;
  display: inline-block;
  width: 100%;
}
.single-col-content p, .right-content-sec p, .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px;
  color: #344759;
  font-weight: 500;
}
.single-col-content p a, .blog-post-wrapper .post-body p a, .right-content-sec p a, .hs_cos_wrapper_type_rich_text p a {
  color: #ff6734;
}
/* .single-col-content h3, .blog-post-wrapper .post-body h4, .blog-post-wrapper .post-body h2, .right-content-sec h3, .hs_cos_wrapper_type_rich_text h3 {
  font-size: 26px;
  color: #1e3347;
  line-height: 32px;
  margin: 0px 0px 25px;
  font-weight: 600;
} */
/* .blog-post-wrapper .post-body h3 {
  font-size: 22px;
} */
.blog-post-wrapper .post-body h1, .blog-post-wrapper .post-body h2, .blog-post-wrapper .post-body h3, .blog-post-wrapper .post-body h4 {
  color: #1e3347;
}
.single-col-content h3:not(:nth-of-type(1)):not(:nth-of-type(2)), .blog-post-wrapper .post-body h4 {
  /*   border-top: 1px solid #7fd3c9;
  padding-top: 35px;
  margin: 45px 0px 25px; */
  margin: 15px 0px 25px;
}
.single-col-content ul, .single-col-content ol, .blog-post-wrapper .section.post-body ul, .blog-post-wrapper .section.post-body ol, .right-content-sec .hs_cos_wrapper_type_rich_text ul, .right-content-sec .hs_cos_wrapper_type_rich_text ol, .hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text ol {
  padding: 0;
  margin: 0px 0px 25px;
}
.single-col-content li, .blog-post-wrapper .section.post-body li, .right-content-sec .hs_cos_wrapper_type_rich_text li, .hs_cos_wrapper_type_rich_text li {
  position: relative;
  padding-left: 25px;
  list-style: none;
  margin: 0px 0px 15px;
  font-size: 15px;
  line-height: 22px;
  color: #344759;
  font-weight: 500;
}
.single-col-content ul li:last-child, .blog-post-wrapper .section.post-body ul li:last-child, .right-content-sec .hs_cos_wrapper_type_rich_text ul li:last-child, .hs_cos_wrapper_type_rich_text ul li:last-child {
  margin: 0px;
}
.single-col-content ul li:before, .blog-post-wrapper .section.post-body ul li:before, .right-content-sec .hs_cos_wrapper_type_rich_text ul li:before, .hs_cos_wrapper_type_rich_text ul li:before {
  content: "";
  position: absolute;
  background: #7fd3c9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
}
/* .single-col-content h5, .right-content-sec h5, .hs_cos_wrapper_type_rich_text h5 {
  font-size: 22px;
  line-height: 28px;
  color: #1E3347;
  margin: 0 0 25px;
  font-weight: 600;
} */
.single-col-content h5, .single-col-content h1, .single-col-content h2, .single-col-content h3, .single-col-content h4, .right-content-sec h1, .right-content-sec h2, .right-content-sec h3, .right-content-sec h4, .right-content-sec h5, .right-content-sec h6, .hs_cos_wrapper_type_rich_text h1, .hs_cos_wrapper_type_rich_text h2, .hs_cos_wrapper_type_rich_text h3, .hs_cos_wrapper_type_rich_text h4, .hs_cos_wrapper_type_rich_text h5, .hs_cos_wrapper_type_rich_text h6 {
  color: #1E3347;
}
.single-col-content ol, .blog-post-wrapper .section.post-body ol, .right-content-sec .hs_cos_wrapper_type_rich_text ol, .hs_cos_wrapper_type_rich_text ol {
  counter-reset: info-list;
}
.single-col-content ol li, .blog-post-wrapper .section.post-body ol li, .right-content-sec .hs_cos_wrapper_type_rich_text ol li, .hs_cos_wrapper_type_rich_text ol li {
  counter-increment: info-list;
}
.single-col-content ol li:before, .blog-post-wrapper .section.post-body ol li:before, .right-content-sec .hs_cos_wrapper_type_rich_text ol li:before, .hs_cos_wrapper_type_rich_text ol li:before {
  content: counter(info-list) ".";
  color: #7fd3c9;
  left: 0px;
  top: 0px;
  font-weight: bold;
  position: absolute;
}
blockquote {
  font-size: 26px;
  line-height: 34px;
  color: #1e3347;
  position: relative;
  margin: 40px 0px;
  padding-left: 70px;
}
blockquote p {
  font-size: 26px !important;
  line-height: 34px !important;
  color: #1e3347 !important;
  font-weight: normal !important;
}
blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 45px;
  height: 37px;
  background-image: url("https://cdn2.hubspot.net/hubfs/6511220/oct_2019/images/quote.png");
  background-repeat: no-repeat;
  background-size: 45px;
}
.menu-content-outer .page-center {
  padding: 0px 25px;
}

.hs-search-results h2 {
  max-width: 600px;
  margin: 25px auto 25px;
  color: #1E3347;
  font-size: 26px;
  line-height: 34px;
  font-weight: normal;
}


input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]:hover::-webkit-inner-spin-button, input[type=number]:hover::-webkit-outer-spin-button {
  opacity: 0;
  /*     height: 42px;
  width: 26px; */
  cursor: pointer;
}
input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button, input[type=number]:hover::-moz-inner-spin-button, input[type=number]:hover::-moz-outer-spin-button {
  opacity: 0;
  /*     height: 42px;
  width: 26px; */
}
.image-gallery-main .card-block .card-image img {
  border-radius: 2px;
}
.text-column-main .card-text-section  {
  padding: 0px;   
}
.text-column-main .card-text-section p:last-child {
  margin-bottom: 0px;
}
.menu-content-outer .left-menu-list {
  position: sticky; 
  /*   position: fixed; */
  top: 95px; 
  width: 300px;
  background: #fff;
  bottom: 0px;
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 82vh;
}




.main-sidemenu-sec li.children-menu.active > a {
  color: #1E3347;
  font-weight: 500;
}

.main-sidemenu-sec li ul > li.item-active > a {
  font-weight: 500;
  color: #1E3347;
}
/* .footer-email-subscribe form li.hs-form-radio input[checked="checked"] + span::after {
opacity: 1;
visibility: visible;
} */




/* @media(min-width:1700px){
.card-block.custom-width {
max-width: 18.99%;
flex: 0 0 18.99%;
}
.card-block.span3 {
max-width: 23.99%;
flex: 0 0 23.99%;
}
} */






/* NEW_SLIDER_START */

.test figure {
  margin: 0;
  position: relative;
  height:100%;
}
.test figure .slide-image{
  height:100%;
}
.test figcaption.caption {
  position: absolute;
  top: 100px;
}

.test .item {
  height: 650px;
  position:relative;
}
.test .item:before {
  position: absolute;
  content: '';
  width:100%;
  height:100%;
  background: #000;
  opacity: 0.3;
}

.test .item img {
  object-fit: cover;
  height: 100%;
}

.test .item iframe {
  /*     height: 100% !important;
  width: 100% !important; */
  background:#000;
  position: absolute;
  width: 100% !important;
  z-index:-1;
}

.test ul.slick-dots {
  padding: 0;
  margin: 0 auto !important;
  max-width: 1366px !important;
  width: 100% !important;
  position: absolute;
  bottom: 60px;
  padding: 0 25px;
  left: 50%;
  transform: translateX(-50%);
}

.test ul.slick-dots li {
  display: inline-block;
}

.test ul.slick-dots li button {
  background: #fff;
  border: 0;
  width: 37px;
  height: 37px;
  margin-right: 10px;
  color: #ff5216;
  border-radius: 2px;
  cursor: pointer;
}
.find-out-more a {
  border: 3px solid #ff6734;
  border-radius: 2px;
  background: #ff6734;
  color: #fff;
  font-family: "montserrat",sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 28px 12px 40px !important;
  display: inline-block;
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}
.find-out-more a {
  color: #fff;
}
.find-out-more a:focus {
  border: 3px solid;
  outline: 2px solid #2d639b;
}
.find-out-more a:hover {
  background-color: #FF5216;
}
.slick-list .slide-image .slide-media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.test ul.slick-dots li.slick-active button {
  background: #ff5216;
  color: #fff;
}
.test ul.slick-dots li button:focus {
  outline: none;
}
.test figcaption.caption {background: #fff;max-width: 660px;padding: 30px;}
.test figcaption.caption h1 {
  color: #1E3347;
  font-family: "montserrat",sans-serif;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 56px;
}
.test figcaption.caption p {
  color: #1E3347;
  font-family: "montserrat",sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 30px;
}


/* NEW_SLIDER_END */



form.hs-form {
  max-width: 450px;
}
.hs_cos_wrapper_type_form form.hs-form {
  display: inline-block;
  width: 100%;
  margin: 0px 0px 25px;
}
.form-center form.hs-form {
  margin: 0 auto;
}
.form-right form.hs-form {
  margin: 0 0 0 auto;
}
form.hs-form .hs-field-desc {
  color: #788591;
  font-size: 13px;
  line-height: 18px;
  margin: 0px 0px 5px;
}
form.hs-form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://cdn2.hubspot.net/hubfs/6511220/oct_2019/images/angle-arrow-down.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 11px;
  background-position-x: calc(100% - 15px);
  padding: 0 15px;
  height: 42px;
}



/*============== Article Aggregator Page =============*/

.blog-main-outer {
  background: #F0F6F9;
  padding: 30px 0px;
}
.blog-header-row > .row-fluid-wrapper > .row-fluid, .blog-header-right > .row-fluid-wrapper > .row-fluid, .blog-filter-outer, #filters  {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.blog-header-row > .row-fluid-wrapper > .row-fluid:before, .blog-header-row > .row-fluid-wrapper > .row-fluid:after, .blog-header-right > .row-fluid-wrapper > .row-fluid:before, .blog-header-right > .row-fluid-wrapper > .row-fluid:after {
  display: none;
}
.blog-header-row > .row-fluid-wrapper > .row-fluid > *, .blog-header-right > .row-fluid-wrapper > .row-fluid > * {
  width: auto;
}
.blog-header-title h2 {
  color: #1E3347;
  font-size: 44px;
  line-height: 56px;
  margin: 0px;
}
.date-filter-main .block select, .date-filter select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://cdn2.hubspot.net/hubfs/6511220/oct_2019/images/angle-arrow-down.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 11px;
  background-position-x: calc(100% - 15px);
  padding: 0 35px 0px 10px;
  height: 42px;
  border: 1px solid #bfd0d9;
  color: #344759;
  font-size: 15px;
  font-weight: 500;
  font-family: "montserrat",sans-serif;
  border-radius: 2px !important;
  box-shadow: none;
}
.post-tags ul, .tag-filter ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin: 0px;
  padding: 0px;
}
.post-tags ul li, .tag-filter ul li {
  list-style: none;
  margin-right: 20px;
}
.post-tags ul li:last-child, .tag-filter ul li:last-child {
  margin-right: 0px;
}
.post-tags ul li a, .blog-post-wrapper .topic-link, .tag-filter ul li a {
  color: #344759;
  font-size: 13px;
  background: #D2E4EE;
  border-radius: 18.5px;
  display: inline-block;
  padding: 3.25px 20.345px;
  cursor: pointer;
}
.post-tags ul li.active a, .tag-filter ul li.active a {
  background: #7FD3C9;
  font-weight: 600;
}
.post-tags ul li a:hover, .tag-filter ul li:hover a {
  background: #BFD0D9;
  color: #405162;
}
.post-tags ul li a .filter-link-count {
  display: none;
}
.blog-second-row, #containersec {
  margin: 50px 0px 0px;
  overflow: visible !important;
}
.post-listing {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
} 
.blog-listing-wrapper .post-listing .post-item, #containersec .post-item {
  padding-bottom: 0px;
  max-width: 23.77%;
  flex: 0 0 23.77%;
  background: #fff;
  margin-right: 1.64%;
  margin-bottom: 1.64%;
}
#containersec .post-item {
  width: 23.3%;
  flex: unset;
  margin: 0 .82% 1.64%;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(4n){
  margin-right: 0px;
}
.block h3:empty {
  display: none;
}
.post-description h2 {
  color: #1E3347;
  font-size: 22px;
  line-height: 28px;
}
.post-description h2:hover {
  text-decoration: underline;
}
.post-description {
  padding: 20px 15px;
}
.post-description p {
  font-size: 15px;
  line-height: 24px;
  color: #344759;
  font-weight: 500;
}
.blog-listing-wrapper .post-item .hs-featured-image-wrapper img, #containersec .post-item img {
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.blog-pagination, ul.page-numbers {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0px;
}
ul.page-numbers li {
  list-style: none;
}
.page-numbers li a, .blog-pagination a i {
  width: 34px;
  height: 34px;
  display: flex;
  display: -webkit-flex;
  background: #fff;
  justify-content: center;
  align-content: ;
  align-items: center;
  color: #ff6735;
  font-weight: 600;
  font-size: 15px;
}
.page-numbers li.current a, .page-numbers li a:hover, .blog-pagination a i:hover {
  color: #1E3347;
  background: #7FD3C9;
}
.blog-pagination a i {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
ul.page-numbers li, .blog-pagination a i {
  margin: 0px 5px;
}
.blog-pagination a.previous-posts-link i  {
  margin: 0px 5px 0px 10px;
}
.blog-pagination a.next-posts-link i {
  margin: 0px 10px 0px 5px;
}
.blog-pagination > a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #344759;
}
.blog-header-right .post-tags, .tag-filter {
  margin-left: 20px;
}


/*=========== Blog post / Article page =========*/

.hs-blog-post .blog-header-row {
  display: none;
}
.hs-blog-post .blog-main-outer {
  background: transparent;
  padding: 16px 0px;
}
.hs-blog-post .blog-second-row {
  margin: 0px;
}
.blog-section .blog-post-wrapper {
  max-width: 640px;
  margin: 0 auto;
}
.author-info-sec {
  margin: 0px 0px 20px;
}
.author-info-sec ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
}
.title-main h1 {
}
.blog-post-wrapper .section img {
  width: 100%;
  margin-bottom: 25px;
}
.blog-post-wrapper .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  margin-top: 0px;
  margin-bottom: 25px;
  object-fit: cover;
}
.blog-post-wrapper .section.post-body p, p#hubspot-topic_data {
  color: #344759;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0px 25px;
  font-weight: 500;
}
.blog-post-wrapper .section.post-body h6 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #344759;
  margin: 0 0 25px;
}
.blog-post-wrapper .section.post-body h5 {
  font-size: 22px;
  line-height: 28px;
  color: #1E3347;
  margin: 0px 0px 25px;
}
.blog-post-wrapper .topic-link {
  margin: 0px 5px;
}
.blog-post-wrapper .topic-link:first-child {
  margin: 0px 5px 0px 10px;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper, #containersec .post-item .hs-featured-image-wrapper {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.blog-listing-wrapper .post-listing .post-item:hover .hs-featured-image-wrapper, #containersec .post-item:hover  .hs-featured-image-wrapper  {
  opacity: 0.8;
}

/*======== End Blog post / Article page ========*/

body .hs-button.primary, body input[type="submit"], body input[type="button"] {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.header-main .custom-menu-primary.main-menu ul > li > a, .search-show, .header-logo a {
  transition: 0s;
}
.hs-fieldtype-number .input {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hs-fieldtype-number .input::before, .hs-fieldtype-number .input::after {
  background-color: #fff;
  right: 16px;
  width: 20px;
  height: 35%;
  position: absolute;
  pointer-events: none;
  content: "";
}
.hs-fieldtype-number .input::before {
  bottom: 50%;
  background: url(https://cdn2.hubspot.net/hubfs/6511220/oct_2019/images/angle-arrow-down.png) no-repeat white;
  background-size: 10px;
  background-position: center;
  transform: rotate(180deg);
}
.hs-fieldtype-number .input::after {
  top: 50%;
  background: url(https://cdn2.hubspot.net/hubfs/6511220/oct_2019/images/angle-arrow-down.png) no-repeat white;
  background-size: 10px;
  background-position: center;
}


.card-block.span12 {
  margin-left: 0px;
}
.site-search-result {
  padding: 75px 0px 0px;
}
a.search-show:hover {
  opacity: 0.8;
}
.hs-search-field form .search-icon-btn button:hover {
  opacity: 0.8;
}
.hs-search-field form .search-icon-btn button {
  position: static;
}
.hs-search-field form .search-icon-btn button:before, .hs-search-field form:before {
  display: none;
}
.search-icon-btn button img {
  margin-left: -13px;
  margin-top: 5px;
}
.hs-search-field form {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

/*==================== Pie Charts and graphs ==================*/

.circle-pie-chart, .group-horizontal-bar-chart, .canvas-vertical-chart-main, .canvas-line-chart-main {
  padding: 50px 0px;
}
.circle-pie-chart > .page-center, .group-horizontal-bar-chart > .page-center, .canvas-vertical-chart-main > .page-center, .canvas-line-chart-main > .page-center {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
}
.three-graph .page-center > * {
  max-width: 29%;
  flex: 0 0 29%;
}
.two-graph .page-center > * {
  max-width: 46%;
  flex: 0 0 46%;
}
.one-graph .page-center > * {
  max-width: 100%;
  flex: 0 0 100%;
}
.canvasjs-chart-credit {
  display: none;
}
p a {
  color: #FF6734;
}
p a:hover {
  text-decoration: underline;
  color: #FF6734;
}

.cards-module-main .card-block {
  background: #fff;
}

.card-navy-background { 
  background: #1E3347;
}
.card-navy-background .row-option-module-inner { 
  background: rgba(30, 51, 71, .8);
}
.card-lightblue-background .row-option-module-inner { 
  background: rgba(240, 246, 249, .8);
}
.card-white-background .row-option-module-inner { 
  background: rgba(255, 255, 255, 0.8);
}
.card-navy-background .card-text-section h1, 
.card-navy-background .card-text-section h2, 
.card-navy-background .card-text-section h3, 
.card-navy-background .card-text-section h4,
.card-navy-background .card-text-section h5,
.card-navy-background .card-text-section h6,
.card-navy-background .card-text-section p, 
.card-navy-background .row-option-module-inner h1, 
.card-navy-background .row-option-module-inner h2,
.card-navy-background .row-option-module-inner h3,
.card-navy-background .row-option-module-inner h4,
.card-navy-background .row-option-module-inner h5,
.card-navy-background .row-option-module-inner h6,
.card-navy-background .row-option-module-inner p, 
.card-navy-background .two-module-text h1, 
.card-navy-background .two-module-text h2,
.card-navy-background .two-module-text h3,
.card-navy-background .two-module-text h4,
.card-navy-background .two-module-text h5,
.card-navy-background .two-module-text h6,
.card-navy-background .two-module-text p  {
  color: #fff;
}
.card-lightblue-background, .card-white-background.cards-module-main .card-block  {
  background: #F0F6F9;
}
.card-lightblue-background .card-text-section h2, .card-lightblue-background .card-text-section p, .card-navy-background.cards-module-main .card-text-section h2, .card-navy-background.cards-module-main .card-text-section p, .card-lightblue-background .two-module-text h2, .card-lightblue-background .two-module-text p {
  color: #1E3347;
}
.row-option-module {
  padding: 30px 0px;
}

.hs-blog-post .blog-post-wrapper .post-body a.cta_button, .information-page .single-col-content a.cta_button, .information-page .right-content-sec a.cta_button, .hs_cos_wrapper_type_rich_text a.cta_button {
  margin-top: 0px;
  margin-bottom: 20px;
}
#load-more {
  padding: 13px 23px;
  display: inline-block;
  background: #ff6734;
  background-color: rgb(255, 103, 52);
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.6px;
  border-radius: 2px;
  position: relative;
  margin-top: 20px;
  line-height: 16px;
  font-weight: bold;
  border: 3px solid transparent;
  font-family: "montserrat",sans-serif;
  cursor: pointer;
}
#load-more:hover {
  background-color: #FF5216;
}
.cta-button-main {
  margin: 0px 0px 50px;
}
.cta-button-main.cta-center {
  text-align: center;
}
.cta-button-main.cta-left {
  text-align: left;
}
.cta-button-main.cta-right {
  text-align: right;
}
.main-sidemenu-sec li {
  position: relative;
  padding-right: 0px;
}
.main-sidemenu-sec li a {
  padding-right: 20px;
}
.main-sidemenu-sec li.children-menu i {
  position: absolute;
  right: 10px;
  top: 17px;
  cursor: pointer;
}
.sub-sidemenu-sec.submenus {
  display: none;
}
li.active .sub-sidemenu-sec.submenus {
  display: block;
}
.chart-flex-inner .unique-id {
  display: none;
}
.chart-flex-inner > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.chart-flex-inner > span > div, .chart-flex-inner > span > div.one {
  max-width: 100%;
  flex: 0 0 100%;
}
.chart-flex-inner > span > div.two {
  max-width: 48%;
  flex: 0 0 48%;
  margin: 0 1%;
}
.chart-flex-inner > span > div.three {
  max-width: 31%;
  flex: 0 0 31%;
  margin: 0 1%;
}
.subscribe-body-sec {
  padding: 5Two column email module0px 0px;
}
.subscribe-body-sec, .subscribe-footer {
  color: #1E3347;
}
.subscribe-body-sec .page-header h1 {
  font-size: 44px;
  line-height: 56px;
  color: #1E3347;
  font-weight: bold;
}
.subscribe-header {
  padding: 21.3px 0px;
}
.header-container .subscribe-header .hs_cos_wrapper_type_logo a {
    margin-left: 25px;
} 
.header-container .subscribe-header .hs_cos_wrapper_type_logo a img {
  max-width: 90px;
}
.header-container .subscribe-header .hs_cos_wrapper_type_logo a::after {
  display: none;
}

#email-prefs-form #content {
  margin: 50px 0px 0px;
}
form#email-prefs-form .checkbox-row {
  position: relative;
}
form#email-prefs-form  .item p {
  margin: 5px 30px 0px !important;
}
.footer-main .hs_cos_wrapper_type_rich_text p {
  margin: 0;
} 

@media (min-width: 769px){
  .sub-menu-outer li:first-child:nth-last-child(1) {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    text-align: center;
  }
}
@media (min-width: 768px){
  .information-page .footer-main, .menu-content-outer .right-content-sec {
    /*     padding-left: 300px; */
  }
}

/*============== Media Queries / Responsive =============*/

@media(min-width:1390px){
  /*   .slick-initialized button.slick-prev.slick-arrow {
  left: 6.2%;
} 
  .slick-initialized button.slick-next.slick-arrow {
  left: 10.6%;
} */
}

@media(min-width:1400px){

  .footer-email-subscribe form li.hs-form-radio span:after {
    width: 9px;
    height: 9px;
    top: 4.1px;
  }

  .bodywrapper-page .page-center, .header-main .page-center, .footer-main .page-center, .container-fluid .row-fluid .page-center {
    max-width: 1366px !important;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
    /*     max-width: 930px; */
    max-width: 450px;
    padding-left: 0;
    padding-right: 0px;
    margin: 0 auto;
    /*     padding-right: 30%; */
    /*     padding-right: 15%;
    padding-left: 15%; */
  }
  /*   .slick-initialized button.slick-prev.slick-arrow {
  left: 6.2%;
}
  .slick-initialized button.slick-next.slick-arrow {
  left: 10.6%;
} */
  .search-menu form, .hs-search-field form{
    max-width: 1366px;
    margin: 0 auto;
    padding-left: 42px;
  }
  .search-menu form::before, .hs-search-field form::before {
    top: 0px;
    left: 2.6%;
  }
  .search-menu form button::before, .hs-search-field form button::before {
    /*     left: -12px; */
  }
  .menu-content-outer .left-menu-list {
    padding-right: 80px; 
  }
}
@media(min-width:1600px){
  /*   .slick-initialized button.slick-prev.slick-arrow {
  left: 10.6%;
} 
  .slick-initialized button.slick-next.slick-arrow {
  left: 14.4%;
} */
}

@media(min-width:1800px){
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
    /*     padding-right: 25%; 
    padding-left: 12.5%;
    padding-right: 12.5%;*/
    padding-left: 0px;
    padding-right: 0px;

  }
  /*   .slick-initialized button.slick-prev.slick-arrow {
  left: 13%;
} 
  .slick-initialized button.slick-next.slick-arrow {
  left: 16.6%;
} */
  .footer-email-subscribe form li.hs-form-radio span:after {
    width: 9px;
    height: 9px;
  }
}

@media(min-width:1920px){
  /*   .slick-initialized button.slick-prev.slick-arrow {
  left: 15.6%;
}
  .slick-initialized button.slick-next.slick-arrow {
  left: 19%;
} */
}


@media(max-width:1300px){
  .card-block.custom-width {
    max-width: 18.44%;
    flex: 0 0 18.44%; 
  }
  .card-block.span3 {
    max-width: 23.66%;
    flex: 0 0 23.66%;
  }
  .card-block.span4 {
    max-width: 32%;
    flex: 0 0 32%;
  }
  .carousel-text {
    width: 100%;
    max-width: 60%;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
    /*     padding-left: 18%; 
    padding-left: 9%;
    padding-right: 9%;
    padding-left: 12.5%;
    padding-right: 12.5%;*/
    padding-left: 0px;
    padding-right: 0px;
  }
  /*   .search-menu form, .hs-search-field form {
  position: relative;
  max-width: 80%;
  margin: 0 0 0 auto;
} */
  .test figcaption.caption {
    margin-left: 20px;
    margin-right: 20px;
  }

  .test figcaption.caption {
    top: 60px;
  }
  .test .item {
    height: 580px;
  }
  .test .item iframe {
    left: 0 !important;
  }
}

@media(max-width:1199px){

  .header-main .custom-menu-primary.main-menu ul > li:first-child > a::before{
    background-position: top;
    top:2px;
  }
  .header-main .page-center {
    padding: 0 0 !important;
  }
  .header-main .custom-menu-primary.main-menu ul > li > a {
    font-size: 12px;
  }  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child , 
  .header-main .custom-menu-primary.main-menu ul > li:first-child {
    /*     margin-left: 30px; */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin-left: 8px;
  }
  .header-main .custom-menu-primary.main-menu ul > li > a i {
    font-size: 22px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper , 
  .search-menu {
    /*     top: 73px; */
  }
  .search-show i {
    font-size: 16px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
    /*     max-width: 55%; */
    max-width: 450px;
    /*     padding-left: 188px; 
    padding-left: 94px;
    padding-right: 94px;*/
    padding-left: 0%;
    padding-right: 0%;
    margin: 0 auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li > a {
    font-size: 11px;
  }
  .card-block.custom-width {
    max-width: 18.33%;
    flex: 0 0 18.33%; 
  }
  .card-block.span3 {
    max-width: 24.44%;
    flex: 0 0 23.44%;
  }
  .card-block.span4 {
    max-width: 31.9%;
    flex: 0 0 31.9%;
  }
  .card-block.span6 {
    max-width: 48.9%;
    flex: 0 0 49.9%;
  }
  .compact-module .card-image {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .compact-module .card-text-section h2 {
    font-size: 13px;
  }
  .carousel-text {
    width: 100%;
    max-width: 70%;
  }
  .footer-first {
    width: 20% !important;
  }
  .footer-email-subscribe form li.hs-form-radio span {
    font-weight: 500;
    font-size: 12px;
  }
  .footer-email-subscribe {
    width: 36% !important;
  }
  .footer-text p , .footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 > a {
    font-size: 12px;
  }
  .body-container-wrapper {
    padding-top: 70px !important;
  }
  .page-center {
    padding: 0 15px !important;
  }
  .card-block.custom-width img {
    height: 150px !important;
  }
  .card-block.span4 .card-image img {
    height: 200px !important;
  }
  /*   .search-menu form, .hs-search-field form {
  max-width: 81%;
} */
  .search-menu form .hs-search-field__input::placeholder {
    font-size: 14px;
  }


  .test figcaption.caption h1{
    font-size:34px;
    line-height: 40px;
  }
  .test figcaption.caption p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
  }
  .carousel-text p a, .test figcaption.caption p a, .cta-btn-main a {
    padding: 12px 20px 12px 40px;
    font-size: 13px;
    margin-top: 5px;
  }
  .test figcaption.caption {
    padding: 25px 30px;
    max-width:610px;
  }
  .test .item {
    height: 480px;
  }
  .footer-socil-icon ul li a {
    margin-right: 0px;
  }
  .menu-content-outer .left-menu-list {
    top: 67px; 
    width: 230px;
  }
  .header-logo a img, .small-header .header-logo a img, .story-logo a img {
    max-width: 121px !important
  }
}

@media(max-width:1080px){
  /*   .search-menu form, .hs-search-field form {
  max-width: 77%;
} */
}

@media(max-width:991px){
  .left-navigation-list ul {
    display: inherit !important;
  }
  .body-container-wrapper {
    padding-top: 100px !important;
  }
  .header-logo {
    margin-top: 20px;
  }
  .search-menu form, .hs-search-field form {
    max-width: 100%;
    padding-left: 40px;
  }
  .search-menu form button::before, .hs-search-field form button::before {
    /*     top: -3px;
    left: 3px; */
  }
  .search-show i::before {
    right: 20px;
    top:-21px;
  }
  .search-menu form::before, .hs-search-field form::before{
    left: 25px;
  }
  .card-block.custom-width:nth-child(3n) {
    margin-right: 0;
  }
  .card-block.custom-width {
    max-width: 31.3%;
    flex: 0 0 31.3%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .card-block.span3 {
    max-width: 48.6%;
    flex: 0 0 48.6%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .card-block.span3:nth-child(2n) {
    margin-right: 0;
  }
  .card-block.span4 {
    max-width: 31.4%;
    flex: 0 0 31.4%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .card-block.span6 {
    max-width: 48.6%;
    flex: 0 0 49.6%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .carousel-text h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .footer-socil-icon ul li a{
    margin-right: 0;
  }
  .footer-email-subscribe form {
    padding-right: 0;
  }
  .card-block.span4.compact-module .card-text-section h2 {
    font-size: 12px;
  }
  .cards-main-module .page-center > div > .row-fluid {
    /*     justify-content: center; */
  }
  .card-block.span3 .card-image img {
    height: 230px !important;
  }
  .card-block.span6 .card-image img {
    height: 250px !important;
  }
  .row-option-module-inner h2 {
    font-size: 34px;
  }
  .header-main .custom-menu-primary.main-menu ul > li:first-child > a::before {
    background-position: top;
  }
  .header-main .page-center > div > .row-fluid {
    flex-wrap: wrap;
  }
  .header-logo , .header-logo-main {
    width: 100% !important;
    text-align: center;
  }
  .header-logo a {
    margin-left: 0;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .header-main .custom-menu-primary.main-menu ul > li > a {
    /*     padding: 10px 0px 20px; */
  }
  .header-main .custom-menu-primary.main-menu ul > li > a, .small-header .header-main .custom-menu-primary.main-menu ul > li > a {
    padding: 10px 3px 10px;
  }
  .header-main .custom-menu-primary.main-menu ul > li:first-child > a {
    /*     padding: 8px 0px 14px 0px; */
  }
  .search-sec {
    position: absolute;
    right: 0;
    top: 68px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper, .search-menu {
    /*     top: 105px; */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin-right: 5px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper span.sub-menu-outer {
    /*     max-width: 552px; */
    max-width: 450px;
    padding-left: 0;
    margin: 0 auto;
    /*     padding-right:25%; 
    padding-left: 12.5%;
    padding-right: 12.5%;*/
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper{
    padding:10px 0;
  }
  .card-block.span6.compact-module .card-text-section h2 {
    font-size: 17px;
    line-height: 24px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li , 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child , 
  .header-main .custom-menu-primary.main-menu ul > li:first-child {
    margin-left: 0px; 
  } 
  .small-header .header-main .custom-menu-primary.main-menu ul > li:first-child > a {
    /*     padding: 8px 0px 14px 0px; */
  }
  .small-header .header-main .custom-menu-primary.main-menu ul > li > a {
    /*     padding: 10px 0px 20px; */
  }
  .small-header .search-sec {
    top: 61px;
  }
  .footer-main .footer-text {
    padding-left: 10px;
  }
  .card-block.custom-width:nth-child(5n) {
    margin-right: 20px;
  }
  .card-block.custom-width:nth-child(3n) {
    margin-right: 0px;
  }
  .menu-content-outer .left-menu-list {
    padding-right: 0;
    top: 90px; 
  }
  .blog-listing-wrapper .post-listing .post-item, #containersec .post-item {
    max-width: 48.18%;
    flex: 0 0 48.18%;
    margin-right: 3.64%;
    margin-bottom: 3.64%;
  }
  #containersec .post-item {
    width: 46.3%;
    margin: 0 1.82% 3.64%;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right: 3.64%;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(2n) {
    margin-right: 0px;
  }
  #filters .tag-filter {
    display: none;
  }
  .tag-filter-sec {
    display: block !important;
    margin: 20px 0px 0px;
  }
  .tag-filter-sec ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .tag-filter-sec .tag-filter {
    margin-left: 0px;
  }
  .tag-filter ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .menu-content-outer .left-menu-list {
    width: 169px;
  }
  .header-main, .small-header .header-main {
    padding: 0px;
  }
  .search-sec {
    top: 66px;
  }
  .search-show {
    margin-right: 5px;
  }
  .chart-flex-inner > span > div, .chart-flex-inner > span > div.one, .chart-flex-inner > span > div.two, .chart-flex-inner > span > div.three {
    max-width: 48%;
    flex: 0 0 48%;
    margin: 0px 1%;
  }
}

@media(max-width:768px){
  .header-main .custom-menu-primary.main-menu ul > li:first-child {
    display: none;
  }
  .header-home-icon ul li:before {
    display: none;
  }
  .header-home-icon ul {
    margin: 19px 0px 0 0px !important;
    padding: 0;
    width: auto;
    float: left;
  }
  .header-home-icon {
    display: block !important;
    height: 0;
    text-align: left;
  }
  .header-logo {
    margin-top: 0;
    padding: 18px 0 12px;
  }
  .header-logo a {
    margin-left: 15px;
    padding-right: 0;
  }
  .search-show i::before{
    right: 70px;
    background-size: 15px;
    top: -14px;
  }
  .search-show.search-hide i::before {
    background-position: center;
    background-size: 12px;
    top: -15px;
  }
  .body-container-wrapper {
    padding-top: 0px !important;
  }
  .search-sec, .small-header .search-sec {
    position: absolute;
    right: 34px;
    top: 23px;
  }
  .header-logo a::after {
    border: 0 !important;
  }
  .header-logo a img , .small-header .header-logo a img , .story-logo a img {
    max-width: 110px !important;
    margin: 0px 0 5px 0 !important;
  }
  .header-main .page-center {
    padding: 0 !important;
  }
  .header-main .page-center > div > .row-fluid {
    display: inherit;
  }
  .header-container-wrapper .container-fluid .header-main .header-logo {
    width: auto !important;
    float: left !important;
  }
  .mobile-trigger::before {
    position: absolute;
    content: '\f0c9';
    font-family: 'fontawesome';
    font-size: 19px;
    right: 10px;
    top: 5px;
  }
  .mobile-trigger::after {
    position: absolute;
    content: 'MENU';
    right: 34px;
    top: 8px;
    font-size: 15px;
    font-weight: 600;
    font-family: "montserrat",sans-serif;
  }
  .mobile-trigger:hover::after {
    color: #1d3347;
  }
  .mobile-trigger {
    padding: 0px 0;
    font-size: 0;
    width: 45px;
    height: 40px;
    border: 0;
    -webkit-tap-highlight-color: transparent; 
    -webkit-focus-ring-color:  transparent;
  }
  .mobile-trigger:hover::before {
    color: #1d3347;
  }
  .mobile-trigger:hover {
    padding: 0;
    background: transparent;
    border: 0;
    color: #1d3347;
  }
  .mobile-open .mobile-trigger::before {
    background-image: url(https://cdn2.hubspot.net/hubfs/6511220/close-icon-24px-baseline-close-24px.svg);
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 17px;
    height: 17px;
    background-size: 13px;
    top: 10px;
  }
  .search-menu form button::before, .hs-search-field form button::before {
    background-image: url(https://cdn2.hubspot.net/hubfs/6511220/close-icon-24px-baseline-close-24px.png);
    background-size: 12px;
  }
  .mobile-open .mobile-trigger::after {
    content: 'CLOSE';
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inherit;
    background:#fff;
  }
  .hs-menu-flow-horizontal {
    position: absolute !important;
    top: 63px !important;
    box-shadow: none !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
    border: 0;
    margin: 0 !important;
    border-bottom: 1px solid rgba(30,51,71,0.1);
  }
  .header-main .custom-menu-primary.main-menu ul > li:first-child > a {
    padding: 10px 20px 10px;
  }
  .header-main .custom-menu-primary.main-menu ul > li > a {
    padding: 15px 20px 15px;
    line-height: normal;
    font-size: 16px;
    color: #1E3347 !important;
    width: auto !important;
    position: relative;
    font-weight:600;
    /*     float:left; */
    display: inline-block;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children.child-open .hs-menu-children-wrapper li > a::before {
    opacity: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open:hover a{
    box-shadow:none;
  }
  .header-main .custom-menu-primary.main-menu ul > li > a i {
    font-size: 18px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children a::before {
    content: '\f107 ';
    color: #ff6734;
    font-weight: bold;
    font-size: 14px;
    margin-left: 4px;
    transition: .3s;
    font-family: fontawesome;
    right: 8px;
    width: 0;
    position: absolute;
    top: 17px;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children.child-open a::before {
    transform: rotate(180deg);
    right: 0;
    left: auto;
    bottom: auto;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children.child-open .hs-menu-children-wrapper {
    display: block !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
    position: relative;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:hover a {
    box-shadow: inset 0px -1px 0 0px #fff;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 .child-trigger {
    border: 0;
    opacity: 0;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper {
    position: relative !important;
    top: 0;
    padding: 0;
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper .sub-menu-outer {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    width: 100%;
    float: left;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a {
    box-shadow: none;
    transition: .3s;
    line-height: normal;
    padding: 10px 10px 10px;
    font-size: 14px;
    color: #1d3347 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open a , 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open a:hover {
    box-shadow:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 {
    border: 0;
  }
  .search-menu {
    /*     top: 66px; */
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .hs-menu-children-wrapper {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > .hs-menu-children-wrapper {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open:hover .hs-menu-children-wrapper , 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > .hs-menu-children-wrapper {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children .child-trigger.child-open + .hs-menu-children-wrapper {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.child-open:hover .hs-menu-children-wrapper {
    display: block !important;
  }
  .hs-search-field__bar {
    padding: 15px 20px 15px 0
  }
  .search-menu form::before, .hs-search-field form::before {
    background-size: 15px;
    top: 2px;
  }
  .search-menu .hs-search-field__input, .hs-search-field .hs-search-field__input{
    font-size:14px;
  }
  .search-menu form button::before, .hs-search-field form button::before {
    /*     top: -5px; */
  }
  .header-main .custom-menu-primary.main-menu ul > li.hs-item-has-children .hs-menu-children-wrapper {
    border: 0px;
  }
  .small-header .header-main .custom-menu-primary.main-menu ul > li > a {
    padding: 15px 20px 15px;
  }
  .search-show {
    margin-right: 0px;
  }
}


@media(max-width:767px){
  .search-menu form::before, .hs-search-field form::before {
    left: -5px;
  }
  .search-menu form, .hs-search-field form {
    max-width: 100%;
    padding-left: 10px;
  }
  .card-block.custom-width:nth-child(2n) {
    margin-right: 0;
  }
  .card-block.custom-width {
    max-width: 48.3%;
    flex: 0 0 48.3%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .card-block.custom-width:nth-child(3n) {
    margin-right: 20px;
  }
  .card-block.span3 {
    max-width: 48%;
    flex: 0 0 48%;
  }
  .card-block.span4:nth-child(2n) {
    margin-right: 0;
  }
  .card-block.span4 , .card-block.span6 {
    max-width: 48%;
    flex: 0 0 48%;
  }
  .carousel-text {
    width: 100%;
    max-width: 90%;
  }
  .slick-initialized .carousel-inner.slick-slide {
    padding: 80px 0;
  }
  .slick-initialized button.slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-initialized button.slick-prev.slick-arrow {
    left: 15px;
  }
  .slick-initialized button.slick-next.slick-arrow {
    left: 55px;
  }
  .footer-first {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .footer-email-subscribe {
    width: 300px !important;
    float: left !important;
    margin-top: 0px !important;
  }
  .footer-email-subscribe h3 {
    font-size: 18px;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin: 0px 0 0;
    text-align: center;
    padding: 18px 0 15px;
    border-bottom: 1px solid #7FD3C9;
  }
  .footer-socil-icon ul {
    margin: 32px 0 0;
    padding: 30px 0 0 0;
    text-align: center;
    border-top: 1px solid #7fd3c9;
  }  
  .footer-main .page-center > div > .row-fluid {
    display: grid;
  }
  .footer-first {
    order: 2;
  }
  .footer-text {
    order: 3;
  }
  .footer-email-subscribe {
    order: 1;
  }
  .footer-first {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .footer-socil-icon ul li {
    margin: 0 5px;
  }
  .footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 > a{
    font-size:14px;
    /*     padding: 6px 18px 6px 0; */
    padding: 6px 9px 6px 9px;
    margin: 0px;
  }
  .footer-main {
    padding: 25px 0;
    margin-top: 0;
  }
  .two-module-image img {
    width: 100%;
    margin-bottom: 30px;
  }
  .desktop-image {
    display: none !important;
  }
  .mobile-image { 
    display: block !important;
    margin-bottom:30px;
  }
  .card-block.span6 .card-image img {
    height: 200px !important;
  }
  .card-block.span6 .card-text-section h2{
    font-size:22px;
  }
  .hs-search-field__bar {
    padding: 20px 20px 20px 25px;
  }
  .chart-single.span6 h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .hs-search-results ul#hsresults li p{
    font-size:14px;
  }
  .footer-main .footer-first ul li.hs-menu-item.hs-menu-depth-1 {
    display: inline-block;
    width: auto;
  }
  .footer-text p{
    font-size: 13px;
  } 
  .footer-main .footer-text {
    padding-left: 0px;
  } 
  .test figcaption.caption {
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    background: #F0F6F9;
    padding: 15px;
  }
  .test figcaption.caption.center {
    left: 0;
    transform: translate(0%,0%);
  }
  .test .item {
    height: auto;
  }
  .desktop-section, .test figcaption.caption p, .desktop-row-option-module {
    display:  none !important;
  }
  .mobile-section, .mobile-row-option-module {
    display: block !important;
  }
  .test .item iframe, .test figcaption.caption {
    position: static;
  }
  .test .main-slider .item .page-center {
    padding: 0px !important; 
  }
  .test .item iframe {
    height: auto !important;
  }
  .test figcaption.caption h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .test figcaption.caption.left {
    padding: 15px 22% 15px 15px;
  }
  .test figcaption.caption.right {
    padding: 15px 15px 15px 22%;
    text-align: right;
  }
  .test figcaption.caption.center {
    padding: 15px 11% 15px 11%;
    text-align: center;
  }
  .find-out-more a {
    padding: 7px 13px 8px 20px !important;
    font-size: 13px;
    margin-top: 0px;
  }
  .carousel-text p a::before, .test figcaption.caption p a::before, .find-out-more a::before {
    left: 8px;
  }
  .carousel-text p a:hover::before, .test figcaption.caption p a:hover::before, .find-out-more a:hover::before {
    left: 10px;
  }
  .row-option-module-inner h2 {
    margin: 0px;
  }
  .row-option-module {
    padding: 15px 0px !important;
    margin-bottom: 10px !important;
  }
  .main-slider {
    background: #f0f6f9;
    padding: 0px 0px 20px;
  }
  .main-slider.slick-initialized button.slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .slider-btn {
    position: relative;
    margin: 0 auto;
    max-width: 1366px;
    display: flex;
    display: -webkit-flex;
    padding: 0px 15px;
  }
  .slider-btn .slick-arrow.slick-prev {
    margin-right: 10px;
  }
  .mobile-row-option-module .page-center {
    padding: 0px !important;
  }
  .mobile-row-option-module .row-option-module-inner {
    padding: 10px;
  }
  .arrow-right.slick-initialized button.slick-prev.slick-arrow, .arrow-right.slick-initialized button.slick-next.slick-arrow, .arrow-center.slick-initialized button.slick-prev.slick-arrow, .arrow-center.slick-initialized button.slick-next.slick-arrow {
    left: auto;
    right: auto;
  }
  .arrow-right .slider-btn {
    justify-content: flex-end;
  }
  .arrow-center .slider-btn {
    justify-content: center;
  }
  .menu-content-outer .left-menu-list {
    display: block !important;
    width: 100%;
    position: static;
    background: #f0f6f9;
    padding:0 15px;
    max-height:100%;
  }
  .menu-content-outer {
    padding-top: 0;
  }
  .right-content-sec {
    padding: 0 15px;
  }
  .main-sidemenu-sec li.children-menu.active > i {
    color: #ff6e3c;
  }
  .menu-content-outer .page-center {
    padding: 0 !important;
  }
  .mwnu-content-outer .right-content-sec {
    max-width: 100%;
  }
  .custom-title-link li a, .author-info-sec ul li a {
    font-size: 11px;
  }
  .custom-title-link li::after, .author-info-sec ul li::after {
    font-size: 12px;
    margin-left: 10px;
  }
  .custom-title-link li, .author-info-sec ul li {
    margin-right: 10px;
  }
  .single-col-content h1, .title-main h1, .right-content-sec h1, .hs_cos_wrapper_type_rich_text h1 {
    font-size: 28px;
    line-height: 34px;
    /*     padding-bottom: 20px; */
    padding-bottom: 20px;
    /*     margin-bottom: 35px; */
    margin-bottom: 10px;
  }
  .single-col-content p, .single-col-content h3, .single-col-content h5, .single-col-content ul, .right-content-sec p, .right-content-sec h3, .right-content-sec h5, .right-content-sec .hs_cos_wrapper_type_rich_text ul, .hs_cos_wrapper_type_rich_text p, .hs_cos_wrapper_type_rich_text h3, .hs_cos_wrapper_type_rich_text h5, .hs_cos_wrapper_type_rich_text ul, .blog-post-wrapper .post-body h4, .blog-post-wrapper .section.post-body p, p#hubspot-topic_data, .blog-post-wrapper .section.post-body h5 {
    margin: 0px 0px 20px;
  }
  .single-col-content p, .blog-post-wrapper .section.post-body p, p#hubspot-topic_data, .right-content-sec p, .hs_cos_wrapper_type_rich_text p {
    font-size: 14px;
    line-height: 22px;
  }
  .single-col-content h3, .blog-post-wrapper .post-body h4, .right-content-sec h3, .hs_cos_wrapper_type_rich_text h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .single-col-content h5, .right-content-sec h5, .hs_cos_wrapper_type_rich_text h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .single-col-content li, .blog-post-wrapper .section.post-body ul li, .right-content-sec .hs_cos_wrapper_type_rich_text li, .hs_cos_wrapper_type_rich_text li {
    font-size: 14px;
  }
  .single-col-content h3:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    /*     padding-top: 25px;
    margin: 25px 0px 20px; */
  }
  blockquote {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0px;
    padding-left: 50px;
  }
  blockquote p {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  blockquote:before {
    background-size: 35px;
  }
  .blog-listing-wrapper .post-item .hs-featured-image-wrapper img, #containersec .post-item img {
    height: 100px;
  }
  .post-description h2 {
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
  }
  .post-description {
    padding: 15px;
  }
  .post-description p {
    display: none;
  }
  .desktop-tags {
    display: none !important;
  }
  .mobile-tags {
    display: block !important;
  }
  .blog-header-title h2 {
    /*     font-size: 28px; */
    font-size: 20px;
    line-height: 34px;
  }
  .post-tags ul li {
    margin-right: 15px;
  }
  .date-filter-main .block select {
    width: 130px;
  }
  .blog-second-row, .post-tags.mobile-tags {
    margin: 30px 0px 0px;
  }
  .post-description {
    padding: 15px;
  }
  .blog-post-wrapper .post-body h4 {
    padding-top: 25px;
  }
  .one-graph .page-center > *, .two-graph .page-center > *, .three-graph .page-center > * {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .menu-content-outer .right-content-sec {
    max-width: 100%;
  }
  .main-sidemenu-sec {
    padding: 5px 0px;
  }
  .chart-flex-inner > span > div, .chart-flex-inner > span > div.one, .chart-flex-inner > span > div.two, .chart-flex-inner > span > div.three {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0px;
  }
  .subscribe-body-sec .page-header h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .subscribe-body-sec {
    padding: 40px 0px;
  }
  .subscribe-body-sec input.hs-button.primary[type="submit"] {
    white-space: inherit;
  }
  .subscribe-body-sec .email-prefs .item .item-inner * {
    color: #444;
    display: flex;
    align-items: flex-start;
  }
}


@media(max-width:639px){
  .compact-module .card-image {
    max-width: 32% !important;
    flex: 0 0 32% !important;
    height: 100%;
  }
  .card-block.custom-width, .card-block.span3.compact-module, .card-block.span4.compact-module, .card-block.span6.compact-module {
    flex-wrap: nowrap !important;
    align-items: center;
  }
  .compact-module .card-text-section {
    /*     flex: auto !important;
    max-width: inherit !important; */
  }
  .compact-module .card-text-section h2 {
    font-size: 14px;
  }
  .card-block.span4.compact-module .card-image, .card-block.span3.compact-module .card-image, .card-block.span6.compact-module .card-image, .compact-module .card-text-section {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .card-block.span4.compact-module .card-text-section h2 {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .card-block.span6.compact-module .card-image {
    /*     max-width: 100% !important;
    flex: 0 0 100% !important; */
  }
  .card-block.span6.compact-module {
    flex-wrap: wrap !important;
  }
  .card-block.span6.compact-module .card-image{
    height:auto !important;
  }
  .cards-main-module .page-center > div > .row-fluid {
    justify-content: space-between;

  }
  /*   
  .card-block.custom-width {
  max-width: 48%;
  flex: 0 0 48%;
  border-radius: 4px;
  overflow: hidden;
}
  */
  .header-logo a img, .small-header .header-logo a img, .story-logo a img {
    max-width: 90px !important;
    margin: 0px !important;
  }
  .header-home-icon img {
    width: 19px;
    vertical-align: middle;
  }
  .card-block.span3, .card-block.span4, .card-block.span6 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0 !important;
  }
  .compact-module .card-text-section h2 {
    font-size: 15px;
  }
  .card-block.span4.compact-module .card-text-section h2 {
    font-size: 15px;
  }
  .carousel-text h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .carousel-text {
    width: 100%;
    max-width: 100%;
  }
  .carousel-text {
    padding: 20px 20px;
  }
  .slick-initialized .carousel-inner.slick-slide {
    padding: 25px 0 80px;
  }
  .card-block.span6 .card-text-section h2 , .two-module-text h2 {
    font-size: 17px;
    line-height: 26px;
  }
  .compact-module .card-image , .card-block.span4.compact-module .card-image , .card-block.span4.compact-module .card-text-section , 
  .card-block.span6.compact-module .card-image , .card-block.span6.compact-module .card-text-section {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .card-block.custom-width, .card-block.span3, .card-block.span4, .card-block.span6 {
    flex-wrap: wrap;
  }
  .compact-module .card-text-section {
    padding: 10px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .two-col-module , .cards-main-module {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cards-main-module {
    margin: 0 !important;
    /*     padding: 0 !important; */
  }
  .two-col-module {
    padding: 15px 0 !important;
  }
  .card-block.custom-width img , 
  .card-block.span3 .card-image img , 
  .card-block.span4 .card-image img , 
  .card-block.span6 .card-image img {
    height: 100% !important;
  }
  .row-option-module-inner{
    max-width:100%;
  }
  .row-option-module-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .row-option-module-with-background .row-option-module-inner {
    padding: 20px;
  }
  .row-option-module-inner.row-option-module-inner-center-text {
    text-align: left;
  }
  .row-option-module-inner.row-option-module-inner-right-text {
    text-align: left;
  } 
  .search-menu form, .hs-search-field form {
    padding-left: 2%;
  }
  .card-block.custom-width, .image-gallery-main .card-block.span3, .text-column-main .card-block.span3 {
    max-width: 48.2%;
    flex: 0 0 48.2%;
    margin-bottom: 1.8%;
    margin-right: 3.6%;  
    margin-top: 1.8%; 
  }
  .text-column-main .card-block.span3 {
    max-width: 47%;
    flex: 0 0 47%;
  }
  .card-block.custom-width:nth-child(3n), .image-gallery-main .card-block.span3:nth-child(3n), .text-column-main .card-block.span3:nth-child(3n) {
    margin-right: 3.6%;
  }
  .card-block.custom-width:nth-child(2n), .image-gallery-main .card-block.span3:nth-child(2n), .text-column-main .card-block.span3:nth-child(2n) {
    margin-right: 0px;
  }
  .card-block.custom-width.compact-module {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
  }
}
@media(max-width:479px){
  .search-menu form::before, .hs-search-field form::before {
    left: -9px;
  }
  .carousel-text h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .carousel-text p {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
  }
  .carousel-text p a , .test figcaption.caption p a, .cta-btn-main a {
    padding: 10px 20px 10px 40px;
    font-size: 12px;
  }
  .footer-email-subscribe {
    width: 100% !important;
  }
  .search-menu form, .hs-search-field form {
    padding-left: 4%;
  }
}


