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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,400,400i,700,700i');
/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
    font-family: "WeissenhofGrotesk-Bold";
    font-style: normal;
    font-weight: 400;
    src: url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Bold.eot#iefix") format("embedded-opentype"), 
    url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Bold.woff") format("woff"), 
    url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "WeissenhofGrotesk-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Regular.eot#iefix") format("embedded-opentype"), 
    url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Regular.woff") format("woff"), 
    url("//3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Mch%20January2018/Fonts/WeissenhofGrotesk-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("https://3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Poppins/Poppins-Regular.eot") format("embedded-opentype"), 
    url("https://3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Poppins/Poppins-Regular.woff2") format("woff2"), 
    url("https://3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Poppins/Poppins-Regular.woff") format("woff"), 
    url("https://3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/Poppins/Poppins-Regular.ttf") format("truetype");
}
/* 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 */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    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; }



/* ==========================================================================
   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;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
} 

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #37393b;
    font-family: 'Poppins' ,Roboto,Arial,sans-serif;
    line-height: 1.6;
    font-size: 1.2rem;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 102.5rem;
    margin: 0 auto;
    position: relative;
}


/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #000000;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #000000;
    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:0 0 15px;
    text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: 'Poppins',serif;
    font-weight: 700;
    line-height: 1.2;
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
}
h2 {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;  
    text-transform: uppercase;   
    /*font-style: italic;*/
    line-height: 1.2;
    color: #000000;
}
h3 {
    color: #00a7e7;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;    
    font-style: normal;
    line-height: 1.2;
}
h4 {
    font-family: 'Poppins',Roboto,Arial,sans-serif;
    font-weight: 400;
    color: #000000;
    font-style: normal;
    line-height: 1.2;
    font-size: 1.875rem;
}
h5 {
    font-size: 1.575rem;
}
h6 {
    font-size: 1.75rem;
}

/* Anchor Links */
a { 
    transition: color .3s;
    color: #00a8e4;
    text-decoration: none;
}
a:hover, a:focus { 
    color: #00a8e4;
    text-decoration: none;
}

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


/* =============== 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 {}


/* ==========================================================================
   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-wrapper .page-center {
    max-width: 100% !important;
}
.header-container {}


.custom-header {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.25s;    
}

.custom-inner-header {
    min-height: 6.0625rem;
    transition: height 0.25s;
    position: relative;
}

.custom-inner-header:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: linear-gradient(to right,#b8d344,#0aaecd) 0 100%;
}

.blog .custom-inner-header:before {
    display: none !important;
}

.custom-inner-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-footer .page-center {
    max-width: 100% !important;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.header-container-wrapper .page-center .row-fluid-wrapper {
    width: 100% !important;
}

.header-container-wrapper .page-center .row-fluid {
    width: 100% !important;
}

.logo-links {
    transition: width .25s,background-color .25s;
    background-color: #000000;
    width: 6.0625rem;
    display: block;
    text-align: center;
    padding: 26.5px 0 27px;
    float: left;
}

.btn-menu-open {
    width: 6.0625rem;
    background-color: #fff;
    text-align: center;
    float: left;
    position: relative;
    min-height: 97px;
    cursor: pointer;
}

.btn-menu-open:hover, .menu-open .btn-menu-open {
    background-color: #00a8e4;
}

.btn-menu-open > div {
    height: .90625rem;
    display: block;
    padding: 37px 38px 57px 38px;
}

.menu-open .btn-menu-open > div {
    padding: 37px 38px 57px 40px;
}

.btn-menu-open > div span {
    position: relative;
    left: 0;
    display: block;
    height: .0625rem;
    transition: all .25s,background-color .25s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    background-color: #37393b;
    height: .125rem;
    top: 0;
}

.btn-menu-open:hover > div span {
    background-color: #fff;    
}

.btn-menu-open > div span:nth-child(1) {
    width: 1.25rem;
    top: 4px;
}

.btn-menu-open > div span:nth-child(2) {
    top: 11px;
    width: 1.125rem;
}

.btn-menu-open > div span:nth-child(3) {
    top: 1.0625rem;
    width: 1.375rem;
}

.custom-inner-links {
    margin: 0 !important;
    float: right !important;
    width: auto !important;
    position: relative;
}

.search-wrap {
    display: none;
    position: absolute;
}

.form-open .search-wrap {
    display: block;
    position: relative;
    top: 0;
    right: auto;
    width: auto;
    transition: background-color .25s;
    background-color: #fff;
    overflow: visible;
    height: 100%;
    margin-top: -97px;
}

.open-search {
    font-size: 1.4375rem;
    width: 6.0625rem;
    color: #37393b;
    background-color: #fff;
    transition: all .25s;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(144,144,144,.2);
    min-height: 97px;
    cursor: pointer;
}

.search-wrap .form-group {
    overflow: hidden;
    margin: 0;
}

.icon-search:before {
    content: '\e802';
}

.search-wrap .form-group > div {
    display: block;
    float: left;
    padding: 0 .625rem 0 2.5rem;
    padding-top: 29px;
    padding-bottom: 30px;
}

.search-wrap form#searchform {
    position: relative;
}

.icon-search:before {
    content: '\e802';
}

.open-search span.icon-search {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-inner-links ul > li > a.email {
    font-size: 1.4375rem;
    width: 6.0625rem;
    color: #37393b;
    background-color: #fff;
    display: block;
    margin-right: 6.0625rem;
    min-height: 97px;
}

.custom-inner-links ul > li > a:hover {
    color: #fff;
    background-color: #00a8e4;
}

.icon-mail:before {
    content: '\e800';
}

.custom-inner-links ul > li > a.email .icon-mail {
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 31px;
}   

.custom-social-links address {
    margin-bottom: 2.1875rem;
    display: block;
    max-width: 10.625rem;
    overflow: hidden;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

.custom-social-links address strong {
    font-style: normal;
    font-family: 'Poppins',sans-serif;
    color: #000000;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.0625rem;
    display: block;
    float: none;
    width: auto;
    margin-bottom: .625rem;
    padding: 0;
}

.custom-social-links address > div span {
    font-size: .8125rem;
    line-height: 1.1875rem;
    margin-bottom: .4375rem;
    display: block;
    color: #232323;
}

.custom-social-links ul {
    text-align: left;
    margin: 0;
    line-height: 1.875rem;
    padding: 0;
    list-style: none;
}

.custom-social-links ul > li {
    font-size: 1.375rem;
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
    position: relative;
    margin: 0 .75rem 0 0;
}

.custom-social-links ul > li > a {
    font-size: 1.125rem;
    transition: color .25s;
    color: #25255c;
}

.custom-social-links ul > li > a:hover {
    color: #00a8e4;
}

.custom-social-links {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 2.6rem 2.9375rem;
}


/*.custom-social-links .cell-wrapper.layout-widget-wrapper {
    position: absolute;
    bottom: 0;
    top: auto;
    bottom: 4rem;
    left: 0;
    padding: 2.6rem 0rem;
}

.custom-social-links {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    padding: 2.6rem 2.9375rem;
    height: 90vh;
}*/

.overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: auto;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.5);
}

a.btn-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%!important;
    cursor: pointer!important;
    border: none;
    background: 0 0!important;
    font-size: 1.4375rem;
    width: 6.0625rem;
    color: #37393b;
    padding-top: 48px;
    padding-left: 38px;
}

.search-wrap input[type="text"] {
    font-size: 1.25rem;
    width: 31.25rem;
    height: 6.0625rem;
    padding: 0 6.0625rem 0 0;
    float: left;
    transition: all .25s;
    color: #000000;
    border: none;
    background: 0 0;
}

.search-wrap input[type="text"]:focus {
    outline: none;
}

a.btn-close span {
    width: 1.3125rem;
    height: .125rem;
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: #000;
    display: block;
    transition: background-color .25s;
    line-height: 1;
    font-size: .875rem;
}

