/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}

#caldays {
    margin-bottom: 4px;
}

#calmonth, #calyear {
    display: inline;
}

/* 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 25px;
    display: inline-block;
    padding-right: 3px;
}
.about-author-sec {
    margin-top: 40px;
}
.about-author-sec img{
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("../png/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("../png/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("../png/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("../png/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(../png/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(../png/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;
    }
}

.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;
}
/* These includes are optional, but helpful. */
/* 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;}

@font-face {
  font-family: 'Merriweather';
  src:  url('../eot/merriweather-regular.eot') format('embedded-opentype'),
        url('../ttf/merriweather-regular.ttf') format('truetype'),
        url('../woff/merriweather-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src:  url('../eot/merriweather-italic.eot') format('embedded-opentype'),
        url('../ttf/merriweather-italic.ttf') format('truetype'),
        url('../woff/merriweather-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Merriweather';
  src:  url('../eot/merriweather-light.eot') format('embedded-opentype'),
        url('../ttf/merriweather-light.ttf') format('truetype'),
        url('../woff/merriweather-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Merriweather';
  src:  url('../eot/merriweather-lightitalic.eot') format('embedded-opentype'),
        url('../ttf/merriweather-lightitalic.ttf') format('truetype'),
        url('../woff/merriweather-lightitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src:  url('../eot/lato-bold.eot') format('embedded-opentype'),
        url('../ttf/lato-bold.ttf') format('truetype'),
        url('../woff/lato-bold.woff') format('woff'),
    		url('../woff2/lato-bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src:  url('../eot/lato-bolditalic.eot') format('embedded-opentype'),
        url('../ttf/lato-bolditalic.ttf') format('truetype'),
        url('../woff/lato-bolditalic.woff') format('woff'),
    		url('../woff2/lato-bolditalic.woff2') format('woff2');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Lato';
  src:  url('../eot/lato-black.eot') format('embedded-opentype'),
        url('../ttf/lato-black.ttf') format('truetype'),
        url('../woff/lato-black.woff') format('woff'),
    		url('../woff2/lato-black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src:  url('../eot/lato-blackitalic.eot') format('embedded-opentype'),
        url('../ttf/lato-blackitalic.ttf') format('truetype'),
        url('../woff/lato-blackitalic.woff') format('woff'),
    		url('../woff2/lato-blackitalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}


/* Colors */





/**/










/* Typography */
            /*  */
            /*  */
                         /*  */
                          /*  */


 /*  */
  /*  */
  /*  */


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/*****************/
/* Grid Column Rules
/*****************/

