/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */

/* @import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A300%2C400%2C600%2C700%2C800');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* =============== @import, @font-face, and CSS File Includes =============== */

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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, 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;
    list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
}
@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 */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
    #captcha_wrapper,
    #recaptcha_area,
    #recaptcha_area table#recaptcha_table,
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: auto !important;
        overflow: hidden; 
    }
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
    #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* 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 */
    .custom-menu-primary .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;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .custom-menu-primary .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 */
    .custom-menu-primary .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 {
    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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.com/local/hub/124/file-52894-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("//cdn2.hubspotqa.com/local/hub/124/file-52894-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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

/* FONTS _ TESTING - */
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5MZ9vHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5MZ9vOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5MZ9vFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5MZ9vEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5MZ9vKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4oZNvHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4oZNvOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4oZNvFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4oZNvEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4oZNvKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXX3I6Li01BKofIMNaORs71cA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXX3I6Li01BKofIMNaHRs71cA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXX3I6Li01BKofIMNaMRs71cA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXX3I6Li01BKofIMNaNRs71cA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5cYtvHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5cYtvOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5cYtvFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5cYtvEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN5cYtvKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN44Y9vHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN44Y9vOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN44Y9vFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN44Y9vEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN44Y9vKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4kYNvHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4kYNvOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4kYNvFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4kYNvEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4kYNvKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4AYdvHUT8_DQ.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4AYdvOUT8_DQ.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4AYdvFUT8_DQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4AYdvEUT8_DQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXQ3I6Li01BKofIMN4AYdvKUT8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA-seUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA-seUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA-seUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA-seUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA-seUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAnsSUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAnsSUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAnsSUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAnsSUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAnsSUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofA6sKUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAjsOUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAksCUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAksCUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAksCUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAksCUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAksCUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAtsGUbOvISTs.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAtsGUZevISTs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAtsGUbuvISTs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAtsGUb-vISTs.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/nunito/v16/XRXW3I6Li01BKofAtsGUYevI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

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

*, *: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;
} 

body {
  background: #fff;
 font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #193852;
  line-height: 1.8;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
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 {
    margin:10px 0 15px;
    line-height:120%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
  color: #193852;
  font-weight:400
}
h2 {
  font-size: 42px;
  font-weight:400
} 

h3 {
  font-size: 35px;
  color: #193751;
  font-weight: 900;
}
h4 {
  font-size: 30px;
  color: #6996AD;
  font-weight:400
}
h5 { 
 font-size: 24px;
}
h6 {
 font-size: 20px;
}

/* Anchor Links */
a { 
    text-decoration: underline;
    color: #6a96ac;
}
a:hover, a:focus {  }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

 body.alexander_hsu_ma .banner-section {
    background-image: url(https://4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI/images/LP/banner-background_2.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 165px 0 160px;
}
/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}

.display-none{display:none!important}

/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


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

.header-container-wrapper {}
.header-container {}
.custom-header {
    padding: 10px 9.4% 13px 6.4%;
}
.custom-logo img {
    width:  164px;
    max-width: none;
}

.custom-header-right {
    font-weight: 700;
    margin-top: 3px;
    text-align:  right;
}

.custom-phone p {
    margin: 0;
    display: inline-block;
    color: #193852;
    font-size: 18px;
    line-height:  18px;
    margin-top: 0px;
    margin-bottom: 25px;
    background: rgba(0, 0, 0, 0) url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/phone-icon.png) no-repeat scroll 0 0;
    padding-left: 28px;
}

.custom-phone p a {
    display: inline-block;
    color: #193852;
    text-decoration:  none;
}

.custom-menu-top ul {
    display:  block;
}

.custom-menu-top .hs-menu-wrapper > ul >li > a {
    display: inline-block !important;
    color: #193852;
    text-decoration:  none;
    line-height:  17px;
    vertical-align: top;
}

.custom-menu-top .hs-menu-wrapper > ul >li {
    display: inline-block;
    font-size: 17px;
    margin-left: 30px;
    cursor: pointer;
}

.custom-menu-top .hs-menu-wrapper > ul >li.hs-item-has-children {
    background: rgba(0, 0, 0, 0) url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/drop.png) no-repeat scroll 99% 22%;
    padding-right: 20px;
    height: 35px;
}

.custom-menu-top .hs-menu-wrapper > ul {
    display: block;
    position:  relative;
}

.custom-menu-top .hs-menu-wrapper > ul >li ul {
    padding-bottom: 10px;
    background: #fff;
    z-index: 999999 !important;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    text-align:  left;
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    top: 100%;
  display: none;
}

.custom-menu-top .hs-menu-wrapper > ul >li ul > li {
    padding: 14px 10px;
    display: inline-block;
    font-size: 17px;
    text-align:  left;
    line-height:  17px;
    width:  100%;
}

.custom-menu-top .hs-menu-wrapper > ul >li ul > li > a {
    display: inline-block;
    color: #193852;
    text-decoration:  none;
    padding-left: 15px;
    white-space:  normal !important;
}

.custom-menu-top .hs-menu-wrapper > ul >li ul > li:hover {
    background: #eeefef;
    width: 100%;
}

.custom-menu-top .hs-menu-wrapper > ul >li:first-of-type {
    position:  static !important;
}

.custom-menu-top .hs-menu-wrapper {
    display:  flex;
    justify-content:  flex-end;
}

.custom-menu-top .hs-menu-wrapper > ul >li:first-of-type ul {
    left:  auto !important;
}

