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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Poppins%3A300%2Cregular%2C500%2C600%2C700%7CPlayfair+Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

@font-face {
  font-family: "Ionicons";
  src: url("//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Fonts/ionicons.eot") format("embedded-opentype"), 
    url("//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Fonts/ionicons.ttf") format("truetype"),
    url("//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Fonts/ionicons.woff") format("woff"), 
    url("//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}


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

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
.posted-on{display:none!important;}

/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
} 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
} 
#caldays {
    margin-bottom: 4px;
}

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
    }

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

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

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

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

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

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

body {
  background-color: #FFFFFF;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0em;
  color: #121416;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


hs-featured-image {
    border-width: 0;
    max-width: 100%;
    width: 398px !important;
    height: 298px !important;
    display: block !important;
    float: none;
    vertical-align: top;
    margin: 0px;
}

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  clear: both;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  line-height: 1.2;
  margin: 0px 0px 20px;
  letter-spacing: 0;
  color: #1F1F1F;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* Anchor Links */
a {
  color: #fdc657;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus { 
  color: #FDC657;
}

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

/* Block Quotes */
blockquote {
    font-size: 17px;
    line-height: 1.8;
   /* color: #202020;*/
    color: #121416;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
    background-color: #f7f7f7;
    padding: 45px 35px 10px 35px;
    font-weight: bold;
}
blockquote:before {
    content: '”';
    font-size: 100px;
    position: absolute;
    top: 25px;
    right: 25px;
    line-height: 1;
    color: #ddd;
}
blockquote p {}
blockquote small {}

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


/* =============== EU Cookie Confirmation Bar =============== */

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.custom-header{
  position: fixed;
  width: 100% !important;
  display: inline-block;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.custom-bottom-header .page-center {
  max-width: 100% !important;
}

.custom-bottom-header .page-center  > div > div{
  margin: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.widget-span.custom-logo{
  padding-right: 0.9375rem;
  padding-left: 100px;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.custom-logo a img{
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.custom-header .page-center  > div > div:before,
.custom-header .page-center  > div > div:after{
  display: none;
}

.cm-contact {
  background-color: #363636;
}

.cm-contact .page-center {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.cm-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.cm-col-lg-12{
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  padding-bottom: 1px;
}

.cm-contact .pull-right {
  float: right;
}

span.contact-link.pull-right{
  margin-left: 23px;
  float: right;
}

.wpml-ls-legacy-list-horizontal {
  border: 1px solid transparent;
  padding: 7px;
  clear: both;
}
.wpml-ls-legacy-list-horizontal>ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
  overflow: hidden;
}

.cm-contact .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  float: left;
}

.wpml-ls-legacy-list-horizontal a {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  text-decoration: none;
  line-height: 1;
  text-decoration: none;
}

.wpml-ls-native {
  color: white;
}

.wpml-ls-legacy-list-horizontal a span {
  vertical-align: middle;
}

.cm-col-lg-12 span ~ a {
  color: white;
  margin-left: 20px;
  margin-top: 8px;
  text-decoration: none;
}
.cm-col-lg-12  .cm-linkein{
  color: white;
  margin-left: 40px;
  margin-top: 8px;
}

a.contact-link.pull-right {
  margin-top: 0;
  margin: 0px;
}

.cm-contact .cm-col-lg-12 .cm-number{
  margin-top: 10px;
  color: white;
  margin-left: 20px;
}

.banner-area{
  padding-top: 250px;
  padding-bottom: 180px;
  text-align: center;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
}

.banner-area h1{
  color: #FFFFFF;
  padding-top: 10px;
  font-style: normal;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 20px;
  font-weight: 500;
  font-family: Poppins;
  margin-bottom: 0px;
}

.custom-menu-primary .hs-menu-wrapper {
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0em;
  display: inline-block;
  text-align: right;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  white-space: nowrap;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: inline-block;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  content: '\f3d0';
  margin-left: 10px;
  font-size: 12px;
  font-family: Ionicons;
}

.custom-bottom-header .page-center  > div{
  position: relative;
  z-index: 999;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fixedheader .custom-bottom-header .page-center  > div{
  margin-top: 0;
  margin-bottom: 0;
}

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

.custom-logo a img+img {
  display: none;
}

.fixedheader .custom-logo a img {
  display: none;
}

.fixedheader .custom-logo a img+img {
  display: block;
}


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

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

.body-container .page-center{
  padding-top: 120px;
  padding-bottom: 40px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (max-width: 991px){
.body-container .page-center{
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}}

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

.horizontal_spacer {
height:120px;
}

@media (max-width: 991px){
.horizontal_spacer {
height:0px;
}}

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

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

.custom-bottom-footer {
  background: #333;
}

.custom-bottom-footer .page-center {
  padding-top: 22px;
  padding-bottom: 22px;
}

.custom-bottom-footer .page-center > div > div{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.custom-footer-top-wrapper {
  background-color: #222;
}
.custom-copyright p {
  text-align: left;
  color: #aaa;
  padding-top: 9px;
  padding-bottom: 10px;
  margin: 0;
  font-size: 14px;
}

.footer-container .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-social a {
  color: #aaa;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-left: 20px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #fff;
}

.footer-social {
  text-align: right;
  padding: 0px 0 0;
}

.custom-footer-col h3 {
  margin-bottom: 33px;
  padding-bottom: 27px;
  color: #ffffff;
  font-family: Poppins;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-footer-col h3:after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FDC657;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #FDC657;
}

.custom-footer-col:hover h3:after {
  width: 60px;
}

.custom-footer-col.footer-col1 p {
  margin: 0;
  font-size: 15px;
  line-height: 27px;
  color: #aaa;
}

.custom-footer-col.footer-col2 ul li a {
  font-size: 15px;
  line-height: 24px;
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position:relative;
}

.custom-footer-col.footer-col2 ul li {
  margin-bottom: 15px;
}

.custom-footer-col.footer-col2 ul li a:hover {
  padding-left: 15px;
}

.custom-footer-col.footer-col2 ul li a:hover:before {
  position: absolute;
  content: '\f462';
  font-family: 'Ionicons'; 
  left: 0;
  top: 0;
  color: #ababab;
  line-height: 24px;
}
.custom-footer-form label {
  font-size: 15px;
  line-height: 27px;
  font-size: 15px;
  line-height: 27px;
  color: #aaa;
}

.custom-footer-form input[type="email"] {
  border: none;
  border-radius: 0;
  color: #202020;
  background-color: #f4f4f4;
  padding: 18px 20px;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: Poppins;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}

.custom-footer-form form .input {
  margin: 15px 0 22.5px;
}

.custom-footer-form input[type="submit"] {
  padding: 20px 22px;
  border: 1px solid;
  border-color: #FDC657;
  border-radius: 0;
  background: #FDC657;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #FDC657;
  border-color: #FDC657;
  border-width: 1px;
  color: #000000;
  height: 57px;
  font-family:Poppins, Helvetica, Arial, sans-serif;
  padding: 0 20px;
  cursor: pointer;
}
.custom-footer-form input[type="submit"]:hover {
  background-color: #000000;
  border-color: #FDC657;
  border-width: 1px;
  color: #FFFFFF;
}
.custom-footer-form ul.hs-error-msgs.inputs-list {
  margin: -15px 0 12px;
  padding: 0;
  list-style: none;
  color: #ff0000;
}
.custom-footer-form ul.hs-error-msgs.inputs-list label {
  color: #ff0000;
}

div#insight-button-5af45ee6d53b1 {}

div#insight-button-5af45ee6d53b1 .textwidget {
  font-size: 15px;
  line-height: 24px;
  color: #aaa;
  margin: 0 0 -3px;
}

.insight-button a {
  /* border-width: 1px; */
  /* color: #000000; */
  height: 57px;
  /* padding: 0 20px; */
  display: inline-block;
  height: 62px;
  line-height: 56px;
  border-width: 3px;
  border-style: solid;
  border-color: #FDC657;
  background-color: #FDC657;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 0 30px;
  border-width: 1px;
  color: #000000;
  height: 57px;
  padding: 0 20px;
  text-decoration: none;
}

.insight-button a i {
  margin-right: 10px;
}

.insight-button a:hover {
  background-color: #000000;
  border-color: #FDC657;
  border-width: 1px;
  color: #FFFFFF;
}
.custom-footer-top-wrapper {
  padding-bottom: 50px;
  padding-top: 100px;
}

.custom-footer-top-wrapper .page-center {
  padding-bottom: 56px;
}

.custom-footer-col.footer-col2 ul li:last-child {
  margin-bottom: 0;
}
.custom-footer-form span.hs-form-required {
  display: none;
}
.footer-button2{
  margin: -3px 0 0;
}

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


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

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

/* Child List */


.custom-menu-primary .hs-menu-wrapper > ul ul li{
  position: relative;
  padding: 0px 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  font-size: 14px;
  padding: 10px 0;
  color: #666;
  line-height: 1.6;
  text-transform: none;
  font-weight: 400;
  background: none;
  position: relative;
  white-space: normal;
  text-decoration: none;
}
.fixedheader .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #1F1F1F;
}

.fixedheader .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #FDC657;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #FDC657;
}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .fixedheader .custom-header{
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    z-index: 999;
  }
  
  .fixedheader .custom-header.custom-lp-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .custom-mobile-header,
  .mobile-menu,
  .cm-container2,
  .custom-mobile-header{
    display: none !important;
  }

  .widget-span.custom-menu-primary{
    padding-left: .9375rem;
    width: auto;
    /* margin: 0px; */
    padding-left: 160px;
    text-align: right;
    position: static;
    /* flex: 0 0 83.33333%; */
    max-width: 83.33333%;
    margin-left: auto;
  }

  .wpml-ls-legacy-list-horizontal {
    position: relative;
    top: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    position: absolute;
    top: 110% !important;
    left: 0 !important;
    visibility: hidden !important;
    margin: 0;
    min-width: 320px;
    width: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all .3s ease !important;
    padding: 25px 0;
    list-style: none;
    text-align: left;
    text-transform: none;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    top: 100% !important;
    visibility: visible !important;
    z-index: 2;
    opacity: 1 !important;
  }

  .error-template.fixedheader .custom-bottom-header,
  .password-template.fixedheader .custom-bottom-header,
  .subscription-template.fixedheader .custom-bottom-header,
  .subscription-template.fixedheader .custom-bottom-header,
  .custom-search-page.fixedheader .custom-bottom-header{
    background: #fff;
  }

  .error-template .custom-bottom-header, 
  .password-template .custom-bottom-header,
  .subscription-template .custom-bottom-header,
  .subscription-template .custom-bottom-header,
  .custom-search-page .custom-bottom-header{
    background: #222;
  }

  .error-template .header-container-wrapper, 
  .password-template .header-container-wrapper,
  .subscription-template .header-container-wrapper,
  .custom-site-search-page .header-container-wrapper,
  .custom-search-page .header-container-wrapper {
    min-height: 290px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    border-color: #FDC657;
    background: none;
    color: #000;
    font-weight: 700;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover:after{
    width: 65px;
  }

  .custom-bottom-footer .page-center>div>div > div {
    margin: 0px;
    width: auto;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .custom-bottom-footer .page-center>div>div:after,
  .custom-bottom-footer .page-center>div>div:before {
    display: none;
  }
}


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

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

@media (max-width: 991px){

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


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

  .child-trigger{
    display: block !important;
    display: block;
    background-color: rgba(238,238,238,0.5);
    font-size: 15px;
    font-family: Ionicons;
    position: absolute;
    color: #696969;
    width: auto;
    right: 0;
    top: 0;
    padding: 0px 20px;
    line-height: 43px;
    z-index: 9999;
    font-style: normal;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }
  .child-trigger:hover{
    background-color: #fdc657;
    color:#fff;
  }

  .child-trigger:before {
    content: '\f3d0';
  }


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


  .widget-span.custom-menu-primary{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: fixed;
    width: 256px !important;
    left: -256px;
    top: 0;
    bottom: 0;
    z-index: 1001;
    background: #ffffff;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    display: none;
  }

  .mobile-open .widget-span.custom-menu-primary{
    left: 0;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    display: block;
    border-bottom: 1px solid #eee;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    display: block;
    color: #696969;
    padding: 0px 20px;
    line-height: 42px;
    background: inherit;
    font-family:Poppins, Helvetica, Arial, sans-serif;
    font-size:15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li  a:hover{
    color: #FDC657;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > i{
    display: block;
    background-color: rgba(238, 238, 238, 0.5);
    font-size: 15px;
    font-family: Ionicons;
    position: absolute;
    color: #696969;
    right: 0;
    top: 0;
    padding: 0px 20px;
    line-height: 43px;
    z-index: 9999;
    font-style: normal;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > i:hover{
    background-color: #FDC657;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > i:before{
    content: '\f3d0';
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul{
    border-top: 1px solid #ddd;
    background-color: #eee;
    padding-left: 0;
    font-weight: 400;
    box-shadow: none;
    -moz-box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    display: block;
    color: #696969;
    padding: 0px 20px;
    line-height: 42px;
    background: inherit;
    font-family: Poppins, Helvetica, Arial, sans-serif;
    font-size: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > ul > li > a {
    box-shadow: 1px 0px 0 #111 inset;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open{
    background-color: #ddd;
  }

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #1F1F1F;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #1F1F1F;
}

.custom-pagination-wrapper .page-center {
  padding: 0;
}

.post-item:first-child .cm-post-item .custom-post-img {
    flex: 0 0 100%;
    max-width: 100%;
}

.post-item:first-child .cm-post-item .custom-post-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.post-item:first-child .cm-post-item .custom-post-img .hs-featured-image-wrapper {
    position: relative;
    margin-bottom: 50px;
    max-height: 750px;
    overflow: hidden;
}

.post-item:first-child .cm-post-item .custom-post-content .post-header h2 {
    margin-top: 0;
}

.post-item.no-feature-img .custom-post-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}

.section.post-footer ul.hs-error-msgs.inputs-list {
    padding-top: 20px;
}

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

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

.blog-list-recent-post-list-item .post-thumbnail {
  position: relative;
  margin-bottom: 50px;
  max-height: 750px;
  overflow: hidden;
}

.entry-desc.col-md-12 a:hover h3 {
  color: #FDC657;
}
.entry-desc.col-md-12 a h3{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.meta {
  margin-top: 20px;
}

.meta > span {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
  color: #212121;
}

.meta > span.comment:before {
  content: "\f0e5";
  font-family: FontAwesome;
  font-size: 16px;
  color: #FDC657;
  margin-right: 10px;
}

.cm-post-item {
  display: flex;
  flex-wrap: wrap;
}

.cm-post-item > div{
  flex: 0 0 50%;
  max-width: 50%;
}
.cm-post-item > div.custom-post-img{
  padding-right: 0.9375rem;
}
.custom-post-content{
  padding-left: 35px;
  align-self: center;
  padding-right: 0.9375rem;
}

.post-item{
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.blog-list-recent-post-list-item {
  margin-bottom: 70px;
}

.post-header h2 {
  margin-bottom: 10px;
  color: #333333;
  position: relative;
  /* margin-top: 15px; */ 
  font-size: 24px;
}

@media (max-width: 991px){
.post-header h2 {
  margin-top: 15px; 
}
}


.post-header h2 a{
  color: #333333;
}
.post-header h2 a:hover{
  color: #fdc657;
}

.custom-pagination-wrapper {
  background-color: #F4F4F4;
  height: 230px;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 100px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

.cm-hs-featured-image-wrapper {
  margin-bottom: 45px;
}

.section.post-header h1 {
  margin-bottom: 15px;
  color: #333333;
  letter-spacing: 0;
  font-size: 30px;
}

.hs-blog-post .meta-author i{
  margin-right: 10px;
  color: #FDC657;
}

.hs-blog-post .meta-author i.posted-on{
  color: #FDC657;
}

.hs-blog-post .meta {
  margin-bottom: 25px;
}

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

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

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


/* =============== Blog Content Column =============== */

.blog .blog-content {
  max-width: 75%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

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

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

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  vertical-align: top;
  margin: 0px;
}

/* Read More Link */
a.more-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FDC657;
}

a.read-more.stColor {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #FDC657;
}

.read-more:after,
a.more-link:after{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  margin-left: 5px;
}

.read-more:hover:after,
a.more-link:hover:after{
  margin-left: 20px;
}

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

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

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

.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }


/* Pagination */
.blog-pagination {}

.custom-pagination-wrapper .page-center{
  display: block;
  width: 100%;
}

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

.blog-pagination a {
  font-size: 18px;
  line-height: 45px;
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 3px solid #999999;
  color: #999999;
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 700;
}
.blog-pagination a:hover {
  border-color: #222;
  color: #222;
}

.blog-pagination a.active{
  border-color: #222;
  color: #222;
  cursor: default;
}

.blog-pagination-right {
  float: right;
  font-size: 0;
}

.blog-pagination-right a,
.blog-pagination-left a{
  font-size: 0px;
}

.blog-pagination-right a.next-link:after{
  content: "\f054";
  font-family: FontAwesome;
  font-size: 16px;
  margin-left: 4px;
}

.blog-pagination-left {
  float: left;
  font-size: 0;
}

.blog-pagination-left a.prev-link:before {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 4px;
}

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

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


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

.blog .blog-sidebar {
  max-width: 25%;
  width: 100%;
  margin: 0;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.custom_insight_posts h5 {
  margin-bottom: 33px;
  padding-bottom: 27px;
  color: #1F1F1F;
  font-family: Poppins;
  font-size: 20px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.custom_insight_posts h5:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FDC657;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #FDC657;
}

.custom_insight_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom_insight_posts ul li {
  border: none;
  padding: 0;
  margin: 0;
}

.custom_insight_posts ul li .inner {
  display: flex;
}

.custom_insight_posts ul li .info {
  display: inline-block;
  float: left;
  width: 75%;
}

.custom_insight_posts ul li:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  background-color: #EEEEEE;
  margin-top: 23px;
  margin-bottom: 25px;
  clear: both;
}

.custom_insight_posts ul li a {
  font-size: 15px;
  color: #202020;
  font-weight: bold;
}

.custom_insight_posts ul li span {
  display: block;
  font-size: 15px;
  color: #888888;
  line-height: 1.8;
  margin-top: 5px;
}

.custom_insight_posts ul li span:before {
  color: #FDC657;
  content: "\f017";
  font: 15px FontAwesome;
  margin-right: 12px;
  color: #FDC657;
}

.custom_insight_posts img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.custom_insight_posts ul li .thumb {
  display: inline-block;
  float: left;
  width: 25%;
}

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


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

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

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

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

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

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */
.body-container .hs-form-field {
  margin-bottom: 10px;
}

.body-container .widget-type-google_search input[type="text"],#hs-pwd-widget-password {
  margin-bottom: 20px;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_recaptcha.hs-recaptcha.hs-form-field {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}
#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,.widget-span.widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.section.footer,.body-container .hs_cos_wrapper_type_form {	
  display: block;
  margin-bottom: 30px;
}

.post-body {
  font-size: 17px !important;
}

.landing-page.one-column .body-container .widget-type-form,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form {
  width: 50%;
}
.hs-search-field__bar{
  max-width: 650px;
}


.subscribe-options label {
  margin-left: 0;
  margin-right: 0
}

.checkbox-row span.fakelabel input {
  top: 7px;
}

.hs-input.invalid.error{
  border-color: #ff0000;
}

.hs-error-msgs label{
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

ul.hs-error-msgs.inputs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.body-container .hs_error_rollup {
  margin-top: -9px;
  margin-bottom: -13px;
}

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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  color:#222222;
}

span.hs-form-required {
    color: red;
    padding-left: 2px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  font-size: 15px;
  font-family: Poppins;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 18px 20px;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0;
  color: #202020;
  background-color: transparent;
  border: 2px solid #222222;
  margin-top: 10px;
  font-family:Poppins;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  outline: none;
  display: inline-block;
  border-radius: 0;
  background: #FDC657;
  padding: 20px 22px;
  border: 1px solid;
  background-color: #222222;
  border-color: #222222;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 20px;
  white-space: normal !important;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  border-color: #FDC657;
  background-color: #FDC657;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-banner-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.custom-blog-banner{
  padding-top: 230px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #FDC657;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  display: block;
  font-size: 12px !important;
}
.custom-blog-banner h1{
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-family: Poppins;
  margin-top: 20px;
  font-style: normal;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #FFFFFF;
  padding-top: 10px;
  margin-bottom: 0px;
}
.custom-blog-banner h5{
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: Poppins;
  padding-top: 50px;
  color: #FFF;
  font-size: 26px;
  margin-bottom: 0px;
}

.blog .page-center.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.custom-blog-banner .page-center {
  padding-top: 0;
  padding-bottom: 0;
}


ul.heateor_sss_sharing_ul,ul.heateor_sss_follow_ul {
  margin: 1px 0!important;
  padding-bottom: 40px;
}

#heateor_sss_sharing_popup_close img {
  opacity: 1!important;
  background: 0 0!important;
  border: none!important;
  outline: 0!important;
  box-shadow: none!important;
  width: auto!important;
  height: auto!important;
  top: inherit!important;
  right: inherit!important;
  left: 9px!important;
  padding: 0!important
}

ul.heateor_sss_follow_ul li.heateorSssSharingRound,ul.heateor_sss_sharing_ul li.heateorSssSharingRound {
  background: 0 0!important
}

.heateor_sss_square_count {
  display: none;
  text-align: center;
  font-weight: bolder;
  font-family: sans-serif;
  font-style: normal;
  font-size: .8em;
  visibility: hidden
}

ul.heateor_sss_follow_ul li,ul.heateor_sss_sharing_ul li {
  float: left!important;
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
  border: none!important;
  clear: none!important;
}

.heateorSssSharing,.heateorSssSharingButton {
  display: block;
  cursor: pointer;
  margin: 2px
}

ul.heateor_sss_follow_ul li:before,ul.heateor_sss_sharing_ul li:before {
  content: none!important
}

ul.heateor_sss_follow_ul li {
  width: auto
}

.heateor_sss_vertical_sharing {
  background: 0 0;
  -webkit-box-shadow: 0 1px 4px 1px rgba(0,0,0,.1);
  box-shadow: 0 1px 4px 1px rgba(0,0,0,.1);
  position: fixed;
  overflow: visible;
  z-index: 10000000;
  display: block;
  padding: 10px;
  border-radius: 4px;
  opacity: 1;
  box-sizing: content-box!important
}

div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share, div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share {
  width: 120px
}

li.heateor_sss_facebook_share .fb-share-button span,li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span {
  vertical-align: top!important
}

li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe {
  max-width: none!important;
  z-index: 1000
}

.heateor_sss_counter_container li {
  height: 21px
}

.heateorSssInstagramBackground {
  background-color: #624E47
}

.heateorSssYummlyBackground {
  background-color: #E16120
}

.heateorSssBufferBackground {
  background-color: #000
}

.heateorSssDeliciousBackground {
  background-color: #53BEEE
}

.heateorSssThreemaBackground {
  background-color: #2A2A2A
}

.heateorSssFacebookBackground {
  background-color: #3C589A
}

.heateorSssDiggBackground {
  background-color: #006094
}

.heateorSssEmailBackground {
  background-color: #649A3F
}

.heateorSssFloatitBackground {
  background-color: #53BEEE
}

.heateorSssGoogleBackground {
  background-color: #dd4b39
}

.heateorSssGoogleplusBackground {
  background-color: #dd4b39
}

.heateorSssLinkedinBackground {
  background-color: #0077B5
}

.heateorSssMoreBackground {
  background-color: #EE8E2D
}

.heateorSssPinterestBackground {
  background-color: #CC2329
}

.heateorSssPrintBackground {
  background-color: #FD6500
}

.heateorSssRedditBackground {
  background-color: #247CED
}

.heateorSssStockTwitsBackground {
  background-color: #40576F
}

.heateorSssMixBackground {
  background-color: #ff8226
}

.heateorSssTumblrBackground {
  background-color: #29435D
}

.heateorSssTwitterBackground {
  background-color: #55acee
}

.heateorSssVkontakteBackground {
  background-color: #5E84AC
}

.heateorSssYahooBackground {
  background-color: #8F03CC
}

.heateorSssXingBackground {
  background-color: #00797D
}

.heateorSssInstagramBackground {
  background-color: #527FA4
}

.heateorSssWhatsappBackground {
  background-color: #55EB4C
}

.heateorSssTCBackground,.heateorSssTCBackground:hover {
  border-width: 0!important;
  background-color: transparent;
}

.heateorSssTCBackground {
  background-color: transparent!important;
  font-style: normal!important;
  word-wrap: normal;
  color: #666;
  line-height: 1;
  visibility: hidden;
}

.heateorSssSharingSvg {
  width: 100%;
  height: 100%
}



.heateorSssWhatsappBackground {
  background-color: #55EB4C;
}

i.heateorSssWhatsappBackground a, i.heateorSssLineBackground a, i.heateorSssViberBackground a {
  display: inline!important;
}

.heateor_sss_sharing_container a {
  padding: 0!important;
  box-shadow: none!important;
  border: none!important;
}

.heateorSssMeneameBackground {
  background-color: #FF7D12;
}

.heateorSssMeneameSvg {
  background: url(//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Images/SssMeneame.svg) no-repeat center center;
}

.heateorSssGoogleGmailSvg {
  background: url(//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Images/email.svg) no-repeat center center;
}

.heateorSssMoreSvg {
  background: url(//5059046.fs1.hubspotusercontent-na1.net/hubfs/5059046/Digital_Makers_December2018/Images/SssMore.svg) no-repeat center center;
}

ul.heateor_sss_sharing_ul {
  overflow: hidden;
}

.post-body hr{
  display: none;
}


.saboxplugin-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  margin-top: 0px;
  margin-bottom: 45px;
  padding: 0px 0px;
}

.saboxplugin-wrap .saboxplugin-gravatar {
  float: left;
  padding: 20px;
}

.saboxplugin-wrap .saboxplugin-authorname {
  font-size: 18px;
  line-height: 25px;
  margin: 20px 0 0 20px;
  display: block;
  font-family: "none";
}

.saboxplugin-wrap .saboxplugin-desc {
  font-size: 14px !important;
  line-height: 21px !important;
  font-family: none;
  display: block;
  margin: 5px 20px;
}

.saboxplugin-wrap .saboxplugin-desc p {
  margin: 5px 0 12px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
}

.saboxplugin-gravatar img {
  max-width: 100px;
  height: auto;
}

.saboxplugin-wrap .saboxplugin-authorname,
.saboxplugin-wrap .saboxplugin-authorname a,
.saboxplugin-wrap .saboxplugin-desc, .saboxplugin-wrap .saboxplugin-desc p {
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.entry-footer {
  margin-bottom: 20px;
  margin-top: 40px;
  color: #666666;
  overflow: hidden;
}

.entry-footer .row:first-child{
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.entry-footer .row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.entry-footer .custom-post-meta{
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  text-align: right;
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 60px;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.entry-footer .single-footer-lbl {
  display: inline-block;
  font-size: 16px;
  color: #1F1F1F;
  font-weight: 600;
  text-transform: uppercase;
  width: 170px;
  text-align: left;
  float: left;
}

.entry-footer .single-footer-lbl span {
  margin-right: 10px;
  color: #888;
  font-size: 16px;
}

.entry-footer .row:nth-child(2){
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  border-bottom: 1px solid #eee;
}

.entry-footer .row [class*='col-md']{
  padding-top: 16px;
  padding-bottom: 16px;
  min-height: 60px;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.fa-share-alt:before {
  content: "\f1e0";
}

.entry-footer .single-footer-social {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.entry-footer .single-footer-social li {
  margin-right: 30px;
  position: relative;
  display: inline-block;
}

.entry-footer .single-footer-social li a {
  font-size: 16px;
  color: #222222;
}

.post-listing-simple > div.post-item {
  margin: 0;
  padding: 0;
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0 5px;
}

span.posted-on i {
  color: #FDC657;
  margin-right: 10px;
}

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

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

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

  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {

  display: block !important;
  text-align: left;
}

[class*="hint--"][aria-label]:after {
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  position: absolute;
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;  
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  background-color: #FDC657;
  content: attr(aria-label);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"] {
  position: relative;
  display: inline-block;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}


.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--success.hint--top:before {
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
  margin-bottom: -11px;
  bottom: 100%;
  left: calc(50% - 6px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  border-top-color: #FDC657;
}

.hint--top:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.custom-lp-footer .footer-social {
  visibility: hidden;
}

/* Marta - LANDING PAGES */
.cta_center {
  text-align: center;
}
.ebook{
  text-align: center;
}
.landing-marta .left-column{
  margin-right: 50px;
  width: 60%;
  text-align: center;
}
.landing-marta .sidebar-form input{
  padding: 15px !important;
}
.landing-marta .sidebar-form .hs_submit .actions{
  text-align: center;
}
.legal-consent-container{
  font-size: 12px !important;
}
.marta-thank-you .main-content{
  text-align: center;
}

#hs_cos_wrapper_module_1554730756447704_blog_subscribe_title{
  color:black;
}

#hs_cos_wrapper_module_1554730756447704{
  margin-top:20px;
  background: #fdc657;
  padding: 35px;
}

#hs_cos_wrapper_module_1554730756447704 input[type=email]{
 background:white;
}

#hs_cos_wrapper_module_1554730756447704 label{
  color:white;
}

#hs_cos_wrapper_module_1554730756447704_blog_subscribe_title{
  font-size:20px;
}

#hs_cos_wrapper_module_1554730756447704 label{
  color:black;
}

.full-width-grey{
background: #F1F1F1;
}
.full-width-yellow{
  background: #FDC657!important;
      padding-top: 30px!important;
}

@media (max-width: 479px) {
.landing-marta .left-column{
  margin-right: 0;
  width: 100%;
}
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


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

@media (max-width: 1199px) {
  .container-fluid .row-fluid .page-center{
    max-width: 940px;
  }

  .footer-container .page-center{
    max-width:940px !important;
  }
  .insight-button a.footer-button1 {
    line-height: normal;
    height: auto;
    padding: 10px 20px 7px;
  }

}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center{
    max-width: 720px;
  }

  h1, h2 {
    font-size: 36px; 
  }

  .footer-container .page-center{
    max-width:720px !important;
  }
  .custom-footer-col.footer-col1 p {
    font-size: 13px;
  }

  .custom-lp-header .custom-header-inner-group .page-center>div>div>div:first-child,
  .custom-lp-header .custom-header-inner-group .page-center>div>div>div:last-child{
    visibility: hidden;
  }

  .custom-copyright p{
    text-align: center;
  }

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

  div#close-menu {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 1000;
  }

  .mobile-open div#close-menu {
    display: block;
  }

  body.mobile-open {
    overflow: hidden;
  }
  .custom-header-inner-group {
    padding-bottom: 30px;
  }

  .custom-header-inner-group .page-center > div > div{
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    width: auto;
    align-items: center;
  }
  .custom-header-inner-group .page-center{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .custom-header-inner-group .page-center > div > div:before,
  .custom-header-inner-group .page-center > div > div:after{
    display: none;
  }
  .custom-header-inner-group .page-center > div > div > div{
    font-size: 24px;
    text-align: left;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width :auto;
    margin: 0px;
  }

  .custom-mobile-logo {
    text-align: center !important;
  }

  .custom-header{
    position: static;
  }

  .custom-bottom-header{
    display: none !important;
  }

  .cm-row{
    display: none;
  }

  .col-xs-12.text-center {
    text-align: center;
  }

  .col-lg-12.text-center {
    text-align: center;
  }

  .wpml-ls-legacy-list-horizontal{
    text-align: center;
  }

  .cm-contact .wpml-ls-item{
    float: none;
  }

  .wpml-ls-legacy-list-horizontal>ul {
    font-size: 0;
  }

  .wpml-ls-legacy-list-horizontal a {
    font-size: 10px;
  }

  .top-search-mobile {
    margin-bottom: 30px;
    width: 100%;
    background-color: #222222;
    color: #ffffff;
    padding-left: 45px;
    padding-right: 45px;
    display: none;
  }

  .top-search-mobile .row-xs-center {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    align-items: center;
  }
  .cm-col-md-12{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }

  .top-search-mobile form input[type="search"] {
    border-radius: 0;
    outline: none;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
    background: none;
    color: #ffffff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-family: Poppins;
    box-sizing: content-box;
    -webkit-appearance: textfield;

  }
  
  .top-search-mobile form input[type="search"]::-webkit-input-placeholder {
    color: #ffffff;
  }
  .top-search-mobile form input[type="search"]:-moz-placeholder {
    color: #ffffff;
  }
  .top-search-mobile form input[type="search"]::-moz-placeholder {
    color: #ffffff;
  }
  .top-search-mobile form input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
  }

  .searchwp-live-search-instructions {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
  }

  .top-search-mobile form input[type="submit"] {
    display: none;
  }

  .custom-mobile-header{
    display: block;
    background-color: #fff;
  }

  .custom-mobile-header {
    padding-top: 27px;
  }

  .header-left #open-left {
    cursor: pointer;
  }

  .header-left #open-left i {
    font-size: 15px;
    color: #212121;
  }

  .header-right {
    font-size: 24px;
    text-align: right;
  }

  #open-search-mobile {
    display: inline-block;
    cursor: pointer;
  }
  .header-right #open-search-mobile i {
    font-size: 15px;
    color: #212121;
  }

  .custom-bottom-footer .page-center > div > div {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    align-items: center;
    width: auto;
  }
  .custom-bottom-footer .page-center > div > div > div{
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center !important;
    margin: 0px;
    width: auto;
  }

  .footer-social{
    padding-top: 0px;
  }

  .footer-social a{
    margin-left: 10px;
    margin-right: 10px;
  }

  .hint--top:before {
    margin-bottom: -11px;
  }



}


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

@media (max-width: 767px) {

  .footer-container .page-center{
    max-width:576px !important;
    padding-left:45px;
    padding-right:45px;
  }
  
  .widget-span.custom-header-inner-group .page-center {
    padding-left: 45px;
    padding-right: 45px;
  }
  
  .custom-footer-col.footer-col1 p {
    font-size: 15px;
  }
  .custom-copyright p {
    text-align: center;
  }

  .footer-social {
    text-align: center;
/*     padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 10px; */
    padding:0;
  }

  .footer-social {}

  .footer-social a:first-child {
    margin-left: 0;
  }

  .custom-bottom-footer .page-center {
    padding-top: 23px;
  }
  .insight-button a.footer-button1 {
    line-height: normal;
    height: auto;
    padding: 0px 20px;
    line-height: 56px;
  }
  .custom-footer-col {
    padding-bottom: 29px;
  }

  .custom-footer-top-wrapper .page-center {
/*     padding-bottom: 38px; */
    padding-bottom:0;
  }
  .custom-footer-col.footer-col2 ul {
    margin-bottom: 2px;
  }


  .custom-bottom-footer .page-center>div>div>div{
    width: 100%:
  }

  .cm-post-item>div.custom-post-img{
    padding-right: 0px;
  }

  .custom-bottom-footer .page-center>div>div>div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .custom-copyright {
    padding-top: 0px;
    padding-bottom: 0;
  }


  .footer-social a:last-child {
    margin-right: 0;
  }

  .custom-footer-col.footer-col4 {
    margin-bottom: 35px;
  }

  .custom-footer-col.footer-col4 > div:nth-child(1) h3 {
    margin-top: 1px;
  }

  .custom-footer-col.footer-col4 > div:last-child {
    padding-top: 0 !important;
  }
  

  .custom-blog-banner {
    padding-top: 1px;
  }

  .container-fluid .row-fluid .page-center{
    max-width: 576px;
  }

  .blog .blog-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .blog .blog-sidebar {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .body-container .page-center{
    padding-left: 45px;
    padding-right: 45px;
  }

  .cm-post-item>div {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-search-field__bar{
    max-width: 100%;
  }

  /*Author Page*/
  .hs-author-profile {
    margin-bottom: 20px;
  }
  .hs-author-profile h2.hs-author-name {}
  .hs-author-profile .hs-author-bio {
    margin: 10px 0;
  }
  .hs-author-profile .hs-author-avatar {
    max-width: 75px;
    border-radius: 100%;
  }
  .hs-author-profile .hs-author-avatar img {
    border-radius: 100%;
  }

  .body-container .page-center{
    padding-left: 45px;
    padding-right: 45px;
  }


  .blog .blog-sidebar {
    margin-top: 40px;
  }


  .landing-page.one-column .body-container .widget-type-form,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form ,
  .section.post-footer{
    width: 100%;
  }
  
  
  /* Footer */

  .insight-button a {
    height: inherit;
  }
  
  .custom-footer-form form .input {
    margin-bottom: 22px;
  }

  .widget-span.custom-footer-col.footer-col1, 
  .widget-span.custom-footer-col.footer-col4 {
    padding-bottom: 30px;
  }

  .widget-span.custom-footer-col.footer-col2 {
    padding-bottom: 28px;
  }

  .hs-author-profile .hs-author-bio {
    margin: 10px 0;
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  
  .banner-area{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .custom-lp-footer .footer-social {
    display: none !important;
  }

}  

@media (max-width: 600px) {
  .custom-blog-banner h1{
    font-size: 30px;
  }
  
  .banner-area h1{
    font-size: 30px;
  }
}

@media (max-width: 543px) {
  .custom-blog-banner h5{
    font-size: 26px;
    color: #FFF;
    font-family: Poppins;
  }
}

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

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