.flex-row{
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.justify-center{
  justify-content: center;
}

.align-center{
  align-items: center;
}

.flex-row-small{
  max-width: ;
  margin: 0 auto;
}

@media screen and (min-width : 1024px) {
  .flex-lg-1 > div{
    width: 100%;
  }
  .flex-lg-1 > div:nth-child(n+2){
    margin-top: 30px;
  }
  .flex-lg-2 > div:nth-child(2n){
    width: calc((100% - 30px)/2);
    margin-left: 15px;
  }
  .flex-lg-2 > div:nth-child(2n+1){
    width: calc((100% - 30px)/2);
    margin-right: 15px;
  }
  .flex-lg-2 > div:nth-child(n+3){
    margin-top: 30px;
  }
  .flex-lg-3 > div{
    width: calc((100% - 80px)/3);
    margin-right: 20px;
    margin-left: 20px
  }
  .flex-lg-3 > div:nth-child(3n+3){
    margin-right: 0;
  }
  .flex-lg-3 > div:nth-child(3n+1){
    margin-left: 0;
  }
  .flex-lg-3 > div:nth-child(n+4){
    margin-top: 40px;
  }
  .flex-lg-4 > div{
    width: calc((100% - 90px)/4);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-lg-4 > div:nth-child(4n+4){
    margin-right: 0px;
  }
  .flex-lg-4 > div:nth-child(4n+1){
    margin-left: 0;
  }
  .flex-lg-4 > div:nth-child(n+5){
    margin-top: 30px;
  }
  .flex-lg-5 > div{
    width: calc((100% - 120px)/5);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-lg-5 > div:nth-child(5n+5){
    margin-right: 0;
  }
  .flex-lg-5 > div:nth-child(5n+1){
    margin-left: 0;
  }
  .flex-lg-5 > div:nth-child(n+6){
    margin-top: 30px;
  }
  .flex-lg-6 > div{
    width: calc((100% - 150px)/6);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-lg-6 > div:nth-child(6n+6){
    margin-right: 0;
  }
  .flex-lg-6 > div:nth-child(6n+1){
    margin-left: 0;
  }
  .flex-lg-6 > div:nth-child(n+7){
    margin-top: 30px;
  }
}

@media screen and (max-width : 1023.9px) and (min-width: 768px) {
  .flex-md-1 > div{
    width: 100%;
  }
  .flex-md-1 > div:nth-child(n+2){
    margin-top: 30px;
  }
  .flex-md-2 > div:nth-child(2n){
    width: calc((100% - 30px)/2);
    margin-left: 15px;
  }
  .flex-md-2 > div:nth-child(2n+1){
    width: calc((100% - 30px)/2);
    margin-right: 15px;
  }
  .flex-md-2 > div:nth-child(n+3){
    margin-top: 30px;
  }
  .flex-md-3 > div{
    width: calc((100% - 60px)/3);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-md-3 > div:nth-child(3n+3){
    margin-right: 0;
  }
  .flex-md-3 > div:nth-child(3n+1){
    margin-left: 0;
  }
  .flex-md-3 > div:nth-child(n+4){
    margin-top: 30px;
  }
  .flex-md-4 > div{
    width: calc((100% - 90px)/4);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-md-4 > div:nth-child(4n+4){
    margin-right: 0px;
  }
  .flex-md-4 > div:nth-child(4n+1){
    margin-left: 0;
  }
  .flex-md-4 > div:nth-child(n+5){
    margin-top: 30px;
  }
  .flex-md-5 > div{
    width: calc((100% - 120px)/5);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-md-5 > div:nth-child(5n+5){
    margin-right: 0;
  }
  .flex-md-5 > div:nth-child(5n+1){
    margin-left: 0;
  }
  .flex-md-5 > div:nth-child(n+6){
    margin-top: 30px;
  }
  .flex-md-6 > div:nth-child(5n+1){
    margin-left: 0;
  }
  .flex-md-6 > div{
    width: calc((100% - 150px)/6);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-md-6 > div:nth-child(6n+6){
    margin-right: 0;
  }
  .flex-md-6 > div:nth-child(6n+1){
    margin-left: 0;
  }
  .flex-md-6 > div:nth-child(n+7){
    margin-top: 30px;
  }
}

@media screen and (max-width : 767.9px) and (min-width: 576px) {
  .flex-sm-1 > div{
    width: 100%;
  }
  .flex-sm-1 > div:nth-child(n+2){
    margin-top: 30px;
  }
  .flex-sm-2 > div:nth-child(2n){
    width: calc((100% - 30px)/2);
    margin-left: 15px;
  }
  .flex-sm-2 > div:nth-child(2n+1){
    width: calc((100% - 30px)/2);
    margin-right: 15px;
  }
  .flex-sm-2 > div:nth-child(n+3){
    margin-top: 30px;
  }
  .flex-sm-3 > div{
    width: calc((100% - 60px)/3);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-sm-3 > div:nth-child(3n+3){
    margin-right: 0;
  }
  .flex-sm-3 > div:nth-child(3n+1){
    margin-left: 0;
  }
  .flex-sm-3 > div:nth-child(n+4){
    margin-top: 30px;
  }
  .flex-sm-4 > div{
    width: calc((100% - 90px)/4);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-sm-4 > div:nth-child(4n+4){
    margin-right: 0px;
  }
  .flex-sm-4 > div:nth-child(4n+1){
    margin-left: 0;
  }
  .flex-sm-4 > div:nth-child(n+5){
    margin-top: 30px;
  }
  .flex-sm-5 > div{
    width: calc((100% - 120px)/5);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-sm-5 > div:nth-child(5n+5){
    margin-right: 0;
  }
  .flex-sm-5 > div:nth-child(n+6){
    margin-top: 30px;
  }
  .flex-sm-6 > div:nth-child(5n+1){
    margin-left: 0;
  }
  .flex-sm-6 > div{
    width: calc((100% - 150px)/6);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-sm-6 > div:nth-child(6n+6){
    margin-right: 0;
  }
  .flex-sm-6 > div:nth-child(6n+1){
    margin-left: 0;
  }
  .flex-sm-6 > div:nth-child(n+7){
    margin-top: 30px;
  }
}

@media screen and (max-width : 575.9px) {
  .flex-xs-1 > div{
    width: 100%;
  }
  .flex-xs-1 > div:nth-child(n+2){
    margin-top: 30px;
  }
  .flex-xs-2 > div:nth-child(2n){
    width: calc((100% - 30px)/2);
    margin-left: 15px;
  }
  .flex-xs-2 > div:nth-child(2n+1){
    width: calc((100% - 30px)/2);
    margin-right: 15px;
  }
  .flex-xs-2 > div:nth-child(n+3){
    margin-top: 30px;
  }
  .flex-xs-3 > div{
    width: calc((100% - 60px)/3);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-xs-3 > div:nth-child(3n+3){
    margin-right: 0;
  }
  .flex-xs-3 > div:nth-child(3n+1){
    margin-left: 0;
  }
  .flex-xs-3 > div:nth-child(n+4){
    margin-top: 30px;
  }
  .flex-xs-4 > div{
    width: calc((100% - 90px)/4);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-xs-4 > div:nth-child(4n+4){
    margin-right: 0px;
  }
  .flex-xs-4 > div:nth-child(4n+1){
    margin-left: 0;
  }
  .flex-xs-4 > div:nth-child(n+5){
    margin-top: 30px;
  }
  .flex-xs-5 > div{
    width: calc((100% - 120px)/5);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-xs-5 > div:nth-child(5n+5){
    margin-right: 0;
  }
  .flex-xs-5 > div:nth-child(n+6){
    margin-top: 30px;
  }
  .flex-xs-6 > div:nth-child(5n+1){
    margin-left: 0;
  }
  .flex-xs-6 > div{
    width: calc((100% - 150px)/6);
    margin-right: 15px;
    margin-left: 15px
  }
  .flex-xs-6 > div:nth-child(6n+6){
    margin-right: 0;
  }
  .flex-xs-6 > div:nth-child(6n+1){
    margin-left: 0;
  }
  .flex-xs-6 > div:nth-child(n+7){
    margin-top: 30px;
  }
}
.footer-outer-container{
  padding: 40px 0;
  text-align: center;
}

.footer-logo-container{
  width: 310px;
  margin: 0 auto 20px;
}

.footer-content-container{
  margin-bottom: 20px;
}

@media screen and (min-width: 768px){
  .footer-content-container{
    display: flex;
    justify-content: space-between;
  }
  
  .footer-outer-container{
    text-align: left;
  }
  
  .footer-logo-container{
    margin: 0 0 20px;
  }
}
.spacer{
  min-height: 1px;
}

.spacer-section{
  height: 100px;
}

.spacer-rem{
  height: 1rem;
}

.spacer-20{
  height: 20px;
}

.spacer-30{
  height: 30px;
}

.spacer-40{
  height: 40px;
}

.spacer-45{
  height: 45px;
}

.spacer-50{
  height: 50px;
}

.spacer-60{
  height: 60px;
}

.spacer-70{
  height: 70px;
}

.spacer-80{
  height: 80px;
}

.spacer-100{
  height: 100px;
}

.spacer-120{
  height: 120px;
}

@media screen and (max-width: 767.9px){
  .spacer-section{
    height: 40px;
  }

  .spacer-rem{
    height: 1rem;
  }
  
  .spacer-sm-20{
    height: 20px !important;
  }

  .spacer-sm-30{
    height: 30px !important;
  }

  .spacer-sm-40{
    height: 40px !important;
  }

  .spacer-sm-45{
    height: 45px !important;
  }

  .spacer-sm-50{
    height: 50px !important;
  }

  .spacer-sm-60{
    height: 60px !important;
  }

  .spacer-sm-70{
    height: 70px !important;
  }

  .spacer-sm-80{
    height: 80px !important;
  }

  .spacer-sm-100{
    height: 100px !important;
  }

  .spacer-sm-120{
    height: 120px !important;
  }
}
/* ==========================================================================
   Macros
   ========================================================================== */


/**
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below.  Ignore the jinja comment tags.
  *
  * 
  */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/




/* ==========================================================================
   Base
   ========================================================================== */


/**
 * Box Sizing
 *
 * Applies a natural box layout model to all elements so that width and padding
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #4d4d4d;
    font-family: 'Montserrat','Merriweather', serif, 'Microsoft YaHei','微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:lang(zh) body{
  font-family: 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
}
    
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center,
.page-center{
    float: none;
    max-width: 960px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #ee771f;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:hover,
a:focus {
    color: #001d68;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #4d4d4d;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #4d4d4d;
    text-shadow: none;
}


/* ==========================================================================
   Content
   ========================================================================== */


.body-container {}
.landing-container-wrapper { padding-top: 20px; }


/* Unique Pages
   ========================================================================== */


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */

p { 
    margin: 10px 0; 
    line-height:1.7;
    padding-bottom:10px;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
}

h1, .h1{ 
  font-size: 57px; 
  text-shadow: none;
  font-weight: 900;
  line-height: 1.33;
  color: #224f9a;
}
h2, .h2{ 
  font-size: 43px; 
  color: #224f9a;
  font-weight: bold;
  line-height: 1.33;
}

h3, .h3 { 
  font-size: 32px; 
  color: #4d4d4d;
  font-weight: bold;
}

h4, .h4 {
  font-size: 24px; 
  color: #4d4d4d;
  font-weight: bold;
}
h5, .h5 { 
  font-size: 14px;
  font-weight: bold;
}
h6 { font-size: 12px; }

.hs-blog-post h1, .hs-blog-post .h1{ 
  font-size: 43px; 
  font-weight: bold;
  line-height: 1.33;
  color: #224f9a;
}
.hs-blog-post h2, .hs-blog-post .h2{ 
  font-size: 32px; 
  color: #224f9a;
  font-weight: bold;
}

.hs-blog-post h3, .hs-blog-post .h3 { 
  font-size: 24px; 
  color: #4d4d4d;
  font-weight: bold;
}

.hs-blog-post h4, .hs-blog-post .h4 { 
  font-size: 18px; 
  color: #4d4d4d;
  font-weight: bold;
}
.hs-blog-post h5, .hs-blog-post .h5 { 
  font-size: 12px;
  font-weight: bold;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {
    margin-bottom:15px;
}

ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text-center { text-align: center; }

img{
    max-width: 100%;
    text-align: center; !important
}

/* ==========================================================================
   Header
   ========================================================================== */


.header-container-wrapper {
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-container {
    padding: 0 !important;
    background: white;
    z-index: 9999;
}

.header-cta{
    margin-top: 20px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Logo styling */

.header-container .hs_cos_wrapper_type_logo a img {
  transition: all 0.4s ease;
  height: auto;
  width: auto !important;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
  max-height: 50px;
}

/* Header Small */
.small-header .header-container { padding: 5px 0; }
.small-header .header-container .hs_cos_wrapper_type_logo a img { max-width: 100px; }
.small-header .custom-menu-primary .hs-menu-wrapper>ul { padding-top: 0; }
.small-header .header-cta { margin-top: 5px; }

#top-nav-container{
  transition: all 0.4s ease;
}

#top-nav-container.sticky{
  box-shadow: 2px 0px 6px #4d4d4d;
}

.header-container #top-nav-container.sticky .hs_cos_wrapper_type_logo a img {
  max-height: 50px;
  margin-top: 10px;
}

#top-nav-container.sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
  padding: 22px 30px;
}

#top-nav-container.sticky .round-social-list{
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

/* ==========================================================================
   Content
   ========================================================================== */

.hs-site-page .body-container-wrapper,
.hs-blog-listing .body-container-wrapper,
.hs-blog-post .body-container-wrapper,
.hs-system-page.hs-landing-page .body-container-wrapper{
  padding-top: 85px;
}

.page-section{
  padding: 60px 0;
}

.blog-page-section{
  padding: 15px 0 60px;
}

/* Navigation */

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
  padding: 30px 26px;
  border-bottom:1px solid transparent;
  color:  #224f9a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  font-weight: bold;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a:hover{
  background-color: transparent;
  cursor:pointer;
  color: #ee771f;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1.active > a{
  color: #ee771f;
  border-bottom: 2px solid #ee771f;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2,
#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-3{
    text-align: left;
    margin-bottom: 0;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 a{
  background-color: white;
  padding:15px 15px 10px 15px;
  font-size:13px;
  border-bottom:1px solid white;
  color: #224f9a;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 a:hover{
  background-color: #001d68;
  color: white;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal {
  font-size:16px;
}

#top-nav-container .header-right-container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 15px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#top-nav-container.sticky .header-right-container{
  margin-top: 10px;
  margin-bottom: 0px;
}

#top-nav-container .header-right-container .globe_class{
  background-image: none;
  margin: 0 10px;
  height: auto;
  width: auto;
}

#top-nav-container .header-right-container .globe_class:after{
  content: "\f0ac";
  font-family: 'Font Awesome 5 Pro';
  color: #224f9a;
}

#top-nav-container .header-right-container .lang_list_class:before{
  border-bottom-color: #dadada;
}

#top-nav-container .header-right-container .lang_list_class li{
  margin-bottom: 0px;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

#top-nav-container .header-right-container .lang_list_class li:first-child{
  border-top: 1px solid #dadada;
}

#top-nav-container .header-right-container .lang_list_class li:last-child{
  border-bottom: 1px solid #dadada;
}

#top-nav-container .header-right-container .lang_list_class li a{
  color: #224f9a
}

#top-nav-container .header-right-container .lang_list_class li a:hover{
  color: #ee771f;
}

#top-nav-container .header-right-container .language-switcher{
  font-size: 0.875em;
  margin-right: 10px;
}

#top-nav-container .header-right-container .language-switcher .language-switcher-item.language-switcher-first-item:after{
  content: '';
  margin: 0 5px 0 10px;
  border-right: 1px solid rgba(183, 187, 192, 0.4);
}

#top-nav-container .round-social-list{
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0;
}

#top-nav-container .round-social-list li{
  margin: 15px 10px;
  display: inline-block;
}

#top-nav-container .round-social-list li a{
  color: #224f9a;
}

#top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  box-shadow: 0px 3px 10px 0px #dadada;
}

.footer-container-wrapper{
    background-color: #1e3d71;
}

.footer-container-wrapper h4{
  font-size: 24px;
  font-weight: normal;
  margin-top:10px;
  height: 40px;
  margin-bottom: 0px;
  color: white;
}

.footer-container-wrapper img{
    height: 50px;
    width: auto !important;
}

.footer-container-wrapper p{
    margin: 10px;
    padding: 0;
}

.footer-container-wrapper .round-social-list li a{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-container-wrapper .round-social-list li a:hover{
    background-color: ;
    color: ;
}

.footer-container-wrapper{
    font-size: 12px;
}

.footer-container-wrapper .round-social-list{
    margin: 8px 0;
}

#footer-bottom{
    padding: 10px 0;
  background-color: rgba(0,0,0,0.07);
}


#footer-landing .round-social-list{
    margin-top: 23px;
}

