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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Karla:400,400i,700,700i|Muli:700,700i,800,800i,900,900i');

@font-face {
  font-family: "icomoon";
  src: url("//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Font/icomoon/icomoon.eot") format("embedded-opentype"), 
    url("//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Font/icomoon/icomoon.woff") format("woff"), 
    url("//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Font/icomoon/icomoon.ttf") format("truetype"),
    url("//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Font/icomoon/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* 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;
} 
html{
  font-family: "Karla",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #191D27;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Karla",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  color: #191D27;
  text-rendering: optimizeLegibility;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 1.6875rem;
  float:none;
}

/* Highlighted Text */
::-moz-selection {
  background: #0FBA7C;
  color: white;
  text-shadow: none;
}
::selection {
  background: #0FBA7C;
  color: white;
  text-shadow: none;
}


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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1.6875rem;
} 
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.67em 0;
  font-family: "Muli",Helvetica,Arial,sans-serif;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 3.5625rem;
  line-height: 1.3684210526;
  font-weight: 900;
}
h2 {
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: 800;
  margin-bottom: 1.6875rem;
}
h3 {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
}
h4 {
  color: #0FBA7C;
  font-size: .875rem;
  line-height: 1.7857142857;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
  font-size: .775rem;
}
h6 {
  font-size: .675rem;
}

/* Anchor Links */
a { 
  color: #31678F;
  -webkit-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #FECC3C;
}

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

.body-container-wrapper ul li::before{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #31678F;
  border-radius: 50%;
  position: relative;
  left: -1.6875rem;
  top: 17px;

}

.body-container-wrapper ul.inputs-list li::before{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: none;
  border-radius: 50%;
  position: relative;
  left: -1.6875rem;
  top: 17px;

}
.body-container-wrapper ul li{
  list-style:none;
}
ul.hs-error-msgs.inputs-list li::before,
.hs-blog-post .body-container-wrapper ul li::before{
  display:none !important;
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}
.header-container-wrapper .header-wrapper .page-center {
  max-width: 1124px !important;/*1354px*/
  padding: 2.53125rem 1.6875rem 0 1.6875rem !important;
  width: auto !important;
}
.custom-logo img.blackimage{
  display: none;
}
.banner-wrapper {
  /*min-height: 600px;*/
  height:380px;
  padding: 0;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -1px;
}

.header-wrapper {
  position: fixed;
  width: 100% !important;
  z-index: 99;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.hero__body {
  padding-top: calc(45px + 5rem);/*was 90px*/
  padding-bottom: 260px;
  z-index: 500;
  position: relative;
}


.hero__bg.js-loaded.is-loaded {
  z-index: 100;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 1;
}

.banner-wrapper .circle:nth-child(1), .banner-wrapper .circle:nth-child(1) {
  right: -17px;
  bottom: -91px;
  -webkit-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
}

.hero__circles .circle:nth-child(1) {
  right: -17px;
  bottom: -91px;
  -webkit-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  -o-transform: rotate(21deg);
  transform: rotate(21deg);
  position: absolute;
  z-index: 400;
}

.hero__circles  .circle:nth-child(2) {
  right: -87px;
  bottom: -140px;
  position: absolute;
  z-index: 400;
}

.banner-wrapper:before {
  z-index: 200;
  position: absolute;
  content: '';
  background-color: #467d65;
  opacity: .8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-logo img {
/*   margin-top: 11px; */
  width: 13.5rem;
  display: block;
  vertical-align: top;
}
.header-wrapper {
  z-index: 999;
}
.custom-menu-primary .hs-menu-wrapper>ul li a {
  padding: .84375rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  width: 100%;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
  display: inline-block;
  float: none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul >li:last-child > a {
  margin-left: 1.6875rem;
  color: #191D27;
  background-color: #FECC3C;
  -webkit-tap-highlight-color: transparent;
  background-color: #FECC3C;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6875;
  padding: .9em 3.375em;
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  margin-left: 1.6875rem;
}
.custom-menu-primary .hs-menu-wrapper>ul >li:last-child > a:hover{
  color: #FECC3C;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #FECC3C;
  box-shadow: inset 0 0 0 2px #FECC3C;
}
.scroll-header .header-container-wrapper .header-wrapper .page-center {
  padding-top: 1.6875rem !important;
}

.scroll-header .header-wrapper {
  background: white;
  padding-bottom: 1.6875rem;
  border-bottom: 1px solid #DBDBDB;
}

.scroll-header img.whiteimage {
  display: none;
}

.scroll-header img.blackimage {
  display: block;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper>ul li a {
  color: #191D27;
}

.scroll-header .custom-menu-primary .hs-menu-wrapper>ul >li:last-child > a:hover {
  color: #191D27;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #FECC3C;
  box-shadow: inset 0 0 0 2px #FECC3C;
}
.scroll-header img.blackimage {
  display: block;
/*   margin-top: 12px; */
}

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

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

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


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

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

.footer-section {
  background: #191D27;
  color: white;
}

.footer-section {
}

.footer-wrapper {
  padding: 5.9rem 0 6.0267857143rem;
}

.footer-menu {
  border-top: 1px solid #414042;
  padding: 1.6875rem 0 0 0;
}

.footer-menu .page-center {
  max-width: 1354px !important;
}

ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  float: right;
  margin-left: -.421875rem;
}

ul.nav {}

ul.nav li {
  position: relative;
  padding: 0 1.125rem;
  display: inline-block;
}

ul.nav li a {
  color: white;
  display: block;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6875;
}

.nav li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #0FBA7C;
}
p.copyright {
  float: left;
}
.nav li:last-child::after {
  display: none;
}

ul.nav li:last-child {
  padding-right: 0;
}

ul.nav li a:hover {
  color: #FECC3C;
}
.footer-top-menu {
  width: 75% !important;
}

.social-share {
  width: 25% !important;
  margin: 0 !important;
}


.footer-top-menu {}

.footer-top-menu .hs-menu-wrapper > ul > li > a {
  color: #0FBA7C;
  font-size: .875rem;
  line-height: 1.7857142857;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  cursor: auto;
}

.footer-top-menu .hs-menu-wrapper > ul > li:first-child {
  width: 34%;
}

.footer-top-menu .hs-menu-wrapper > ul {
  width: 100%;
  display: block !important;
  margin-left: -1.6875rem;
}

.footer-top-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 24px;
}

.footer-top-menu .hs-menu-wrapper > ul > li > a {
  margin-bottom: 1.6875rem;
  font-weight: bold;
}

.footer-top-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-weight: bold;
  color: #fff;
}

