

/* ==========================================================================
General fonts  definition.
Change the line above with whatever Google font call of your liking
========================================================================== */
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
/* ==========================================================================
HS COS Boilerplate v1.4.0                                
========================================================================== */

/* Images */

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

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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

/* ==========================================================================

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. DOMAIN SPECIFICS

7. MISCELLANOUS

8. MOBILE MEDIA QUERIES

========================================================================== */

iframe#facebook-jssdk-iframe{
  display:none;
}




/* ==========================================================================


1. BASE STYLES                                             


========================================================================== */





/* ==========================================================================
Variables                                               
========================================================================== */


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
 






   
  
 
 







 

 
 


/* Containers */
 





/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
*  The variable name must be a signle word (no dashes). In the example below, the variable name is cssTransition.
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




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


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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: white;
  width: 100%;
  overflow-x: hidden;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #4a4a4a;
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}

@media(max-width: 1023px){
  body {
    font-size: 14px;
  }
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

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

a { color: #f16c27; text-decoration: none; }


/* a:hover, a:focus { color: #888 ; } */

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




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


/* Basic text */
p {
  line-height:2;
  margin-bottom: 25px; 
  margin-top: 0;
} 
small {}
strong {}
em {}
cite {
  text-transform: none;
  display: block;
  font-weight: 400;
  font-style: normal;
}
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 {  
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  line-height: 1.03;
  margin-top: 0px;
  margin-bottom: 0px; 
  color: #262424;
}
h2 {
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 32px;  
  margin-top: 0px;
  margin-bottom: 0px;  
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #262424;
}
h3 {
  font-size: 24px;
  line-height: 1.45;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600; /* Mods v1 Fixes */
  color: #262424;
}
h4 {
  font-size: 18px;
  line-height: 1.55;
  margin-top: 0px;
  margin-bottom: 0px;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #262424;
}
h5{
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #262424;
}
h6{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}


@media(max-width: 1023px){
  h1 {
    font-size: 34px;
    line-height: 1.41;
    font-weight: 300;
  }
  h2 {
    font-size: 24px;
    line-height: 1.46;
    font-weight: 300;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
  }
  h4 {
    font-size: 16px;
    line-height: 1.53;
  }
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }

}

p, ul, ol, pre, table, blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-weight:400;
  font-style: normal;
}
/* Lists */
ul, ol {
  margin: 25px 0;
  padding: 0 0 0 47px;;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

/* Quotes */
blockquote,
blockquote p{
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;    
  margin-left: 0;
  padding-left: 81px;
  position:relative;
  margin-right: 0;
}
blockquote p{
  margin: 0;
  padding: 0;
}
blockquote:before {
  content: "\201C";    
  font-size: 60px;
  font-weight: normal;
  color: #f16c27;
  position: absolute;
  left: 42px;
  top: -10px;  
}

blockquote small {
  font-style: normal;
  margin-top: 25px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote small:before {}


blockquote p.author,
blockquote p:last-child{
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #311b09;
  text-transform: uppercase;
  margin-top: 21px;
}


q:before, q:after, blockquote:before, blockquote:after {}


@media (max-width: 767px){
  blockquote,
  blockquote p{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #311b09;      
    padding-left: 39px;
    position:relative;
    margin:0;
  }
  blockquote p{
    margin: 0;
    padding: 0;
  }
  blockquote:before {
    content: "\201C";    
    font-size: 60px;
    font-weight: normal;
    color: #f16c27;
    position: absolute;
    left: 0;
    top: -10px;
  }
}
/*===============Tables===================*/

.table {
  width: 100%;
  margin-bottom: 25px;
}
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9em;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}
table td {
  padding: 11px 24px 9px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #311b09
}

.table th, .table td {
  padding: 8px;
  line-height: 33px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}





.text-muted{
  color: #94ADC5;
}
.text-warning{
  color: #FF1E00;
}
.text-danger{
  color: #F25A57;
}
.text-success{
  color: #43B86A;
}
.text-info{
  color: #00B5DA;
}





/* ==========================================================================


2. COS STRUCTURE                                            


========================================================================== */
.section{
  padding: 106px 0;
}
.section.bordered{
  border-bottom: solid 1px #dcdfe6;
}

@media(max-width: 1023px){
  .section{
    padding: 46px 0;
  }
}
@media(max-width: 767px){
  .section{
    padding: 37px 0;
  }
}

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


/* The outer wrappers of your website */
.wrapper,
.row-fluid .wrapper[class*="span"] {
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  padding-top: 0;
  float: none;
}
.wrapper.padded {
  width: 94%;
}
.wrapper.padded .wrapper.padded {
  width: 100%;
}
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

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


.wrapper, .row-fluid .wrapper[class*="span"] {
  max-width: 1458px;
  width: 100%;  
  padding: 0 25px;
}
/*@media (max-width: 1199px) and (min-width: 768px) {*/
@media (max-width: 1459px) and (min-width: 768px) {
  .wrapper, .row-fluid .wrapper[class*="span"] {
    /*width: 90%;
    max-width: 90%;*/
    width: 95%;
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .wrapper, .row-fluid .wrapper[class*="span"] {
    padding-left: 16px;
    padding-right: 16px;    
  }  

  .wrapper.nopad-phone {
    width: 100%;
  }
  .wrapper.nopad-phone .wrapper.padded {
    width: 94%;
  }
  .wrapper.nopad-phone .wrapper.padded .wrapper.padded {
    width: 100%;
  }

}


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


.header-container-wrapper {
  /*position: absolute;*/
  z-index: 3;
  width: 100%;
}
.header-container {}

.header{
  max-width: 1120px;
  margin: 0 auto !important;
  float: none !important;
}
.header>.row-fluid-wrapper>.row-fluid{
  display: flex;
  align-items: stretch;
}
.header .logo img{
  height: 63px;
  max-height: 63px;
  width: auto;
  margin: 31px 0 0 0;
}
.header .nav{
  display: flex;
  align-items: center;
  justify-content:flex-end;
  line-height: 1;
}
.header .nav ul{
  padding: 0;   
}
.header .nav .hs-menu-depth-1>a{
  text-transform: uppercase;
  color: #acbbcf;
  font-size: 11px;
  font-weight: 600;
  padding: 14px 0;
  letter-spacing: 0.7px;
}
.header .nav .hs-menu-depth-1:not(:last-child)>a{
  margin-right: 47px;
}
.header .nav .hs-menu-depth-1.hs-item-has-children>a:after{
  content: '\25BE';
  margin-left: 13px;
  display: inline-block;
}
.header .nav .hs-menu-depth-1>a:hover,
.header .nav .hs-menu-depth-1.active>a{
  color: #46bcec;
}


.header .nav .hs-menu-depth-1 ul li a{
  text-transform: uppercase;
  color: #231f20;
  font-size: 11px;
  font-weight: bold;
  padding: 15px 0;
  letter-spacing: 0.7px;
  white-space: normal !important;
}
.header .nav .hs-menu-depth-1 ul li a:hover{
  color: #46bcec;
}

.header.basic .logo .cell-wrapper{
  text-align: center;
}

@media(max-width: 1199px){
  .header{
    max-width: 90%;   
  }
  .header .nav .hs-menu-depth-1:not(:last-child)>a{
    margin-right: 20px;
  }
}
@media(max-width: 1023px){
  .header{
    position: relative;
  }
  .header .nav{
    display:none;
  }
  .header .mobile-header{
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    cursor: pointer;
    z-index: 10;
  }
}
@media(max-width: 767px){
  .header .logo img{
    width: 160px !important;
    max-height: inherit;
    margin: 22px 0;
  }

  .header-container-wrapper {
    min-height: 88px;
  }

}


@media(min-width: 1024px){
  .header .mobile-header{
    display: none;
  }
}


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


.body-container-wrapper {
  background:#FFF;
  /* overflow:hidden; */
  position:relative;
  z-index:2;
}
.body-container {}


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

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Hero */
.row-fluid .span12.hero{
  min-height: 30vh;
  padding: 45px 0;
  color: #FFF;

  display: flex;
  align-items: center;
  justify-content: space-around;

}

.row-fluid .span12.hero h1,
.row-fluid .span12.hero h2,
.row-fluid .span12.hero h3{
  color: #FFF;
}

.row-fluid .span12.hero>.row-fluid-wrapper{
  width: 100%;
}
.row-fluid .span12.hero .wrapper>.row-fluid-wrapper>.row-fluid{
  max-width: 50%;
}
.row-fluid .span12.hero .widget-type-text{
  margin-top: 27px;
  line-height: 1.73;
  font-size: 22px;
  font-weight: 300;
}
.row-fluid .span12.hero .widget-type-cta{
  margin-top: 38px;
}

.row-fluid .span12.guana-bg .bg-container.size-cover .image {
  background-attachment: scroll;
}

@media(max-width: 767px){
  .row-fluid .span12.hero .wrapper>.row-fluid-wrapper>.row-fluid{
    max-width: 100%;
  }
  .row-fluid .span12.hero .widget-type-text{
    margin-top: 18px;
    line-height: 1.67;
    font-size: 18px;
  }
  .row-fluid .span12.hero .widget-type-cta{
    margin-top: 26px;
  }
  .row-fluid .span12.hero .widget-type-cta a{
    display:block;    
  }

}

/* Post List */
.page-post-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.page-post-list .item{
  width: calc((100% - 64px) / 3);
  overflow: hidden;

  background: #FFF;
  color: #000000;
  transition: all 0.3s ease;
}
.page-post-list .item h4{
  margin: 0 0 27px 0;
}
.page-post-list .item h4 a{
  color: #000000;
}
.page-post-list .item:hover h4 a{
  color: #FFF;
}
.page-post-list .item p{
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.4px;
}

.page-post-list .item a.image{
  height: 192px;
  width: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.page-post-list .item .content{
  padding: 21px 31px 64px 31px;
  border: solid 1px #dad7d7;
  border-top: none;
}
.page-post-list .item:hover .content{
  background: #ef4a22;
  border-color: #ef4a22;
  color: #FFF;
}

@media(max-width: 1023px){
  .page-post-list .item{
    width: 30%;
  }
  .page-post-list .item p{
    font-size: 13px;   
    line-height: 1.77;
  }
  .page-post-list .item a.image{
    height: 125px;
  }
  .page-post-list .item .content{
    padding: 16px 11px 30px 20px;
  }
}
@media(max-width: 767px){
  .page-post-list .item{
    width: 100%;
    margin-bottom: 24px;
    max-width: 420px;
  }
  .page-post-list .item:last-child{
    margin-bottom: 0px;
  }
  .page-post-list .item p{
    font-size: 14px;   
    line-height: 1.86;
  }
  .page-post-list .item a.image{
    height: 153px;
  }
  .page-post-list .item .content{
    padding: 21px 13px 28px 24px;
  }
}

/* Resources Boxes */
.resource-row>.hs_cos_wrapper{
  display: flex;
  justify-content: space-between;
}
.resource-row>.hs_cos_wrapper>div{
  width: calc((100% - 28px) / 3);
}

.il-res-box{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  width: 100%;
  height: 100%;
  min-height: 263px;
  padding: 38px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  text-align: center;

  position: relative;
}
.il-res-box h4{
  letter-spacing: -0.4px;
  color: #46bcec;
  margin-bottom: 22px;
}
.il-res-box a{
  font-size: 24px;
  color: #46bcec;
  display: inline-block;
  line-height: 10px;
}
.il-res-box:hover h4,
.il-res-box:hover a{
  color: #FFF;   
}
.il-res-box:hover a:hover{
  color: #46bcec;
}

@media (max-width: 767px){
  .resource-row>.hs_cos_wrapper{
    flex-wrap: wrap;
  }
  .resource-row>.hs_cos_wrapper>div{
    width: 100%;
  }
  .resource-row>.hs_cos_wrapper>div:not(:last-child){
    margin-bottom: 30px;
  }
}

/* Pre-footer */
.pre-footer{
  text-align: center;
}

.pre-footer .widget-type-rich_text{
  position: relative;
  max-width: 60%;
  line-height: 2.25;
  margin: 0 auto !important; 
  float: none !important;
}
.pre-footer h2{
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #243359;
}
.pre-footer p{
  color: #243359;
  font-size: 18px;
  line-height: 1.61;
}
.pre-footer .cta_button{
  margin-top: 20px;   
}
@media(max-width: 1023px){ 
  .pre-footer {
    text-align: center;
    padding-top: 70px!important;
  }
  .pre-footer p{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #243359;
  }
  .pre-footer  h2{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #243359;}
}
@media (max-width: 767px){
  .pre-footer .widget-type-rich_text{
    max-width: 90%;
  }
}


/* Logos Section */
.section-logos{
  text-align: center;
}

.section-logos .widget-type-rich_text{
  position: relative;
  max-width: 60%;
  line-height: 2.25;
  margin: 0 auto !important; 
  float: none !important;
}

.section-logos .widget-type-rich_text h6{
  text-transform: uppercase;
}

.section-logos .main-logo img{
  max-height: 84px;
  width: auto !important;
}

.section-logos .logos{
  margin-top: 70px;
}
.section-logos .logos>.hs_cos_wrapper{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 65px;
  margin: 0 auto !important; 
}
.section-logos .logos>.hs_cos_wrapper>div{
  flex: 0 1 calc(16.66% - 8px);

  box-sizing: border-box;
  padding: 0 4px 27px;
}
.section-logos .logos>.hs_cos_wrapper>div img{
  max-height: 70px;
  width: auto !important;
}

@media (max-width: 767px){
  .section-logos .logos>.hs_cos_wrapper{
    padding: 0;   
  }
  .section-logos .logos>.hs_cos_wrapper>div{
    flex: 0 1 calc(33.33% - 8px);
  }
  .section-logos .main-logo img{
    max-width:120px;
  }
  .section-logos .logos>.hs_cos_wrapper>div img{
    max-width:73px;
  }
}



/* ==========================================================================
SMALL PAGES
========================================================================== */

body.typ .row-fluid .span12.hero .wrapper>.row-fluid-wrapper>.row-fluid{
  max-width: 100%;
  text-align: center;
}

body.typ .section h2{
  margin-bottom: 50px;
}

@media(max-width: 1023px){
  body.typ .hero *{
    text-align: left;
  }
}


/* ==========================================================================
FOOTER
========================================================================== */




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


.footer{
  background: #000000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 36px 48px;
  line-height: 1;
}
.footer {
  min-height: 1px;
}
.footer>.row-fluid-wrapper>.row-fluid{
  display: flex;
  align-items: center;
}

.footer .left-col{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .left-col>div:not(:last-child){
  margin-right: 15px; 
}
.footer .left-col .widget-type-text{
  font-size: 13px;
  color: #bdc1cf;
}
.footer .center-col{
  text-align: center; 
  min-height: inherit;
}
.footer .center-col .hs-menu-wrapper ul{
  padding: 0;
}
.footer .center-col .hs-menu-wrapper li{
  padding: 0;
  border: none;
}
.footer .center-col .hs-menu-wrapper li a{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.7px;
  color: #FFF;
}
.footer .center-col .hs-menu-wrapper li:not(:last-child) a{
  margin-right: 48px; 
}
.footer .center-col .hs-menu-wrapper li a:hover{
  color: #46bcec;
}

.footer .right-col{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .right-col>div:not(:last-child){
  margin-right: 15px; 
}

@media(max-width: 1023px){



}

@media(max-width: 767px){
  .footer{
    padding-left:38px;
    padding-right:38px;
  }
  .footer .left-col , .footer .center-col{
    width:auto!important;
    min-width:auto!important;
  }
  .footer .center-col .hs-menu-wrapper li a {
    margin-right: 20px;
    margin-left: 20px;
    text-align:center;
  }
  .footer .center-col .hs-menu-wrapper li:not(:last-child) a {
    margin-right: auto!important;
  }
  .hs-menu-wrapper, .hs-menu-wrapper *{
    width:auto!important;}
  .footer>.row-fluid-wrapper>.row-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
  }
  .footer .right-col {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
  }
  .footer .right-col{
    margin-bottom:45px;
  }
  .footer .right-col img{
    max-width:32px;

  }
  .footer .left-col {
    margin-bottom:33px;}
  .left-col img {
    max-width:178px;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    display:flex;
  }
}








/* ==========================================================================


4. TEMPLATE MODULE SELECTORS                                         


========================================================================== */





/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}
body.error-template.one-column .main-content {
  padding: 30vh 0 20vh;
  float: none;
}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








/* ==========================================================================


5. COS COMPONENTS                                        


========================================================================== */





/* ==========================================================================
Blog                                         
========================================================================== */
.hs-rss-item-text{
  margin-top: 12px;
}

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

/* Blog Post */
body.hs-blog-post {}
body.hs-blog-post h1 {
  margin-bottom:32px;
}
/* Blog Listing */
body.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 a{}

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

/* 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 {}
.blog-post-wrapper .post-body > span > p:first-child {
  margin-top: 0;
}
/* 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 {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;  
  margin-bottom: 22px;
}
@media (min-width: 1024px){
  #hubspot-topic_data {
    margin-bottom: 54px;
  }
}

#hubspot-topic_data a.topic-link {
  border: 1px solid;
  border-color: rgba(40, 47, 54, 0.3);
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #555555;
  margin-right: 10px;
  margin-bottom: 10px; 
}
/* Mods v1 Fixes */
#hubspot-topic_data a.topic-link:hover {
  background-color: rgba(0,0,0,0.1);
}

@media (max-width:767px){
  #hubspot-topic_data a.topic-link{
    display:inline-block;
    margin-bottom:10px;
  }
}
/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {

}
.blog-section{
  position:relative;
}
.social-sharing-wrapper{
  padding: 40px 0 48px 0;
  border-top: 1px solid #cccccc;  
  height: auto;
  display:none;
}

@media (max-width: 767px){
  .social-sharing-wrapper{
    padding-bottom: 0;
  }
}

.social-sharing-wrapper a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  padding: 9px 25px;
}
.social-sharing-wrapper a:hover {
  opacity: 0.8;
}
.social-sharing-wrapper a:not(:last-child){
  margin-right: 10px;
}
.social-sharing-wrapper a i{
  margin-right:5px;
}
.social-sharing-wrapper a.link-fb{
  border-radius: 20px;
  background-color: #3064ce;
}
.social-sharing-wrapper a.link-li{
  border-radius: 20px;
  background-color: #0077b5;
}
.social-sharing-wrapper a.link-twitter{
  border-radius: 20px;
  background-color: #48a9f2;
}


.social-sharing-wrapper-vertical{
  align-self: flex-start;
  padding-right: 56px;
}
.social-sharing-wrapper-vertical a{
  color: rgba(40, 47, 54, 0.3);
  font-size: 20px;
}
.listing-links{
  display:flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px){
  .listing-links{
    display:flex;
    flex-direction: row;
    align-items: center;
  }
  .social-sharing-wrapper-vertical{
    margin-bottom: 32px;
  }
  .social-sharing-wrapper-vertical a {
    color: rgba(40, 47, 54, 0.3);
    font-size: 20px;
    margin-right: 24px;
  }
}

div {
  display: block;
}

body {
  background: #fff;
  color: #4a4a4a;
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
}
::selection {
  color: #fff;
  background: #4a4a4a;
  text-shadow: none;
}

.content-bottom{
  border-top: 1px solid #cccccc;  
}
.next-article-section{ 
  padding:56px 0;
}

.next-article-section span{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #888888;
}
.next-article-section h2{
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #311b09;
}
.social-sharing-wrapper h3{
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;  
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom:24px;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  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 {
  padding: 0 16px;
}
.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}



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

.blog .blog-sidebar {}

.widget-type-post_listing ul, .hs_cos_wrapper_type_post_filter ul{
  padding-left: 0;
  margin-top: 10px;
}
.widget-type-post_listing ul li, .hs_cos_wrapper_type_post_filter ul li{
  list-style-type: none;
  margin-bottom: 25px;
  font-size: .9em;
}
.hs_cos_wrapper_type_blog_subscribe label{
  margin-top: 11px;
  display: block;
}
.hs-rss-byline {
  opacity: .7;
  font-size: 0.8em;
}
.hs-rss-item {
  margin-bottom: 50px;
}


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




/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

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

/* Descriptions */
body .hs-field-desc {
  font-size: .85em;
  font-style: italic;
}

/* Labels */
body label { 
  font-weight: 500;
  font-size: .9em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
}
body .hs-form-field > label {display: none;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 16px;
  resize: none;
  box-sizing: border-box!important;
  border: 0;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus { 
  border: 1px solid #f16c27;
  outline: none;
}

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

/* Separate Styles for Drop Downs */
body select {
/* MP Mods - Added this to give the signup form drop downs a border */
  height: 48px;
  padding: 8px;
  padding-left: 17px!important;
  margin-bottom: 26px;
  /*border: solid 1px #cccfda;*/
  background-color:#f6f6f6;
}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  /* margin: -30px 0 10px 0; */
}
body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  margin-top: -15px!important;
  margin-bottom: 15px!important;
}