.custom-menu-top .hs-menu-wrapper > ul >li:nth-of-type(2) ul {
    width: 212.88px;
}

.banner {
    min-height: 100px;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 300px;
    text-align: center;
    display: table;

}
.row-fluid [class*="span"] {
    min-height: 0;
}

.banner h1 {
    font-size: 42px;
    color: #fff;
    display: table-cell;
        margin: 0;
    vertical-align: middle;
}


.custom-menu-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position:  absolute !important;
}
.custom-menu-top .hs-menu-wrapper > ul >li {
    float: left !important;
    width: auto;
}

.custom-menu-top .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children>ul{display:block;}

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

.body-container-wrapper {
    margin: 0 6.4% 0 6.4%;
    padding: 20px 0px 30px 0px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 50px;
}
.body-container {
    margin:  0 -15px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {}
.footer-container {}

.custom-copyright p {
    padding: 10px;
    text-align: center;
    background: #6996AD;
    margin:  0;
    font-size:  16px;
    line-height:  16px;
    color:  #000;
}


.custom-footer {
    font-size: 0;
    padding: 40px 70px 40px 70px;
    background-color: #193852;
}

.box {
    font-size: 14px;
    border-right: solid 1px #4e5054;
    box-sizing: border-box;
    vertical-align: top;
    margin-left:  0 !important;
    min-height: 239px !important;
    width: 20% !important;
    float:  none !important;
    display: inline-block !important;
    background-color: #193852;
    color: #9ba8b2;
}

.custom-expert.box {
    padding: 20px 20px 5px 50px;
}

.custom-use.box {
    padding: 20px 5px 5px 20px;
}

.custom-form.box {
    padding: 20px 20px 5px 20px;
}

.custom-social.box {
    padding: 20px 5px 5px 20px;
    border-right: none;
}

.custom-social.box .award-logo-footer img{max-width:100%;width:200px;margin:0 auto;display:block;}

.custom-foot-logo.box {
    padding: 30px 0 30px;
    float: left !important;
}

.custom-foot-logo.box img {
    width: 50%!important;
    margin-bottom: 15px;
}



.custom-foot-logo.box p {
    margin:  0;
    padding: 3px 0px 3px 0px;
    line-height:  14px;
}

.custom-foot-logo.box p a {
    color: #9ba8b2;
    text-decoration:  none;
}

.custom-foot-logo.box p:last-child {
    padding-top: 10px;
}

.box ul li:not(:first-of-type) {
    margin-bottom: 20px;
    line-height: 18px;
}

.box ul li:not(:first-of-type)
 a {
    color: #9ba8b2;
    display: inline-block !important;
    font-size: 13px;
    line-height: 1.23;
    letter-spacing: 1px;
    vertical-align: middle;
    text-decoration: none;
}

.custom-expert.box ul li:not(:first-of-type) a:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/arrow_footer.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -30px;
}

.box ul li:first-of-type a,.custom-form h4 {
    text-decoration:  none;
    display:  block;
    margin:  0;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    color: #6996AD;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height:  18px;
}

.custom-use.box ul li:not(first-of-type) a {
    line-height:  15px;
}

.custom-use.box ul li:not(first-of-type) {
    line-height: 14px;
}

.custom-form h3 {
    display:  none;
}

.custom-form p {margin:  0;padding: 0px 0px 5px 0px;line-height: 1.5;}

.custom-form .hs-form-field > label {
    display:  none;
}

.custom-form input[type="email"] {
    width: 100%;
    padding: 10px 0px;
    font-size: 14px;
    text-align: center;
    color: #bbbbbb;
    border-radius: 5px 0px 0px 5px;
    border: 0px;
    height: 36px;
    line-height: 16px;
    border-radius: 5px;
    font-size: 12px !important;
  
    margin-bottom: 10px;
    display: inline;
    font-family: Nunito;
}

.custom-form .hs-button {
    background-color: #6996AD!important;
    text-align: center!important;
    color: #ffffff!important;
    border: 0px!important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
    display: block!important;
    margin: 0;
    padding:  0!important;
    font-size: 12px !important;
    background-image: none !important;
      cursor: pointer;
      margin-bottom: 20px;
    border-radius: 5px!important;
    margin-top: 15px;
}

.custom-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow:  auto;
    overflow-y:  hidden;
}

.custom-social ul li,.custom-social ul li a {
    line-height: 18px !important;
}

li.hs-menu-item.hs-menu-depth-1 {}

.custom-social ul li a:before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

/*.custom-social ul li:nth-of-type(2) a:before {
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/Facebook.svg);
    vertical-align: bottom;
}

.custom-social ul li:nth-of-type(3) a:before {
      background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/Twitter.svg);
    vertical-align: bottom;
} */

.custom-social ul li:nth-of-type(2) a:before {
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/Instagram.svg);
    vertical-align: bottom;
}

.custom-social ul li:nth-of-type(3) a:before {
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/instagram-11.svg);
    background-size:cover;
    vertical-align: bottom;
}

.custom-social ul li:nth-of-type(4) a:before {
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/RSS.svg);
    vertical-align: bottom;
}



.custom-social ul li {
    margin-bottom:  21px !important;
}