#footer-landing .round-social-list li a{
    background-color: ;
    border: 1px solid white;
}

#footer-copyright{
    line-height:80px;
}

#footer-wrapper{
  background-image: url(../jpg/footer-bg.jpg);
  padding-top: 60px;
}

#footer-wrapper a:hover{
  color: #ee771f;
}

/****************** Mobile Menu *******************/

#mobile-nav{
    display: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#mobile-nav img{
  margin: 10px 0;
}

#mobile-nav.sticky{
    height: 80px;
}

#mobile-nav.sticky{
    height: 80px;
    background: white;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#mobile-nav.sticky img{
    height: 60px;
    margin: 10px 0;
}

#mobile-nav .mobile-menu-wrapper{
    display: none;
    position: absolute;
    top:0;
    left: 40px;
    width:100%;
    background-color: white;
}

.mobile-menu-wrapper a{
    color:;
    padding: 5px;
}

.mobile-menu-wrapper ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    margin-left: 15px;
}

#mobile-nav .fixed-mobile-nav{
    position: fixed;
    left: 0;
    z-index: 8888;
    width: 100%;
}

#fixed-mobile-nav{
    position: fixed;
    left: 0;
    z-index: 8888;
    width: 100%;
}

#mobile-nav #fixed-mobile-nav i, #mobile-nav .fixed-mobile-nav i{
    font-size: 24px;
    cursor: pointer;
    margin-top:0;
    float: none;
    display: inline-block;
    margin-bottom: 5px;
    background-color: white;
    color: ;
}

#mobile-main-menu{
    display: none;
    position: fixed;
    left: -2000px;
    background: white;
    border-right: 2px solid #224f9a;
    height: 100%;
}

.mobile-trigger, 
.child-trigger{
    display: none;
}

#nav-icon,  #nav-icon span {
  margin: 0;
  padding: 0; 
}

#nav-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #224f9a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 0px;
}

/***********************************/

/*************Header Banner*********/

#header-banner-wrapper{
  color: white;
}

#header-banner-wrapper h1{
  margin-top: 0;
  color: white;
}

#header-banner-wrapper h2{
  color: white;
  font-size: 16px;
  font-family: 'Montserrat','Merriweather', serif, 'Microsoft YaHei','微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
  font-weight: 300;
  margin: 10px 0;
}

#header-banner-top{
	padding: 120px 0 30px;
}

#header-banner-content{
  position: relative;
}

#header-banner-content.header-banner-bordered:before{
  content: "";
  position: absolute;
  height: 80%;
  top: 10%;
  left: -30px;
  border-left: 2px solid white;
}

#header-banner-icon{
  position: absolute;
  left: -160px;
}

#header-banner-icon img{
  max-width: 100px;
}

#header-banner-breadcrumbs{
	background-color: rgba(0,0,0,0.4);
}

/***********************************/

/* Unique Pages
   ========================================================================== */
   
   
/* Homepage */

.logoBlock{
  width: 25%;
  float: left;
  height: 80px;
  margin-top: 30px;
}

.serviceBlock{
  width: 20%;
  height: 200px;
  float: left;
  display: table;
  text-align: center;
}

.serviceBlock a{
  display: table-cell;
  width:100%;
  height:100%;
  vertical-align: middle;
  padding:15px;
}

.serviceBlock h3{
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin:0;
}

.serviceBlock img{
  position: absolute;
  top: 30px;
  left:0;
  right:0;
  margin: 0 auto;
}

/* About */


/* Landing */

.highlightImg img{
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px){
  .landing-header-container{
    max-width: 760px
  }
}
  
/* Services */

.serviceContentWrapper h2{
  font-size: 28px;
}

.service-image{
  text-align: center;
}

h2.service-name{
  font-size: 32px;
  text-align: center;
}

.service-content{
  padding: 0 20px;
}

/* Services L2 */

/* FAQ */

.accordion_group {
  margin-bottom: 2px;
  padding: 5px 10px;
}
.accordion_header {
  cursor: pointer;
  font-size: 18px;
  line-height: px;
  width: 100%;
  padding: 10px 15px;
  font-weight: bold;
}
.accordion_icon{
  color: #ee771f;
  padding-right: 10px;
}
.accordion_icon i{
  display: none;
}
.accordion_group .accordion_icon:before{
  content: "\f0fe";
  font-family: "Font Awesome 5 Pro";
}

.accordion_group.expanded .accordion_icon:before{
  content: "\f146";
  font-family: "Font Awesome 5 Pro";
}

.accordion_content { padding: 10px 15px; }

#faq-menu{
    list-style: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0;
}

#faq-menu li{
    margin-bottom: 0;
    border-bottom: 1px solid white;
    background-color: #224f9a;
}

#faq-menu li:hover{
    background-color: #224f9a;
}


#faq-menu a{
    color: white;
    padding: 10px;
    display: block;
}

#anchor-menu{
  position: fixed;
  width: 280px;
  left: -280px;
  bottom: 0px;
}

#anchor-menu ul{
  padding: 0 15px;
  margin: 0;
  list-style: none;
  width: 280px;
  background-color: #fafafa;
}

#anchor-menu ul li{
  margin: 0;
}

#anchor-menu ul li a{
  display: block;
  padding: 6px 0;
  font-size: 12px;
  border-bottom: 1px solid #dadada;
}