body.sign-template form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs{
  margin: 0!important;
  max-width: 100%;
}
body.sign-template .hsum-signin-panel-container{
  visibility: hidden;
}

ul.inputs-list.multi-container.invalid.error {
  margin-bottom: 0;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

body input:required.invalid, 
body textarea:required.invalid, 
body select:required.invalid {
  border: 1px solid #FF1E00;
}

/* body input:required.invalid:focus, 
body textarea:required.invalid:focus, 
body select:required.invalid:focus {
border: 1px solid #f16c27;
} */

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  opacity: .8; 
  font-size: .9em;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .8; 
  font-size: .9em;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .8; 
  font-size: .9em;
}
:-ms-input-placeholder { /* IE10 */
  opacity: .8; 
  font-size: .9em;
}

.hs-error-msgs{
  list-style: none;
  padding: 0;
}

.hs-error-msgs label{
  color: #ef4a22;
  font-size: 12px;
}

.hs_error_rollup{
  text-align: center;
}
.hs_error_rollup .hs-error-msgs{
  margin: 10px 0;
}

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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

body .subform form.hs-form input[type=checkbox] {
    position: relative;
}
body .subform form.hs-form input[type=checkbox]:checked:after {
    position: absolute;
    top: 46%;
    transform: rotate(45deg) translate(-50%, -50%);
    left: 24%;
}
.subform .hs-fieldtype-select .input {
    position: relative;
}
.subform .hs-fieldtype-select .input:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-width: 0 5px 5px 0;
    display: block;
    border-color: #282e36;
    top: 13%;
    right: 0px;
    border-style: solid;
    transform: translate(-50%) rotate(45deg) scale(0.5);
}
.subform .submitted-message {
    color: #fff;
}
.subform .submitted-message a {
    color: #fff;
    text-decoration: underline;
}
.subform .input input:not(.hs-button) {
  border-radius: 5px;
}
/* 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"] {}

/* Error */
body .hs-common-error-message {}


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


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

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

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


/* Multi Column Form
========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
Buttons                                              
========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 13px;
  text-decoration: none !important;
  border: 2px solid #f16c27;
  height: 44px;
  padding: 14px 48px;
  background: #f16c27;
  color: #FFF;  
  /* font-weight: 600; */
  letter-spacing: 0.7px;
  white-space: normal; /* Required for iOS! */
  word-wrap: break-word;
  line-height: 1;
  outline: 0;
  transition: all 0.2s;
  text-shadow: none!important;

}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  color: #f16c27;
  background: #FFF;
}
body .hs-button.primary:hover, body input[type="submit"]:hover, body input[type="button"]:hover{
  color: #f16c27!important;
  background: transparent;
  border-color: #f16c27!important;
  /* Mods v1 Fixes */
  border: 1px solid #f16c27;
  border-radius: 4px;
}

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