.custom-social ul li:first-of-type a {
    margin-left: -29px;
    text-align: left;
}
.custom-social.box ul li:not(:first-of-type) a {
    opacity: 0.71;
    font-size: 13px;
    text-align: left;
    color: #f1f1f1;
    display: inline-block !important;
    letter-spacing:  normal;
    vertical-align: baseline;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */


.search-form {
    float: right;
    padding-top: 2px;
}

#searchsubmit {
    background: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/search-header.png);
    border: 0;
    display: inline-block;
    width: 33px;
    height: 36px;
    cursor: pointer;
    font-size: 0px;
    background-repeat: no-repeat;
    padding-top: 4px;
}

#s {
padding: 8px 35px;
    font-size: 12px;
    text-align: left;
    color: #4a4a4a;
    font-family: Arial;
    line-height: 14px;
    height: 30px;
    border: 0px;
    border-radius: 3px;
}

.search-top-menu input[type="text"] {
    border: 0px;
    border-radius: 3px;
    line-height:  14px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: 250px !important;
  width: 100% !important;
}

.banner-bottom-title .banner{position:relative;padding:0 20px;height:220px;}
.banner-bottom-title .banner h1{background:#4c6682;position:absolute;bottom:-42px;left:50%;transform:translateX(-50%);padding:25px 21px 21px 21px;border-radius:21px;max-width:1320px;width:50%;
  font-size:38px;text-transform:uppercase;font-weight:bold;line-height:100%;}
.banner-bottom-title .header-container > .row-number-3,
.banner-bottom-title .header-container > .row-number-4{max-width:1200px;margin:0 auto;}
.banner-bottom-title .header-container > .row-number-3{padding-top:70px;}
.banner-bottom-title .header-container > .row-number-4{padding-top:20px;}
.banner-bottom-title .header-container > .row-number-3 .hs_cos_wrapper_type_linked_image,
.banner-bottom-title .header-container > .row-number-4 .hs_cos_wrapper_type_linked_image{display:block;text-align:center;}
.banner-bottom-title .header-container > .row-number-3 .hs_cos_wrapper_type_linked_image a,
.banner-bottom-title .header-container > .row-number-4 .hs_cos_wrapper_type_linked_image a{display:inline-block;}

.banner-bottom-title .body-container > .row-number-1:first-child > div{max-width:1140px;margin:0 auto;}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  /* Parent List */
.custom-menu-primary {
    background-color: #193852;
    position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    font-size: 0;
    text-align: justify;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /* width: 91%; */
    /* margin: 0 auto; */
    width: 88%;
    margin: 0 0 0 4.5%;
}
.custom-menu-primary .hs-menu-wrapper > ul:before,
.custom-menu-primary .hs-menu-wrapper > ul:after {
    display:  none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 18px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    /* padding: 19px 42px 19px 26px; */
    padding: 19px 30px 19px 30px;
    color: #fff;
    background-color: #193852;
    text-decoration: none;
    line-height: 18px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    background-color:#f08a34;
    height: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li ul {
    background-color: #fff;
    padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background-color: #f08a34;
    padding: 0px;
    position: absolute !important;
    z-index: 99 !important;
    visibility: hidden;
    opacity: 0;
    top: 56px;
    /*box-shadow: -3.4px 3.7px 10px 0 rgba(32,42,52,0.2);*/
    max-width: 245px;
    min-width: 100%;
    text-align: left;
    left: unset !important;
    margin-top: 5px;
    margin: 0 auto !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    position:  relative !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display:  block !important;
}
.custom-menu-primary .hs-menu-wrapper, .custom-menu-primary .hs-menu-wrapper>ul ul {
    display: block !important;
   width:100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    font-size: 18px;
    margin:  0 auto !important;
    width: 100% !important;
    float: none !important;
    padding: 0px;
    position: relative;
    vertical-align: top;
    text-align: left;
    color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li a {
    font-size: 18px;
    display: inline-block !important;
    text-decoration: none !important;  
    color: #fff !important;
    font-family: 'Nunito',sans-serif;
    line-height: 20px;
   padding: 18px 25px 18px 25px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-of-type {
    width: 93%;
    margin: 0 auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover a {
    color: #6996ad !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover {
    background-color: #fff;
    color: #193751;
}


.custom-menu-primary a {
    white-space:  normal !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul>li>ul {
    left: -100% !important;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:hover a {
    color: #193852 !important;
}
}

.module-font-figtree{font-family: "Figtree", serif;font-weight:normal;}
.module-font-figtree h3,
.module-font-figtree .atmc-h4{font-family: "Figtree", serif;font-weight:bold;}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 767px){

  
    /* Menu Reset */
  .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;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    max-width: 100% !important; 
    width: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block;
    /* padding: 19px 42px 19px 26px; */
    padding: 19px 42px 19px 42px;
    color: #fff;
    background-color: #f08a34;
    text-decoration: none;
    line-height: 18px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    height: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover {
    background-color: #fff;
    color: #193751;
}
.custom-menu-primary .hs-menu-wrapper > ul > li  > ul {
    text-align: left;
    overflow: hidden;
    z-index: 10000 !important;
    background-color: #fff;
    width: 100%;
    top: 100%;
    right:  0;
    padding: 0px 0px 76px 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul li a {
   padding: 14px 48px 14px 24px;
  }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li a {
    color: #193751;
    font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    font-size: 18px;
    margin:  0 auto !important;
    width: 100% !important;
    float: none !important;
    padding: 0px;  
    position: relative;
    border-bottom: solid 1px #ececec4a;
    vertical-align: top;
    letter-spacing: 0.8px;
    text-align: left;
    color: #142a40;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-of-type {
    width: 93%;
    margin: 0 auto;
}  
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display:  block;
}
.search-form {
    float:  none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/menu-plus.png);
    background-size: cover;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    text-align: left;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    width: 100%;
    padding: 18px 22px 10px 28px;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li > .child-trigger {
    display:   none !important;
}*/

.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    font-size: 15px;
    text-align: center;
}

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -65px;
    right: 15px;
    left:auto;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    background: #ffffff;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
            background-color: #193852;
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
            background-color: #193852;
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > .child-trigger {
    width:  75px !important;
}
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0;

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

    overflow: visible;
  }

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    padding-bottom: 42px;
}
 
  #searchsubmit {
    margin-bottom:  10px;
}
.child-trigger i, .child-trigger i:after {
    width: 12px;
    height: 2px;
    background-color: #193751;
    display: block;
}

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}