#anchor-menu ul li:last-of-type a{
  border: 0;
}

#anchor-menu-tab{
  position: absolute;
  right: -60px;
  top: 25px;
  color: white;
  padding: 6px 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #224f9a;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
/* Contact */

/**************Testimonials*************/

.testimonial{
  position: relative;
}

.testimonial h3{
  color: #224f9a;
}

.testimonial-top-content{
  min-height: 100px;
  margin-bottom: 30px;
}

.testimonial-top-content .testimonial-logo,
.testimonial-top-content .testimonial-name{
  display: inline-block;
  float: left;
}

.testimonial-top-content .testimonial-logo{
  width: 130px;
}

.testimonial-top-content .testimonial-name{
  width: calc(100% - 135px);
  vertical-align: top;
  padding: 15px 0;
}

.testimonial-top-content p{
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 45px;
  padding-left: 30px;
  margin-left: 45px;
  quotes: "\201C""\201D";
  border-left: 1px solid #dadada;
  font-style: italic;
}

blockquote:before{
  content: "“";
  position: absolute;
  left: 0;
  color: #224f9a;
  font-size: 32px;
}

blockquote p {
  display: inline;
}

/* Blog */

.more-link{
    display: inline-block;
    background-color: ;
    padding: 5px 30px;
    color: white;
    border-radius: 2px;
}

.blog-block .author-link{
    position: absolute;
    right: 0;
    top:0;
    font-size: 11px;
}

.blog-separator{
    border-width: 5px;
    border-color: ;
}

.blog-block h1, .blog-block h2{
    margin-top: 15px;
    font-size: 36px;
    text-shadow: none;
}

.about-author-sec{
  padding: 30px 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 30px 0;
}

.about-author-sec h3{
  margin-bottom: 10px;
}

.about-author-sec img{
  border-radius: 0;
  max-width: 120px;
}

#blog-post-subscription{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 0;
}

#blog-post-subscription p{
    font-size: 13px;
    line-height: 15px;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > div{
    display: inline-block;
}

#blog-post-subscription form .hs-richtext{
    display: none;
}

#blog-post-subscription label.hs-form-booleancheckbox-display{
    margin-right: 30px;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > div,
#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > h3{
    display: inline-block;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > h3{
    font-size: 1.25em;
    line-height: 1.2em;
    color: ;
    margin-right: 30px;
    display: none;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe .hs_email > label,
#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > h3{
    vertical-align: middle;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe .hs_email > label,
#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe .hs_email > .input{
    display: inline-block;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe .hs_email > label{
    margin-right: 15px;
    font-weight: bold;
}

#blog-post-subscription .hs_cos_wrapper_type_blog_subscribe .hs_email > .input{
  margin-right: 30px;
  margin-bottom: 0;
}

#blog-post-subscription form>div{
    display: inline-block;
}

#blog-post-subscription input[type="email"]{
    margin-bottom: 0;
}

#blog-post-subscription input[type="email"].hs-input,
#blog-post-subscription .hs_submit input{
  padding: 10px 15px;
}

#blog-post-subscription .hs_submit input{
  margin: 0;
  font-size: 14px;
}

#blog-post-subscription .hs-error-msgs{
    position: absolute;
}

/* Social Media Icons */
.footer-social-list{
  display: inline-block;
  float: right;
  margin: 0;
  padding: 8px 0;
}

.footer-social-list li{
  display: inline-block;
  margin: 0;
}

.footer-social-list li a{
  padding: 5px;
  font-size: 14px;
}

.footer-social-list li a i{
  color: #82a0d0
}

/* hubspot class overrides */

.hs-form-radio .hs-input, .hs-form-checkbox .hs-input{
    width: auto;
}

.hs-input,
.hs-search-field__input{
    width: 100%;
    border-radius: 8px;
    padding: 5px;
}

.hs-button,
.cta_txt_button{
  /* padding: 10px 30px;
  color: white;
  border-radius: 5px !important;
  border: 0;
  display: inline-block;
  background-color: #ee771f !important;
  text-transform: uppercase; 
  font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
  font-size: 18px; */
}

.cta_txt_button.cta_txt_button-white{
  background-color: white !important;
  color: #ee771f;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for{
  padding: 5px;
}

/*************Form elements**********/

.input{
  margin-bottom: 30px;
}

.hs-fieldtype-radio input{
  display: none;
}

.hs-form-radio-display > span{
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.hs-form-radio-display > span:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid #dadada;
}

.hs-form-radio-display > span:after{
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: -17px;
  top: 8px;
  border-radius: 100%;
  background-color: white;
}

.hs-form-radio-display input:checked + span:after{
  background-color:  #224f9a;
}

.hs-fieldtype-booleancheckbox .input{
  margin-bottom: 0;
}

.hs-form-booleancheckbox-display input{
  display: none;
}

.hs-form-booleancheckbox-display > span{
  position: relative;
  display: inline-block;
  margin-left: 20px;
}

.hs-form-booleancheckbox-display > span:before{
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 14px;
  height: 14px;
  background-color: white;
  border: 1px solid #dadada;
}

.hs-form-booleancheckbox-display > span:after{
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -17px;
  top: 8px;
  background-color: white;
}

.hs-form-booleancheckbox-display input:checked + span:after{
  background-color:  #224f9a;
}

.input select{
  background-color: white;
}

.input input, .input select , .input select option, .input textarea{
    color: black !important;
}

.inputs-list.multi-container,
.inputs-list{
  list-style: none;
  padding: 0;
}

.hs-breadcrumb-menu-item{
    margin-bottom: 0;
    padding-top: 0;
}

form fieldset.form-columns-1 .hs-input{
  width: 100% !important;
}

form fieldset.form-columns-1 input[type="checkbox"].hs-input,
form fieldset.form-columns-1 input[type="radio"].hs-input,
input[type="checkbox"].hs-input,
input[type="radio"].hs-input{
  width: auto !important;
}

form > fieldset{
  max-width: 100% !important;
}

textarea.hs-input, 
input[type="text"].hs-input,
input[type="text"].hs-search-field__input, 
input[type="password"].hs-input, 
input[type="datetime"].hs-input, 
input[type="datetime-local"].hs-input, 
input[type="date"].hs-input, 
input[type="month"].hs-input, 
input[type="time"].hs-input, 
input[type="week"].hs-input, 
input[type="number"].hs-input, 
input[type="email"].hs-input, 
input[type="url"].hs-input, 
input[type="search"].hs-input, 
input[type="tel"].hs-input, 
input[type="color"].hs-input, 
select.hs-input,
input#hs-pwd-widget-password{
  border: 1px solid #dadada;
  /* padding: 15px 20px; */ 
}

.widget-type-password_prompt form{
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: 0 auto;
}

input#hs-pwd-widget-password{
  border-radius: 8px;
  margin-bottom: 15px;
}

select.hs-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hs-fieldtype-select .input{
  position: relative;
}

.hs-fieldtype-select .input:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 5px;
  top: 12px;
  pointer-events: none;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input{
  margin-right: 30px !important;
}

.widget-type-google_search input{
  margin-bottom: 30px;
}

/*****************************/

/* Generic Classes
   ========================================================================== */

.container{
    padding: 0 10px;
    max-width: 1170px;
    margin: 0 auto;
}

.patternBack{
    background: url(../jpg/headerbackground.jpg) repeat;
}

.twitterBack{
    background-color: #00ACEE;
}

.linkedInBack{
    background-color: #017BB6;
}

.facebookBack{
    background-color: #3B5999;
}

.pinterestBack{
    background-color: #CB2028;
}

.padding0All *{
    padding: 0px;
}

.padding0{
    padding: 0px;
}

.padding5{
    padding: 5px;
}

.padding10{
    padding: 10px;
}

.padding13{
    padding: 13px;
}

.padding15{
    padding: 15px;
}

.padding30{
    padding: 30px;
}

.padding45{
    padding: 45px;
}

.padding60{
    padding: 60px;
}

.padding65{
    padding: 65px;
}

.paddingLR15{
  padding-left: 15px;
  padding-right: 15px;
}

.paddingLR30{
  padding-left: 30px;
  padding-right: 30px;
}

.paddingB5{
    padding-bottom: 5px;
}

.paddingB10{
    padding-bottom: 10px;
}