@media(max-width: 1023px){
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    padding: 14px 24px;   
  }
}


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


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/
a.cta_button {
  cursor: pointer;
  text-decoration: none !important;  
  display: inline-block;
  outline: 0;
  background-color: #f16c27;
  border: 1px solid #f16c27;
  border-radius: 4px;
  padding: 12.7px 24px;
  color: #FFF!important;
  transition: all 0.3s ease; 
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: 0.7px;
  text-align: center;
  box-sizing: border-box!important;
}
.blog-section a.cta_button {
  cursor: pointer;
  text-decoration: none !important;  
  display: inline-block;
  outline: 0;
  background-color: #f16c27;
  border: 1px solid #f16c27;
  border-radius: 4px;
  padding: 12.7px 24px;
  color: #FFF!important;
  transition: all 0.3s ease; 
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: 0.7px;
  text-align: center;
  box-sizing: border-box!important;
}
@media screen and (max-width: 717px) {
    a.cta_button {   
		font-size:20px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}
}
@media (max-width: 767px){
  .blog-section a.cta_button,
  .blog-template a.cta_button{  
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
}

.cta_button:hover {
  /*
  color: #ed8b00!important;
  background: transparent;
  border-color: #ed8b00!important;  
  */
  opacity: .9;
}


.cta_button.b-and-w{ 

  border: 1px solid #ddd;
  border-radius: 4px;  
  color: #FFF!important;  
  background-color: transparent;
  color: #555555!important;  
  box-shadow: none!important;
}

.cta_button.b-and-w:hover{
  background-color: transparent;  
  border-color: #ddd!important;
  opacity: .8;
}

.cta_button.white-transparent{
  cursor: pointer;
  text-decoration: none !important;  
  display: inline-block;
  outline: 0;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 12px 12.5px;
  color: #FFF!important;
  transition: all 0.3s ease; 
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.92;
  letter-spacing: 0.7px;
  text-align: center;
  box-sizing: border-box!important;
  background-color: transparent;
}

.cta_button.white-transparent:hover{
  background-color: transparent;
  color: #ffffff!important;
  border-color: #ffffff!important;
  opacity: .8;
}
.cta_button.fixed_width{
  box-sizing: border-box!important;
  padding: 0;    
  width: 220px;
  padding: 21.5px 20px;
}
@media (min-width:768px) and (max-width:1024px){
  .cta_button.fixed_width{
    box-sizing: border-box!important;
    padding: 0;    
    width: 253px;
    padding: 17.5px 20px;
  }
}

@media (max-width:767px){
  .cta_button.fixed_width{
    box-sizing: border-box!important;
    padding: 0;    
    width: 266px;
    padding: 17.5px 20px;
  }
}


.cta_button.outlined {
  background: none !Important;
  color: #f16c27;
  border: 1px solid #f16c27;
}
a.cta_button.play-btn {
  position: relative;
  padding-left: 60px;
  padding-right: 25px;
  background-color: transparent;
  color: #91cf16;
}
a.cta_button.play-btn:before {
  content: url(https://2564296.fs1.hubspotusercontent-na1.net/hubfs/2564296/IL%202018-Assets/Home%20Page/play-primary.svg);   
  position: absolute;
  left: 12px;    
  z-index: 9999999;  	
  width: 32px;
  height: 32px;        
  top: 50%;
  transform: translateY(-50%);
}
a.cta_button.play-btn:hover {
  background-color: #91cf16;
  color : #ffffff;
}
a.cta_button.play-btn:hover:before {
  content: url(https://2564296.fs1.hubspotusercontent-na1.net/hubfs/2564296/IL%202018-Assets/Home%20Page/play-primary-white.svg);   
  position: absolute;
  left: 12px;    
  z-index: 9999999;  	
  width: 32px;
  height: 32px;        
  top: 50%;
  transform: translateY(-50%);
}

.big-text .cta_button {
  font-size: 17px;
}

.cta-arrow a.cta_button {
  background: none;
  color: #91cf16;
  border: none;
  font-size: 12px;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 0 0 55px;
  line-height: 29px;
}

.cta-arrow a.cta_button:before {
  content: url(https://blog.trackstreet.com/hubfs/Assets%208-2018/arrow-more.svg);
  position: absolute;
  left: 0;
  top: 1px;
  transition: background 0.2s;
}

.cta-arrow a.cta_button:hover {
  color: #FFF;
}

.cta-arrow a.cta_button:hover:before {
  content: url(https://blog.trackstreet.com/hubfs/IL%202018-Assets/UI/arrow-more-white.svg);
}

.cta-arrow.light-bg a.cta_button:hover {
  color: #2c3341;
}

.cta-arrow.light-bg a.cta_button:hover:before {
  content: url(https://blog.trackstreet.com/hubfs/IL%202018-Assets/UI/arrow-more-dark.svg);
}


#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}



/* ==========================================================================


6. DOMAIN ESPECIFICS                                        


========================================================================== */






/* ==========================================================================


7. MISCELLANOUS                                        


========================================================================== */





/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 








/* ==========================================================================


7. MOBILE MEDIA QUERIES                              


========================================================================== */





/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1120px) {}


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

@media (max-width: 767px) {}


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

@media (max-width: 479px) {}



/*** CompanyModules ***/


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

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

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

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

/* Blog Social Sharing */
.widget-type-follow_me{
  margin-top: 11px;
}

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

/* Videos */
video {

}


/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  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.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */

.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
.hs-form input[type="color"],
.hs-form textarea{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;  
  padding: 8px;
  padding-left: 17px!important;
  margin-bottom: 26px;
  border: solid 1px #cccfda;
}
textarea {
  min-height:150px;
  border: solid 1px #cccfda;
  padding: 17px;
  margin-bottom:26px;
}
select {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding-left: .5em;
  margin-bottom: 25px; 
}

/* Mods - Bug Fixes - hides the second drop down arrow in IE11 on the blog listing page 'sort by' box */
select::-ms-expand{
  display:none;
}

.hs-site-page .leadinModal.leadinModal-theme-top {
/*     top: 143px; */
    transition: all 0.3s ease;
}

/* @media screen and (max-width: 1024px) {
    .hs-site-page .leadinModal.leadinModal-theme-top {
		top: 88px;
	}
} */

html body .header-container-wrapper .header-container .leadinModal.leadinModal-theme-top {
    position: static;
}

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

}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
  font-size: .9em;
}
.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;
}
/* Mods v1 Fixes */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  color: #6f777d;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #f16c27;
}
.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;
  background: rgba(172, 187, 207, 0.5);
  top: 40px;
  padding: 15px;

  width: 200%;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
}
.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;
  font-size: .9em;
}
.hs-menu-wrapper.hs-menu-flow-vertical li{
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  text-decoration: none;
}
.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");
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://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(http://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;
}

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

@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; }
}


iframe[name=google_conversion_frame] {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -10000;
  overflow: hidden;
  pointer-events: none;
}

/* Custom CSS utility classes */
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.slick-slide{outline: 0;}

/* Sidr Theme */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.9px;
  background: #000000;
  color: #fff;
  padding: 0 10px;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-bottom: 1px solid #f7f7f9;
}
.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0;
  line-height: 49px;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,
.sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {

}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}

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

.main_nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  white-space: initial;
  overflow: initial;
  text-overflow: initial;
}



/* Overriding few rules */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:inherit;
}


.inner-wrapper-688{
  max-width: 688px;
  margin: 0 auto;
}

.k2.inner-wrapper-688{
  padding: 80px 0;
}


form span.hs-form-required{
  display:none;
}


div.hs_cos_wrapper_type_module {
  /*
  overflow: hidden;
  display: block;
  width: 100%;
  */
}
.il-comp{
  display: block;  
  float: none;
  padding: 64px 0;
  width: 100%;
}
@media (max-width: 767px){
  .il-comp{  
    padding: 24px 0;
  }

  .k2.inner-wrapper-688{
    padding: 80px 16px;
  }
}
.custom-radio-wrapper{
  font-family: 'Gotham SSm A' , 'Gotham SSm B', sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #ffffff;
  padding-top: 24px;
}
.custom-radio-wrapper ul{
  list-style: none;
  position: relative;
  margin: 0;
  padding:0;
  display:flex;
}
.custom-radio-wrapper li{ 
  position: relative;  
  padding-left: 30px;
  margin-left:24px;
  cursor: pointer;
}

.custom-radio-wrapper li:before{
  content: "";
  display: block;
  border: solid 1px #ffffff;
  border-radius: .8em;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0px;
  top: 30%;
  margin-top: -0.5em;
}

.custom-radio-wrapper li.selected:before{
  border: solid 1px #f16c27;
}
.custom-radio-wrapper span.dot {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #f16c27;
  position: absolute;
  left: 5px;
  top: 5px;
}


/* Global Level Module Settings */
/* Box Related rules */

.globalized .box .post-type{
  text-transform: uppercase;
}

.post-type a{
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #f16c27;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.box.industry-notes .post-type, 
.box.learning-resources .post-type,
.box.industry-notes .post-type a, 
.box.learning-resources .post-type a{
  color: #1dab5f;
}


.globalized .box {
  min-height: 360px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;    
  position: relative;
  width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: 328px;
}
/* mods v1 fixes 
.box a {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out;
}*/
/* mods v1 fixes 
.box a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}*/

.globalized .image-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 184px;
  position: relative;
}

.globalized .trend-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #311b09;
  margin-bottom: 24px;
}

@media (max-width: 360px){
  .custom-radio-wrapper li{ 
    position: relative;  
    padding-left: 26px;
    margin-left:16px;
    font-size:14px;
    cursor: pointer;
  }

}

@media (max-width: 1139px) and (min-width: 768px) {
  .globalized .boxesContainer {
    justify-content: space-around;
  }
  .globalized .box {
    margin-top: 0;
    width: calc(49% - 1.5px);
    flex: 0 0 calc(49% - 1.5px);
    margin-bottom: 30px;
  }
  .globalized .trend-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px){

  .globalized .box {
    min-height: 0;
    margin: 0;
    background-color: transparent;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
  }


  .globalized .boxContentWrapper {
    flex-direction: row;
    margin: 0;
  }
  .globalized .image-module {
    height: 89px;
    width: 98px;
    margin-bottom: 0;
  }
  .globalized  .text-content {
    padding: 0;
    padding-left: 14px;
    max-width: calc( 100% - 98px);
  }
}



.meta-data{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;
  position: absolute;
  bottom: 24px;
}


.meta-data > span:not(:last-child){
  padding-right:5px;
}
.separator-char{
  color: #6f777d;
}
.author-name,
.date{
  font-weight: normal;
  color: #6f777d; 
  text-transform: capitalize;
}


@media (max-width: 767px) {

  .meta-data{
    bottom: 0;
    position: relative;
    margin-top: 10px;
  }
}

.popular-wrapper {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center; 
  display: flex;
  align-items: center;
}


.popular-wrapper ul {   
  list-style: none; 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;  
  padding: 0;
}
/*mods - v1 fixes */
#popular--tags li {
  border: 1px solid #fff;
  /*padding: 6px 15px;*/
  padding:0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
#popular--tags li a{
  display:block;
  padding: 6px 15px;
  transition:all 0.25s ease-in-out;
}
#popular--tags li a:hover{
  background-color:rgba(255,255,255,0.1);
}

.popular-wrapper > span{
  float: left;
  margin-right: 24px;
  font-weight:500;
  margin-bottom: 10px;
}

@media (max-width: 767px){
  .popular-wrapper {
    display: block;
  }

  .popular-wrapper ul{
    list-style: none;
    display: flex;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
    padding: 0;
  }

  #popular--tags li {
    border: 1px solid #fff;
    /*padding: 5px 10px;*/
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
  }
  #popular--tags li a{
    display:block;
    padding: 5px 10px;
    transition: all 0.25s ease-in-out; 
  }
  #popular--tags li a:hover{
    background-color:rgba(255,255,255,0.1); 
  }
  
  .popular-wrapper>span {
    margin-bottom: 16px;
    display:none; /* hidden for the mobile view */
  }
}


/* Global D3 Rules */
.container.d3-featured{
  width:100%;      
  padding-bottom: 64px;
  padding-top: 81px;
}
.container.d3-featured > h4{
  margin:0;
}