a.btn-close span:after {
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: #000;
    width: .9375rem;
    width: 1.3125rem;
    height: .125rem;
    top: 0;
    position: absolute;
}

.search-wrap input#searchsubmit {
    position: absolute;
    left: 0;
    height: 97px;
    top: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    color: transparent;
    min-width: 65px;
}

.search-wrap input#searchsubmit:focus {
    outline: none;
}

.logo-links img {
    max-width: 66px;
}
/*
.fixed .logo-links img {
    max-width: 37px;
}


.fixed .logo-links {
    width: 3.75rem;
    background-color: #37393b;
    padding: 7px 0 18px;
} */

.fixed .btn-menu-open {
    width: 3.75rem;
    min-height: 60px;
}

.fixed .btn-menu-open > div {
    padding: 19px 20px 20px;
}

.fixed .open-search {
    min-height: 59px;
    width: 3.75rem;
}

.fixed .open-search span.icon-search {
    padding-top: 11px;
    padding-bottom: 11px;
}

.fixed .custom-inner-links ul > li > a.email {
    min-height: 60px;
    margin-right: 3.75rem;
    width: 3.75rem;
}

.fixed .custom-inner-links ul > li > a.email .icon-mail {
    padding-top: 11px;
    padding-bottom: 13px;
}

.fixed .custom-menu-primary {
    top: 60px;
}

.search-wrap .form-group .icon-search {
    font-size: 1.4375rem;
}

.form-open.fixed a.btn-close span, .form-open.fixed a.btn-close span:after {
    background-color: #fff;    
}

.form-open.fixed a.btn-close {
    padding-top: 66px;
    padding-left: 57px;
}

.form-open.fixed .search-wrap input[type="text"] {
    height: 3.75rem;
    padding-top: 68px;
    padding-bottom: 29px;
    width: 29.375rem;
    color: #fff;
}

.form-open.fixed .search-wrap .form-group .icon-search {
    color: #fff;
}

.form-open.fixed .search-wrap .form-group > div {
    padding: 0 .625rem 0 1.25rem;
    padding-top: 48px;
    padding-bottom: 0;
}

.form-open.fixed .search-wrap {
    background-color: #37393b;
}

.search-wrap .form-group > div {
    display: block;
    float: left;
    padding: 0 .625rem 0 2.5rem;
    padding-top: 34px;
    padding-bottom: 27px;
}

.form-open.fixed .search-wrap .form-group > div {
    padding: 0 .625rem 0 1.25rem;
    padding-top: 52px;
    padding-bottom: 0;
}





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

.body-container-wrapper {}
.body-container {}

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


.custom-body {
    padding-bottom: 40px;
    padding-top: 100px;
}

.custom-body .page-center {
    max-width: 75.625rem !important;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin: 0 auto !important;
    float: none !important;;
}

.banner-section {
    min-height: calc(100vh - 550px);
    background-size: cover;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    width: 100%;
    margin-top: 0px;
}

.banner-warpper {
    position: relative;
}