.paddingB15{
    padding-bottom: 15px;
}

.paddingB30{
    padding-bottom: 30px;
}

.paddingB50{
    padding-bottom: 50px;
}

.paddingB50{
    padding-bottom: 50px;
}

.paddingT10{
    padding-top: 10px;
}

.paddingT30{
    padding-top: 30px;
}

.paddingT45{
    padding-top: 45px;
}

.paddingT25vh{
    padding-top: 25vh;
    padding-top: 175px\9;
}

.paddingTB5{
  padding-top: 5px;
  padding-bottom: 5px;
}

.paddingTB10{
  padding-top: 10px;
  padding-bottom: 10px;
}

.paddingTB15{
  padding-top: 15px;
  padding-bottom: 15px;
}

.paddingTB30{
  padding-top: 30px;
  padding-bottom: 30px;
}

.paddingTB45{
  padding-top: 45px;
  padding-bottom: 45px;
}

.paddingTB60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.paddingTB5vh{
    padding: 5vh 0;
    padding: 35px 0\9;
}

.paddingTB10vh{
    padding: 10vh 0;
    padding: 70px 0\9;
}

.paddingTB15vh{
    padding: 15vh 0;
    padding: 105px 0\9;
}

.paddingTB20vh{
    padding: 20vh 0;
    padding: 140px 0\9;
}

.paddingTB25vh{
    padding: 25vh 0;
    padding: 175px 0\9;
}

.hs_submit input{
    margin-top:0px;
    font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
    padding: 10px 30px;
    text-transform:uppercase;
    font-size:16px;
}

.padding10Btn .hs_submit input{
    padding: 10px;
}

.padding15Btn .hs_submit input{
    padding: 15px;
}

.borderRadius5Btn .hs_submit input{
 border-radius: 5px;   
}

.borderTRadius5{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.borderRRadius50{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.margin0All *{
    margin: 0px;
}

.margin0{
    margin: 0px;
}

.marginL15{
    margin-left: 15px;
}

.marginT15vh{
    margin-top: 15vh;
    margin-top: 105px\9;
}

.marginT20vh{
    margin-top: 20vh;
    margin-top: 140px\9;
}

.marginT30vh{
    margin-top: 30vh;
    margin-top: 210px\9;
}

.marginT0{
    margin-top: 0px;
}

.marginT5{
    margin-top: 5px;
}

.marginT10{
    margin-top: 10px;
}

.marginT15{
    margin-top: 15px;
}

.marginT25{
    margin-top: 25px;
}

.marginT30{
    margin-top: 30px;
}

.marginT45{
    margin-top: 45px;
}

.marginT60{
    margin-top: 60px;
}

.marginT-90{
    margin-top: -90px;
}

.marginB0{
    margin-bottom: 0px;
}

.marginB5{
    margin-bottom: 5px;
}

.marginB10{
    margin-bottom: 10px;
}

.marginB15{
    margin-bottom: 15px;
}

.marginB30{
    margin-bottom: 30px;
}

.marginB45{
    margin-bottom: 45px;
}

.marginB60{
    margin-bottom: 60px;
}

.marginB120{
    margin-bottom: 120px;
}

.marginB180{
    margin-bottom: 180px;
}

.marginB240{
    margin-bottom: 240px;
}

.marginTB15{
    margin: 15px 0;
}

.marginTB20{
    margin: 20px 0;
}

.marginTB30{
    margin: 30px 0;
}

.marginTB50{
    margin: 50px 0;
}

.marginR10{
    margin-right: 10px;
}

.marginL0{
    margin-left: 0;
}

.marginL0Important{
    margin-left: 0 !important;
}

.marginL15Important{
    margin-left: 15px !important;
}


.marginL15{
    margin-left: 15px;
}

.marginLRAuto{
    margin: 0 auto;
}

.noTransformationTxtAll *{
    text-transform: none;
}

.whiteBack,
.white-back{
    background-color: white;
}

.whiteTxtAll *, .whiteTxt{
    color: white;
}

.whiteTxtAll legend{
    color: white !important;
}

.whiteTxtImportant{
    color: white !important;
}

.baseColorTxt, .baseColorTxtAll *,
.base-color{
    color: #4d4d4d;
}

.accentColor2,
.blue-color{
  color: #224f9a;
}

.accentBack2{
  background-color: #224f9a;
}

.accentColor1{
  color: #ee771f;
}

.accentBack1{
  background-color: #ee771f;
}

.noListStyle, .noListStyleAll ul{
    list-style: none;
}

.noListMargin ul{
    margin: 0;
}

.txtC{
    text-align: center;
}

.txtL{
    text-align: left;
}

.txtR{
    text-align: right;
}

.txtNone{
    text-transform: none;
}

.txtUp{
    text-transform: uppercase;
}

.txtCap{
    text-transform: capitalize;
}

.txtBold{
    font-weight: bold;
}

.txtNonBold, .txtNonBoldAll *{
    font-weight: normal;
}

.txtWeightNorm, .txtWeightNormAll *{
    font-weight: normal;
}

.txtTransformNone, .txtTransformNoneAll *{
    text-transform: none;
}

.txtShadow, .txtShadowAll *{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.noDecoration *{
    text-decoration: none;
}

.noBorder *, .noBorder{
    border: 0;
}

.noLabel label{
    display: none;
}

.labelFontSize24 label{
    font-size: 24px;
}

.borderWhite{
    border-color: white;
}

.borderRadius35{
    border-radius: 35px;
}

.borderRadius100{
    border-radius: 100%;
}

.borderBottomFooterTopColor{
    border-bottom: 1px solid ;
}

.borderBottomWhite{
    border-bottom: 1px solid white;
}

.borderBottom{
    border-bottom: 1px solid #D9D9D9;
}


.borderDottedBottom{
    border-bottom: 1px dotted #D9D9D9;
}

.borderDottedRight{
    border-right: 1px dotted #2EBAF2;
}

.displayInlineBlock{
    display: inline-block;
}

.displayBlock{
    display: block;
}

.zindex8888{
    z-index: 8888;
}

.positionF{
    position: fixed;
}

.positionA{
    position: absolute;
}

.positionR{
    position: relative;
}

.positionAimg img{
    position: absolute;
} 

.fL{
    float: left;
}

.fR{
    float: right;
}

.flex-box{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
	display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.large-quote{
  font-size: 32px;
  font-style: italic;
  color: #224f9a;
  line-height: 1.33;
  font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
}

/* Fontawesome custom classes */

.clipboard-bullet-block ul { 
    list-style-type: none; 
    padding-left:15px;
}

.clipboard-bullet-block li:before {    
    font-family: 'FontAwesome';
    content: "\f0ea";
    margin:0 15px 0 -15px;
    color: #6b6b6b;
}

.hs_cos_wrapper_type_rich_text ul{
  list-style-type: none; 
  padding-left:15px;
}

.hs_cos_wrapper_type_rich_text ul li:before{
  font-family: "Font Awesome 5 Pro";
  content: "\f101";
  margin:0 5px 0 -15px;
  color: #224f9a;
  position: absolute;
}

.hs_cos_wrapper_type_rich_text ul li > ul{
  margin-top: 10px;
}

.hs_cos_wrapper_type_rich_text ul li > ul li:before{
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  margin:0 5px 0 -15px;
  color: #224f9a;
}

.hs_cos_wrapper_type_rich_text ol{
  padding-left: 20px;
}

.hs_cos_wrapper_type_rich_text ol li::marker{
  color: #224f9a;
}

/* Custom classes */

.header-breadcrumbs-wrapper{
  background-color: rgba(0,0,0,0.3);
  padding: 5px 0 0px;
  font-size: 13px;
}

.header-breadcrumbs-wrapper > a{
  display: inline-block;
  float: left;
}

.header-breadcrumbs-wrapper a{
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 13px;
}

.header-breadcrumbs-wrapper .hs_cos_wrapper_type_text{
  vertical-align: top;
}

.header-breadcrumbs-wrapper.no-back{
  background-color: #224f9a;
  color: white;
}

a.home-crumb{
  padding-top: 3px;
}

.header-breadcrumbs-wrapper .hs-breadcrumb-menu-wrapper{
  display: inline-block;
}

.hs-breadcrumb-menu-item{
  padding: 3px 0 0 5px;
}

.home-divider{
  vertical-align: super;
}

.hero-header{
  padding: 50px 0 50px;
}

.landing-header{
  padding-top: 130px;
}

.landing-header-top{
  background-color: white;
  padding: 15px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.landing-header-top h1{
  font-size: 47px;
  margin-bottom: 0;
  color: #ee771f;
  font-weight: normal;
}

.landing-header-bottom{
  background-color: #224f9a;
  text-align: center;
  padding: 10px 0;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.left-landing-section{
  padding-right: 30px;
  border-right: 1px solid #dadada;
}

.right-landing-section{
  padding-left: 30px;
}

.hs-landing-page .body-container-wrapper{
  padding: 0;
}

.hs-landing-page:not(.hs-system-page) .footer-container-wrapper{
  padding: 10px 0;
}

.white-popup-block{
    background-color: white;
    margin: 0 auto;
    padding: 15px;
    max-width: 300px;
    text-align: center;
}

#header-banner{
    padding-top:120px;
    background-size: 100% 100%;
}

#header-banner h1{
  background: rgba(0,0,0,0.2);
  padding: 30px;
  margin: 0;
  text-transform: uppercase;
  font-size: 38px;
}

#header-banner h2{
  font-size: 24px;
  font-weight: normal;
  background: rgba(0,0,0,0.4);
  padding: 30px;
  margin: 0;
  font-family: 'Montserrat','Merriweather', serif, 'Microsoft YaHei','微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
}

.anchor-link{
    display: block;
    font-size: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
    position: relative;
    color: #224f9a;
}

.anchor-link:after{
    content: "\f0a9";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
}

.anchor-tag{
    margin-top: -100px;
    position:absolute;
}

.anchor-header{
    margin: 45px 0;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    position: relative;
}

.anchor-header.no-top{
    margin: 0 0 45px;
}

.anchor-header .anchor-label{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
    color: #4d4d4d;
}

.sub-section-header{
  margin: 45px 0;
  font-size: 21px;
}

.sub-section-header .sub-section-number{
    border-radius: 100%;
    border: 2px solid #224f9a;
    margin-right: 15px;
    padding: 5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
}

.large-link{
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #224f9a;
}

.large-link:before{
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 10px;
}

.block-link{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.block-link >a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.block-link:hover{
    color: #224f9a;
}

.flex-box .flex-block{
  display: inline-block;
  margin-bottom: 30px;
  width: 20%;
}
  
.flex-box .flex-block:nth-last-child(1),
.flex-box .flex-block:nth-last-child(2),
.flex-box .flex-block:nth-last-child(3),
.flex-box .flex-block:nth-last-child(4),
.flex-box .flex-block:nth-last-child(5){
    margin-bottom: 0px;
}

.flex-box .flex-block.flex-single-row:nth-child(1),
.flex-box .flex-block.flex-single-row:nth-child(2),
.flex-box .flex-block.flex-single-row:nth-child(3),
.flex-box .flex-block.flex-single-row:nth-child(4),
.flex-box .flex-block.flex-single-row:nth-child(5){
    border-bottom: 0;
    margin-bottom: 0px;
}

.flex-block-container{
  padding: 0 10px;
}

.flex-block-container h3{
  font-size: 15px;
  color: #ee771f
}

.flex-block-image-wrapper{
  padding: 5px;
  border: 1px solid #dadada;
}

.flex-block-image{
  position: relative;
  border-radius: 5px;
}

.flex-block-image .hover-mask{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(34,79,154, 0.65);
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flex-block-image img{
  width: 100%;
}

.flex-block:hover .flex-block-image .hover-mask{
  background-color: rgba(238,119,31, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.flex-block.flex-block-25{
  display: inline-block;
  margin-bottom: 30px;
  width: 25%;
}

.icon-quote > div{
	display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: middle;
}

.icon-quote-icon{
  width: 15%;
  text-align: center;
  padding: 10px 0;
}

.icon-quote .icon-quote-content{
  width: 80%;
  margin-left: 3%;
  padding-left: 3%;
  border-left: 1px solid #dadada;
}

.icon-quote-content h3{
  font-size: 32px;
  color: #224f9a;
  line-height: 1.22;
  margin: 0;
  font-weight: normal;
  font-style: italic;
}

#map-container{
  height: 500px;
}

.icon-header{
  font-size: 32px;
  font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
  font-weight: bold;
}

.icon-header i{
  color: #224f9a;
  margin-right: 15px;
}

.icon-service-link .icon-service-link-icon{
  text-align: center;
}

.icon-service-link a{
  font-size: 32px;
  font-family: 'Montserrat','Lato', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', '正黑体', SimHei, SimSun, 'Pingfang SC', 'Heiti SC', STHeiti, STSong, Hei, 'Droid Sans Fallback';
  line-height: 1.2;
  text-decoration: underline;
  display: block;
  margin: 30px 0;
}

/**********Resources*****/

.list{
  list-style: none;
  padding: 0;
}

.list li{
  width: 25%;
  display: inline-block;
  transition: all .2s ease-in-out;
  vertical-align: top;
}

.list li a{
  padding: 15px;
  display: block;
}

.list li:hover{
  transform: scale(1.1);
}

.list li h3{
  width: 100%;
  font-size: 24px;
  color: #224f9a;
  line-height: 1.2;
}

#listId input{
  padding: 5px;  
  width: 100%;
}

#listId .pagination{
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  display: block;
  text-align: center;
}

#listId .pagination li{
  display: inline-block;
  margin: 0 5px 0;
}

#listId .pagination li a{
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 7px;
  background-color: #ffa400;
  color: white;
  padding-top: 3px;
}

#listId #filter{
  text-align: center;
  padding: 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

#listId #filter li{
  display: inline-block;
  color: #ee771f;
  padding: 0 10px;
  margin: 15px 0;
  cursor:pointer;
  transition: all .2s ease-in-out;
  font-size: 18px;
  text-decoration: underline;
  border-right: 1px solid #dadada;
  font-style: italic;
}

#listId #filter li:last-of-type{
  border: 0; 
}