.footer-top-menu .hs-menu-wrapper > ul > li {
  padding-left: 1.6875rem;
}

.footer-top-menu .hs-menu-wrapper > ul > li:last-child {
  padding-left: 1.6875rem;
  width: 66%;
}

.footer-top-menu .hs-menu-wrapper > ul > li:last-child >ul {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-rows: (auto)[5] !important;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
}

.footer-top-menu .hs-menu-wrapper > ul > li:last-child >ul>li {
}

.social-share {
  width: 25% !important;
  margin: 0 !important;
  padding-top: 3.375rem;
  padding-left: 1.6875rem;
  float: right !important;
}

.social-share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.6875rem;
  float: right;
}

.social-share ul li:after {
  display: none;
}

.social-share ul li {
  margin-bottom: 1.5rem;
  margin-right: 10px;
  position: relative;
  display: inline-block;
  padding: 0 .421875rem;
}

span.facebook {
  display: none;
}



.social-share ul li a {
  position: relative;
  z-index: 1;
  color: #fff;
}
.icon-facebook:before {
  content: "\e602";
}
.icon-twitter:before {
  content: "\e603";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-youtube:before {
  content: "\e604";
}
.icon-linkedin:before {
  content: "\f0e1";
}

.social-share ul li:after{
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.social-share ul li:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.social-share ul li {
  position: relative;
  font-size: 1.125rem;
}
.social-share ul li a:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  content: "";
}
.social-share ul li:last-child {
  margin-right: 0;
}

.footer-top-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #FECC3C;
}

.social-share ul li a:hover {
  color: #FECC3C;
}

.social-share ul li a:hover:after {
  border-color: #FECC3C;
}