/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

h2.page_heading strong {
    font-weight:  bold;
}

h2.page_heading {
    line-height: 63px;
    font-weight: bold;
    font-size: 35px;
    margin: 0;
    margin-bottom: 0
}

.blog-listing-wrapper .post-listing .post-item {
    width: 49%;
    line-height: 100%;
    margin-bottom: 25px;
    vertical-align: top;
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: inline-block;
}

.post-item-inner {
    position: relative;
    margin: 10px;
    box-shadow: 0px 0px 7px 0px #cccccc;
    margin-top: 2px!important;
    margin-bottom: 5px!important;
}

.post-header-wrap {
    padding: 20px 20px 0px 20px!important;
    text-transform: uppercase;
    font-size: 25px!important;
    background-color: #193852;
    color: #fff;
    line-height: 35px!important;
/*     height: 195px; */
}

.post-header h2 a {
    font-size: 25px;
    color: #fff;
    line-height: 37px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

.date {
    background-color: #193852;
    color: #6996ad;
    padding-left: 20px!important;
    font-size: 16px!important;
    padding-bottom: 15px!important;
    padding: 5px 10px 20px 0 !important;
    font-weight: normal!important;
    line-height: 18px;
    text-transform: none;
}
.post-header h2 {
    margin:  0;
    line-height:  37px;
}
.post-body-content {
    padding: 10px;
    font-size: 16px;
    font-weight:  normal;
    line-height: 27px;
    padding-bottom: 12px;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin:  0;
}

a.more-link {
    text-decoration: none;
    color: #6996ad;
}

#hubspot-topic_data a {
    color: #193852;
    text-decoration:  none;
}

.byline-wrap {
    display:  flex;
    flex-wrap:  wrap;
    align-items:  center;
    justify-content:  space-between;
}

#hubspot-topic_data {
    margin:  0;
}

#hubspot-topic_data:before {
    content: "Categories : ";
    font-size: 16px;
    color: #6996ad;
    padding-right: 3px;
}

.blog-pagination {
    justify-content:  center;
    display:  flex;
    align-items:  center;
    line-height:  normal;
    margin: 30px 0;
}

.blog-pagination a {
    text-decoration: none;
    background: #193852;
    color: #fff;
    padding: 3px 10px;
    font-size: 14px;
    font-family: "Nunito";
    margin: 0 2px;
    display:  inline-block;
    line-height: 19px;
}

.custom-cat ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: disc;
    margin-top: -20px;
}

.custom-cat ul li {
    margin-bottom: 7px;
    list-style-type: none;
    margin-left: 20px;
}

.custom-cat ul  li:nth-child(1) {
    margin-top: 40px;
}

.custom-cat ul li a {
    text-decoration: underline;
    color: #193852;
}

.custom-cat ul li a:before {
    content: ">>";
    margin-right: 5px;
}

span.filter-link-count {
    =: noen
}

.custom-arch ul {
    list-style: none outside none;
    margin:  0;
    padding: 0;
    margin-top:  12px;
}

.custom-arch ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
    margin: 1px 0;
    padding: 0;
    border: none;
}

.custom-arch ul li a {
    font-size: 20px;
    color: #193852;
    text-decoration: none;
    text-decoration: none;
    font-weight: bold;
}