#listId #filter li:hover,
#listId #filter li.active{
  color: #bc4500;
}

#listId .pagination li.active a,
#listId .pagination li a:hover{
  background-color: #bc4500;
}

@media screen and (max-width: 1200px){
  .list li{
    width: 33%;
  }   
}

@media screen and (max-width: 768px){
  .list li{
    width: 50%;
  }   
}

/**********Blog**********/
.hs-featured-image-wrapper a{
    display: block;
}
/* Default Css */
/* Topic-List */
.set-bg { background-size:cover !important; background-position:center; position:relative; }
.get-bg { display:none !important; }

.row-fluid .hero-title { position:relative; padding:30px 0; }
.row-fluid .hero-title:before { position:absolute; content:''; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8); }
.row-fluid .hero-title h1 { font-family: 'Futura-Medium',sans-serif; color:#FFF; position:relative; z-index:1; line-height: 1.2; font-size: 42px; }

.row-fluid .listing-section #hubspot-author_data { font-size: 18px; font-style: italic; }

#header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { font-family: 'Futura-Medium',sans-serif; max-width:none; }
.row-fluid .listing-section { background-color:#f6f6f6; padding:50px 0 0 0;}
.row-fluid .hs-featured-image-wrapper img{ display:none; }
.row-fluid .hs-featured-image-wrapper a {padding:90px 0;} 

.block-link:hover .post-item:first-child { color: #224f9a; }  
.row-fluid .post-item:first-child a{ color: white; }
.row-fluid .post-item:first-child:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5);}
.row-fluid .post-item div.hubspot-editable span { display:block;}
.row-fluid .post-item:first-child div.hubspot-editable span{ position:relative; display:inline-block; padding-left:10px;}
.row-fluid .post-item:first-child div.hubspot-editable span:before { content:"-"; position:absolute; color:#fff;left:0; top:0;}
.row-fluid .post-item .author-link { font-weight:700; text-transform:inherit;}
.row-fluid .post-item .author-link:hover{ color:#ff162c !important;}
.row-fluid .post-item:first-child .post-header { position:absolute; left:0; top:0; width:100%; height:100%; margin:0; padding:0;}
.row-fluid .post-item:first-child .post-header-inner { position: absolute; bottom: 30px; left: 30px; padding-right:70px; }
.row-fluid .post-item:first-child .hs-featured-image-wrapper a{ padding:277px 0;}
.row-fluid .post-item:first-child .post-body, .row-fluid .post-item:first-child .hs-featured-image-wrapper, .row-fluid .post-item:first-child .hs-featured-image-wrapper a { height:100%;}
.row-fluid .post-item h2 a{  font-size: 18px; line-height:20px; }
.row-fluid .post-item h2{ line-height: 1.2; }
.row-fluid .post-item h2 a:hover{ color:#ff162c !important;}
.row-fluid .post-item:first-child a.more-link { display:inline-block !important; min-width: 170px; text-align: center; }
.row-fluid .post-item a.more-link{ font-size:14px; padding:8px 20px; background-image: linear-gradient(to bottom, #df304d, #990820); border-radius:30px; color:#fff; display:none !important; margin-top:15px; font-weight:600;}
.row-fluid .topic-select  h5{ margin:0; display:inline-block; font-size:16px;}
.topic-select{ padding: 30px 0 15px; }
.row-fluid .topic-options { position:absolute; left:0; top:25px; width:100%; background-color:#f6f6f6;}
.post-item .post-summary-content{font-size: 14px;}
.post-item{
  padding-top: 0;
  margin-bottom: 30px;
}

.post-item a.cta_button{
  display: block;
}

.post-listing-offer-block{
  min-height: 290px;
}

.post-listing-offer-block span{
  display: block;
}

.post-body{
  padding: 0;
}

.post-item .post-header{
  padding: 30px;
  box-shadow: 4px 4px 8px -4px #cbc9c994;
}

.post-item--width2 .post-header{
  height: 300px;
  padding: 100px 30px 30px; 
  background-color: rgba(0,0,0, 0.7);
  color: white; 
}

.post-item--width2 .post-header h2, .post-listing .post-item--width2 a, .post-listing .post-item--width2 h2 a{
  color: white; 
}

.body-container-wrapper .post-item .post-header h2:first-of-type{
  margin-bottom: 15px;
}

.body-container-wrapper .post-item .post-header h2{
  font-size: 21px;
}

.hs-author-listing-header{
  margin-bottom: 30px;
}

.hs-blog-post .row-fluid .hero-title, .hs-blog-post .topic-list-section { display:none; }
.hs-blog-post .row-fluid .listing-section #hubspot-author_data { font-style:normal; color:#444444; }
.hs-blog-post .row-fluid .listing-section #hubspot-author_data > span { float:left; margin:0 5px 0 0; }
.hs-blog-post .row-fluid .listing-section #hubspot-author_data > a { display: inline-block; font-weight: 700; font-style: italic; text-transform: none; color: #444444; }

.hs-blog-post .row-fluid .listing-section { background:transparent; padding:50px 0; }
.hs-blog-post .row-fluid .listing-section .post-header h1 { color: #ff1623; text-transform: uppercase; font-size: 36px; line-height: 1.2; margin: 0 0 10px; }
.hs-blog-post .row-fluid .hs-featured-image-wrapper a { margin:25px 0; }


.hs-blog-post .row-fluid .listing-section .share-post li a { color: #224f9a; width: 30px; text-align: right; }
.hs-blog-post .row-fluid .listing-section .share-post li a:hover { color:#ff1623; }

ul.list-unstyled { 
    padding:0; 
    margin-top: 0;
}

ul.list-unstyled li.init:after{
    color: #224f9a !important;
}

ul.list-unstyled li:not(.init){
    font-size: 14px;
    z-index: 999999;
}

ul.list-unstyled li { margin:0; }
.body-container-wrapper ul.list-unstyled li:before{
    content: "";
}

ul.social-list.share-post li a{
    color: #224f9a;
}

ul.social-list.share-post li a i{
    font-size: 16px;
}

ul.social-list.share-post li a:hover{
    color: #bc4500;
}

.blog-listing-search{
  padding: 30px 0 15px;
}

.blog-listing-search .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #cdcccc;
  position: absolute;
  z-index: 10;
  background-color: white;
}

/* Isotope.js */

.post-sizer,
.post-item{ width: calc(33.3% - 20px); }
/* 2 columns wide */
.post-item--width2 { 
    width: calc(66.6% - 10px); 
}

.post-listing-offer-block-content{
    padding: 30px;
    color: #6e6e6e;
    text-align: center;
}

.post-listing-offer-block img{
  height: auto;
  display: block;
  margin: 0 auto;
}

#blog-post-subscription{
    background-color: #F2F2F2;    
}

.blog-pagination .previous-posts-link,
.blog-pagination .next-posts-link{
  padding: 8px 5px;
}

.blog-pagination a{
  padding: 5px;
  color: white;
  background-color: #ee771f;
  border-radius: 6px;
}

.blog-pagination a:hover{
  background-color: #bc4500;;
}

.blog-pagination li a{
  display: block;
}

.blog-pagination ul{
  display: inline-block;
  padding: 0;
  margin: 0;
}

.blog-pagination ul li{
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  text-align: center;
}

.blog-social-share{
  float: right;
  margin-left: 10px;
  font-size: 21px;
}

ul.list-unstyled { max-width: 200px; width:100%; border: 1px solid #dadada; margin-left:20px;position:relative; border-radius:8px; display:inline-block;list-style: none;font-size:12px;line-height: 1;}
ul.list-unstyled li {padding: 15px 20px; z-index: 2; color:#cdcccc; }
ul.list-unstyled li:not(.init) { width: 130px; display: none;background-color:#f6f6f6; position:absolute;width:100%;left:0; top:50px; box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1); }
ul.list-unstyled li.selected:not(.init) { background: #09f; }
li.init { cursor: pointer; } 
ul.list-unstyled li:not(.init) a { display:block; margin: 10px 0; font-weight:600; text-transform:inherit;}
ul.list-unstyled li:not(.init) a:hover{ color:#ff162c;}
ul.list-unstyled li.init:after { content:"\f078"; position:absolute; right:20px; top:50%; font-size:14px; transform:translateY(-50%); font-family: "Font Awesome 5 Pro"; color:#ff162c;}

@media (max-width:991px){
  .row-fluid .post-item:first-child, .row-fluid .post-item { width:100%; margin-right:0; }
  .row-fluid .ts-top { width:100%; margin:10px 0; }
  .row-fluid .topic-select h5 { text-align:center; margin:0 0 10px; }
  .row-fluid .topic-select ul.list-unstyled { margin:0; }
  .row-fluid .post-item:first-child:before { z-index:1; }
  .row-fluid .post-item:first-child, .row-fluid .post-item, .row-fluid .post-item:first-child .post-body, .row-fluid .post-item:first-child .hs-featured-image-wrapper, .row-fluid .post-item:first-child .hs-featured-image-wrapper a { float:left; width:100%; height:auto !important; }
  .row-fluid .post-item:first-child .post-header { position: relative; z-index: 2; padding: 140px 30px 30px; }
  .row-fluid .post-item:first-child .hs-featured-image-wrapper a { padding: 0; position: absolute; left: 0; top: 0; width: 100%; height: 100% !important; }
  .row-fluid .post-item:first-child .post-header-inner { position:static; padding:0; }


  .hs-blog-post .row-fluid .listing-section .share-post { float:left; width:100%; margin:20px 0 0; }
  .hs-blog-post .row-fluid .listing-section .share-post li a { text-align:left; }
  .hs-blog-post .row-fluid .listing-section .hs-featured-image-wrapper { float:left; width:100%; }
  .hs-blog-post .row-fluid .listing-section .hs-featured-image-wrapper img { margin:0; }
} 

@media (max-width: 768px){
  .post-item--width2 .post-header{
    height: auto; 
  }
  
  .row-fluid .topic-select h5 { width:100%; text-align:center; margin:0 0 10px; }
  .row-fluid .topic-select ul.list-unstyled { max-width:100%; margin:0; }
}

/*************************/

/* Media Queries
   ========================================================================== */
@media screen and (max-width: 1367px){
    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
        padding:28px 20px;
    }
  
  .hs-site-page .body-container-wrapper, .hs-blog-listing .body-container-wrapper, 
  .hs-blog-post .body-container-wrapper, .hs-system-page.hs-landing-page .body-container-wrapper{
    padding-top: 80px;
  }
    
    #top-nav-container.sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
        padding: 23px 20px;
    }
    
    #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal {
       font-size:14px;
    }

    
    .serviceBlock h3{
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px){
  .serviceBlock{
    width: 25%;
    height: 200px;
    float: left;
  }

  .serviceBlock h3{
    font-size: 16px;
  }
  
  .hs-site-page .body-container-wrapper{
    padding-top: 78px;
  }

  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding:28px 15px;
  }

  #top-nav-container.sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding:23px 15px;
  }
  
  #top-nav-container.sticky .round-social-list{
    margin: 7px 0;
  }
  
  #top-nav-container .round-social-list li{
    margin: 15px 6px;
  }
    
  .round-social-list li a{
    width: 25px;
    height: 25px;
  }

  .round-social-list li a i{
    margin-top:5px;
  }
  
  #header-banner-content.header-banner-bordered:before{
    content: "";
    border-left: 0;
  }

  #header-banner-icon{
    display: none;
  }
  
  #top-nav-container .header-right-container{
    margin-top: 10px;
  }
  
  #top-nav-container .header-right-container .language-switcher{
    font-size: 0.8em;
    margin-right: 5px;
  }
}

@media screen and (max-width : 1024px) {
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 a{
    font-size: 12px;
  }
  
  #top-nav-container .header-right-container .language-switcher .language-switcher-item.language-switcher-first-item:after{
    margin: 0 0 0 5px;
  }
}

@media screen and (max-width : 990px) {
  .container-fluid .row-fluid .page-center,
  .page-center{
    padding: 0 10px;
  }
  
  .header-breadcrumbs-wrapper{
    display: none;
  }
  
  .header-container .hs_cos_wrapper_type_logo a img{
    margin-left: 15px;
  }
  
  .serviceBlock{
    width: 33.3333334%;
    height: 200px;
    float: left;
  }
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    text-align: center;
    display: block;
  }
  
  .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled{
    width: 100%;
  }
  
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a{
  	display: block;
  }
  
  .custom-menu-primary-wrapper.span10{
    width: 100%;
    margin: 0;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper{
    left: 0;
    top: auto;
  }
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2 li.hs-menu-depth-3 a{
    background-color: white !important;
    color: #224f9a !important;
  }
  
  #top-nav-container .span2.widget-type-logo{
    width: 100%;
  }
  
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a{
    font-size: 14px;
    padding:6px 15px;
  }

  #top-nav-container.sticky .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 > a{
    padding:6px 15px;
  }
  
  #top-nav-container .custom-menu-primary.js-enabled .hs-menu-wrapper, 
  #top-nav-container .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }
 	#top-nav-container .round-social-list{
    display: none;
  }
  
  .mobile-trigger{
    display: inline;
  }
  
  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: auto;
    padding: 6px 10px !important;
    border-left: 1px solid #dadada;
  }
  
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    padding: 6px 10px;
    background-color: #224f9a;
    color: white;
    font-size: 11px;
    max-width: none;
    overflow: visible;
    text-align: center;
    width: auto;
    text-indent: 0;
  }
  
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li .child-trigger{
    padding: 4px !important;
    min-width: 40px;
    width: 40px;
  }
  
  .child-trigger i{
    font-size: 16px;
    color: #dadada;
    text-align: center !important;
  }
  
  .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa-angle-down{
  	display: none;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    visibility: visible;
    opacity: 1;
    width: 100%;
  }
  #blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > div,
  #blog-post-subscription .hs_cos_wrapper_type_blog_subscribe > h3{
    display: block;
    margin: 0;
  }

  #blog-post-subscription form>div{
    display: block;
    margin-top: 10px;
  }

  #blog-post-subscription .hs-error-msgs{
    margin-top: 75px;
  }
  
  #top-nav-container .header-right-container .language-switcher{
    position: absolute;
    top: 30px;
    right: 80px;
    font-size: 0.875rem;
  }
  
  #top-nav-container .header-right-container .language-switcher .language-switcher-item.language-switcher-first-item:after{
    margin: 0 5px 0 10px;
  }
}