.d3-featured .boxContainer{
  display:flex;
  flex-direction: row;
  border-radius:4px;
  border:.8px solid #dddddd;    
}

.d3-featured .title-wrapper{
  padding-left: 88px;
}
.d3-featured .boxContentWrapper{    
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;         
}

.d3-featured .leftBox{ 
  width: 705px;       
  color:#6f777d;
}
.d3-featured .rightBox{
  width: 50%;      
  color:#6f777d;
}

.d3-featured ul{
  padding: 0;
  margin-left: 19px; 
}
.d3-featured .content{
  font-size: 16px;
  line-height: 1.5;
}
.d3-featured .content p{
  margin-top:17px;
  line-height: 1.5;
}
.d3-featured .boxContentWrapper{
  padding: 83px 64px;
}

.d3-featured .featured{
  position:relative; 
  width: 50%;
}

.d3-featured .featured > div{  
  width: 90%;
  max-width: 512px;  
  padding: 83px 64px;
  margin:0 auto;
  margin-top: -81px;
  margin-bottom: 100px;

}

@media (min-width:1025px) and (max-width:1430px){
  .d3-featured .title-wrapper{
    padding-left: 3%;
  }
}
@media (min-width: 1025px){
  width: 90%;
}

.d3-featured .button{
  margin-top: 20px; 
}
.d3-featured .button a{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f16c27;
  text-transform: capitalize;
}
.d3-featured .button a:hover{
  opacity: 0.9;
}
.d3-featured .button a i{
  margin-right: 16px;
}
.d3-featured .primary-header{    
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #f16c27; 
}
.d3-featured .primary-header h5{
  margin-top:0;
  margin-bottom: 25px;
  line-height: normal;   
  line-height: normal;
  letter-spacing: normal;
  color: #edbb44;
  text-transform: uppercase;
}
.d3-featured .header{
  max-width: 100%;
}
@media (min-width: 1025px){
  .d3-featured .wrapper .leftBox {
    min-height: 488px;
  }
}
@media (max-width: 1199px){
  .d3-featured .wrapper {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width:1024px){
  /* TABLET */  
  .d3-featured .featured > div {
    height: 100%;
    width: 100%;
    max-width: 512px;
    padding: 32px 32px;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;

  }
  .d3-featured .header {
    max-width: 100%;
  }    
  .d3-featured .title-wrapper{
    padding-left: 0;
  }
}

@media(max-width:767px){
  .container.d3-featured {
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .d3-featured .boxContainer{
    margin:0;
    flex-direction: column-reverse;
    width:100%;
    padding: 0;
    padding-top:0;
  }
  .d3-featured .boxContainer > div{     
    width:100%;
    padding:0;
  }
  .container.d3-featured  .imageBox{
    min-height:184px;
  }

  .d3-featured .featured > div{   
    padding: 24px;
    width: 100%;
    max-width: 100%;
  }

}


/* Global C1 Rules */
@media (min-width: 1025px){
  .c1-hero-cm.il-comp > div.wrapper.left {
    padding-left: 120px;
  }
}
/* Global C3 Rules */

.hero-knowledge.c3-hero{
  position: relative;
}  
.hero-knowledge.c3-hero:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;   
}


@media (min-width: 1025px){
  .hero-knowledge.c3-hero.il-comp > div.wrapper {
    padding-left: 120px;
  }
}

.hero-knowledge.c3-hero.il-comp > .wrapper{
  position: relative;
  z-index: 9;
}

@media (min-width:768px){
  .hero-knowledge.c3-hero.il-comp > .wrapper{
    background: url(https://4722630.fs1.hubspotusercontent-na1.net/hubfs/4722630/IL%202018-Assets/CM%20related%20Assets/Map_BG@2x.png) no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 400px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px){
  .hero-knowledge.c3-hero.il-comp > .wrapper{
    background: url(https://4722630.fs1.hubspotusercontent-na1.net/hubfs/4722630/IL%202018-Assets/CM%20related%20Assets/Map_BG@2x.png) no-repeat;
    background-size: cover;
    background-position: right;
    min-height: auto;
  }
}


.c3-hero.il-comp .search-blog-wrapper.featured{
  max-width:804px;
  position:relative;
}
.c3-hero.il-comp .search-blog-wrapper.featured img{
  position: absolute;
  left: 8px;
  top: 12px;
}
.c3-hero.il-comp .search-blog-wrapper.featured input{
  padding-left:40px!important;
  border-radius: 4px;
}
.c3-hero.il-comp .search-blog-wrapper.featured input:focus {
  border: 0;
}
.c3-hero.il-comp .search-blog-wrapper.featured .hs-search-field--open input {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.c3-hero.il-comp h1,
.c3-hero.il-comp h2{  
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.c3-hero.il-comp p{  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  margin-bottom: 24px;
}
.c3-hero.il-comp #popular--tags li a:hover {
  background-color:rgba(255,255,255,0.1);
}

.c3-hero.il-comp #popular--tags li a{
  display:block;
  color : #ffffff;
  transition: all 0.25s ease-in-out; 
}
.c3-hero.il-comp .popular-wrapper.disabled{
  display:none;
}
@media (max-width:767px){
  .c3-hero.il-comp h1,
  .c3-hero.il-comp h2{
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
  }
  .c3-hero.il-comp p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
  }

  .c3-hero.il-comp{
    padding-bottom:58px;
    padding-top: 96px;
  }
}



.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
}
.container.d5 .blog-pagination {
  width: 100%;
  text-align: center;
  display: block;   
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.hs-search-results__prev-page{  
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center; 
  color: #f16c27; 
}
.hs-search-results__next-page{ 
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #f16c27;
}
.c3-hero.il-comp .hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c3-hero.il-comp .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index:99999999;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid transparent;
  background-color: #ffffff;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 48px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.16);
}

.hs-search-field--open .hs-search-field__suggestions,
.search-items-api{
  border-radius: 4px;
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.16);
}

/* Mods - v1 Fixes */
@media screen and (min-width:600px){
  .inner-c3 .hs-search-field__bar {
    width:560px; 
  }
  .inner-c3 .hs-search-field__suggestions {
    width:100%; 
  }
}


.c3-hero.il-comp .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.c3-hero.il-comp .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.c3-hero.il-comp .hs-search-field__suggestions a,
.c3-hero.il-comp .hs-search-field__suggestions #results-for {
  display: block;
  padding: 10px;
}
.c3-hero.il-comp .hs-search-field__suggestions a:hover,
.c3-hero.il-comp .hs-search-field__suggestions a:focus {
  background-color: #f2f2f2;
  outline: none;
}
.c3-hero.il-comp #search_form {
  position: relative;
  margin-bottom: 24px;
}
.c3-hero.il-comp #search_form .fa-search {
  position: absolute;
  right: 10px;
  top: 15px;
}
.c3-hero.il-comp .subscribe-button-region a.cta_button{
  width: 151px;    
  padding: 14.5px 0;
  border: 0;
}

form.search-api-form button:disabled{
  opacity: 0.7;
}

/* Global D5 */
.container.d5{
  position:relative;
  background-color: #ffffff;
}

.container.d5 .blog-listing-wrapper{
  width: 100%;     
  overflow:hidden;    
}

.container.d5 .blog-pagination{
  text-align:center; 
}
.container.d5 .post-type{
  display:block;
  z-index: 9999;
  position: relative;
}
.container.d5 .title-module{    
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff; 
  margin-bottom: 56px;
}

.container.d5 .bg-down {
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #282f36; 
  position: absolute;
  height: 434px;
  width:100%;
}
.container.d5.j-module .bg-down {
  display: none;
}
.container.d5 .loadMore_wrapper{
  text-align:center;
}
.container.d5  #loadMore{
  cursor: pointer;
}
.container.d5 .post-listing{
  width: 100%;
}
.container.d5 .boxesContainer{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2px;
}
.container.d5 .box{
  width: 100%;
  max-width: 33.33%;
  float: left;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 33.33%;
  position: relative;
  transition: all .4s ease-out;
  margin-bottom: 27px;
}
.container.d5 .box:nth-child(3n + 2){
  /* margin: 0 32px;      */
  margin-bottom: 27px;
}
.container.d5 .boxContentWrapper{
  max-width: 328px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dddddd;
  position: relative;
}
.container.d5 .boxesContainer:last-child{
  margin-right:0px;
}