[class^="icon-"], [class*=" icon-"], .icon, .slider-prev, .slider-next{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-bottom-banner {
  color: #fff;
  background-color: #467D65;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 6.5rem 0;
  overflow: hidden;
}

.bottom-banner-content {
  z-index: 300;
  position: relative;
}

.bottom-banner-content .container {
  max-width: 624px;
  text-align: center !important;
  padding-left: 1.6875rem;
  padding-right: 1.6875rem;
  margin: 0 auto;
}

.page-bottom-banner .circle--top-left-sm {
  -webkit-transform: rotate(-85deg);
  -ms-transform: rotate(-85deg);
  -o-transform: rotate(-85deg);
  transform: rotate(-85deg);
}

.circle--top-left-sm {
  left: -138px;
  top: -127px;
}
.circle {
  position: absolute;
}
.circle--top-left-lg {
  left: -205px;
  top: -185px;
}
.page-bottom-banner .circle--bottom-right {
  right: -90px;
}

.circle--bottom-right {
  bottom: -140px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn    {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6875;
  padding: .9em 3.375em;
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  color: #191D27;
  background-color: #FECC3C;
  -webkit-tap-highlight-color: transparent;
}
.page-bottom-banner .btn--primary:hover {
  color: #FECC3C;
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #FECC3C;
  box-shadow: inset 0 0 0 2px #FECC3C;
}

.trailer--double {
  margin-bottom: 3.375rem;
}
a.icon-facebook {}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1021px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary {
    width: auto !important;
    margin: 0 !important;
    float: right !important;
  }
  .header-wrapper {
    z-index: 999;
  }

  .custom-menu-primary {
    width: auto !important;
    margin: 0 !important;
    float: right !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #467d65;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
  }
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:before,
  .header-wrapper .page-center > .row-fluid-wrapper > .row-fluid:after {
    content: none;
  }

  .lp-header .lp-spacer {
    min-height: 3.487rem;
  }
}


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

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

@media (max-width: 1020px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    z-index: 999;
  }
  .mobile-trigger:hover{
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
  }

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

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

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

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper {
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    overflow: hidden;
    -webkit-transition: opacity .15s ease-out,-webkit-transform .15s ease-out;
    transition: opacity .15s ease-out,-webkit-transform .15s ease-out;
    -o-transition: opacity .15s ease-out,-o-transform .15s ease-out;
    transition: opacity .15s ease-out,transform .15s ease-out;
    transition: opacity .15s ease-out,transform .15s ease-out,-webkit-transform .15s ease-out,-o-transform .15s ease-out;
    z-index: 500;
    position: fixed;
    margin-top: 71.5px;
    bottom: 0;
    height: 0;
    overflow: auto !important;
    opacity:0;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    height: 100%;
    overflow: auto !important;
    opacity:1;
    max-height: calc( 100vh - 86px);
    padding-bottom: 50px; 
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.feacture-image-wrapper {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-radius: 7px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #FAFAFA;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 510px;
  position: relative;
  z-index: 410;
  margin-top: -150px;
}

.featured-post__body {
  z-index: 300;
  position: relative;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 625px;
  margin: 0 5.0625rem 3.796875rem 5.0625rem;
  color: white;
}

.feacture-image-wrapper:before {
  z-index: 200;
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background: -o-linear-gradient(top, transparent 0%, #000 100%);
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  border-radius: 7px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popular-post-wrapper .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

h2.trailer--half {
  margin-bottom: .84375rem;
}

.popular-content p {
  font-family: "Karla",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6875;
}

.popular-content {}

.popular-content p {
  line-height: 1.6875;
}

a.link--underlined {
  color: white;
  position: relative;
  font-family: "Karla",Helvetica,Arial,sans-serif;
}

.link--underlined::after, .categories a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FECC3C;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -o-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
}

.link--underlined:hover::after, .categories a:hover::after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.body-container-wrapper .popular-post-wrapper .page-center {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.body-container-wrapper  .blog-listing-content .page-center {
  padding-top: 6.0267857143rem !important;
  padding-bottom: 10.546875rem !important;
}

.blog-sidebar {
  width: 25% !important;
}

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

.blog-sidebar ul li a {
  display: block;
  margin-bottom: 1.6875rem;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
  color: #31678F;
}

.blog-sidebar ul li a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FECC3C;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -webkit-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1), -o-transform 0.5s cubic-bezier(0.694, 0, 0.335, 1);
}

.blog-sidebar ul li a:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.span2.widget-span.widget-type-cell.blog-sidebar {}

.post-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.35rem;
}

.post-item-inner,
.post-item {
  padding-left: 1.35rem;
  width: 33.333%;
  float: left;
}

.post-item-inner > a,
.post-item > a {
  display: block;
  width: 100%;
  min-height: 435px;
  padding: 7.5rem 1.125rem 0 1.125rem;
  display: block;
  position: relative;
  margin-bottom: 1.6875rem;
  border: 1px solid #467D65;
  border-radius: 7px;
  color: #191D27;
  margin-right: 1.5rem;
  font-family: "Karla",Helvetica,Arial,sans-serif;
}

.post-header h2 {
  margin-bottom: .84375rem;
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  font-family: "muli",Helvetica,Arial,sans-serif;
  font-weight: 800;
}

.post-body.clearfix p {
  font-size: .875rem;
  line-height: 1.5714285714;
}

.card__next {
  position: absolute;
  bottom: 2.109375rem;
  left: 1.6875rem;
}

.card__next i {
  color: #FECC3C;
  position: relative;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right1:before {
  content: "\e900";
}

.card__next i::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid #FECC3C;
}
post-item-inner > a:hover,
.post-item > a:hover {
  color: white;
  background: #467D65;
}
post-item-inner > a:hover p#hubspot-topic_data,
.post-item > a:hover p#hubspot-topic_data {
  color: #fff;
}
post-item-inner > a:hover p#hubspot-topic_data,
.post-item > a:hover p#hubspot-topic_data {
  color: #fff;
}