.banner-bottom-bg {
    padding: 25px 0;
    background: linear-gradient(to right,rgba(42,81,163,.8),rgba(26,162,220,.8));
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.banner-bottom-bg .title {
    max-width: 75.625rem;
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin: 0 auto;
}

.banner-bottom-bg h1 {
    margin: 30px 0;
    font-family: 'Poppins',serif;
    font-weight: 700;
    line-height: 1;
    font-size: 3.75rem;
    color: #fff;
}

.banner-bottom-bg h2 {
    line-height: 1;
    display: block;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.125rem;
    font-style: normal;
    margin: 0;
    font-weight: 400;
}



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

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

.custom-footer {
    padding: 1.45rem 1.125rem 1.60rem;
    background: #000000;
}

.custom-footer .page-center {
    max-width: 100% !important;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.custom-footer .page-center .row-fluid-wrapper {
    width: 100% !important;
}

.custom-footer .page-center .row-fluid {
    width: 100% !important;
}

.custom-copyright {
    max-width: 49.66667%;
    -ms-flex: 0 0 49.66667%;
    flex: 0 0 49.66667%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.375rem;
    color: #fff;
    width: 100% !important;
}

.custom-back-to-top {
    padding-right: .9375rem;
    padding-left: .9375rem;
    margin: 0 !important;
    text-align: center;
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 100% !important;
    line-height: 30px;
    position: relative;
    top: 1px;
}

.custom-right-links {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    text-align: right;
    margin: 0 !important;
    width: 100% !important;
}

.custom-copyright p {
    margin: 0;
    margin-right: 0rem;
    display: inline-block;
}

.custom-copyright ul {
    display: inline-block;
    margin: 0;
    padding:0;
    list-style: none;
    position: relative;
    top: 5px;
}

.custom-copyright ul > li {
    margin: 0px 0.875rem 0px 0px;
    line-height: 1.875rem;
    display: inline-block;
    vertical-align: top;
}

.custom-copyright ul > li:first-child {
    margin-right: 11px;
}

.custom-copyright a {
    color: #fff;
    text-decoration: none;
}

.custom-copyright a:hover {
    color: #fff;
    text-decoration: none;
}

.back-to-top {
    color: #fff;
    letter-spacing: 2px;
    font-size: .875rem;
    line-height: 1.75rem;
    transition: color .25s;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Poppins',Roboto,Arial,sans-serif;
}

.back-to-top:hover {
    color: #fff;
}

.back-to-top span {
    font-size: .6875rem;
    margin-left: .3125rem;
}

[class*=' icon-']:before, [class^=icon-]:before {
    font-family: fontello;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    width: 1em;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up:before {
    content: '\f176';
}

.custom-right-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
}

.custom-right-links ul > li {
    margin: 0 .75rem 0 0;
    line-height: 1.875rem;
    display: inline-block;
    font-size: 1.375rem;
}

.custom-right-links ul > li:last-child {
    margin: 0;
}

.custom-right-links ul > li > a {
    color: #fff;
    transition: color .25s;
    font-size: .9375rem;
}

.icon-facebook-official:before {
    content: url(https://3971121.fs1.hubspotusercontent-na1.net/hub/3971121/hubfs/facebook-01.png?height=30&upscale=true&name=facebook-01.png);
}

.icon-linkedin:before {
    content: url(https://3971121.fs1.hubspotusercontent-na1.net/hub/3971121/hubfs/linkedin-1.png?height=30&upscale=true&name=linkedin-1.png);
}

.icon-twitter:before {
    content: url(https://3971121.fs1.hubspotusercontent-na1.net/hubfs/3971121/x-logo-white.png?height=30&upscale=true&name=Twitter-01.png);
}

.icon-instagram:before {
    content: url(https://3971121.fs1.hubspotusercontent-na1.net/hub/3971121/hubfs/instagram-01.png?height=30&upscale=true&name=instagram-01.png);
}

.icon-pinterest-circled:before {
    content: '\f0d2';
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


/* =============== Custom Menu Primary =============== */
.custom-menu-primary {
    top: 6.0625rem;
    width: 18.125rem !important;
    position: fixed;
    border-bottom: none;
    left: 0;
    transition: -webkit-transform .25s ease-in-out,top .25s,min-height .25s;
    transition: transform .25s ease-in-out,top .25s,min-height .25s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    height: 100vh;
    overflow: auto;
}

.menu-open .custom-menu-primary {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.custom-menu-primary-inner {
    height: calc(100vh - 97px);
    min-height: .0625rem;
    padding: 3.1875rem 2.9375rem;
    position: relative;
}

/* Parent List */
.custom-menu-primary .hs-menu-flow-horizontal > ul {
    display: block;
    padding: 0 0 1.25rem;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li {
    float: none !important;
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
    font-family: 'Poppins',sans-serif;
    transition: color .25s;
    color: #232323;
    font-size: 1.5625rem;
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li > a:hover, 
.custom-menu-primary .hs-menu-flow-horizontal > ul > li.active > a{
    color: #00a8e4;
    text-decoration: none;
}

.menu-open .btn-menu-open > div span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-open .btn-menu-open > div span:nth-child(1) {
    width: 1.5rem;
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-open .btn-menu-open > div span:nth-child(3) {
    top: 17px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 1.5rem;
}

.menu-open .btn-menu-open > div span {
    background: #fff;
}

/* 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: none !important;
    width: auto !important;
}




/* 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;
    }
    
    .custom-mobile-search {
        display: none !important;
    }
}


/* ==========================================================================
   5.  Landing Pages
   ========================================================================== */









/* ==========================================================================
   6. 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 {}


/* =============== 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 Post Title */
.post-header h2, h2.post-listing-simple {
    font-size: 1.875rem;
    font-weight: 400;
    margin: 0;
    color: #37393b;
    font-style: normal;
    line-height: 1.2;
    width: 60%;
    margin: 0 auto;
    text-transform: none;
}

.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 {
    margin: -1px -2px -2px -1px;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.blog-listing-wrapper .post-listing .post-item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-right: 1px solid #ced3dc;
    border-bottom: 1px solid #ced3dc;
    display: flex;
    padding-right: 0!important;
    padding-left: 0!important;
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.blog-listing-wrapper .post-listing .post-item a {
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-box-align: center;
}

.blog-listing-wrapper .post-listing .post-item:hover {
    background: #ced3dc;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-header h2 {
    font-weight: 700;
    color: #000;
}
    
.blog-listing-wrapper .post-listing .post-item .custom-grid_item-inner {
    width: 100%;
    padding: 80px 15px;
    text-align: center;
}

.blog-listing-wrapper .post-listing .post-item .post-header {
    width: 100%;
}

.blog-listing-wrapper .post-listing .post-item a {}

.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: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 0;
}


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

/* Blog Topics List */
#hubspot-topic_data {
    font-size: 1.125rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1;
    display: block;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    color: #fff;
}

#hubspot-topic_data a.topic-link {
    transition: font-weight .3s;
    color: #00a8e4;
}

#hubspot-topic_data a.topic-link:hover {
    font-weight: 700;
    outline: 0;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    margin-top: 20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}


/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

#comments-listing.no-comments {
     border: none;
}

.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment.depth-0:last-child {
   border-bottom: none !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    font-family: 'avenir-normal', sans-serif;
    color: #51535a;
    font-size: 18px;
    line-height: 1.22;
    padding: 0;
}

.comment-from h4 a {
    text-decoration: none;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    font-size: 13px;
    text-align: right;
}

.comment-from { font-weight: bold; }

.comment-body { padding: 10px 0; }

.custom_listing_comments{
    border: 1px solid #E2E2E2;
    display: block;
    line-height: 165%;
    padding: 15px;
    line-height:26.4px;
}

.comment-from, .comment-date {
    display: block !important;
    text-align: left !important;
}

/* Pagination */
.blog-pagination {
    clear: both;
    padding: 25px;
}

.blog-pagination > div {
    display: inline-block;
}

.blog-pagination a {
    display: inline-block;
    padding-right: 10px;
}

.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 {
    padding-bottom: 100px;
}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
}
h2.post-listing-simple a {
    color: #37393b;
    font-weight: 400;
}

h2.post-listing-simple a:hover {
    color: #37393b;
    font-weight: 700;
}

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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
/*	margin-bottom: 20px;
	padding: 15px 20px;*/
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog .blog-sidebar ul li {
    margin-bottom: 4.375rem;
    max-width: 100%;
    margin: 0 0 3.125rem;
    font-size: 1.375rem;
    vertical-align: top;
    position: relative;
}

.blog .blog-sidebar ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .3125rem;
    content: '';
    background: linear-gradient(to right,#2a51a3,#1aa2dc);
    height: .4375rem;
    height: .625rem;
    margin-right: .4375rem;
}

.blog .blog-sidebar ul li h4 {
    margin: 1.875rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    float: left;
    width: 100%;
}

.blog .blog-sidebar ul li a {
    transition: color .3s;
    color: #63666a;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: 'Poppins',Roboto,Arial,sans-serif;
}

.blog .blog-sidebar ul li a:hover {
    color: #000;
}

.custom-related-posts {
    padding: 4.375rem 0 0;
    border-top: 1px solid #65646a;
    width: calc(100% + 40px) !important;
    margin-left: -15px;
}

.custom-related-posts h3 {
    margin-bottom: 3.125rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #63666a;
    display: block;
    font-family: 'Poppins',serif;
    text-transform: none;
}

.related-post-item {
    display: inline-block;
    width: 16.625rem;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
}

.rel-holder {
    position: relative;
    margin: 0 .9375rem 3.125rem;
}

.image-holder {
    height: 14.75rem;
    position: relative;
    display: block;
    width: 100%;
    transition: height .3s;
    background-color: #ced3dc;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.image-holder:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    content: '';
    transition: opacity .3s,visibility .3s;
    opacity: 0;
    background-color: rgba(0,0,0,.25);
}

.image-holder:hover:after {
    visibility: visible;
    opacity: 1;
}

h5.related-title {
    min-height: 6.875rem;
    bottom: -1.5625rem;
    right: -.625rem;
    left: -.625rem;
    position: absolute;
    margin: 0;
    background: linear-gradient(to right,rgba(42,81,163,.8),rgba(26,162,220,.8));
    font-size: 1.375rem;
    line-height: 1.2;
}

h5.related-title:hover {
        background: linear-gradient(to right,rgba(26,162,220,.8),rgba(42,81,163,.8));
}

h5.related-title a {
    color: #fff;
    display: block;
    padding: .9375rem .625rem;
    text-align: center;
    font-family: 'Poppins', Roboto, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
}



/* =============== 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 {}

.hs-blog-header {
    margin-top: 0px;
    background: linear-gradient(65deg, #c1c5cc, #65656a);
    padding-bottom: 10.2rem;
    margin-bottom: 0;
    padding-top: 220px;
    text-align: center;
    background: linear-gradient(65deg, #e1eedd, #58815b);
}

.hs-blog-post .hs-blog-header, .hs-blog-post .custom-category {
    display: none !important;
}

.hs-blog-header h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 3rem;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
}

.hs-blog-header p {
    margin: 0;
    font-size: 1.375rem;
    line-height: 1.875rem;
    color: #fff;
}

.hs-blog-header a.button-btn-gray {
    background-color: #557e58;
    line-height: 2.75rem;
    font-size: 1rem;
    margin-top: 2.25rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0 1rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.hs-blog-header a.button-btn-gray:hover {
    background-color: rgba(85,126,88,.8);
}

.custom-body-blog {
    padding-top: 80px;
}

.custom-body-blog .page-center {
    overflow: hidden;
    max-width: calc(100% - 30px) !important;
}

.hs-blog-post .custom-body-blog .page-center {
    max-width: 102.5rem !important;
    float: none !important;
    margin: 0 auto !important;
    display: flex;
    max-width: 102.5rem;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blog.hs-blog-post .blog-content {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 50rem;
    margin-right: 1.25rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.blog.hs-blog-post .blog-sidebar {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 24.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0 !important;
    width: 100%;
}

.date {
    line-height: 21px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    font-size: 12px;
}

.custom_blog_next-previous {
    width: 100%;
    float: left;
}

.custom-previous {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: .9375rem;
}

.custom-next {
    width: 50%;
    float: left;
    text-align: right;
}

.custom_blog_next-previous a {
    background-color: #00a8e4;
    line-height: 2.75rem;
    height: auto;
    font-size: 1rem;
    display: inline-block;
    min-width: 9.8125rem;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    color: #fff;
    transition: background-color .25s ease-out,color .25s ease-out;
    padding: 0 1rem;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.custom-pre-content {
    padding-right: 40%;
    padding-top: 85px;
    padding-bottom: 80px;
}

.custom-next-content {
    padding-left: 40%;
    border-left: 1px solid #ced3dc;
    padding-top: 85px;
    padding-bottom: 80px;
}


.hs-blog-post .hs-blog-header p {
    display: none;
}

.hs-blog-post .hs-blog-header a.button-btn-gray {
     display: none;   
}

.hs-blog-post .hs-blog-header {
    padding-top: 60px;
    padding-bottom: 76px;
}

.post-header h1 {
    margin-bottom: 70px;
}

.custom-category {
    margin-top: 150px;
}

.custom-category .page-center {
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 102.5rem !important;
    margin: 0 auto !important;
    float: none !important;
}

.filter-title {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 25px;
    text-align: left;
    color: #37393b;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
    margin-top: -30px;
}

.custom-category .widget-type-post_filter {
    margin: 0 !important;
}

.custom-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.custom-category ul > li {
    display: flex;
    margin-bottom: 10px;
    text-align: center;
    width: calc(100% - 10px);
    font-size: 1.375rem;
}

.custom-category ul > li+li {
    margin-left: 10px;
}

.custom-category ul > li > a {
    padding: .8125rem .875rem .8125rem;
    font-weight: 400;
    color: #557e58;
    border: 2px solid #557e58;
    font-size: 12px;
    line-height: 1;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-box-align: center;
    width: 100%;
    font-family: 'Poppins, sans-serif;
    text-transform: uppercase;
}

.custom-category ul > li > a:hover, 
.custom-category ul > li.active > a {
    background: #557e58;
    color: #fff;
}

.custom-blog-banner-content {
    width: 100%;
    max-width: 42.5rem;
    text-align: center;
    margin: 0 auto;
}

.blog.hs-blog-listing .custom-footer {
    background: #ced3dc;
}

.blog.hs-blog-listing .custom-copyright ul > li, .blog.hs-blog-listing .custom-copyright ul > li > a {
    color: #65656a;
}

.blog.hs-blog-listing .back-to-top {
    color: #65656a;    
}

.blog.hs-blog-listing .custom-right-links ul > li > a {
    color: #65656a;    
}

.blog.hs-blog-listing .custom-right-links ul > li > a:hover, .blog.hs-blog-listing .back-to-top:hover, .blog.hs-blog-listing .custom-copyright ul > li > a:hover {
    color: #37393b;
}

.hs-blog-listing .banner-warpper.custom-post-banner {
    display: none !important;
}

.back-to-blog {
    font-size: 1.625rem;
    padding-bottom: .5rem;
    font-family: 'Poppins',sans-serif;
    line-height: 1;
    position: relative;
    display: inline-block;
    transition: font-weight .3s;
    letter-spacing: .1875rem;
    color: #00a8e4;
    text-decoration: none;
    text-transform: uppercase;
}

.back-to-blog:hover {
    font-weight: 700;
}

.back-to-blog:before {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .0625rem;
    content: '';
    background-color: #000000;
    left: -300%;
    width: 300%;
}

.back-to-blog:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .0625rem;
    content: '';
    background-color: #000000;
    width: 130%;
}


.custom-form-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100vh;
    padding: 10px;
    z-index: 111;
    background: rgba(52,54,56,.9);
    display: none !important;
    width: 100% !important;
    padding-top: 50px;
}

.open .custom-form-wrapper {
    display: block !important;
}

.blog-overlay {
    /*background: rgba(52,54,56,.9);*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.custom-blog-form {
    width: 66.66667% !important;
    position: absolute;
    z-index: 999999999999999;
    color: #fff;
    float: none !important;
    margin: 0 auto !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    right: 0;
    height: 100vh;
    overflow: auto;
    padding-bottom: 18px
}

.custom-blog-form h3.form-title {
    font-weight: 700;
    color: #fff;
    font-size: 1.875rem;
    font-style: normal;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: 'Poppins',Roboto,Arial,sans-serif;
    text-transform: none;
}

.custom-blog-form label {
    font-family: 'Poppins',Roboto,Arial,sans-serif;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: .5rem;
    letter-spacing: 2px;
    color: #ced3dc;
    font-size: 1rem;
    text-transform: none;
}

.custom-blog-form input[type="text"], .custom-blog-form input[type="email"] {
    color: #fff !important;
    font-family: Arial !important;
    font-size: 1rem !important;
    display: block;
    box-sizing: border-box;
    width: 100% !important;
    height: 2.5rem;
    margin: 0 0 .125rem !important;
    padding: 0 .8125rem !important;
    transition: border-color .25s ease-in-out;
    border: 1px solid #ced3dc !important;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: .9375rem !important;
}

.custom-blog-form input[type="text"]:focus, .custom-blog-form input[type="email"]:focus {
    border-color: #fff !important;
}

.custom-blog-form input.hs-button.primary.large {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    min-height: 52px;
    margin-bottom: 2px;
    padding-top: 2px;
    line-height: 2.75rem!important;
    font-size: 1rem;
    transition: background-color .25s ease-out,color .25s ease-out;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
}

button.close-button {
    position: absolute;
    z-index: 9999;
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
    color: #fff;
    border: 1px solid #d3d3d3;
    background: rgba(0,0,0,.5);
    line-height: 1;
    font-family: 'Poppins',  Roboto, Arial, sans-serif;
    font-size: 22px;
   cursor: pointer;
}

button.close-button:hover {
    transition: all .4s ease;
    color: #343638;
    background: rgba(255,255,255,.8);
}

/* ==========================================================================
   7. FORMS                                        
   ========================================================================== */


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

.hs-form-required {
}

h3.form-title {
    text-align: left;
    /*font-style: italic;*/
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: 'Poppins',serif;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
}

.form-bg, .blog #comment-form {
    padding: 25px !important;
    background: linear-gradient(to right,#00abdd,#abcf5b);
    position: relative;
}

/* Form Field */
.hs-form-field, .widget-type-google_search .hs-button.primary, 
.custom_error_message input.hs-button.primary.large {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
.form-bg label {
    color: #fff;
}

.hs-form-field > label {}

/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
    width: 100%;
    font-family: Arial,sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    padding: .9375rem 0;
    color: #fff;
    border: none;
    border-bottom: 2px solid #63666a;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    transition: border-color .25s ease-in-out;
    margin: 0 0 .125rem;
    background-color: transparent;
    box-shadow: none;
}


.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
    outline: none;
}


/* 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;
}
ul.hs-error-msgs.inputs-list label {

}


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;
    font-weight: 400;
     display: block;
}

.hs-input.invalid.error {}

/* Placeholder Text */
.form-group ::-webkit-input-placeholder {
    color: rgb(37, 33, 94);
    opacity: 1;
} /* Webkit Browsers */
.form-group :-moz-placeholder {
    color: rgb(37, 33, 94);
    opacity: 1;
    font-family: Arial;
} /* Firefox 18- */
.form-group ::-moz-placeholder {
    color: rgb(37, 33, 94);
    opacity: 1;
        font-family: Arial;
} /* Firefox 19+ */
.form-group :-ms-input-placeholder {
    color: rgb(37, 33, 94);
    opacity: 1;
} /* IE10 */





/* Placeholder Text */
.form-open.fixed .form-group ::-webkit-input-placeholder {
    color: #fff;
} /* Webkit Browsers */
.form-open.fixed .form-group :-moz-placeholder {
    color: #fff;
} /* Firefox 18- */
.form-open.fixed .form-group ::-moz-placeholder {
    color: #fff;
} /* Firefox 19+ */
.form-open.fixed .form-group :-ms-input-placeholder {
    color: #fff;
} /* IE10 */

/* =============== 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 {
    color: #fff;
}

#comment-form form.hs-form .hs-form-field ul.inputs-list {
    margin-bottom: 10px !important;
}

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

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

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

#comment-form {
    padding: 0 15px;
    margin-bottom: 30px;
}

#comment-form input.hs-button.primary {
    margin-top: 30px;
}
/* =============== 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"] {}


/* ==========================================================================
   8. BUTTONS                                        
   ========================================================================== */


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

/* All Global Buttons (Excluding CTAs)
   ========================================================================== */
.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    margin-top: 4.375rem;
    line-height: 2.75rem;
    display: inline-block;
    min-width: 12.5rem;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    background-color: rgb(0, 168, 228);
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    color: rgb(255, 255, 255);
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    padding: 0px 1rem;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
    background-color: rgb(0, 159, 218);
    outline: none;
}

.body-container-wrapper .hs-button.primary:focus,
.body-container-wrapper input[type="submit"]:focus,
.body-container-wrapper input[type="button"]:focus {
    outline: none;
}


/* =============== 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                                      
   ========================================================================== */
.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}

.body-container-wrapper .main-content,
.body-container-wrapper .sidebar{
    margin-bottom:30px;
}
   
.sample-contact-from {
   margin-top: 0px;
}

.custom-main .form-bg {
    width: 50%;
}

.custom-system .form-bg h1, .custom-system .form-bg h3{
   color: #fff !important;
}

.custom-template .body-container-wrapper {
    padding-top: 40px;
}

.main-p .custom-body {
    padding-top: 40px;
}

.contact-button {
    top:-25px!important;
    
}


#submitbutton {
    margin-bottom: 0px;
    margin-top: 20px;
}

.overlay-menu {
    top: 0;
    right: 0;
    left: auto;
    width: calc(100vw - 18.125rem );
    min-height: 100vh;
    background-color: rgba(255,255,255,.5);
    position: fixed;
    z-index: 111;
    display: none !important;
}

.menu-open .overlay-menu {
    display: block !important;
}

.filter-link-count {
    display: inline-block;
    padding: 0 8px;
}

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


/* ==========================================================================
   10. MEDIA QUERIES                              
   ========================================================================== */


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

@media (max-width: 1439px) {
    body {
        font-size: 1.125rem;
    }
    
    .logo-links {
        padding: 18px 0;
        width: 4rem;
    }
    
    .logo-links img {
        max-width: 44px;
    }
    
    .btn-menu-open {
        width: 4rem;
        min-height: 65px;
    }
    
    .btn-menu-open > div {
        height: auto;
        display: block;
        padding: 19px 25px 14px;
    }
    
    .btn-menu-open > div span:nth-child(1) {
        width: .875rem;
        top: 6px;
    }
    
    .btn-menu-open > div span:nth-child(3) {
        top: 16px;
        width: .9375rem;
    }
    
    .btn-menu-open > div span:nth-child(2) {
        top: 11px;
        width: .8125rem;
    }
    
    .btn-menu-open > div span {
        height: .0625rem;
    }
    
    .contact-button {
    top:-41px!important;
    
    }
    .open-search {
        font-size: 1.125rem;
        width: 4rem;
        min-height: 65px;
    }
    
    .open-search span.icon-search {
        padding-top: 17px;
        padding-bottom: 16px;
    }
    
    .custom-inner-links ul > li > a.email {
        margin-right: 4rem;
        min-height: 65px;
        font-size: 1.125rem;
        width: 4rem;
    }
    
    .custom-inner-links ul > li > a.email .icon-mail {
        padding-top: 17px;
        padding-bottom: 20px;
    }
    
    .search-wrap .form-group > div {
        padding-top: 31px;
        padding-bottom: 7px;
        line-height: 3.6875rem;
    }
    
    .search-wrap input#searchsubmit {
        height: 72px;
        min-width: 65px;
    }
    
    .search-wrap input[type="text"] {
        font-size: 1rem;
        width: 25rem;
        height: 4rem;
        padding: 0 4rem 0 0;
        margin-top: 31px;
    }
    
    a.btn-close {
        padding-top: 64px;
        padding-left: 25px;
        font-size: 1.125rem;
        width: 4rem;
    }
    
    a.btn-close span {
        width: .9375rem;
        height: .0625rem;
    }
    
    a.btn-close span:after {
        width: .9375rem;
        height: .0625rem;
    }
    
    .custom-menu-primary {
        top: 65px;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        font-size: 1.375rem;
    }
    
    .custom-social-links {
        padding: 2.6rem 2.9375rem;
    }
    
    .custom-menu-primary-inner {
        height: calc(100vh - 64px);
    }
    
    .menu-open .btn-menu-open > div span:nth-child(3) {
        width: 1.0625rem;
        top: 14px;
    }
    
    .menu-open .btn-menu-open > div span:nth-child(1) {
        width: 1.0625rem;
    }
    
   /*  .fixed .logo-links {
        width: 3.125rem;
        padding: 9px 0 14px; 
    } */
    
    .fixed .btn-menu-open {
        width: 3.125rem;
        min-height: 50px;
    }
    
    .fixed .btn-menu-open > div {
        padding: 12px 17px 36px 18px;
    }
    
    .fixed .btn-menu-open > div span:nth-child(2) {
        top: 11px;
        width: .8125rem;
    }
    
    .fixed .open-search {
        min-height: 49px;
        width: 3.125rem;
    }
    
    .fixed .custom-inner-links ul > li > a.email {
        min-height: 47px;
        margin-right: 3.125rem;
        width: 3.125rem;
    }
    
    .fixed .custom-menu-primary {
        top: 51px;
    }
    
    .form-open.fixed .search-wrap {
        background-color: #37393b;
        padding-bottom: 1px;
    }
    
    .search-wrap input[type="text"] {
        margin-top: 46px;
        min-height: 3.125rem;
        width: 25rem;
        color: #fff;
        font-size: 1rem;
        height: auto;
        padding-top: 0px;
        padding-bottom: 14px;
    }
    
    .search-wrap .form-group > div {
        color: #fff;
        line-height: 2.875rem;
        padding: 0 .625rem 0 1.5625rem;
        padding-top: 38px;
        padding-bottom: 0px;
    }
    
    a.btn-close span, a.btn-close span:after {
        background-color: #000;
    }
    
    a.btn-close {
        padding-top: 64px;
        padding-left: 25px;
    }
    
    .post-header h2, h2.post-listing-simple {
        font-size: 1.25rem;
    }
    
    .hs-blog-header h1 {
        font-size: 2.375rem;
    }
    
    .hs-blog-header p {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }
    
    .hs-blog-header a.button-btn-gray {
        line-height: 2.25rem;
        font-size: 1rem;
        margin-top: 2.25rem;
        font-size: .8125rem;
        
    }
    
    .hs-blog-header {
        margin-top: 65px;
        padding-bottom: 140px;
        padding-top: 115px;
        text-align: center;
    }
    
    .custom-body-blog {
        padding-top: 80px;
    }
    
    .menu-open .btn-menu-open > div {
        padding: 21px 38px 25px 26px;
    }
    
    .custom-social-links ul {
        padding-bottom: 2px;
    }
    
    .custom-social-links ul > li {
        margin: 0 13px 0 0;
    }
    
    .custom-social-links address {
        margin-bottom: 30px;
    }
    
    .search-wrap .form-group .icon-search {
        font-size: 1.125rem;
        color: #37393b;
    }
    
    .fixed .custom-inner-links ul > li > a.email .icon-mail {
        padding-top: 10px;
        padding-bottom: 13px;
    }
    
    .fixed .open-search span.icon-search {
        padding-top: 10px;
        padding-bottom: 13px;
    }
    
    .menu-open.fixed .btn-menu-open > div {
        padding: 14px 22px 25px 19px;
    }
    
    .menu-open.fixed .btn-menu-open > div span {
        background: #37393b;
    }
    
    .menu-open.fixed .btn-menu-open:hover > div span {
        background: #fff;
    }
    
    .form-open.fixed .search-wrap input[type="text"] {
        padding: 0 3.125rem 0 0;
        padding-top: 19px;
        padding-bottom: 19px;
        width: 25rem;
        height: 3.125rem;
    }
    
    .form-open.fixed .search-wrap .form-group > div {
        padding: 0 .625rem 0 .9375rem;
        padding-top: 46px;
        padding-bottom: 0;
    }
    
    .form-open.fixed a.btn-close {
        padding-top: 71px;
        padding-left: 32px;
    }
    
    .banner-section {
        min-height: calc(100vh - 550px);
    }
    
    .banner-bottom-bg h1 {
        font-size: 2.8125rem;
    }
    
    .hs-blog-post .hs-blog-header {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    
    .blog.hs-blog-post .blog-content {
        padding-right: 0rem;
        padding-left: 0rem;
    }
    
    .date {
        font-size: 10px;
    }
    
    .hs-blog-post .section.post-header, .blog-post-wrapper .post-body {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
    
    .post-header h1 {
        font-size: 2.8125rem;
    }
    
    .filter-title, .custom-category ul > li > a {
        font-size: 10px;
    }
    
    .custom-category {
        margin-top: 100px;
    }
    
    h1 {
        font-size: 45px;
    }
    
    h2 {
        font-size: 40px;
    }
    
    h3 {
        font-size: 35px;
    }
    
    .filter-title {
        margin-top: -25px;
    }
}





@media (max-width: 1418px) {
    .custom-footer {
        padding: 1.75rem 1.125rem 1.375rem;
        padding-bottom: 18px;
    }   
    
    .custom-copyright ul {
        line-height: 1.875rem;
    }
    
    .custom-copyright ul > li {
        line-height: 33px;
    }
    
    .custom-copyright a {
        line-height: 2;
    }
    
    .custom-copyright ul {
        top: 0;
    }
    

}





@media (max-width: 1279px) {
    .banner-bottom-bg .title {
        max-width: 50rem;
    } 
    
    .custom-body {
        padding-right: .9375rem;
        padding-left: .9375rem;
    }
    
    .custom-body .page-center {
        max-width: 48.125rem !important;
        padding-right: 0;
        padding-left: 0;
    }
    
    .blog.hs-blog-post .blog-content {
       padding-right: .9375rem;
        padding-left: .9375rem;
        max-width: 100%;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100% !important;
    }
    
    .blog.hs-blog-post .blog-content .row-fluid {
        position: relative;
        max-width: 48.125rem;
        margin: 0 auto;
    }
    
    .blog.hs-blog-post .blog-sidebar {
        padding-right: .9375rem;
        padding-left: .9375rem;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 !important;
        width: 100%;
    }
    
    .blog.hs-blog-post .blog-sidebar .row-fluid {
        max-width: 24.375rem;
        position: relative;
        margin: 0 auto;
    }
    
    button.close-button {
        width: 4rem;
        height: 4rem;
    }
}






@media (max-width: 1199px) {
    .custom-footer {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 18px;
    }
    
    .custom-copyright {
        letter-spacing: 1.3px;
    }
    
    .custom-copyright ul > li {
        margin-right: 10px;
    }
    
    .custom-copyright ul > li:first-child {
        margin-right: 5px;
    }
    
    .back-to-top {
        letter-spacing: 1.3px;
    }
    
    .custom-back-to-top {
        line-height: 20px;
    }
    
    .custom-right-links ul > li {
        margin: 0px 11px 0 0;
        font-size: 1.125rem;
    }
    
    .custom-right-links ul > li {
        margin: 0 13px 0 0;
    }
    
    .hs-blog-header {
        padding-bottom: 128px;
        padding-top: 127px;
    }
    
    .custom_blog_next-previous a {
        font-size: .8125rem;
        line-height: 40px;
    }
    
    .custom-pre-content, .custom-next-content {
        font-size: 16px;
    }
    
    .custom-blog-form h3.form-title {
        font-size: 1.6875rem;
    }
    
    .custom-blog-form  p {
        font-size: 16px;
    }
    

    
}





@media (max-width: 1023px) {
    .custom-back-to-top {
        display: none !important;
    }
    
     h1 {
        font-size: 30px;
    }
    
    h2 {
        font-size: 25px;
    }
    
    h3 {
        font-size: 20px;
    }
    
     h4 {
        font-size: 18px;
    }
    
     h5 {
        font-size: 17px;
    }
    
     h6 {
        font-size: 15px;
    }
    
    .custom-footer {
        padding-top: 25px;
    }
    
    .custom-copyright {
        max-width: 66.6667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.6667%;
    }
    
    .custom-right-links {
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.3333%;
    }
    
    .custom-right-links ul {
        line-height: 30px;
    }
    
    .custom-copyright ul > li {
        line-height: 31px;
    }
    
    body {
        font-size: 1rem;
    }
    
    .hs-blog-header h1 {
        font-size: 1.6875rem;
    }
    
    .hs-blog-header {
        margin-top: 65px;
        padding-bottom: 49px;
        padding-top: 49px;
    }
    
    .hs-blog-header p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .post-header h2, h2.post-listing-simple {
        width: 100%;
    }
    
    .custom-body-blog {
        padding-top: 3.125rem;
    }
    
  /* .fixed .logo-links {
        padding: 12px 0 14px;
    }  */
    
    .custom-logo {
        width: auto !important;
    }
    
    .custom-right-links ul > li {
        margin: 2px 12px 0 0;
    }
    
    .banner-bottom-bg h1 {
        font-size: 1.875rem;
        margin: 20px 0;
    }
    
    .banner-bottom-bg h2 {
        font-size: .875rem;
    }
    
    .banner-bottom-bg {
        padding: 15px 0;
    }
    
    .blog.hs-blog-post .blog-content {
        padding: 0;
    }
    
    .hs-blog-post .hs-blog-header {
        padding-top: 91px;
        padding-bottom: 93px;
    }
    
    .post-header h1 {
        font-size: 1.875rem;
    }
    .blog-listing-wrapper .post-listing .post-item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    
    .custom-category {
        margin-top: 70px;
    }
    
    .back-to-blog {
        font-size: 20px;
    }
    
    #hubspot-topic_data {
        font-size: 14px;
    }
    
    .related-post-item {
        display: block;
        position: relative;
       width: 18.625rem;
        margin: 0 auto !important;
        vertical-align: top;
    }
    
    h5.related-title a {
        font-size: 18px;
    }
    
    .blog .blog-sidebar ul li {
        max-width: 20rem;
        margin: 0rem;
    }
    
    .custom-blog-form h3.form-title {
        font-size: 1.4375rem;
    }
    
    
    h3.form-title {
        font-size: 27px;
    }
    
    .banner-section {
        min-height: calc(100vh - 550px);        
    }
    
}




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

@media (max-width: 767px) {
    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    } 
        
    h3.form-title {
        font-size: 30px;
    }
    
      .contact-button {
    
    position:absolute;
    top:-31px!important;
    right:0!important;
    padding-right: 0px;
    }
    
    a#cta_button_3971121_fdc80ab5-13c2-41cb-960d-0e3deca501ef {
        padding:12px 25px 13px 25px;
        font-size: 14px;
        font-weight:400;
        border:0px;
        
    }
    
    .custom-copyright ul > li:first-child {
        display: none;
    }
    
    .custom-copyright, .custom-right-links {
        max-width: 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        text-align: center;
    }
    
    
    .custom-right-links p {
        margin: 0;
        line-height: 2.1875rem;
        font-weight: 600;
        font-size: 0.75rem;
        color: rgb(255, 255, 255);
    }
    
    .custom-footer {
        padding-bottom: 11px;
        padding-top: 13px;
    }
    
    .custom-right-links ul>li {
        line-height: 1.875rem;
        display: inline-block;
        margin: 0px 8px !important;
        font-size: 1rem;
    }
    
    .custom-right-links ul {
        line-height: normal;
        position: relative;
        top: 0;
    }
    
    .custom-right-links ul>li>a {
        font-size: 1rem;
    }
    
    .custom-right-links ul>li:last-child {
        margin-right: 0 !important;
    }
    
    .custom-copyright ul>li {
        line-height: 31px;
        margin: 0 3.8px;
        letter-spacing: 0;
    }
    
    .custom-copyright ul>li > a {
        font-size: 0.75rem;
        font-weight: 600;
    }
    
    .logo-links img {
        max-width: 24px;
    }
    
    .logo-links {
        padding: 4px 0 10px;
        width: 2.5rem;
    }
    
    .btn-menu-open {
        width: 2.5rem;
        min-height: 40px;
    }
    
    .btn-menu-open > div {
        height: auto;
        display: block;
        padding: 8px 14px 14px;
    }
    
    .btn-menu-open > div span:nth-child(1) {
        width: .75rem;
        top: 7px;
    }
    
    .btn-menu-open > div span:nth-child(2) {
        top: 11px;
        width: .6875rem;
    }
    
    .btn-menu-open > div span:nth-child(3) {
        top: 15px;
        width: .8125rem;
    }
    
    .open-search {
        width: 2.5rem;
        min-height: 40px;
        font-size: 1rem;
    }
    
    .open-search span.icon-search {
        padding-top: 7px;
        padding-bottom: 1px;
    }
    
    .custom-inner-links ul > li > a.email {
        margin-right: 2.5rem;
        min-height: 41px;
        width: 2.5rem;
        font-size: 1rem;
    }
    
    .custom-inner-links ul > li > a.email .icon-mail {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
    .overlay {
        display: none;
    }
    
    .custom-menu-primary {
        top: 6.0625rem;
        width: 100% !important;
        text-align: center;
    }
    
    .custom-menu-primary {
        top: 40px;
    }
    
    .custom-menu-primary-inner {
        padding: 1.875rem;
        padding-bottom: 0;
    }
    
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a {
        font-size: 1.25rem;
    }
    
    .custom-social-links {
        padding: 1.875rem;
        width: 100% !important;
        text-align: center;
        padding-bottom: 0;
    }
    
    .custom-social-links address {
        max-width: 100%;
    }
    
    .custom-social-links ul {
        text-align: center;
    }
    
    .blog-listing-wrapper .post-listing .post-item {
        border-right: 1px solid #ced3dc;
        border-bottom: 1px solid #ced3dc;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    
    .custom-inner-links ul {
        margin-top: -2px;
    }
    
    .open-search {
        top: -1px;
    }
    
    .custom-social-links ul > li > a {
        font-size: 1.25rem;
    }
    
    .custom-social-links ul > li {
        margin: 3px 8px;
    }
    
    .custom-social-links address > div span {
        margin-bottom: 0;
        display: block;
        color: #232323;
        font-family: 'Poppins', Roboto, Arial, sans-serif;
        font-size: 12px;
        line-height: 18px;
    }
    
    .custom-social-links address {
        margin-bottom: 21px;
    }
    
    .menu-open .btn-menu-open > div {
           padding: 11px 19px 25px 15px;
    }
    
    .menu-open .btn-menu-open > div span:nth-child(1) {
        width: .875rem;
    }
    
    .menu-open .btn-menu-open > div span:nth-child(3) {
        width: .875rem;
        top: 12px;
    }
    
    .form-open .search-wrap {
        top: 97px;
        width: 100%;
        height: auto;
        position: absolute;
    }
    
    .desktop-search {
        display: none !important;
    }
    
    .custom-mobile-search ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .custom-mobile-search {
        position: absolute;
        top: 40px;
        width: 100% !important;
        background: #fff;
    }
        
    .search-wrap {
        display: block;
        position: absolute;
        width: 100% !important;
        background: #fff;
    }
    
    .search-wrap input#searchsubmit {
        height: auto;
        min-width: 65px;
    }
    
    .search-wrap input[type="text"] {
        margin-top: -19px;
        min-height: 1px;
        width: 100%;
        color: #fff;
        height: auto;
        padding: 13px 24px 12px;
        font-size: .875rem;
    }
    
    .search-wrap .form-group > div {
        color: #fff;
        line-height: normal;
        padding: 0;
        position: relative;
        top: 8px;
    }
    
    a.btn-close {
        padding: 0;
        padding-top: 19px;
        font-size: 16px;
        padding-left: 14px;
        width: 2.5rem;
    }
    
    .search-wrap .form-group .icon-search {
        font-size: 16px;
        color: #37393b;
        position: relative;
        left: 5px;
    }
    
    a.btn-close span, a.btn-close span:after {
        width: .8125rem;
        height: .0625rem;
    }
    
    .custom-mobile-search {
        display: none !important;
    }
    
    .form-open .custom-mobile-search {
        display: block !important;
    }
    
    .form-open.fixed .search-wrap input[type="text"] {
        width: 100%;
        height: auto;
        padding: 18px 24px 17px;
    }
    
    .form-open.fixed .search-wrap input#searchsubmit {
        height: auto;
        min-width: 1px;
    }
    
    .form-open.fixed .search-wrap .form-group > div {
        padding: 0;
        top: 15px;
        left: -2px;
    }
    
    .form-open.fixed a.btn-close {
        padding: 0;
        padding-top: 25px;
        padding-left: 9px;
    }
    
    .custom-copyright ul {
        top: 0;
        padding-bottom: 7px;
        padding-top: 2px;
    }
    
    
    .banner-section {
        min-height: calc(100vh - 450px);
    }
    
    .banner-bottom-bg h1 {
        margin: 15px 0;
    }
    
    .banner-bottom-bg h2 {
        font-size: .75rem;
    }
    
    .banner-bottom-bg {
        padding: 10px 0;
    }
    
    .hs-blog-header {
        margin-top: -1px;
        padding-top: 100px;
    }
    
    .hs-blog-header p {
        font-size: .75rem;
        line-height: 1.25rem;
        padding: 0 .3125rem;
    }
    
    .hs-blog-header a.button-btn-gray {
        font-size: .625rem;
    }
    
    .hs-blog-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hs-blog-post .section.post-header, .blog-post-wrapper .post-body {
        padding-right: .625rem;
        padding-left: .625rem;
    }
    
    .custom-previous {
        width: 100%;
    }
    
    .custom-next {
        width: 100%;
        float: left;
        text-align: left;
        padding-left: .9375rem;
    }
    
    .custom-next-content {
        padding-left: 0;
        border: none;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .custom-pre-content {
        padding-top: 40px;
        padding-bottom: 40px;    
    }
    
    .custom-main .form-bg {
        width: 100%;
    }
    
    .custom-category ul {
        display: flex;
        margin: 0;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .custom-category ul > li {
        width: 100%;
    }
    
    .custom-category ul > li+li {
        margin-left: 0;
    }
    
    .post-header h2 {
        font-size: 1.125rem;
    }
    
    .custom-category {
        margin-top: 50px;
    }
    
    .back-to-blog {
        font-size: 12px;
    }
    
    #hubspot-topic_data {
        font-size: 12px;
    }
    
    h5.related-title a {
        font-size: 16px;
    }
    
    .blog .blog-sidebar ul li a {
        font-size: 16px;
    }
    
    .main-p .custom-body {
        padding-top: 20px;
    }
    
    .custom-blog-form h3.form-title {
        font-size: 1.125rem;
    }
    
    .custom-blog-form {
        width: 100% !important;
    }
    
    .custom-blog-form .hs-form-field {
        width: 100% !important;
        padding-right: 0 !important;
    }
    
    button.close-button {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .hs-blog-header a.button-btn-gray {
        line-height: 1.75rem;
        height: auto;
    }
    
    .search-wrap input[type="text"] {
            color: #000000;
            font-size: 12px;
    }
    .search-wrap input#searchsubmit {
        height: auto;
        min-width: 1px;
        width: 1px;
    }
    
    
    .hs-blog-listing .custom-right-links p {
        color: #65656a;
    }
        
    .blog.hs-blog-listing .custom-right-links ul > li > a, .blog.hs-blog-listing .custom-right-links ul > li > a:hover {
        color: #000000;
    }
    
    .menu-open .overlay-menu {
        display: none !important;
    }
    
    .custom-left-all-tag ul li {
        margin: 0 !important;
    }

      .banner-section {
        min-height: calc(100vh - 550px);        
    }

    .custom-body.contact-button{
	    padding: 0px;
	    top: 0px !important;
}
    .custom-body.contact-button .widget-type-cta{
	    margin: 0px !important
    }
}  

@media (max-width: 650px) {
    .banner-section {
        min-height: calc(100vh - 550px);        
    }
}


@media (max-height: 650px) {
    .custom-social-links {
        position: relative;
        padding: 2.6rem 0rem 100px;
    }    

}

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

@media (max-width: 479px) {
    .subscription-template .subscribe-options {
        padding-right: 20px;
    }
    
    .subscription-template .checkbox-row span.fakelabel span {
       margin-left: 17px;
       font-size: 13px;
    }
    
    #recaptcha_area, #recaptcha_table {
      width: 315px!important;
      overflow-x: auto !important;
      max-width: 100% !important;
    }
    
    .hs-blog-post .custom-body-blog .page-center {
        display: block;
    }
    .banner-section {
        min-height: calc(100vh - 500px);        
    }
}