.custom-arch ul li a:before {
    content:  "";
    width: 26px;
    height: 24px;
    margin-top: 3px;
    display: block;
    background-color: transparent;
    background-image: url(//4352717.fs1.hubspotusercontent-na1.net/hubfs/4352717/DCI%20Consulting/Img/toggler_big.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display:  inline-block;
    vertical-align: top;
}

.custom-arch ul li a span {
    display:  none;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */


/* Blog Commments */
#comments-listing {
   border: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;
}
.comment.depth-0 {
   border-bottom: 1px solid #000 !important;
   border-top: medium none !important;
   margin: 0 10px 10px !important;
   padding: 0 15px !important;
}
.comment-body {
   border-bottom: medium none;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   text-align: left;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  /*float: left;*/
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
div#captcha_wrapper {
    overflow:  auto;
}

.hs-blog-post .body-container {
    margin:  0;
}

.content-date {
    color: #5ac0de;
    font-weight: bold;
}

.section.post-header h1 {
    line-height: 40px;
    font-size: 32px!important;
    padding: 20px 0px;
    font-weight: bold;
    color: #193852;
    display: block;
    text-align: center!important;
    margin-bottom: 30px;
}

.tagss {
    color: #424242;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -4px;
}

.share {
    display:  flex;
    align-items:  center;
}

.share h2 {
    padding-right: 10px;
    font-weight:  400;
    color:  #193852;
    font-size: 18px;
}

.about-author-sec.cat {
    margin: 57px 0px 13px 0px;
    font-size: 17px;
    color: #424242;
    font-weight: bold;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0px;
}
.author-item {
    display:  flex;
}
.post-byline-wrap {
    margin-top: -9px;
}

.cat {
    margin-bottom: 20px;
}
.author-item img {
    width:  30px;
    height:  30px;
    margin-right: 20px;
}

.custom-author a{
    font-size: 15px;
    width: 80%;
    padding-bottom: 5px;
    text-decoration:  none;
    color: #193852;
    font-weight:  600;
}
.hs-blog-post .banner {
    display:  none;
}
.author-item {
    padding-top:  10px;
}
.custom-author ul {
    margin:  0;
    padding:  0;
    list-style:  none;
    margin-top: 10px;
}
.cat a {
    text-decoration:  underline;
    font-size: 13px!important;
    color: #193852!important;
    font-weight: bold!important;
}
.related-post h2 {
    margin:  0;   
      letter-spacing: 1px;
    font-size: 30px;   
    color: #6996AD;
    text-align: center;
    font-weight:  400;
    margin-bottom: 10px;
}

.related-post p {
    margin:  0;
      letter-spacing: 1px;
    text-align:  center;
    line-height:  25px;
    color:  #142a40;
}

.related-post-title-con {
    width: 75%;
    margin: 20px auto 45px auto;
    text-align: center;
    line-height: 1.4;
}
.form-header h2 {
    margin:  0;
    font-size: 48px;
    margin-bottom: 5px;
    font-weight:  400;
    color: #193852;
}

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

.form-header p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    color: #6996AD;
  
    max-width: 100%;
    width: 430px;
    margin-bottom: 30px;
}
.hs-blog-listing .form-header {
    display:  none;  
}

.hs-blog-post .blog-content {

    padding-left: 1%;
    padding-right: 1%;
}

.hs-blog-post .blog-sidebar {

    padding-left: 1%;
    padding-right: 1%;
 
}

.hs-blog-post .body-container-wrapper { 
    margin-top: 20px;    
}  
.related-post-item-wrap {
    font-size: 18px;
    letter-spacing: 1px;
    color: #142a40;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: normal;
    text-align:  center;
}

.related-post-item {
    position: relative;
    width: 23%;
    margin-bottom: 25px;
    float: left;
    margin: 1%;
    overflow: hidden;
    background-color: #193852;
    background-size: auto 120%;
    background-position: center;
    transition: all 0.5s;
    min-height: 320px;
}

.related-title {
    text-align: left;
    padding: 10px 7px 0px 8px;
}

.related-bottom {
    bottom: 0px;
    width: 93%;
    position: absolute;
    left: 3%;
}