#hubspot-topic_data {
  font-weight: bold;
  color: #0FBA7C;
  margin-bottom: .84375rem;
  font-size: .875rem;
  line-height: 1.7857142857;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}
.blog.hs-blog-listing .blog-content {
  width: 75% !important;
  margin: 0 !important;
  float: right !important;
}
.blog-pagination {
  margin-top: 4.640625rem;
  text-align: center;
}
.blog-pagination > div {
  display: inline-block;
}
.blog-pagination a {padding: .421875rem .84375rem;color: #191D27;}

.blog-pagination a.active {
  color: #0FBA7C;
  font-weight: bold;
}
.blog-pagination {
  margin-top: 4.640625rem;
  text-align: center;
}
.blog-pagination-right a:before {
  content: 'Next';
  background: none !important;
  width: auto !important;
  height: auto !important;
  top: 0;
  display: inline-block;
  position: relative;
  color: #0FBA7C;
}

.blog-pagination-left a:before {
  content: 'Previous';
  background: none !important;
  width: auto !important;
  height: auto !important;
  top: 0;
  color: #0FBA7C;
}
/* =============== 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 Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

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

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

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

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

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

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

/* Blog Social Sharing Icons */
.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 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
ul.share-post.js-share-post.nav--inline {
  display: inline-block;
  margin: 0;
  margin-bottom: 1.6875rem;
  padding: 0;
  list-style: none;
  margin-top: 1.6875rem;
}

ul.share-post.js-share-post.nav--inline li {
  margin-bottom: .84375rem;
  margin-right: 10px;
  display: inline-block;
  padding: 0 .421875rem;
  position: relative;
}

span.delta {
  font-size: .875rem;
  line-height: 1.7857142857;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

ul.share-post.js-share-post.nav--inline li a {
  color: #0FBA7C;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 1;
}

.nav--social li::after, .share-post li::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 50%;
  border: 2px solid white;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: 2px solid #0FBA7C;
}

.share-post li:first-child::after {
  display: none;
}
ul.share-post.js-share-post.nav--inline li:hover a{
  color: #FECC3C;
}
.nav--social li:hover::after, .share-post li:hover::after {
  border-color: #FECC3C;
}

/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  text-transform: uppercase;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.7857142857;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  cursor: pointer;
  font-family: "Karla",Helvetica,Arial,sans-serif;
  color: #191D27;
  text-rendering: optimizeLegibility;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%;
  border: 1px solid #414042;
  border-radius: 4px;
  padding: 5px 20px !important;
  min-height: 2.5rem;
  min-height: 55px !important;
  -webkit-appearance: none;
  margin-bottom: 1.6875rem;
  color: #191D27;
  line-height: normal;
  margin: 0;
  font-family: Karla, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-stretch: 100%;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 1.6875rem;
  max-width:767px;
}
.hs-error-msgs label {
  color: rgb(208, 2, 27);
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.78571;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  cursor: pointer;

}
span.hs-form-required {
  color: rgb(208, 2, 27);
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  box-shadow: none;
  border: 2px solid #0FBA7C;
  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;
}
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{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* 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 {}

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

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

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


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

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

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

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

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

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.6875;
  padding: .9em 3.375em;
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  background-color: #FECC3C;
  -webkit-tap-highlight-color: transparent;
  margin-top:27px;
  color: #191D27;
  background-color: #FECC3C;
  margin-bottom:20px;
  max-width:767px;
  transition: all .1s linear 0s;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #FECC3C;
  color: #fff;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline:none;
  background-color: #FECC3C;
  color: #fff;
}

ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: 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                                      
========================================================================== */
.blog-sidebar .topic ul li:before {
  display: none !important;
}
.unsbscribe #email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 767px !important;
}
.landing.scroll-header .header-wrapper {
  min-height: 110.78px;
}
.no-banner .header-container-wrapper {
  min-height: 96.48px;
}
.no-banner img.blackimage {
  display: block;
  width: 217px;
  padding: 0.1px;
}
.no-banner img.whiteimage {
  display: none;
}
.no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #191D27;
}
.no-banner  .custom-menu-primary .hs-menu-wrapper>ul >li:last-child > a:hover {
  color: #191D27;
}
.no-banner img.blackimage {
  display: block;
  width: 217px;
}
.no-banner.scroll-header img.blackimage {
  display: block;
  width: 216px;
}
.body-container-wrapper .page-center{
  padding-top: 2.784375rem !important;
  padding-bottom: 2.784375rem !important;
}
.topic h3 {
  display: none;
}
/* Styles that do not fit into any of the available sections above can go here. */