@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
    .custom-inner-links ul>li>a.email .icon-mail {
        padding-top: 33px;
        padding-bottom: 27px;
    }
    
    .open-search span.icon-search {
        padding-top: 33px;
        padding-bottom: 28px;
    }
    
    .btn-menu-open>div {
        padding: 35px 38px 57px 38px;
    }
    
    .custom-footer {
        padding-bottom: 20px;
    }
    
    .custom-back-to-top {
        top: 5px;
    }
    
    .custom-right-links {
        position: relative;
        top: 5px;
    }
    
    .fixed .btn-menu-open > div {
        padding-top: 17px;
    }
    
    .fixed .open-search span.icon-search {
        padding-top: 14px;
        padding-bottom: 4px;
    }
    
    .fixed .custom-inner-links ul > li > a.email .icon-mail {
        padding-top: 13px;
        padding-bottom: 7px;
    }
    
    @media (max-width: 1439px) {
        .btn-menu-open>div {
            padding: 20px 38px 36px 25px;
        }
        
        .custom-inner-links ul>li>a.email .icon-mail {
            padding-top: 19px;
            padding-bottom: 18px;
        }
        
        .open-search span.icon-search {
            padding-top: 19px;
            padding-bottom: 18px;
        }
        
        .search-wrap .form-group > div {
            padding-top: 43px;
        }
        
        .fixed .btn-menu-open > div {
            padding-top: 13px;
            padding-bottom: 34px;
        }
        
        .fixed .custom-inner-links ul > li > a.email .icon-mail {
            padding-top: 12px;
            padding-bottom: 11px;
        }
        
        .fixed .open-search span.icon-search {
            padding-top: 12px;
            padding-bottom: 7px;
        }
        
        .form-open.fixed .search-wrap .form-group > div {
            padding-top: 50px;
        }
    }
    
     @media (max-width: 767px) {
         .btn-menu-open>div {
            padding: 8px 22px 25px 13px;
        }
        
        .custom-inner-links ul>li>a.email .icon-mail {
            padding-top: 11px;
            padding-bottom: 4px;
        }
        
        .open-search span.icon-search {
            padding-top: 9px;
            padding-bottom: 6px;
        }
        
        .search-wrap .form-group > div {
            padding-top: 0;
        }
        
        .search-wrap .form-group .icon-search {
            top: 3px;
            position: relative;
        }
        
        .fixed .open-search span.icon-search {
                padding-top: 14px;
                padding-bottom: 7px;
            }
            
            .fixed .custom-inner-links ul > li > a.email .icon-mail {
                padding-top: 15px;
                padding-bottom: 11px;
            }
            
            .form-open.fixed .search-wrap .form-group > div {
                padding-top: 0;
            }
     }
     
      @media (max-width: 497px) {}

}








    @-moz-document url-prefix() {
     .form-open.fixed .search-wrap input[type="text"] {
            color: rgb(255, 255, 255);
            height: 3.75rem;
            margin-top: 36px;
            padding-bottom: 0;
            padding-top: 15px;
            width: 29.375rem;
        }
        
        @media (max-width: 767px) {
            .form-open.fixed .search-wrap input[type="text"] {
               height: auto;
                margin-top: 0;
                padding-bottom: 15px;
                padding-top: 15px;
            }
            
            .form-open.fixed .search-wrap .form-group > div {
                left: 7px;
            }
      }
      
      
       @media (max-width: 497px) {
          .form-open.fixed .search-wrap input[type="text"] {
                float: left;
                height: auto;
                margin-top: 0;
                padding-bottom: 15px;
                padding-top: 1px;
            }
       }
      
      
    }