.container.d5 .box .boxContentWrapper a.box-url{
  display: block;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.container.d5 .box .boxContentWrapper a.box-url:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.d5 .text-content{
  margin: 16px 24px;
}

.container.d5 .trend-content{
  display:none; 
}
.container.d5 .post-type-search{    
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #f16c27; 
  margin-bottom: 11px;
}
.container.d5 .image-module {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;  
  position: relative;
}

.container.d5 .image-module span.region, .d6-featured-blocks-search .image-module span.region, .container.d2-trending .image-module span.region {
    position: absolute;
    top: 1rem;
    left: 1.2rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    filter: drop-shadow(0 2px 17px rgba(0,0,0,0.4));
    background: #5b7f95;
    padding: 0 13px;
    font-size: 13px;
    letter-spacing: 0.12em;
}

@media screen and (max-width: 767px){
    .container.d5 .image-module span.region, .d6-featured-blocks-search .image-module span.region, .container.d2-trending .image-module span.region {
        font-size: 8px;
        line-height: 1.4;
        padding: 4px;
        left: 4px;
        top: 4px;
    }
}

.container.d5 .image{
  background-image: url();
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center center;
  height: 184px;
}

.container.d5 .trend-content{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d; 
}
.container.d5 .boxContentWrapper{
  display: flex;
  flex-direction: column; 
}
.container.d5 .meta-data{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09; 
  position: absolute;
  bottom: 13px;
}
.container.d5 .author-name,.date{
  font-weight: normal;
  color: #6f777d; 
}

.container.d5 .results-metadata{
  border-bottom:1px solid white;       
  margin: 0 auto;    
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 32px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.container.d5.j-module .results-metadata{
  color: #311b09;
  border-bottom: 1px solid #d8d8d8;
}
.container.d5 span.result-count {
  float: left;
  display: contents;

}
.container.d5 #filter-drop{
  margin:0;
  color: #6f777d;
  border: 1px solid #888;
  padding: 0 35px;
  padding-left:16px;
}
.container.d5 span.dropdown {      
  /* margin-bottom: 19px; */
}
.container.d5 span.dropdown i{
  position: absolute;
  right: 13px;
  color: #f16c27;
  top: 12px; 
  pointer-events:none;
}
.container.d5 .filter{
  flex: 1 0 328px;
  margin-right: 32px;
  max-width: 328px;
}
.container.d5.j-module .filter{
  border: 0;
}
.container.d5 .filter{
  background-color:#ffffff;    
  font-size: 16px;    
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #6f777d;
  padding-left: 32px;
  padding-top:29px;          
  border: .5px solid #f2f2f2;
  transition: all 0.25s ease-in-out;
}
.container.d5 .filter:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.container.d5 .filter h3{    
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom: 25px;
}
.container.d5 span.filter-by{
  margin-bottom: 32px;
  display: inline-block; 
  font-size: 14px;
}
.container.d5.j-module span.filter-by{
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;
}

.container.d5 ul {
  margin-bottom: 39px; 
}
.container.d5 .filter ul.filter_subjects{
  min-height: 70px;
/*   max-height: 200px; */
  display: block;
  overflow: hidden;
  /*overflow: auto;
  overflow-x: hidden; */
}
/* The container */
.container.d5 .filter ul li{
  display: block;
  position: relative;   
  cursor: pointer;    
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container.d5 input[type="checkbox"]{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  z-index:99999;
}
/* Create a custom checkbox */
.container.d5 .filter ul li .checkmark {
  position: relative;
  float: left;
  margin-right: 8px;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #888;
  border-radius: 4px;
}


/* On mouse-over, add a grey background color */
.container.d5 .filter ul li:hover input ~ .checkmark {
  background-color: transparent;
}
/* When the checkbox is checked, add a blue background */
.container.d5 .filter ul li input:checked ~ .checkmark {
  background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1199px){
  .container.d5 .wrapper{
    width: 100%;
    max-width: 100%;
  }
  .container.d5 .meta-data{
    font-size: 11px;
  }
  .container.d5 .text-content{
    margin: 16px 16px;
  }
}

@media (min-width: 768px) and (max-width: 1024px){

  .container.d5 .box{
    width: 100%;
    max-width: 50%;
    float: left;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 50%;
    position: relative;
    transition: all .4s ease-out;
    margin-bottom: 27px;
  }
}

@media (max-width: 767px){
  .container.d5{
    padding-top: 0;
    padding-bottom:0;
  }
  .container.d5 .bg-down {
    display:none;
  }
  .container.d5  #loadMore{
    margin-bottom: 56px;
  }
}


/* Filter details */
.container.d5 .filters-applied{
  display: -webkit-box;    
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;    
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.container.d5 .filters-applied span{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
}
.j-module.container.d5 .filters-applied span{
  color: #311b09;
}

.container.d5 .filters-applied ul{
  margin: 0;
  display: -webkit-box;    
  display: -moz-box;        
  display: -ms-flexbox;     
  display: -webkit-flex;   
  display: flex;    
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  padding-left: 16px;
}

/* Mods - V1 fixes */
.container.d5 .filters-applied li{
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: white;
  display: flex;
  padding: 0 30px 0 16px;
  align-items: center;
  background-color: #73777b;
  margin: 0 10px;
  position: relative;
  border-radius:4px;
}
.j-module.container.d5 .filters-applied li{
  color : #ffffff;
  background-color: rgba(40, 47, 54, 0.5);
}

.container.d5 .filters-applied li i{
  position: absolute;
  right: 12px;
  cursor: pointer;
  color: white;
}

@media (max-width: 767px){

  .container.d5 .filters-applied li{
    color : #ffffff;
    background-color: rgba(40, 47, 54, 0.5);
  }
  .container.d5 .filters-applied span{
    color: #311b09;
  }

  .container.d5 .filters-applied {   
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    flex-direction: column;
  }
  .container.d5 .filters-applied ul{
    margin-top: 16px;
    padding: 0;
  }
  .container.d5 .filters-applied li{
    margin-bottom: 8px;
  }

}




/* Create the checkmark/indicator (hidden when not checked) */
.filter ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.filter ul li input[type="checkbox"]:checked ~ .checkmark:after {
  display: block;
}


/* Style the checkmark/indicator */
.container span.checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #888;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.filter ul{
  margin: 0;
  padding: 0;
  text-decoration: none; 
  list-style: none;
  margin-bottom: 39px;   
}
.container.d5 .filter ol{
  margin:0;
  padding: 0;
  text-decoration: none; 
  list-style: none;
}

.container.d5 .down_wrapper{    
  clear: both;    
  margin: 0 auto;
  position: relative;
  display:flex;
  justify-content: space-between;
}
.container.d5 .blacky{
  height: 438px;
  position: absolute;
  background: blue;
  width: 100%; 
  background-color: #282f36; 
}

@media (max-width: 1200px) and (min-width: 768px){
  .container.d5 .box {
    margin-top: 0;
    width: calc(49% - 1.5px);
    flex: 0 0 calc(49% - 1.5px);
    margin-bottom: 30px;
  }
  .container.d5 .filter {
    flex: 1 0 250px;
    padding-left:16px;
    margin-right: 16px;
    max-width: 250px;
  }

}


@media(max-width:767px){

  .container.d5 .wrapper{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .container.d5 .boxesContainer{
    flex-direction:column;    
  }

  .container.d5 .box{
    min-height:0px; 
    margin:0px;
    background-color: #ffffff;
    max-width: 100%;
    flex-basis: 100%;
  }
  .container.d5 .box:nth-child(3n + 2){
    margin-bottom: 0px;
  }
  .container.d5 .boxContentWrapper{
    flex-direction: row; 
    margin:12px 16px;
    max-width: 100%;
    box-shadow: none;
    border: 0;
  }
  .container.d5 .image{
    height: 89px;
    width: 98px;
    margin-bottom:0px;
  }
  .container.d5 .meta-data{
    display:none; 
  }
  .container.d5 .results-metadata{
    display:none; 
  }
  .container.d5 .trend-title{
    margin: initial;
    min-height: initial;
  }
  .container.d5 .text-content{
    margin: initial;
    margin-left: 12px;
    margin-top: 8px;
  }

  .container.d5 .down_wrapper{
    display:inline;
  }

}


/* Globalized E1 */


body .globalized-e1 input[type="submit"]{
  width: 100%;
  background-color: #f16c27!important;
  outline: 0!important;
  border: 0!important;
  border-radius:0!important;
  padding: 0!important;
  box-shadow: none!important;
  border-top: none!important;
  border-bottom: none!important;
  border-right: none!important;
  border-left: none!important;
  height: 56px;
}

body.sign-up #emailButton{
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  width: 100%;
}
body .globalized-e1 .text-area-wrapper{
  max-width: 70%;
  margin: 0 auto;
}
body .globalized-e1 .rt-wrapper{
  max-width: 400px;
}
body .globalized-e1 .rt-wrapper h2{
  color: #ffffff;
}
body .globalized-e1 .hs-submit .actions{
  padding:0!important;
  margin: 0!important;    
}

body .globalized-e1 form{
  margin-bottom: 0;
}
body .globalized-e1 input[type="submit"]:hover{
  background-color: #f16c27!important;
  opacity: 0.8!important;
  color: #FFF!important;
  border-radius: 0!important;
}
body .globalized-e1 .hs-form-field>label,
body .globalized-e1 li,
body .globalized-e1 .hs-richtext{   
  font-size: 12px;    
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;    
}
body .globalized-e1 .hs-richtext p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
}
body .globalized-e1 .hs-form-field>label,
body .b3-contact .hs-form-field>label{
  text-transform: uppercase;
  display:block;
  margin-bottom: 8px;
}
.globalized-e1 .overlay-wrapper{
  position:relative;  
  z-index: 99999;
}
.globalized-e1 ul{
  padding-left: 25px;
}
.globalized-e1 {
  position : relative;
  margin: 0 auto!important;
} 
.globalized-e1 .form-column{
  max-width: 448px;
  width:100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 64px 0;
  padding-bottom: 0;     
}

.globalized-e1 .right-part{
  max-width: 448px;
  width:100%;
  margin: 0 auto;    
  padding: 34px 0;    
}
.globalized-e1 .form-header-ty{
  display:none;
}
.globalized-e1 .form-header-ty.shown h2{
  display:flex;
}
.globalized-e1 .form-header-ty.shown img{
  margin-right: 8px;
}
.globalized-e1 .form-header h1,
.globalized-e1 .form-header h2{    
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom:16px;
}

.globalized-e1 .form-header-ty a.cta_button{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.globalized-e1 input.hs-input{
  margin-bottom:24px;     
}
.globalized-e1 input[type="text"],
.globalized-e1 input[type="password"],
.globalized-e1 input[type="datetime"],
.globalized-e1 input[type="datetime-local"],
.globalized-e1 input[type="date"],
.globalized-e1 input[type="month"],
.globalized-e1 input[type="time"],
.globalized-e1 input[type="week"],
.globalized-e1 input[type="number"], 
.globalized-e1 input[type="email"], 
.globalized-e1 input[type="url"],
.globalized-e1 input[type="search"], 
.globalized-e1 input[type="tel"],
.globalized-e1 input[type="color"] {   
  height: 48px!important;   
}
.globalized-e1 .form-header p{   
  margin:0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
  margin-bottom:24px;
}
.globalized-e1 .form-header a{
  text-decoration: underline;
}
.globalized-e1 .form-header h3{
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom: 21px;
}
.globalized-e1 .submitted-message{
  display:none;
}
.globalized-e1 .form-header-ty,
.globalized-e1 .form-header,
.globalized-e1 .hs-form-field,
.globalized-e1 form.hs-form > fieldset,
.globalized-e1 div.legal-consent-container{
  max-width: 354px;
  margin: 0 auto!important;
}
.globalized-e1 div.hs-fieldtype-radio.field.hs-form-field{
  margin-bottom: 24px!important;
}

.globalized-e1 .right-part p,
.globalized-e1 .right-part li{

  font-weight: normal;
  font-size: 20px;    
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}

.globalized-e1 .flex-wrapper{         
  background-color: #282f36;
}
@media (min-width:1025px){
  .globalized-e1 .flex-wrapper{    
    display:flex;
    background-color: #282f36;
  }

  .globalized-e1 .left-part{
    max-width:60%;
    width:100%;       
    padding-top:143px;
    padding-bottom: 166px;
  }
  .globalized-e1 .right-part{
    max-width:40%;
    width:100%;    
    padding-top: 310px;
    padding-bottom: 166px;
    padding-left: 176px;
    padding-right: 25px;
  }

  .globalized-e1 .form-column{    
    float: right;
    position: relative;
    right: -120px;
    height: 100%;
  }  
}
.hsum .show-avatar .avatar{
  display:none!important;
}
.hsum .show-sign-out-link .signout-link {
  display: inline;
  color: #f16c27;
}
.hsum .edit.hsum-pane .input{
  display: inline-block;
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
  height: 48px!important;
  padding: 8px;
  padding-left: 17px!important;
  margin-bottom: 26px;
  border: solid 1px #cccfda;
}
div#hsumPasswordAuthentication .hsum.hsum-form-box .button{
  color: #ffffff!important;
}
div#hsumPasswordAuthentication .hsum.hsum-form-box .heading{
  color: #f16c27!important;
}

.hsum .hsum-panel.guest > div > div.signup.auth-box{
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
  margin-bottom: 24px;
}
.hsum .hsum-panel.guest > div > div.signup.auth-box a{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f16c27;
  text-decoration: underline;
}
@media (min-width:1025px) and (max-width: 1400px){
  .globalized-e1 .right-part{
    max-width:40%;
    width:100%;    
    padding-top: 310px;
    padding-bottom: 150px;
    padding-left: 155px;
    padding-right: 25px;
  }
  .globalized-e1 .right-part p, .globalized-e1 .right-part li{
    font-size: 18px;
  }
}
@media (max-width: 767px){
  .globalized-e1 .form-column {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 24px 0;
    padding-bottom: 0;
  }

  .globalized-e1 .right-part{
    padding: 34px 25px;
  }
  .hsum .signup.auth-box {
    min-width: initial;
  }
  .globalized-e1 .form-header a{
    color: #f16c27!important;
  }
  .globalized-e1 .form-header-ty,
  .globalized-e1 .form-header,
  .globalized-e1 .hs-form-field,
  .globalized-e1 form.hs-form > fieldset,
  .globalized-e1 div.legal-consent-container{
    max-width: 90%;
    margin: 0 auto!important;
  }
}
@media (max-width: 480px){
  .hsum .signup.auth-box {
    min-width: auto!important;
    max-width: 90%;
    margin: 0 auto!important;
  }
}

form p.custom-form-label {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
  text-transform: initial;
  margin-top: 0;
}
.hs-form-field>label span.lowercase {
  text-transform: initial;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #311b09;
}
ul.hs-error-msgs.inputs-list {
  display: block;
  max-width: 354px;
  margin: 0px auto !important;
  padding: 0;
  color: red;
}
ul.hs-error-msgs.inputs-list label,
body form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs label{
  color: red;
  font-weight: bold!important;
}
.landing-2 ul.hs-error-msgs.inputs-list label, body.landing-2  form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs label {
    font-weight: 400 !important;
    font-size: 11px;
}

body form.hs-form  input[type=checkbox] + span {  
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;   
}

body form.hs-form  li.hs-form-checkbox {
  margin-bottom: 16px;
}
body form.hs-form   li.hs-form-checkbox > label,
.b3- li.hs-form-booleancheckbox > label{
  display:flex!important;
}

body form.hs-form  input[type=checkbox]{
  height: 24px;
  width: 24px;
  margin-bottom: 0!important;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}