@media screen and (max-width : 880px) {

}

@media screen and (max-width : 768px) {
   
  .hero-header{
    padding: 50px 0;
  }
  
  .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled{
    padding-top: 0px;
  }
  
  #header-banner{
    height: auto;
    padding-top: 100px;
    background-size: cover;
  }

  #header-banner h2{
    font-size: 20px;
  }
  
  .service-content{
    padding-right: 0px;
  }

  .serviceBlock{
    width: 50%;
  }

  .logoBlock{
    width: 50%;
  }
  .body-container-wrapper { padding-top: 0px; }
  .landing-container-wrapper { padding-top: 10px; }
  .marginT-90{
    margin-top: 5px;
  }

  .serviceContentWrapper{
    margin-top: 30px;
  }

  .blog-block .author-link{
    position: relative;
    float: right;
  }

  .blog-block .blogDate{
    display: inline;
    float: left;
  }

  #blogHeaderBackground{
    padding-top:50px;
    background: rgb(195, 52, 45);
  }

  .mFontSize24{
    font-size: 24px !important;
  }

  .mMaxWidthMax{
    max-width: 100% !important;
  }

  .mPadding25{
    padding: 25px !important;
  }

  .mLineHeight36{
    line-height: 36px;
  }

  .blog-block h1{
    font-size: 24px;
  }

  .blog-block h2{
    font-size: 20px;
  }

  h1 { 
    font-size: 24px; 
  }

  h2,h2.service-name{
    font-size: 24px; 
  }
  .hs-breadcrumb-menu-item{
    font-size: 10px;
  }

  .header-breadcrumbs-wrapper i{
    font-size: 12px;
  }

  .hs-breadcrumb-menu-wrapper{
    margin-top: 5px;
  }

  .pageSectionBanner{
    background-image: none !important;
  }

  .flex-block{
    width: 33%;
  }

  .flex-block:nth-last-child(2){
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
  }

  .flex-block:nth-last-child(1){
    border-bottom: 0;
    margin-bottom: 0px;
  }

  .flex-block.flex-single-row:nth-last-child(1),
  .flex-block.flex-single-row:nth-last-child(2){
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .row-fluid [class*="span"]{
    min-height: 0;
  }

  .left-landing-section,
  .right-landing-section{
    padding: 0px;
    border-right: 0;
  }
  
  .icon-quote > div{
    display: block;
    width: auto;
    text-align: center;
  }
  
  .icon-quote .icon-quote-content{
    border: 0;
    width: auto;
    margin-left: 0;
    padding-left: 0;
  }
  
  .icon-quote-content h3{
    font-size: 24px;
  }
}