.related-title a {
    color: white;
    display:  block;
    margin:  0;
    font-size: 1.4em;
    line-height: 1.4;
    letter-spacing: -0.7px;
    color: #ffffff;
    text-decoration:  none;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

.news-date {
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 3.5px;
    color: #6996AD;
    float: left;
}

span.related-read img {
    vertical-align: middle;
    float: right;
}

.related-post-item-wrap:after {
    content:  "";
    clear:  both;
    display:  block;
}

.form-header {
    margin-bottom: 15px;
    margin-top: 40px;
    text-align: center;
}
.blog-pagination a:hover,.blog-pagination a.active {
    opacity: 0.6;
}

.blog-pagination a.active {
    cursor:  text;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow:  auto;
    overflow-y:  hidden;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    width: 100%;
      padding: 5px 4px;
    letter-spacing: normal;
      border: none;
    border-bottom: 4px solid #193852;
    max-width: 700px;
    display: block;
    font-weight: 600;
    font-size: 16px!important;
   margin-bottom: 50px;
  
  font-family:Nunito;
}
.body-container .hs-input.invalid.error {
    margin-bottom:  10px;
}
.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {}

.body-container .blog-sidebar-search{margin-bottom: 30px!important;margin-top: 65px;}
.body-container .blog-sidebar-search input[type="search"]{border: 4px solid #193852;min-height: 50px;padding: 0 15px;}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{
    color:Red;
}
ul.hs-error-msgs.inputs-list {
    padding-left:  0;
    list-style:  none;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


.blog .body-container .custom-google .hs-input::-webkit-input-placeholder {
    font-weight: normal;
    font-family:Open Sans;
    color:#aaa!important;
    text-shadow:0 0 0 rgba(255,255,255,0);
}
.blog .body-container .custom-google .hs-input:-moz-placeholder {
    font-weight: normal;
    font-family:Open Sans;
    color::#aaa !important;
    text-shadow:0 0 0 rgba(255,255,255,0);
}
.blog .body-container .custom-google .hs-input::-moz-placeholder{
    font-weight: normal;
    font-family:Open Sans;
    color:#aaa !important;
    text-shadow:0 0 0 rgba(255,255,255,0);
}
.blog .body-container .custom-google .hs-input:-ms-input-placeholder {
    font-weight: normal;
    font-family:Open Sans;
    color:#aaa !important;
    text-shadow:0 0 0 rgba(255,255,255,0);
}
.body-container #email-prefs-form .email-edit {
    width:  100% !important;
    max-width:  700px !important;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}
/* ==========================================================================
    Webinar page CSS                                      
   ========================================================================== */
.webinar-section .container {
    max-width: 1206px !important;
}

.webinar-column {
    padding: 20px 0 30px;
}

.eventsSection {
    padding: 30px 0;
    border-bottom: 2px solid #d8d8d8;
}

.eventTitle, .eventDateTime {
    font-weight: 700;
    font-size: 20px;
    color: #6996ad;
    letter-spacing: -.2px;
}

.eventTitle a {
    text-decoration: none;
    color: #193852;
}

.eventexcerptDesc a.readLink {
    font-size: 16px!important;
    color: #03aae3!important;
    font-style: italic!important;
    /* visibility: hidden; */
    text-decoration: none;
    font-weight: 300;
}

/* ==========================================================================
   7. BUTTONS                                        
   ========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
      border: none;
    padding: 14px 90px;
    background: #193852;
    text-transform: uppercase;
    font-size: 16px !important;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
  display:inline-block;
      line-height: normal;
  white-space:normal
}

 .hs-form{  
        margin-bottom:25px;
    }
.body-container .custom-google .hs-button {
    padding: 0 !important;
    background: none;
    position:  absolute;
    right:  0;
    top: 0;
}
.custom-stay .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow:  auto;
    overflow-y:  hidden;
}
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}

.widget-type-blog_comments .hs-button {
    margin-top: 16px  !important;
}

.blog .body-container .custom-google .hs-input {
font-weight: normal;
    font-family: Open Sans;
    color: #000 !important;
    font-size: 21px !important;
    line-height: 31px !important;
    text-shadow: 0 0 0 rgba(255,255,255,0);
    padding: 0 5px;
    margin: 0;
    border-bottom: 3px solid #193852;
    outline: 0;
}



.blog-box h3,.custom-stay.blog-box h2 {
    font-weight: bold;
    border-bottom: 3px solid #193852;
    font-size: 21px;
    color: #424242;
    margin:0;
    padding-bottom: 2px;
}

.body-container .custom-stay .hs-input {
    margin:  0;
    padding: 14px 14px;
    font-size: 18px !important;
  font-weight: 400;
    border: 1px solid #ccc;
    letter-spacing: normal;
    margin-bottom:  16px;
}

.custom-stay .hs-form-field > label {
    display:  none;
}
.custom-google .hs-button svg {
    fill: #363636;
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block;
}


.body-container .custom-google .input {
    position:  relative;
}

.blog-box {
    margin-bottom:  45px;
}

.custom-stay .hs-button {
    margin-top: 16px;
}
.custom-bottom-form {
    margin-bottom:  20px;
}
.custom-stay.blog-box p {
    padding-top: 32px;
    margin: 0;
    font-size: .813em;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 16px;
}
.custom-google .hs-form {
    margin-bottom:  0;
}
.custom-stay.blog-box h3 {
    display:  none;
}

.blog .body-container .custom-bottom-form .hs-button {
    border-radius: 5px;
    background-color: #193852;
    padding: 10px 46px;
    font-size: 14px !important;
    text-align: center;
    color: #ffffff;
    border: 0px;
    text-transform:  none;
    margin-top: 16px !important;
}
.custom-bottom-form {
    margin-bottom:  20px;
}
.custom-author a span {
    display:   none;
}

.custom-bottom-form .hs-form-field > label {
    display:  none;
}

.custom-bottom-form form {
    max-width: 100%;
    max-width: ;
    text-align: center;
    width: 300px;  
    margin: 0 auto;
}    
   
.custom-bottom-form form .hs-input  {
    text-align: center;
    color: #bbbbbb;
    margin-bottom: 22px;
    font-family: inherit;
    padding: 8px 80px;
}

.custom-bottom-form  .grecaptcha-badge {
    margin:  0 auto;
}



/* ================== Search Css Start ================*/      

.custom_search input.hs-search-field__input {
    border: none;
    padding-left: 35px;
    min-height: 30px;
    color: #193852;
    line-height: 17px;
    font-size: 17px;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
}
input[type="text"].hs-search-field__input::-moz-placeholder{
    color: #193852;
    line-height: 17px;
    font-size: 17px;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
 } 
input[type="text"].hs-search-field__input:-ms-input-placeholder{
    color: #193852;
    line-height: 17px;
    font-size: 17px;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
 }       
input[type="text"].hs-search-field__input:-moz-placeholder{
    color: #193852;
    line-height: 17px;
    font-size: 17px;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
 }      
input[type="text"].hs-search-field__input::-webkit-input-placeholder{
    color: #193852;
    line-height: 17px;
    font-size: 17px;
    font-family: 'Nunito',sans-serif;
    font-weight: 700;
   }
.custom_search form {
    position: relative;
    margin-top: -9px;
    margin-left: 10px;
}     
.custom_search form::before {
    content: '\f002';
    font-weight: bold;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 10px;
    top: 4px;
} 
.custom_search input.hs-search-field__input:focus {
    outline: 0;
} 
.custom_search .hs-search-field__suggestions a {
    text-decoration: none;
}
.custom_search .hs-search-field--open .hs-search-field__suggestions {
    border: 1px solid #193852;
    text-align: left;
    padding: 8px;
    font-size: 13px;
    position: absolute;
    background-color: #fff;
    min-width: 190px;
    z-index: 9;
}      
      
.span8.widget-span.widget-type-cell.menu-right {
    width: calc(97.25% - 111px);
}
      
.span4.widget-span.widget-type-cell.custom_search {
    max-width:100px;
} 
.custom-phone p {
   padding-right: 15px;
}      
/* ================== Serach Css End ================*/ 


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

.custom-logo a{margin:0px!important;}
.custom-phone p a {display: inline-block!important;color: #193852!important;text-decoration: none!important;}
.custom-menu-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{padding:0px!important;}
.custom_search input.hs-search-field__input{padding:0px 0px 0px 35px;} 
.resources-item .thumb a:hover{background-color:rgba(25,56,82,0.7);}
.resources-item .content-wrapper .tags-wrapper .tag {color: #193852;border: 1px solid #193852;}
.resources-item .more-link {color: #193852;}
.box ul li:not(:first-of-type) a{overflow:visible;padding:0px;}
.dynamic-filterings .input-search-wrapper::before{color: #193852;}
.custom-form .hs_submit{display:block;}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a{padding:0px;}
.dynamic-filterings div.inner-wrapper .select-tags-wrapper label{padding-left:0px;}


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
.data-driven-module {
    position: relative;
}

.data-driven-module a.data-driven-module-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1300px) {
  .banner-bottom-title .banner h1{padding:24px 20px 20px 20px;border-radius: 18px;font-size:34px;bottom:-39px;}
}

@media (max-width: 1200px) {
  
.custom-footer {
    padding: 40px 10px 10px 10px;
}
  .related-post-item {
    width: 48%;
    max-height: 200px;    
}
  .banner-bottom-title .banner h1{padding:21px 18px 18px 18px;border-radius:16px;font-size:31px;bottom:-35px;}
  
}

@media (max-width: 991px) {
  .banner-bottom-title .banner h1{padding:18px 16px 16px 16px;border-radius:14px;font-size:28px;max-width:60%;width:100%;bottom:-31px;}
}

@media (max-width: 992px) and (min-width:768px) {
  
      
    .custom-stay .hs-button {
    padding: 14px 60px !important;   
}
}

/* =============== Screen sizes smaller than .page-center =============== */


@media (max-width: 992px) {

.custom-header {
    padding: 10px 0px 15px 0px;
    text-align:  center;
}
.custom-logo img {
    margin-bottom:  -4px;
}
/*.custom-logo {
    width:  100% !important;
}*/

/* .custom-header-right {
    width: 100% !important;
    margin-left:  0 !important;
    text-align: center;
    text-align: center;
    margin-top: 16px;
} */

.custom-menu-top .hs-menu-wrapper > ul >li {
    margin: 0px 10px 0px 10px;
}


.custom-phone p {
    margin-bottom: 15px;
}


  
  .box {
    width:  50% !important;
}
.box:nth-child(2n) {
    border-right: none;
    margin-bottom: 20px;
}

.custom-form .grecaptcha-badge {
    margin: 0 auto;
}

.custom-foot-logo.box {
    width:  100% !important;
    text-align:  center;
    border: 0;
}

.custom-foot-logo.box img {
    width: 15%!important;
}
  .custom-menu-primary .hs-menu-wrapper > ul {
    flex-wrap:  wrap;
    display:  block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    flex: unset;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 18px;
    font-size: 15px;

}
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100% !important;
    margin: 0 !important;
   }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
   .blog-listing-wrapper .post-listing .post-item {
    width:  100%;
}
  .related-post-item {
    width:  100%;
}
  .blog .blog-sidebar {
    padding-bottom: 50px;
}

  .blog .body-container-wrapper {
    margin-bottom:  0;
}
  .custom-phone p {
    margin-bottom: 9px;
}
  .box {
    width: 100% !important;
    border-right: none !important;
    border-bottom: solid 1px #4e5054; 
}
  .hs-blog-post .body-container {
    margin-bottom: 60px;
}
  .hs-blog-post .blog-sidebar {
    margin-top: 36px;
}
.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
      padding: 14px 20px;
  }
.custom-foot-logo.box img {
      width: 20%!important;
    margin-bottom: 18px;
}   
  .content-date {
    margin-top: -20px;
}
.body-container-wrapper {
    margin: 0 28px 0 28px;
    padding: 20px 0px 30px 0px;
      margin-bottom: 50px;
}
  
  .custom-header-right {
    margin-top: 6px;
}  
.body-container {    margin: 0 -5px;}   

.post-item-inner {
    margin:  0;
}

h2.page_heading {
     margin-left: -10px;
    margin-top: 35px;
}
.custom-menu-top .hs-menu-wrapper > ul >li ul {
    width:  100% !important;
}

.custom-menu-top .hs-menu-wrapper > ul >li {
    position:  static !important;
}
.custom-menu-top .hs-menu-wrapper {
    display:  flex;
    justify-content:  center;
}

.custom-menu-top .hs-menu-wrapper > ul >li:first-of-type ul {
    left:  0 !important;
}

.custom-menu-top .hs-menu-wrapper > ul {
    width:  auto;
}
  
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  > .child-trigger i {
    display:  none;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li  > .child-trigger i {
    display:  none;
}


   .custom-menu-primary .child-trigger{
      border-left: 0 !important;
    }
.custom-menu-primary .hs-menu-wrapper>ul {
    display: block !important;
}
  .child-trigger{
        right: 5px;
  }
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding-bottom: 0;
}
  .banner-bottom-title .banner h1{padding:16px 15px 15px 15px;font-size:25px;bottom:-27px;}
}  


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 544px) {
  
 .body-container-wrapper {
    padding: 20px 10px 30px 10px;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > .child-trigger {
    width: 55px !important;
    min-width:  unset !important;
}
  .banner-bottom-title .banner h1{max-width:80%;}
}

@media (max-width: 479px) {
.custom-menu-top .hs-menu-wrapper > ul >li {
    width: auto;
}
.custom-menu-top .hs-menu-wrapper > ul >  li {
    margin:  0 5px;
}

}

@media (max-width: 359px) {
  
  .custom-menu-top .hs-menu-wrapper > ul  li a {
    font-size:  15px;
    line-height: 15px;
}
.custom-menu-top .hs-menu-wrapper > ul >li ul,.custom-menu-top .hs-menu-wrapper > ul >li:first-of-type ul {
    left: 10% !important;
    right: 10% !important;
    width:  auto !important;   
}

}

@media screen and (max-width:1200px){    
 .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) .hs-menu-children-wrapper {
    right:24.2% !important;
    top: 72px;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) 
.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children:nth-child(1) .hs-menu-children-wrapper,
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(4) 
.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children:nth-child(2) .hs-menu-children-wrapper{
    left: -100%; !important;
}      
.custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-child(5) .hs-menu-children-wrapper {
    right: 7.5% !important;
    top: 72px;
} 
}
@media screen and (min-width:992px) and (max-width:1200px){      
.menu-right .custom-menu-top .hs-menu-wrapper>ul>li {
    margin-left:13px;
}
input[type="text"].hs-search-field__input::-moz-placeholder{
    font-size:16px;
 } 
input[type="text"].hs-search-field__input:-ms-input-placeholder{
   font-size:16px;
 }       
input[type="text"].hs-search-field__input:-moz-placeholder{
   font-size:16px;
 }      
input[type="text"].hs-search-field__input::-webkit-input-placeholder{
    font-size:16px;
   }
.menu-right .hs-menu-wrapper>ul>li {
     font-size: 16px;
}
.custom_search input.hs-search-field__input {
    font-size: 16px;
}
.custom_search form {
   margin-left: -5px;
}  
}  

.visually-hidden,
.show-small,
.show-medium{display:none!important}
.show-large{display:block!important}

@media screen and (max-width: 992px){
  .show-large{display:none!important;}
  .show-medium{display:block!important;}
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: flex !important;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100% !important;
    margin: 0 !important;
   }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px;
  }
  .custom_search form, .custom_search {
    margin-left: 0 !important;;
  }

 }