body form.hs-form  input[type=checkbox]:before {
  position: relative;
  float: left;    
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 2px solid #888;
  border-radius: 4px;
  content: "";  
  z-index: 0;
}
label.hs-form-booleancheckbox-display {
  display: flex!important;
  align-items:center; /* MP Mod */
}
@media (max-width:768px){
  .legal-consent-container .hs-form-booleancheckbox-display>span{
    margin-left:8px!important;
  }
}
body form.hs-form   input[type=checkbox]:checked:after {    
  content: "";
  position: absolute;
  left: 9px;
  top: -20px;
  width: 5px;
  height: 14px;
  border: solid #888;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  float: left;
}


/* globalized G1 */

@media (min-width:768px) and (max-width:1024px){
  .first-g1{
    padding-top:64px!important;
  }
}

@media (min-width:1025px){
  .first-g1{
    padding-top:146px!important;
  }
}
@media (max-width:767px){
  .first-g1{
    padding-bottom:0!important;
  }
  .g1-featured .featured > div {    
    padding-bottom: 0!important;
  }
}

.unlocked .subscribe-wall,
.unlocked .teaser-cm{
  display:none;
}

body.locked #post-body-wrap .cta_button{  
  display:none;
}

/* Used mostly for the labels which we need for accessiblity */
.visuallyhidden{
  display:none;
}






/* ==========================================================================
B1-Hero-Home
========================================================================== */
/* Where is my Hotel API Search Box Styling */
.b1-hero-comp-wrapper .hs-search-api-field{
  position: relative;
}
.b1-hero-comp-wrapper .hs-search-api-field .search-items-api{
  display:none;
}
.b1-hero-comp-wrapper .hs-search-api-field.open .search-items-api{    
  padding-bottom:40px;
  padding-top:12px;
  padding-left:0;
  display:block;   
  max-height: 300px;
}
.b1-hero-comp-wrapper .hs-search-api-field.open .search-items-api.expanded{
  overflow-y: scroll;
}
.b1-hero-comp-wrapper .place-list-wrapper{
  position: absolute;
  width: 100%;
}

.b1-hero-comp-wrapper .hs-search-api-field.open .search-items-api .view-all{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f16c27;
  z-index: 99;
}

.b1-hero-comp-wrapper ul#place-list.no-results #view-all {
  display: none;
}
.b1-hero-comp-wrapper .hs-search-api-field.open .search-items-api .view-all a{
  color: #f16c27;
  cursor: pointer;
}
.b1-hero-comp-wrapper .hs-search-api-field.open .search-items-api.no-results{
  padding-bottom:12px;
}


.b1-hero-comp-wrapper .search-items-api{
  position: absolute;
  z-index: 99999999;    
  padding-top:16px;
  margin: 0;
  list-style: none;
  border: 1px solid transparent;
  background-color: #fff;
  border-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  max-width: 800px;
  width: 100%;
}
.b1-hero-comp-wrapper .search-items-api h3{
  color:#fff;
  float:left;
  padding-bottom: 10px;
}
.b1-hero-comp-wrapper .search-items-api li{
  display: block;
  line-height: normal;
}
.b1-hero-comp-wrapper .search-items-api li:hover{
  background-color: #f2f2f2;
}
.b1-hero-comp-wrapper .search-items-api li a{
  padding: 12px 0;
  display: block;
}

.b1-hero-comp-wrapper ul#place-list li span.loc-label{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  color: #6f777d;
}
.b1-hero-comp-wrapper span.loc-name{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #311b09;
}
.b1-hero-comp-wrapper .search-items-api li:hover a{
  color: #311b09;
}
.b1-hero-comp-wrapper .search-items-api li:first-child{
  padding: 0 35px;
}
.b1-hero-comp-wrapper .search-items-api li:not(:first-child){
  padding: 0px 47px;
}
.b1-hero-comp-wrapper .search
{
  padding:7px 10px;
  width:100%;
  border-style:none;
  position: relative;
}
.b1-hero-comp-wrapper .clear
{
  border: 0;
  background: transparent;
  position: absolute;
  right: 20px;
  bottom: 10px;
  outline: none;
}
.b1-hero-comp-wrapper .clear svg
{
  fill: #cfcfcf;
  position: absolute;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.b1-hero-comp-wrapper #findicon
{
  cursor:inherit;
  bottom: 7px;
}
.b1-hero-comp-wrapper svg: not(:root)
{
  overflow: hidden;
}
.b1-hero-comp-wrapper .place-item
{
  padding: 5px 10px;
}
/* Styling part 2 */
.b1-hero-comp-wrapper .simple-hero-custom-top {
  padding-top: 130px;
  padding-bottom: 141px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Begin - MP Mod - Fixing the gaps above and below hero video on Safari browser */
.hs-content-id-6215155738 .b1-hero-comp-wrapper .simple-hero-custom-top{
  /*padding-top:0 !important;
  padding-bottom:0!important;*/
}
/* End */



.b1-hero-comp-wrapper h1 {  
  font-size: 56px;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 9px;  
}
.b1-hero-comp-wrapper h1 {  
  font-size: 56px;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 9px;  
}
.b1-hero-comp-wrapper h2 {   
  font-size: 20px; 
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.b1-hero-comp-wrapper .info-wrapper {
  position: relative;
  display: flex;
}
.b1-hero-comp-wrapper .info-wrapper img {
  position: absolute;
  left: -19px;
}
.b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper {
  text-align: center;
  margin-top: 31px;
  display: flex;
  justify-content: center;
}
.b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper .item {
  margin: 0 8px;
}
.b1-hero-comp-wrapper p {  
  font-size: 20px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  max-width: 735px;
  margin: 0 auto;
}

.b1-hero-comp-wrapper .hero-content {
  max-width: 895px;
  margin: 0 auto;
  position:relative;
}

@media (max-width: 1024px) {
  .b1-hero-comp-wrapper h1 {
    font-size: 32px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
  }
  .b1-hero-comp-wrapper h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.28;
    letter-spacing: 1.5px;
    text-align: center;
/*     color: #91cf16; */
    margin: 0;
  }
  .b1-hero-comp-wrapper  h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
  }
  .b1-hero-comp-wrapper p {
    font-size: 16px;
    line-height: 28px;
    max-width: 520px;
  }  
}

@media (max-width: 767px) {

  .b1-hero-comp-wrapper h1 {
    font-size: 48px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 10px;
    text-align:left;
  }  

  .b1-hero-comp-wrapper p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-align:left;
  }
  .b1-hero-comp-wrapper h2 {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }

  .b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper .cta_button {
    padding: 15px 0;
    min-width: 190px;
    font-size: 12px;
  }

  .b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper a.cta_button.play-btn {
    padding-left: 50px;
    padding-right: 10px;
    text-align: right;
    min-width: 130px;
  }

  .b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper {
    display: flex;
    flex-direction: column;
  }
  .b1-hero-comp-wrapper .simple-hero-custom-cta-wrapper .item {
    margin-bottom:16px;
  }

  .b1-hero-comp-wrapper .wistia_click_to_play {
    height: auto !important;
    width: auto !important;
  }

  .b1-hero-comp-wrapper .hero-content{
    padding-left: 16px;
    padding-right: 16px;
  }

}



/*  SEARCH API Form  */
.b1-hero-comp-wrapper form.search-api-form{
  margin: auto;
  width: 800px;
  position: relative;
  margin:0;
}
.b1-hero-comp-wrapper form.search-api-form input[type=text] {
  padding: 10px;
  padding-left:40px;
  font-size: 17px;   
  float: left;    
  background: #ffffff;
  margin:0 auto;  	
  height: 56px;
}
.b1-hero-comp-wrapper .hs-search-api-field.open form.search-api-form input[type=text]{
  border-radius:0;  
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 0;
}
.b1-hero-comp-wrapper form.search-api-form button {    
  font-family: 'Gotham SSm A','Gotham SSm B',sans-serif;
  width: auto;    
  background-color: #f16c27;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  border: 2px solid transparent;
  height: 40px;
  cursor: pointer;
  position:absolute;
  right:8px;
  top: 50%;
  transform: translateY(-50%);
  border-radius:4px;
  padding-left:13px;
  padding-right:13px;
  outline: 0;
}

.b1-hero-comp-wrapper form.search-api-form img{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index:99999;
}

.b1-hero-comp-wrapper form.search-api-form button:hover { 
  opacity: .9;
}

.b1-hero-comp-wrapper form.search-api-form::after {
  content: "";
  clear: both;
  display: table;
}

.b1-hero-comp-wrapper .search-api-wrapper{
  position:relative;
  padding: 38px 50px 50px 41px;
}
.b1-hero-comp-wrapper .search-api-wrapper:before{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  opacity: 0.31;
  background-color: #000000;
}
.b1-hero-comp-wrapper .search-api-wrapper p {
  padding: 0;
  margin: 0;
  margin-bottom:16px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 1024px){
  .b1-hero-comp-wrapper form.search-api-form{
    width: auto;
  }
}

@media (max-width:767px){
  .b1-hero-comp-wrapper .search-api-wrapper:before{
    display:none;
  }
  .b1-hero-comp-wrapper .search-api-wrapper{
    padding:0;
  }
  .b1-hero-comp-wrapper form.search-api-form button{
    display:none;
  }

  .b1-hero-comp-wrapper .search-api-wrapper p{
    margin-bottom: 24px;
  }

}



/* Video BG Hero CSS */
/* Settings - feel free to play with these */
/**
* This part should be set separately for each video
* if there are multiple videos in your site.
* I.e. '.demo-video-wrapper' is the name of this particular video
*/
.b1-hero-comp-wrapper .demo-video-wrapper {
  background-image: url('https://4722630.fs1.hubspotusercontent-na1.net/hubfs/4722630/IL%202018-Assets/Home%20Page/Hero_BG.png');
}

/* Video overlay and content */

/* Video overlay and content */
.b1-hero-comp-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */  
  opacity: 0.4;
  background-color: rgba(0, 0, 0, 1);
}
.b1-hero-comp-wrapper .video-hero--content {
  position: relative;
  /* margin: 100px 0;  */
}


/* Other stuff */
.b1-hero-comp-wrapper .cf:before,
.b1-hero-comp-wrapper .cf:after {
  content: " ";
  display: table;
}

.b1-hero-comp-wrapper .cf:after {
  clear: both;
}

.b1-hero-comp-wrapper .page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999999;
  top: 50%;
  transform:translateY(-50%);
}

.b1-hero-comp-wrapper #header {
  background: #2c2d33;
  padding: 2em 0;
}

.b1-hero-comp-wrapper #header a {
  color: #FFF;
}

.b1-hero-comp-wrapper .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.b1-hero-comp-wrapper .subtitle {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #959699;
}

.b1-hero-comp-wrapper a:hover .subtitle {
  color: #FFF;
}

.b1-hero-comp-wrapper #site-title {
  float: left;
  margin: 0;
}

.b1-hero-comp-wrapper #content {
  padding: 40px 0;
}

/* CSS from jQuery Background Video plugin */
/**
* Set default positioning as a fallback for if the plugin fails
*/
.b1-hero-comp-wrapper .jquery-background-video-wrapper {
  position: relative;
  /* overflow: hidden;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b1-hero-comp-wrapper .jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  max-width: initial;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: cover!important;
  object-fit: cover!important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* MP mod to fix video resize on Safari small screens */
@media screen and {max-width:1920px}
.b1-hero-comp-wrapper .jquery-background-video {
   /*height:auto!important; MP mod */
}


/**
* Fade in videos
* Note the .js class - so non js users still
* see the video
*/
.b1-hero-comp-wrapper .js .jquery-background-video {
  opacity: 0;
  transition: opacity 300ms linear; 
}

.b1-hero-comp-wrapper .js .jquery-background-video.is-visible {
  opacity: 1;
  height: auto!important; /*it is set so that there is no black parts for small screens */ 
}

/**
* Pause/play button
*/
.b1-hero-comp-wrapper .jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.b1-hero-comp-wrapper .jquery-background-video-pauseplay span {
  display: none;
}

.b1-hero-comp-wrapper .jquery-background-video-pauseplay:after,
.b1-hero-comp-wrapper .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease;
}