@media screen and (max-width: 570px) {
    .serviceBlock{
        width: 100%;
    }
    
    .flex-box .flex-block{
      width: 50%;
      margin-top: 0px !important;
      border-bottom: 0px !important;
    }
    
    .flex-block.flex-single-row:nth-last-child(2){
      margin-bottom: 30px;
    }
    
    .flex-block:nth-last-child(1),
    .flex-block:nth-last-child(2){
      border-bottom: 0;
      margin-bottom: 0px;
    }
}
@media screen and (min-width : 990px) {
  .custom-menu-primary .hs-menu-wrapper{
    display: block !important;
  }
  
  #top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    height: auto !important;
  }
}


.slick-dots{
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li{
  display: inline-block;
  border: 1px solid #224f9a;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li.slick-active{
  background-color: #224f9a;
}

.slick-slider:not(.slick-vertical) .slick-track{
  display: flex;
}

.slick-slider:not(.slick-vertical) .slick-slide{
  height: inherit;
}

.slick-slider:not(.slick-vertical) .slick-slide > div,
.slick-slider:not(.slick-vertical) .slick-slide > div > div{ 
  height: 100%; 
}

/* Tables */

.custom-table,
.custom-table th, 
.custom-table td{
  border-color: white;
  border-style: hidden;
  border: 1px solid white;
}

.custom-table th{
  background-color: #224f9a;
  color: white;
}

.custom-table th, 
.custom-table td{
  vertical-align: top;
  padding: 15px !important;
}

.custom-table tbody tr:nth-child(2n){
  background-color: #f2f4f9;
}

.custom-table tbody tr:nth-child(2n) td{
  border-color: #f2f4f9;
}

.custom-table tbody tr:last-of-type td{
  border-bottom: 1px solid #f2f4f9;
}

.separator{
  margin: 60px 0;
  border-top: 1px solid #dadada;
}