.hero__heading {
  font-size: 57px;
  font-size: 3.5625rem;
  line-height: 1.3684210526;
  font-family: "Muli",Helvetica,Arial,sans-serif;
  margin-top: 0;
  color:#fff;
  max-width:830px;
}

span.filter-link-count {
  display: none;
}

.no-banner.hs-blog-post .header-container-wrapper {
  min-height: initial;
}
.hs-blog-post .body-container-wrapper .page-center {
  padding-top: 15.29296875rem !important;
  padding-bottom: 10.546875rem !important;
}

.section.post-header h1 {
  font-size: 2.1875rem;
  line-height: 1.3428571429;
  font-weight: 800;
}
.byline-wrapper{
  -webkit-transform: translateX(16.666%);
  -ms-transform: translateX(16.666%);
  -o-transform: translateX(16.666%);
  transform: translateX(16.666%);
  max-width: 715px;
  padding-top: 26px;
}
.grid--flex.post-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-details p:first-child {
  position: relative;
  padding-right: 20px;
  margin-right: 25px;
}
p.trailer--none {
  margin-bottom: 0rem;
}
.post-details p:first-child::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0FBA7C;
}
.hs-blog-post .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border-radius: 7px;
}
.img-wrap-inner {
  position: relative;
  margin-top: 5.0625rem;
  border-radius: 7px;
  margin-bottom: 5.0625rem;
}
.section.post-body {
  max-width: 530px;
  margin: 0 auto !important;
  float: none !important;
}
.related-post.clearfix h2 {
  margin-bottom: 4.6875rem;
}
.related-post.clearfix {
  margin-top: 10.546875rem;
}
.related-post-inner.clearfix {
  margin-left: -1.35rem;
}
.hs-blog-post .post-item {
  padding-left: 1.35rem;
  width: 25%;
  float: left;
}
.post-item-inner {
  width: 100%;
  padding-left: 1.35rem;
}
.hs-blog-post .post-item {
  padding-left: 0;
}
.related-post  .slick-next, .related-post  .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  background: transparent;
  left: 0;
}
.related-post  .slick-prev {
  background: transparent;
  z-index: 99999;
  bottom: -20px;
}

.related-post .slick-prev {
  left: 20px;
}
.related-post  .slick-next {
  right: 0px;
  left: 50px;
}
.related-post .slick-next:before {
  content: '→';
  font-family: 'icomoon';
  color: #0FBA7C;
  font-size: 20px;
  font-size: 1.25rem;
  content: "\e906";
}
.related-post  .slick-next:before, .related-post  .slick-prev:before {
  opacity: 1;
}
.related-post .slick-prev:before {
  content: '←';
  font-family: 'icomoon';
  color: #0FBA7C;
  font-size: 20px;
  font-size: 1.25rem;
  content: "\e907";
}
.post-item-inner > a{
  display: block;
  width: 99%;
}
.post-item-inner a:hover p#hubspot-topic_data {
  color: #fff;
}
.post-item-inner a:hover {
  color: white;
  background: #467D65;
}
span.hero__breadcrumbs a {
  color: white;
}
span.hero__breadcrumbs a:hover {
  opacity: 0.8;
}
span.hero__breadcrumbs a {
  text-transform: uppercase;
}
.body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  display: inline-block;
  padding: 0 5px;
}