.b1-hero-comp-wrapper .jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.b1-hero-comp-wrapper .jquery-background-video-pauseplay.pause:before,
.b1-hero-comp-wrapper .jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.b1-hero-comp-wrapper .jquery-background-video-pauseplay.pause:after {
  left: 10px;
}




@media (max-width: 1024px){
  .b1-hero-comp-wrapper .js .jquery-background-video.is-visible{
    height: auto!important; 
  }
}


@media (max-width: 767px){

  .b1-hero-comp-wrapper .page-width {
    width: 100%;  
  }

}
/* ==========================================================================
B1-Hero-Home END
========================================================================== */

/* ==========================================================================
D6-Featured-4 Blocks with Search
========================================================================== */
.d6-featured-blocks-search{
  overflow: hidden;
  width:100%;
  display: block;
}
.d6-featured-blocks-search .featured-blocks-with-search{
  background-color: #282f36;
  padding: 64px 0 122px; 
}
.d6-featured-blocks-search .search-blog-wrapper.featured{
  max-width:804px;
  position:relative;
}
.d6-featured-blocks-search .search-blog-wrapper.featured img{
  position: absolute;
  left: 10px;
  /*top: 12px;*/
  top:24px;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}
.d6-featured-blocks-search .search-blog-wrapper.featured input{
  padding-left:40px;
}
.d6-featured-blocks-search .featured-blocks-with-search h2{

  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 16px;
}
.d6-featured-blocks-search .popular-wrapper{
  color: #ffffff;
}

.d6-featured-blocks-search .popular-wrapper > span{
  float: left;
  margin-right: 20px;
  font-weight:500;
}
/* mods v1 fixes */
.d6-featured-blocks-search #popular--tags li{
  border: 1px solid #ffffff;
  /*padding: 6px 15px;*/
  padding:0;
  margin-right: 10px;
  margin-bottom:10px;
  border-radius:4px;	
}
/* mods v1 fixes */
.d6-featured-blocks-search #popular--tags li a{
  display:block;
  padding: 6px 15px;
  color : #ffffff;
  transition: all 0.25s ease-in-out; 
}
/* mods v1 fixes */
.d6-featured-blocks-search #popular--tags li a:hover{
  background-color: rgba(255,255,255,0.1);
}

@media (max-width:767px){
  .d6-featured-blocks-search #popular--tags li {
    border: 1px solid #fff;
    /*padding: 5px 10px;*/
    margin-right: 16px;
    margin-bottom: 16px;
    border-radius: 4px;
  }
  .d6-featured-blocks-search #popular--tags li a{
    display:block;
    padding: 5px 10px;
    transition: all 0.25s ease-in-out;
  }
  .d6-featured-blocks-search #popular--tags li a:hover{
    background-color:rgba(255,255,255,0.1);
  }
  .d6-featured-blocks-search .featured-blocks-with-search{
    padding-bottom:56px;
  }
}


/* Trending Posts */
.d6-featured-blocks-search .trending-posts{
  padding-bottom:64px;
  padding-top:0;
  background-color: #fff; /* mods v1 fixes */
}
.d6-featured-blocks-search .trending-posts .title-module{   
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff; 
  margin-bottom: 56px;
}
.d6-featured-blocks-search .trending-posts .boxesContainer{
  width:100%;
  display:flex;
  flex-direction:row; 
  flex-wrap: wrap;
  justify-content: space-between;
}

/* mods v1 fixes */
.d6-featured-blocks-search .trending-posts .box{
  min-height: 360px; 
  background-color: #ffffff; 
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;  
  margin-top: -76px;
  position:relative;
  width: calc(25% - 10px);
  flex: 0 0 calc(25% - 10px);
  max-width: 328px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.25s ease-in-out;
}
/* mods v1 fixes */
.d6-featured-blocks-search .trending-posts .box:hover{
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.d6-featured-blocks-search .trending-posts .boxesContainer:last-child{
  margin-right:0px;
}
.d6-featured-blocks-search .trending-posts .text-content{
  padding: 24px;
  padding-top:16px;
}

.d6-featured-blocks-search .trending-posts .trend-content{
  display:none; 
}
.d6-featured-blocks-search .trending-posts .post-type{
  position: relative;
  z-index: 9999;
}
.d6-featured-blocks-search .trending-posts .post-type a{    
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #f16c27; 
  margin-bottom: 11px;
  text-transform: uppercase;
}
.d6-featured-blocks-search .trending-posts .box.industry-notes .post-type a,
.d6-featured-blocks-search .trending-posts .box.learning-resources .post-type a{
  color: #1dab5f;
}

/* resources page */
#hs_cos_wrapper_module_1555536759345656 {
  display: none;
}

.d6-featured-blocks-search .trending-posts .image-module{  	
  background-repeat:no-repeat;
  background-size: cover;
  background-position:center center;
  height: 184px;
  position: relative;
}
.d6-featured-blocks-search .trending-posts .box.research-papers .image-module{
  display:none;
}
.d6-featured-blocks-search .trending-posts .box.research-papers .trend-content{
  display:block; 
}
.d6-featured-blocks-search .trending-posts .box.research-papers .text-content{
  padding-top:35px;
}
.d6-featured-blocks-search .trending-posts  a.box-url {
  display: block;
  overflow: hidden;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.d6-featured-blocks-search .trending-posts .trend-title{ 
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #311b09;
  margin-bottom:24px;
}
.d6-featured-blocks-search .trending-posts .trend-content,
.d6-featured-blocks-search .trending-posts .trend-content p,
.d6-featured-blocks-search .trending-posts .trend-content h2,
.d6-featured-blocks-search .trending-posts .trend-content > *{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d; 
}
.d6-featured-blocks-search .trending-posts .boxContentWrapper{
  display: flex;
  flex-direction: column; 
}
.d6-featured-blocks-search .trending-posts .meta-data{
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #311b09; 
  position: absolute;
  bottom: 24px;
}
.d6-featured-blocks-search .trending-posts .meta-data > span:not(:last-child){
  padding-right:5px;
}
.d6-featured-blocks-search .trending-posts .separator-char{
  color: #6f777d;
}
.d6-featured-blocks-search .trending-posts .author-name,
.d6-featured-blocks-search .date{
  font-weight: normal;
  color: #6f777d; 
  text-transform: capitalize;
}

@media (min-width:768px) and (max-width:1139px){
  .d6-featured-blocks-search .trending-posts .boxesContainer{
    justify-content: space-around;
  }

  .d6-featured-blocks-search .trending-posts .box{
    margin-top: 0;
    width: calc(49% - 1.5px);
    flex: 0 0 calc(49% - 1.5px);
  }
  
  .d6-featured-blocks-search .trending-posts .box:first-child,
  .d6-featured-blocks-search .trending-posts .box:nth-child(2) {
    margin-top: -76px;
    margin-bottom: 30px;
  }
}

@media (min-width:1079px) and (max-width:1139px){
    /* MP Mod to fix alignment on iPad 10.5" landscape mode */
    .d6-featured-blocks-search .trending-posts .box{
      max-width: 41.66%;
      width: 41.66%;
      flex: 0 0 41.66%;
    }
}

@media(max-width:767px){
  .d6-featured-blocks-search .trending-posts {
    padding-bottom: 41px;
    padding-top: 41px;
    background-color: #f2f2f2;
  }

  .d6-featured-blocks-search .trending-posts .boxesContainer{
    flex-direction:column;    
  }
  .d6-featured-blocks-search .trending-posts .box{
    min-height:0px; 
    margin:0px;
    background-color: transparent;
    width:auto;
    max-width:100%;
    margin-bottom:24px;
  }
  .d6-featured-blocks-search .trending-posts  .boxContentWrapper{
    flex-direction: row; 
    margin:0;
    /* MP Mod */
    background-color:white;
  }
  .d6-featured-blocks-search .trending-posts .image-module{
    /*height: 89px;  
    width: 98px;*/
    margin-bottom:0px;
    /* MP Mod */
    height: 128px;  
    width: 128px;
  }

  .d6-featured-blocks-search .trending-posts .trend-title{
    margin: 0;    
    /*font-size:16px;*/
    /* MP Mod */
    font-size:14px;
  }
  .d6-featured-blocks-search .trending-posts .text-content{
    padding: 0;
    padding-left:14px;
    max-width: calc( 100% - 128px);
    
    /* MP Mod */
    display:flex;
    flex-direction:column;
    padding: 12px;
  }
  .d6-featured-blocks-search .trending-posts .box.research-papers .text-content{
    padding-left:0;
    max-width:100%;
  }
  .d6-featured-blocks-search .trending-posts a.box-url{
    width:98px;
  }
  .d6-featured-blocks-search .trending-posts .meta-data{
    bottom: 0;
    position:relative;    
    margin-top:10px;
  }
  .d6-featured-blocks-search .trending-posts .post-type{
    margin-bottom:0;
  }
}
/* MP Mod */
@media(max-width:375px){
  .d6-featured-blocks-search .trending-posts .image-module{
    width: 20%;
  }
  .d6-featured-blocks-search .trending-posts .text-content{
    max-width: 80%;
  }
}


.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index:99999999;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid transparent;
  background-color: #ffffff;
  border-radius: 4px;
  top: 48px;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions a,
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions #results-for {
  display: block;
  padding: 10px;
}
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions a:hover,
.d6-featured-blocks-search .featured-blocks-with-search .hs-search-field__suggestions a:focus {
  background-color: #f2f2f2;
  outline: none;
}
.d6-featured-blocks-search .featured-blocks-with-search #search_form {
  position: relative;
}
.d6-featured-blocks-search .featured-blocks-with-search #search_form .fa-search {
  position: absolute;
  right: 10px;
  top: 15px;
}
.d6-featured-blocks-search .featured-blocks-with-search .subscribe-button-region a.cta_button{
  width: 151px;    
  padding: 14.5px 0;
  border: 0;
}

/* ==========================================================================
D6-Featured-4 Blocks with Search END
========================================================================== */


/* ==========================================================================
B2-Why Hotstats 
========================================================================== */

/* mods - v1 fixes*/
.why-hotstats.b2-module .top-section{
  /* padding-top:64px;
  padding-bottom:182px;
  background-color: #efefef; */
  padding: 0 0 64px 0;
  background-color: #fff;
}

.why-hotstats.b2-module .title p {
  margin-bottom: 0;
  margin-top: 8px;
}

.why-hotstats.b2-module .module-steps-flow .column_image {
  position:relative;
}