@media screen and (min-width:767px) and (max-width:992px){
/* .custom-header-right {
    max-width: 100%;width:100%;
    margin: 16px auto 0 !important;
    float: none !important;
}
.custom-logo {
    float: none !important;
} */ 
}
@media screen and (max-width:992px){
  .custom-header{padding:10px 15px!important;}
  .custom-logo {max-width:180px!important;width:100%!important;}
  .custom-header-right {max-width: calc(100% - 180px - 20px)!important;margin-left:20px!important;width:100%!important;}
  .custom-phone p{font-size:16px;}
  .custom-menu-top{padding-top:3px;}
  .custom_search,  .menu-right{padding-top:15px;}
  .custom-menu-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
  .custom_search input.hs-search-field__input, .custom_search input:not([type=checkbox]):not([type=radio]):not([type=submit]),
  .custom_search .hs-input, .custom_search .hs-search-field__input,
  .custom_search form::before{font-size:14px!important;line-height: 17px;}
  .custom_search form::before{top:10px;}
 .menu-right .custom-menu-top .hs-menu-wrapper>ul>li {margin:0 8px;height:30px!important;}
  .custom-menu-top .hs-menu-wrapper > ul >li.hs-item-has-children{padding-right:20px}
  
  input[type="text"].hs-search-field__input::-moz-placeholder{line-height: 14px;font-size: 17px;}
  input[type="text"].hs-search-field__input:-ms-input-placeholder{line-height: 14px;font-size: 17px;}
  input[type="text"].hs-search-field__input:-moz-placeholder{line-height: 14px;font-size: 17px;}
  input[type="text"].hs-search-field__input::-webkit-input-placeholder{line-height: 14px;font-size: 17px;}
  
  .body-container .blog-sidebar-search {
    margin-bottom: 0px!important;
    margin-top: 20px;
  }
  .blog-section h2.page_heading{margin-top:0;}
  
}