/* landing page forms */
.form-bg{
    background: linear-gradient(to right,#00abdd,#abcf5b) !important;
  	-webkit-box-shadow: 1px 44px 65px -43px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 44px 65px -43px rgba(0,0,0,0.75);
box-shadow: 1px 44px 65px -43px rgba(0,0,0,0.75);
}
form {
    padding: 15px 0 30px 0;
    background: #fff;
}
.hs-form-field {
    /*background: #fff;*/
    padding: 5px 40px;
}
.body-container-wrapper input[type="submit"]{
	margin-top: 5px !important;
}
h3.form-title{
    font-weight: 600;
    color: #fff;
    
}
.body-container-wrapper input[type="text"], 
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], .body-container-wrapper input[type="datetime-local"], .body-container-wrapper input[type="date"], .body-container-wrapper input[type="month"], .body-container-wrapper input[type="time"], .body-container-wrapper input[type="week"], .body-container-wrapper input[type="number"], .body-container-wrapper input[type="email"], .body-container-wrapper input[type="url"], .body-container-wrapper input[type="search"], .body-container-wrapper input[type="tel"], .body-container-wrapper input[type="color"], .body-container-wrapper input[type="file"], .body-container-wrapper textarea, .body-container-wrapper select{
    border: 1px solid #bbb;
    margin-top: 5px;
    color: #000;
    padding-left: 8px;
    padding-right: 8px;
}
.hs_submit.hs-submit {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
input.hs-button.primary.large {
    width: 100%;
}
input.hs-button.primary.large {
    width: 100%;
    height: 53px;
    line-height: 50px;
    padding-bottom: 5px;
	 border-radius: 6px;
     font-weight: 700;
}
.form-bg label {
    color: #63666A;
    font-size: 1.25rem;
}
.hs_error_rollup {
    padding: 0 40px;
    color: red;
}
.hs-error-msgs label {
    color: red;
}
  @media (max-width: 1279px){
    .custom-body .page-center{
      max-width: 80% !important
    }
    .hs_submit.hs-submit {
      padding: 0 15px;}
    .row-fluid .span4{
      width: 47%;
    }
    .row-fluid .span8{
      width: 50%
    }
  }
  @media (max-width: 768px){
    .row-fluid .span4{
      width: 100%;
      margin-left: 0px
    }
    .row-fluid .span8{
      width: 100%
    }
  }