.why-hotstats.b2-module .module-steps-flow .column_image:before {
  content: '';
  width: 104px;
  display: inline-block;
  margin: 0 1rem;
  transform: translateY(-1rem);
  position: absolute;
  left: -60px;
  top: 50%;
  background-image: url(https://2564296.fs1.hubspotusercontent-na1.net/hubfs/2564296/IL%20July%202018-images/Home%20Page/pointer.svg);
  background-repeat: no-repeat;
  background-size: 60px 10px;
}
.why-hotstats.b2-module .module-steps-flow .column_image.first:before {
  display:none;
}
.why-hotstats.b2-module .module-steps-flow {	
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2px;
  /*margin-top: -125px;*/
  margin-top:0; /* mods - v1 fixes */
  background-color: #ffffff;
  padding: 70px 100px 60px;
  /* box-shadow: 0 0 20px 0 rgba(64, 60, 80, 0.2); */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  justify-content: space-between;
}
.why-hotstats.b2-module .module-steps-flow > .column_wrapper {
  float: left;
  margin: 0;
  padding: 0 15px;
  text-align:left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.why-hotstats.b2-module .module-steps-flow div img {
  max-width:101px;
  margin-left:auto;
  margin-right:auto;
  float:none; 
  margin-bottom:9px;
}
.why-hotstats.b2-module .module-steps-flow h2 {  
  font-size: 32px;  
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom:5px;
}
.why-hotstats.b2-module .module-steps-flow p {  
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
  padding:0;    
  margin:0;
}
.why-hotstats.b2-module .title h2 {   
  margin:0 auto;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #311b09;
  margin-bottom:0;
}
.why-hotstats.b2-module .title{
  color: #6f777d;
  max-width: 688px;
}
.why-hotstats.b2-module .offer-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  width: 100%;

}

.why-hotstats.b2-module .offer-group h3{
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #311b09;    
  margin-bottom:4px;
}
.why-hotstats.b2-module .offer-group p{      
  font-size: 16px;      
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #6f777d;
  padding:0;    
  margin:0;
}
.why-hotstats.b2-module .offer-group .offer-cta{
  margin-top:24px;
}

.why-hotstats.b2-module .bottom-section{
  margin-top: 56px;
  margin-bottom: 56px;
}

@media (min-width:768px){
  .why-hotstats.b2-module .offer-group > div{
    width: 100%;
    max-width: calc( 33.33% - 20px );
    float: left;
    margin: 0;  
    flex-basis: calc( 33.33% - 20px );
    position: relative;
    transition: all .4s ease-out;
    margin-bottom: 20px;
    position: relative;     
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 4px;
    border: 1px solid #ffffff;
    box-sizing: border-box;   
  }

  .why-hotstats.b2-module .offer-group > div.offer:nth-child(3n+2){
    margin-left: 30px;
    margin-right: 30px;
  }

}
@media (min-width:1025px) and (max-width:1180px){
  .why-hotstats.b2-module .module-steps-flow>.column_wrapper {
    max-width:150px;    
  }
  .why-hotstats.b2-module .module-steps-flow .column_image:before{
    left: -60px;
    background-size: 60px 10px;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .why-hotstats.b2-module .wrapper {
    max-width:512px;
  }
  .why-hotstats.b2-module {
    padding-bottom:56px;
  }

  .why-hotstats.b2-module .module-steps-flow>.column_wrapper {
    max-width:100%;
    margin-bottom: 32px;
    float:none;
    text-align:center;
  }

  .why-hotstats.b2-module .module-steps-flow .column_image:before {
    display:none;
  }


}


@media (max-width:767px) {
  .why-hotstats.b2-module .top-section{
    background-color: #ffffff;
    padding-bottom:40px;
  }
  .why-hotstats.b2-module .module-steps-flow{
    margin: 0;   
    justify-content: start;
  }
  .why-hotstats.b2-module .module-steps-flow > .column_wrapper {
    max-width:50%;
    width: 100%;
    margin-bottom: 48px;    
    padding: 0;
  }

  .why-hotstats.b2-module .title{
    padding-bottom:0;
  }

  .why-hotstats.b2-module .title h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #311b09;
  }
  .why-hotstats.b2-module .module-steps-flow h2 {
    margin-bottom:0;
  }
  .why-hotstats.b2-module .module-steps-flow h3 {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #311b09;
  }
  .why-hotstats.b2-module .module-steps-flow p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #6f777d;
  }
  .why-hotstats.b2-module .module-steps-flow{
    padding: 0;
    box-shadow: none;
  }
  .why-hotstats.b2-module .module-steps-flow .column_image:before {
    display:none;
  }

  .why-hotstats.b2-module .top-section{
    padding-top:40px;  
  }
  .why-hotstats.b2-module .offer-group > div:not(:last-child){
    margin-bottom:48px;
  }
}

/* ==========================================================================
B2-Why Hotstats END
========================================================================== */


/* ==========================================================================
F3-Two Comparable Things
========================================================================== */
.two-comparable-things.f3{    
  width:100%;
  /*padding:64px 0; */
  padding: 0 0 64px 0; /* mods v1 fixes */
}
.two-comparable-things.f3 .section-header h2{ 
  margin-bottom:50px;
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #311b09;
}
.two-comparable-things.f3 .boxContainer{
  display:flex;
  flex-direction: row;       
}
.two-comparable-things.f3 .boxContentWrapper{    
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal; 

}

@media (min-width:1025px){
  .two-comparable-things.f3 .boxContentWrapper{ 
    padding: 88px 104px; /*mods v1 fixes */
  }
}

@media (min-width:768px) and (max-width:1024px){
  .two-comparable-things.f3 .boxContentWrapper{ 
    padding: 100px 25px;      
  }
}
.two-comparable-things.f3 .button a{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f16c27;
  text-transform: capitalize;
}
.two-comparable-things.f3 .header h2{
  margin-bottom: 25px; 
  font-family: 500;
  margin-bottom: 25px; 
  font-size: 24px;
}
.two-comparable-things.f3 .content{
  font-size: 16px;
  line-height: 1.5;
}

.two-comparable-things.f3 a.whole-box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.two-comparable-things.f3 ul{
  padding: 0;
  list-style: none;
}
.two-comparable-things.f3 ul li{
  display:flex;
  align-items: baseline;
}
.two-comparable-things.f3 ul li:before {
  content: "\f111";
  padding-right: 8px;
  content: "\A";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f16c27;
  display: inline-block;
  margin-right: 10px;
  margin-right: 10px;
  margin-left: 2px;
}


.two-comparable-things.f3 .learn-more{
  margin-top: 20px; 
}
.two-comparable-things.f3 .learn-more a{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: normal;
  color: #f16c27;
}

@media (max-width:1024px){  
  .two-comparable-things.f3 .header {
    max-width: 100%;
  }
  .two-comparable-things.f3 .wrapper, 
  .two-comparable-things.f3 .row-fluid .wrapper[class*="span"] {
    max-width: 100%;
  }
  
  .two-comparable-things.f3 .leftBox,
  .two-comparable-things.f3 .rightBox{     
    height: initial;
  }
}
@media(max-width:767px){
  .two-comparable-things.f3{   
    padding: 0;
    padding-top: 60px;
  }

  .two-comparable-things.f3 .leftBox{ 
    border-top:0;
  }
  .two-comparable-things.f3 .boxContainer{
    margin:0;
    flex-direction: column;
    width: 100%;
    padding:0;   
  }
  .two-comparable-things.f3 .boxContainer > div{  
    width:100%;      
    padding: 16px 16px 56px;
    height: auto;
  }
  .two-comparable-things.f3 .boxContentWrapper {
    margin: 15px 0; 
  }
  .two-comparable-things.f3 .section-header h2{ 
    margin-bottom:32px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #311b09;
  }
  .two-comparable-things.f3 .imageBox{
    min-height: 200px;
  }
}

.on-page-form p {
  color: #666 !important;
}
.on-page-form .legal-consent-container .hs-form-booleancheckbox-display p {
  margin-left: 20px;
  font-weight: bold;
}

/* ==========================================================================
F3-Two Comparable Things END
========================================================================== */

/* ==========================================================================
F2-Teaser Subscribe
========================================================================== */

.teaser-cm.f2 p,
.teaser-cm.f2 a,
.teaser-cm.f2 h2{
  color: #ffffff;
}
.teaser-cm.f2 h2{
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
  position:relative;
  z-index: 99;
}
.teaser-cm.f2 h2 span{
  position:relative;
  z-index: 99;
}
.teaser-cm.f2 h2 span:before{
  border-top: 8px solid #f2752e;
  content: "";    
  position: absolute;    
  left: 0;
  right: 0;
  bottom: 4px;
  width: auto;
  z-index: -1;
}
.teaser-cm.f2 p{
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  margin:0;
  margin-top:17px;
  margin-bottom:10px;
}
@media (min-width:768px){
  .teaser-cm.f2 .links{
    display:flex;
    align-items: center;
  }
}    
.teaser-cm.f2 .links .teaser-link-wrapper{
  margin-left:39px;
}
@media (max-width:767px){

  .teaser-cm.f2{
    padding-top: 40px;
    padding-bottom: 40px;
  }


  .teaser-cm.f2 .links {
    text-align: center;
  }

  .teaser-cm.f2 h2{
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
  }
  .teaser-cm.f2 p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
  }

  .teaser-cm.f2 .links .teaser-link-wrapper{
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 16px;
  } 
  .teaser-cm.f2 .links .cta_button {    
    padding: 0;
    width: 100%;
    padding: 14px 0;
  }
}
/* ==========================================================================
F2-Teaser Subscribe END
========================================================================== */

/* Mods v1 Fixes 10/5/2019 */

/* Begin - Signup Form Radio Button */
.hs-form fieldset.form-columns-2 .hs-form-field ul:first-child{
    margin:0;
    /*padding-left:1rem;*/
}
.hs-form fieldset.form-columns-2 .hs-form-field ul li.hs-form-radio{
    float:left;
    padding: 0 1rem;
    color:white;
}
@media screen and (min-width:768px){
    .hs-form fieldset.form-columns-2 .hs-form-field ul li.hs-form-radio:first-child{
        margin-left:1rem;
    }
}
.hs-form fieldset.form-columns-2 .hs-form-field ul li.hs-form-radio label.hs-form-radio-display{
    display:flex;
    width: 100%;
    height: 50px;
    align-items:center;
}
.hs-form fieldset.form-columns-2 .hs-form-field ul li.hs-form-radio label.hs-form-radio-display input{
    width:auto;
}
.hs-form fieldset.form-columns-2 .hs-form-field ul li.hs-form-radio label.hs-form-radio-display span{
    padding:0.5rem;
    margin-top:0.1rem;
}
/* End - Signup Form Radio Button */

  
/* Begin - f6 Comparable Things (Latest Must Reads Boxes) */
.container.f6-five .read-more a{
  border-radius: 4px!important;
}

.container.f6-five .box{
  transition: all 0.25s ease-in-out;
}
.container.f6-five .box:hover{
   box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.container.f6-five .boxContentWrapper .half-up{
  display:flex;
  flex-direction:column;
  justify-content: flex-start;
  flex: 0 0 120px;
}
.container.f6-five .boxContentWrapper .half-down{
  display:flex;
  flex-direction:column;
  flex: 1 1 0;
  
}
.container.f6-five .boxContentWrapper .half-down .read-more{
  margin-top:auto; 
}
/* End - f6 Comparable Things (Latest Must Reads Boxes) */

/* Start - Safari Search Box Bug Fix */
input[type="search"].hs-search-field__input{
  -webkit-appearance: none
}
/* End - Safari Search Box Bug Fix */

/* Start - General link transition */
a{transition: all 0.2s ease-in-out;}


/* THEME - CUSTOM STYLES (MP)
   ============================= */

/*Adding animation*/

@keyframes simpleFadeIn {
  0%   { 
    opacity: 0; 
  }
  100% { 
    opacity: 1;
  }
}

a.cta_button:not(.main_nav a.cta_button) {
  /*-webkit-animation: simpleFadeIn 0.2s ease-in-out;*/
  animation: simpleFadeIn 0.6s ease-in-out;
  
}
body.hs-content-id-6215155738 .b1-hero-comp-wrapper{background-color:#282f36}

.teaser_content, .inner_c3, .hs-box, .video-wrapper, .video-hero, .video-hero--content{
  animation: simpleFadeIn 0.6s ease-in-out;
}
/*Fixes the mobile position top subcribe drop down bar*/ 
.main_nav{
    top:unset!important;
}
@media (min-width:1024px){
  
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-close {
top: 50%!important;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
 -o-transform: translate(0, -50%);
transform: translate(0,-50%);
}
.main_nav{
  top:0!important;
}
}
@media only screen and (max-width: 768px){
.leadinModal.leadinModal-theme-top.leadinModal-v3 h4 {
font-size: 16px !important;
}
} 

/*Spacing fixes*/
 .why-hotstats.b2-module .top-section {
padding: 0 0 2.5rem 0;
}
.two-comparable-things.f3 .section-header h2 {
margin-bottom: 2.5rem;
}
/* 
#hbspt-form-1607355116038-5355431463 body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0!important; }
#hbspt-form-1607355116038-5355431463 #TICKET.hs_file_upload-98446c19-f7fa-4478-b12b-d28d5668f5b6 {font-size:0.875rem!important}*/


/*Custom August 2021 - Thank you page containing 5 download CTAs */

.grid-container {
  /*display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px,1fr));*/
  display:flex;
  justify-content:center;
  grid-gap:0rem;
  margin-bottom:5rem;
  flex-wrap:wrap;
}
.grid-item{
  padding:0.5rem;
  text-align:center;
}