@media only screen and (max-width: 767px){
  .show-large,
  .show-medium{display:none!important;}
  .show-small{display:block!important;}
  
  .custom-logo {max-width:100%!important;}
  .custom-logo img{max-height:60px;}
  .custom-header-right {max-width:100%!important;margin-left:0!important;}
  .custom-header{padding-bottom:0;}
  .custom-phone{text-align:center;margin-top:8px;}
  
    .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block !important;
  }
  .custom_search form {
    max-width:150px;
    margin: 0 auto 15px 15px !important;
    float: none !important;
}  
.custom_search .hs-search-field {
    margin-top: -14px;
}
.custom_search .hs-search-field--open .hs-search-field__suggestions {
   min-width: 100%;
   top: 30px;
}  
  
.span4.widget-span.widget-type-cell.custom_search {
    max-width: 100%;
}  
  
.span8.widget-span.widget-type-cell.menu-right {
    width: 100%;
}  
  
  .custom-social.box .award-logo-footer{padding:30px;}
 }

@media only screen and (max-width: 424px){
  .custom-menu-top .hs-menu-wrapper > ul >li.hs-item-has-children{padding-right:15px;}
  .custom-menu-top .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, 
  .custom_search input.hs-search-field__input, 
  .custom_search input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
  .custom_search .hs-input, .custom_search .hs-search-field__input, .custom_search form::before{font-size:12px!important;}
}