.body-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin: 20px 0;
  padding-left: 30px;
}
@media only screen and (min-width: 1071px){	
  .container-fluid .row-fluid .page-center {
    max-width: 1134px;
    margin: 0 auto;
    padding: 0 1.6875rem;
    float:none;
  }
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media (max-width: 1020px) {
  .custom-logo img {
    margin-top: 0;
/*     width: 210px;
    margin-left: 3px; */
  }
  .hero__body {
    padding-bottom: 100px;
    padding-top: calc(80px + 6rem);
  }


  .hero__circles .circle:nth-child(2) {
    position: absolute;
    z-index: 400;
    right: -162px;
    bottom: -176px;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
  }
  .hero__circles .circle:nth-child(1) {
    position: absolute;
    z-index: 400;
    right: -95px;
    bottom: -122px;
    -webkit-transform: rotate(9deg) scale(0.4);
    -ms-transform: rotate(9deg) scale(0.4);
    -o-transform: rotate(9deg) scale(0.4);
    transform: rotate(9deg) scale(0.4);
  }
  button.site-header__toggle.btn.btn--toggle.js-navigation-toggle {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6875;
    padding: .9em 3.375em;
    border-radius: 28px;
    text-decoration: none;
    text-align: center;
    padding: .5em;
    width: 3.125rem;
    height: 2rem;
    border-radius: 18px;
    color: #191D27;
    background-color: #FECC3C;
    -webkit-tap-highlight-color: transparent;
  }

  button.site-header__toggle.btn.btn--toggle.js-navigation-toggle {
    display: inline-block;
    vertical-align: middle;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6875;
    padding: .9em 3.375em;
    border-radius: 28px;
    text-decoration: none;
    text-align: center;
    padding: .5em;
    width: 3.125rem;
    height: 2rem;
    border-radius: 18px;
    color: #191D27;
    background-color: #FECC3C;
    -webkit-tap-highlight-color: transparent;
  }

  .btn--toggle .sr-only {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
  }

  .btn--toggle .icon-bar {
    display: block;
    position: relative;
    width: 21px;
    border-top: 2px solid;
    margin: 3px auto;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    -o-transition: -o-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out;
  }

  .mobile-open  .btn--toggle .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
  }

  .mobile-open  .btn--toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
  }
  .mobile-open .btn--toggle .icon-bar:nth-of-type(4) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    text-align: center;
    margin-top: 4.21875rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    min-height: 120%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:last-child a {
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    margin: 2.53125rem auto 8rem auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    text-align: center;
    margin-top: 4.21875rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: block;
    min-height: 120%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    color: #fff;
    padding: 1.125rem;
    display: block;
    color: #191D27;
    font-weight: bold;
    font-family: "Karla",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li {
    display: block;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:last-child {
    margin: 2.53125rem auto 0 auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    color: #191d27;
  }
  .scroll-header img.blackimage {
    display: block;
    margin-top: 0;
    width: 216px;
    margin-left: 0;
  }
  .mobile-open .custom-logo img.blackimage {
    display: block;
    width: 216px;
    margin-left: 0px;
  }
  .mobile-open .custom-logo img.whiteimage {
    display: none;
  }

  .custom-logo {
    position: relative;
    z-index: 999;
  }
  .mobile-open .header-container-wrapper .header-wrapper {
    background: #fff;
    transition: 0s ease;
  }
  button.site-header__toggle.btn.btn--toggle.js-navigation-toggle:FOCUS {
    outline: 0;
  }

  .social-share ul li {
    margin-bottom: 1rem;
  }
  .social-share {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0;
    float: left !important;
    padding-top: 5.0625rem;
  }
  .social-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.6875rem;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .footer-top-menu {
    width: 100% !important;
    float: none !important;
  }
  .footer-wrapper {
    padding: 3.496875rem 0 1.6875rem 0;
  }
  .page-bottom-banner .circle--top-left-sm {
    -webkit-transform: rotate(-85deg) scale(0.425);
    -ms-transform: rotate(-85deg) scale(0.425);
    -o-transform: rotate(-85deg) scale(0.425);
    transform: rotate(-85deg) scale(0.425);
  }
  .page-bottom-banner .circle--top-left-lg {
    -webkit-transform: scale(0.425);
    -ms-transform: scale(0.425);
    -o-transform: scale(0.425);
    transform: scale(0.425);
  }
  .circle--bottom-right {
    -webkit-transform: rotate(-45deg) scale(0.375);
    -ms-transform: rotate(-45deg) scale(0.375);
    -o-transform: rotate(-45deg) scale(0.375);
    transform: rotate(-45deg) scale(0.375);
    right: -175px;
    bottom: -160px;
    right: -90px;
  }
  .no-banner img.blackimage {
    display: block;
    width: 216px;
    margin-left: 0;
  }
  .landing.scroll-header .header-wrapper {
    min-height: 80.78px;
  }
  .blog-sidebar {
    width: 100% !important;
    text-align: center;
  }
  .body-container-wrapper .blog-listing-content .page-center {
    padding-top: 2.784375rem !important;
    padding-bottom: 5.2734375rem !important;
  }
  .blog.hs-blog-listing .blog-content {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  post-item-inner > a,
  .post-item > a {
    min-height: 380px;
    padding: 5.0625rem 1.125rem 0 1.125rem;
  }
  .blog-sidebar ul {
    margin-bottom: 2.53125rem;
  }
  .topic h3 {
    display: block;
  }
  .topic h3 {
    vertical-align: middle;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.6875;
    padding: .9em 3.375em;
    border-radius: 28px;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 7px;
    background: #0FBA7C;
    color: white;
    border: 2px solid #0FBA7C;
    display: block;
    z-index: 200;
    position: relative;
    margin: 0;

  }
  .topic{
    margin-bottom: 2.53125rem;
  }
  .topic h3:hover {
    color: #191D27;
  }
  .blog-sidebar .topic ul {
    text-align: center;
    margin-top: 1.6875rem;
    padding: 0;
    display:none;
  }
  .blog-sidebar .topic.topics-active ul {
    display:block;
  }
  .blog-sidebar .topic.topics-active h3 {
    border-radius: 7px;
    display: block;
    z-index: 200;
    position: relative;
    background: #FAFAFA;
    color: #191D27;
    border: 0;
    border-bottom: 0;
  }

  .topic.topics-active {
    border: 2px solid #0FBA7C;
    border-radius: 7px;
  }
  .related-post.clearfix {
    margin-top: 5.2734375rem;
  }
  .hs-blog-post .body-container-wrapper .page-center {
    padding-top: 8.4375rem !important;
    padding-bottom: 5.2734375rem !important;
  }
  .byline-wrapper {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(16.666%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    max-width: 100%;
    padding-top: 26px;
  }
}
@media (max-width: 800px) {
  .social-share {
    width: 100% !important;
    margin: 0 !important;
    padding-left: 0;
    float: left !important;
    padding-top: 4.8rem;
  }
  .social-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1.6875rem;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li:last-child {
    padding-left: 1.6875rem;
    width: 100%;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li:first-child {
    width: 100%;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 2.953125rem;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }
  p.copyright {
    float: none;
    display: block;
    text-align: center;
    font-size: .875rem;
    line-height: 1.5714285714;
    margin-bottom: 1.3875rem;
  }
  ul.nav li a {
    color: white;
    display: block;
    font-family: "Karla",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.6875;
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  ul.nav {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    float: none;
    margin-left: 0;
    text-align: center;
    margin-left: -.421875rem;
  }
  .footer-menu {
    border-top: none;
    padding: 0;
    padding-bottom: 2.953125rem;
  }
  .featured-post__body {
    margin: 1.6875rem;
  }
  .feacture-image-wrapper {
    min-height: 350px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .hs-button.primary, input[type="submit"], input[type="button"] {
    padding: .9em 3em;
  }
}
@media (max-width: 767px) {
  .custom-logo {
    position: relative;
    z-index: 999;
    width: auto !important;
    float: left !important;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li > ul {
    display: block !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .landing .footer-menu {
    padding-top: 30px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 640px) {
  .custom-logo img {
    margin-top: 9px;
    width: 120px;
    margin-left: 0;
    position: relative;
    top: -2px;
  }
  h1, .hero__heading {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 1.3684210526;
    font-family: "Muli",Helvetica,Arial,sans-serif;
    font-size: 2.375rem;
    line-height: 1.3684210526;
  }
  .header-container-wrapper .header-wrapper .page-center {
    padding-top: 1.25rem !important;
  }
  .scroll-header img.blackimage {
    display: block;
    margin-top: 9px;
    width: 120px;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .mobile-open .custom-logo img.blackimage {
    display: block;
    width: 120px;
    margin-left: 1px;
  }
  .mobile-open .header-container-wrapper .header-wrapper .page-center {  
    padding-top: 1.25rem !important;
  }
  .scroll-header.mobile-open .header-container-wrapper .header-wrapper .page-center {  
    padding-top: 1.6875rem !important;
  }

  .mobile-open .header-container-wrapper .header-wrapper {
    background: #fff;
    transition: 0s ease;
    padding-bottom: 1.6875rem;
  }
  .mobile-open .custom-logo img.blackimage {
    display: block;
    margin-top: 9px;
    width: 120px;
    margin-left: 0;
    position: relative;
    margin-bottom: 0;
    top: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    margin: 0;
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    margin-top: 86px;
  }
  .mobile-open .header-container-wrapper .header-wrapper {
    min-height: 86px;
    border: none;
  }
  h4{
    font-size: .75rem;
    line-height: 1.5;
  }
  .footer-top-menu .hs-menu-wrapper > ul > li > a {
    font-size: .75rem;
    line-height: 1.5;
  }
  .page-bottom-banner {
    padding: 3.75rem 1.125rem;
  }
  a.btn {
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  h2 {
    font-size: 1.625rem;
    line-height: 1.2692307692;
  }
  p{
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  .trailer--double {
    margin-bottom: 1.6875rem;
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  .footer-wrapper {
    padding: 3.896875rem 0 1.6875rem 0;
  }
  .no-banner img.blackimage {
    display: block;
    width: 120px;
    margin-left: 0;
    margin-top: 9px;
  }
  .no-banner.scroll-header img.blackimage {
    display: block;
    width: 120px;
  }
  .topic h3 {
    font-size: .875rem;
    line-height: 1.5714285714;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
  }
  #hubspot-topic_data {
    font-size: .75rem;
    line-height: 1.5;
  }
  .post-header h2 {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .blog-pagination-right a:before {
    content: "";
    background: url(//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Images/next.png) !important;
    -webkit-background-size: 32px 32px !important;
    background-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    display: inline-block;
    position: relative;
    top: 10px;
  }
  .blog-pagination-left a:before {
    background: url(//5228903.fs1.hubspotusercontent-na1.net/hubfs/5228903/ICUC_Social_January2019%20Theme/Images/previous.png) !important;
    -webkit-background-size: 32px 32px !important;
    background-size: 32px;
    width: 32px !important;
    height: 32px !important;
    content: '';
    display: inline-block;
    position: relative;
    top: 10px;
  }
  .post-item > a:hover p#hubspot-topic_data {
    color: #0FBA7C;
  }
  .post-item > a:hover {
    color: inherit;
    background: transparent;
  }
  span.delta {
    font-size: .75rem;
    line-height: 1.5;
  }
  .section.post-header h1 {
    font-size: 1.625rem;
    line-height: 1.2692307692;
  }
  .img-wrap-inner {
    position: relative;
    border-radius: 7px;
    margin-bottom: 2.53125rem;
    margin-top: 2.53125rem;
  }
  span.hero__breadcrumbs a {
    color: white;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase;
  }
}



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

@media (max-width: 550px) {
  .footer-top-menu .hs-menu-wrapper > ul > li:last-child >ul {
    display: -ms-grid !important;
    display: block !important;
    -ms-grid-rows: initial;
    grid-template-rows: auto;
    grid-auto-flow: unset;
  }
  .email-prefs .item .item-inner * {
    color: #444;
    font-size: 12px;
  }
  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }
}


/* adjust h1 */

@media (max-width:1200px) {
  h1.hero__heading {
    width:70%;
    font-size:2.6rem;
  }
  .banner-wrapper {
    /*min-height: 445px;*/
    min-height: 400px;
  }
}

@media (max-width:1000px){
  h1.hero__heading {
    width:90%;
  }
}

@media (max-width:768px) {
  h1.hero__heading {
    width:100%;
    font-size:2.4rem;
  }
  .banner-wrapper {
    /*min-height: 445px;*/
    min-height: 450px;
  }
}

@media (max-width:600px) {
  .hero__circles {
    display:none;
  }
}



/* ------------ Mojo Building Blocks ------------- */

/* ---------- Structure and padding and such ------------- */

.std-padding,
.reg-padding {
    padding: 40px 0 30px;
    position: relative;
}

.std-padding.extra-padding {
    padding: 80px 0 60px;
}

.std-padding.no-padding {
    padding: 0;
}

.std-padding.bottom-padding {
    padding: 0 0 30px 0;
}

.std-padding {
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-content {
  margin: 0 auto;
  max-width: 1134px;
    padding: 0 1.6875rem;
    position: relative;
    z-index: 5;
}

.column-content {
    position: relative;
    z-index: 5;
}

.content-large-image {
  position: relative;
  z-index: 1;
}

.top-title {
    margin: 0 0 40px 0;
    position: relative;
    z-index: 5;
}

.two-flex, .three-flex, .four-flex {
    display: flex;
    flex-flow: column;
}

.content-shader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white blockquote,
.white ul,
.white ol,
.white .column-content > div > div {
    color: #fff;
}

.white .column-content > div > p > a, .white .column-content > div > p > a:visited {
  color: #fff;
  text-decoration: underline;
}

.white .column-content > div > h3 > a, .white .column-content > div > h3 > a:visited {
  color: #fff;
  text-decoration: none;
}


@media(min-width: 768px) {
    .two-flex, .three-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    
    .four-flex {
        flex-flow: row wrap;
        justify-content: space-between;
    }
    
    .two-flex .column-content {
        width: 47%;
    }
    
    .two-flex .column-content.form-left {
        width: 58%;
    }
    
    .two-flex .column-content.form-right {
        width: 37%;
    }
    
    .two-flex .column-content.sixty {
        width: 60%;
    }
    
    .two-flex .column-content.thirty-five {
        width: 35%;
    }
    
    .three-flex .column-content {
        width: 30%;
    }
    
    .four-flex .column-content {
        width: 47%;
    }     
}

@media(min-width: 992px) {
    .std-padding,
    .reg-padding {
        padding: 60px 0 50px;
    }

    .std-padding.bottom-padding {
        padding: 0 0 50px 0;
    }

    .std-padding.extra-padding {
        padding: 100px 0 80px;
    }
  
    .column-content.forty {
        width: 40%;
    }

    .column-content.fifty {
        width: 50%;
    }
  
    .column-content.sixty {
        width: 60%;
    }

    .four-flex .column-content {
        width: 22%;
    }
}

@media(min-width: 1200px) {
    .page-content.max {
        max-width: none;
    }
}

@media(min-width: 1600px) {
    /* .std-padding,
    .reg-padding {
        padding: 70px 0 60px;
    }

    .std-padding.bottom-padding {
        padding: 0 0 60px 0;
    }

    .std-padding.extra-padding {
        padding: 140px 0 120px;
    } */
}