@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap');
/* Orange_-_Blog-HFCUv2 9 */

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* 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;}


/* Colors */
    /*      Theme color:  Orange (FF8100)    */
       /*      Light Gray              */
      /*      White                   */
           /*      Dark Gray Tone 1        */
           /*      Light Gray              */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'Montserrat', sans-serif;"   */
                          /* Ex. "font-size: 14px;"       */
                         /* Ex. "line-height: 1.5;"   */

/* Containers */
        /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */
       /* Id should be 20px less then maxWidth you defined above */


*, *: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: #f5f5f5;
  color: #6b7381;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
}

/* new font styles 2020-04-02 */
/*body {color: #1F1F1F;	font-family: 'Open Sans', sans-serif !important;}*/
body {color: #1F1F1F;	font-family: 'Montserrat', sans-serif !important;}

.page-center{
  float: none !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding:0 10px !important; 
  max-width:100%;
}
.blog-cta a.cta_button, .mobile-cta a.cta_button {
  background-color: #2e516b !important;
  border-color: #2e516b !important;
  font-family: 'Montserrat', sans-serif !important;
}  
.blog-cta a.cta_button:hover {
  background-color: transparent !important;
  color: #2e516b !important;
}  

/* Lists */

ul, ol {
  padding:0 20px; 
  margin:0;
}
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.body-container{
  max-width:100% !important;
  padding:0px !important;
}
.header-container{
  width:100% !important;
  max-width:100% !important;
  padding:0px !important;
}

/*   Mobile Menu - Hubspot Standard Toggle Menu  */

.hs-menu-wrapper ul {
  padding: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: inline-block;
  margin-bottom: 20px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  max-width: none!important;
  white-space: nowrap!important;
  padding: 15px 20px;
}
.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: 100%;
}
.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 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.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>li a {
  display: inline-block;
  white-space: nowrap;
  max-width: 140px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  padding: 10px 20px; 
  color:#6d7a83;
}
.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.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 {
  text-decoration: none;
  padding: 10px 20px;
}
.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 .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 180px;
}
.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.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: 0 1px 3px rgba(0,0,0,0.18);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.18);
}
.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;
}
.hs-menu-wrapper ul ul {
  padding-left: 0;
  display: none;
  background: #fff;
}
.hs-menu-wrapper ul li:hover ul {
  display: block;
}
.hs-menu-wrapper ul ul li:hover {
  background: #fff;
}
.hs-menu-wrapper ul ul li a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: none!important;
  white-space: normal!important;
  width: auto!important;
  color: #2f383d;
  text-transform: capitalize;
}
.header-container .hs-menu-flow-horizontal {
  float: right;
  background: none !important;
  line-height: 20px;
  margin-top: 10px;
}
.header-container .hs-menu-flow-horizontal>ul>li>a {
  color: #6d7a83;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
  padding: 10px 1px 5px!important;
}
.header-container .hs-menu-flow-horizontal > ul > li a:hover {
  color: #d15400;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
  float: left;
  line-height: 20px;
  margin: 0 5px;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {
  position: relative;
  top: 10px;
  width: 0;
  height: 0;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper>li.hs-item-has-children>a:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  border: medium none !important;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 37px;
  visibility: hidden;
  z-index: 10;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after {
  margin-left: 0px !important;
}

.body-container .hs-menu-flow-horizontal {
  background: #fff;
  border-radius: 0 0 1px 1px;
}
.body-container .hs-menu-flow-horizontal>ul>li>a {
  color: #d0d0d0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 1px 1px 5px !important;
}

/*--------------------Header CSS starts----------------------*/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  list-style:none;
  margin: 0;
}
.header-container .hs-menu-flow-horizontal {
  margin-top: 0;
}
.header-container-wrapper {
  background: #fff none repeat scroll 0 0;
  padding:7px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  position:fixed;
  width:100%;
  z-index: 999999999;
}
.body-container-wrapper {
  padding-top: 88px;
}
.logo-container img {
  margin-top: 8px;
  max-width: 150px;
  width: auto;
}
.row-fluid .logo-container {
  width: 160px;
}
.row-fluid .header-menu-container {
  width: -webkit-calc( 100% - 165px);
  width: -moz-calc( 100% - 165px);
  width: -o-calc( 100% - 165px);
  width: calc( 100% - 165px);
  margin-left: 0;
  float: right;
}
a.cta_button, .hs-button {
  -webkit-appearance:none;
}
.blog-pagination {
  display: block;
  margin: 0 0 50px;
  text-align: center;
}
.blog-pagination-center a {
  font-size: 16px;
  margin: 0 4px;
}
.blog-pagination-center a.active {
  background: #2e516b none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 28px;
  line-height: 29px;
  text-align: center;
  width: 28px;
}
.prev-link, .next-link {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  font-size:14px;
}
.next-link {
  margin-left: 10px;
  margin-right: 0px;
}
.blog-pagination {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 6px 28px rgba(0, 0, 0, 0.1);
  padding: 12px 25px;
}
.prev-link i {
  -webkit-transform: translate(-1px, -1px);
  -moz- transform: translate(-1px, -1px);
  -o- transform: translate(-1px, -1px);
  transform: translate(-1px, -1px);
}
.next-link i {
  -webkit-transform: translate(1px, -1px);
  -moz- transform: translate(1px, -1px);
  -o- transform: translate(1px, -1px);
  transform: translate(1px, -1px);
}
.header-container .hs-menu-flow-horizontal {
  line-height: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  padding: 20px 15px 20px !important;
  position:relative;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
  position:relative;
}
.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:after{
  background: #2e516b none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 0%;
}
.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:hover:after,
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.active-branch:after {
  width: 100%;
  left:0;
}
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1.active-branch > a,
.header-container .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1:hover > a{
  color: #2e516b !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  opacity:1;
  visibility:visible;
  top: 65px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li li.hs-item-has-children:hover > ul.hs-menu-children-wrapper{
  opacity:1;
  visibility:visible;
  top: 0px;
}
.hs-menu-children-wrapper {
  list-style: outside none none;
  min-width:200px;
  max-width:250px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.hs-menu-children-wrapper > li{
  border-bottom: 1px solid #eee;
  line-height: normal;
  font-size: 0;
}
ul.hs-menu-children-wrapper > li:last-child{
  border-bottom:0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a{
  color: #2e516b !important;
}
.header-container .hs-menu-flow-horizontal ul li a {
  color: #6b7381;
  font-weight: 500;
  width: 100% !important;
}
.header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu {
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: -o-calc(100% - 170px);
  width: calc(100% - 170px);
}
.header-container-wrapper .blog-cta.blog-cta-container {
  max-width: 170px;
  margin-top: 12px;
  float:right;
  margin-left:0;
  text-align:right !important;
}

.header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child {
  display: none;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
  content: "\f107 ";
  font-family: fontAwesome;
  position: absolute !important;
  top: 20px !important;
  right: 11px;
  width: 20px;
  height: 20px;
  font-size: 16px;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a{
  position:relative !important;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
  content: "\f105 " !important;
  font-family: fontAwesome !important;
  position: absolute !important;
  top: 14px !important;
  right: -4px !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 16px;
}

/*--------------------Header CSS ends----------------------*/
/*--------------------Footer CSS starts--------------------*/

.blog-footer {
  background: #2b2b2b none repeat scroll 0 0;
  color: #afafaf;
  padding: 60px 0;
}
.blog-footer a{
  color: #afafaf;
  text-decoration:none;
}
.footer-block h3 {
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color:#fff;
}
.footer-block .footer-address strong{
  font-weight: 500;
  font-size:14px;
  line-height: 28px;
}
.footer-block .footer-address span{
  font-size:14px;
  line-height: 28px;
}
.footer-support ul{
  list-style:none;
  max-width: 200px;
}
.footer-block.footer-support ul li a {
  padding: 10px 10px 10px 0;
}
.footer-block.footer-support ul li:first-child a{
  padding-top:4px;
} 
.footer-block.footer-support ul li{
  border-bottom:1px solid #444;
}
.footer-block.footer-support ul li:last-child{
  border-bottom:0;
} 
.footer-block .hs_email label{
  font-size: 13px;
}
.footer-block .hs_email label span.hs-form-required{
  color:red;
}
.footer-block .hs_email .hs-input {
  background: #444444 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #fff;
  height: 45px;
  padding: 5px 10px;
  width: 100%;
  margin-top: 5px;
}
.hs-error-msgs.inputs-list {
  color: red;
  list-style: outside none none;
  padding: 5px;
}
.footer-block.footer-subscribe .hs-button {
  background: #2e516b none repeat scroll 0 0;
  border: 1px solid #2e516b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 30px 0;
  padding: 12px 20px;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.footer-block.footer-subscribe .hs-button:hover{
  background:transparent;
  color: #2e516b;
}
.footer-social-block > a {
  background: #222222 none repeat scroll 0 0;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin-top: 2px;
}
.footer-social-block > a:hover{
  border-bottom:2px solid #2e516b;
}
.footer-social-block > a i{
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.footer-social-block > a:hover i{
  -webkit-transform:translateY(-5px);
  -moz-transform:translateY(-5px);
  -o-transform:translateY(-5px);
  transform:translateY(-5px);
}
.footer-block.footer-subscribe {
  border: 1px solid #444;
  border-radius: 4px;
  padding: 0 15px;
}
.footer-subscribe .form-title {
  display: none;  
}
.copy-right-section {
  background: #222 none repeat scroll 0 0;
  font-size: 12px;
  line-height: 28px;
  padding: 25px 0;
  text-align: center;
  color: #afafaf;
}

/*--------------------Footer CSS ends----------------------*/
/*--------------------Body CSS starts----------------------*/

.row-fluid .blog-hero-container {
  background-size: cover;
  display: table;
  height: 500px;
  position:relative;
}    
.row-fluid .blog-hero-container h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: 6px;
  text-transform: uppercase;
  line-height: 392px;
}
.dark-overlay-bg {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/hero-dark-overlay.png") repeat scroll 0 0 / cover ;
  height: 100%;
  position: absolute;
  width: 100%;
}
.row-fluid .blog-hero-container {
  background-position:center center;
  background-size: cover;
  height: 500px;
  position: relative;
}

/*--------------------Body CSS ends------------------------*/
/*--------------------Blog Listing CSS starts--------------*/

.grid {
  list-style: none;
  padding:0;
  margin:0 !important;
  max-width:none !important;
  line-height:normal;
  font-size : 0 !important;
}
.category-container {
  height: 60px;
  display: block;
  /*    background: #fff;*/
  margin-top: 20px;
}
.label-category-filter {
  width: 220px;
  text-align: center;
  display: inline-block;
  float: left;
  background: #2e516b;
  color: #fff;
  height: 60px;
}
.category-slider-container {
  display: inline-block;
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: -o-calc(100% - 220px);
  width: calc(100% - 220px);
  float: left;
  position: relative;	
}
span.filter-heading {
  line-height: 57px;
  font-size: 18px;
}
.category-slider-container span {
  display: inline-block;
  float: none;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
  color: #6b7381;
}
.category-slider-container a{
  font-size: 13px;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: uppercase;
  vertical-align: middle;
  color: #6b7381;
  display: inline-block !important;
  float: none;
  padding-left: 10px;
  height:100%;
  line-height:inherit;
  width: 100%;
}
.blog-footer a:hover{
  color:#2e516b !important;
}
.category-slider-container a:hover{
  color:#2e516b;
}
span.show-all-category {
  border-left: 1px solid #f5f5f5;
  font-weight: 500;
  line-height: 60px;
  margin-left: 45px;
  position: absolute;
  vertical-align: top;
}
section.regular.slider {
  display: inline-block;
  margin: 0 0 0 15px;
  float:right;
  height: 60px;
}
section.regular_hfcu.slider {
  display: inline-block;
  margin: 0 0 0 15px;
  float:right;
  height: 60px;
}
.slick-prev.slick-arrow {
  left: -146px !important;
  top: 30px !important;
  height: 60px !important;
  width: 35px !important;
  background: #fff none repeat scroll 0 0 !important;
}
.slick-prev:focus, .slick-next:focus{
  outline:0 !important;
}
.slick-next {
  height: 60px !important;
  right: 3px !important;
  top: 30px !important;
  width: 35px !important;
  background: #fff none repeat scroll 0 0 !important;
}
.slick-prev::before {
  content: "\f104";
  font-family: fontawesome;
  font-size: 35px;
}
.slick-next::before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 35px;
}
.slick-slide {
  height: 60px;
  line-height: 60px;
}
.slider {
  width: -webkit-calc(100% - 150px) !important;
  width: -moz-calc(100% - 150px) !important;
  width: -o-calc(100% - 150px) !important;
  width: calc(100% - 150px) !important;
}
section.regular.slider {
  padding: 0 30px 0 0;
}
section.regular_hfcu.slider {
  padding: 0 30px 0 0;
}
.slick-initialized .slick-slide {
  border-left: 1px solid #f5f5f5;
  line-height:60px;
}
.slick-slide {
  margin: 0 0px 0 0 !important;
  height:100%;
}
.slick-slide span{
  padding-left:10px;
}
.slick-slide:focus {
  outline: 0 !important;
}
.category-slider-container{
  display: none;
}
.category-select-container{
  display: none;
}
.category-select-container2{
  display: block;
}
.slick-slide > a {
  display: block;
}
.slick-slide > a:hover span{
  color:#2e516b;
}
.category-select-container select {
  border: 1px solid #a26b3e;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 5px;
  width: 100%;
}
.category-select-container2 select {
  border: 1px solid #a26b3e;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 5px;
  width: 100%;
}
/* styles moved up from media query start */


.category-select-container2 .input-box {
  background: #686868 none repeat scroll 0 0;
  border: 0 none;
  display: inline-block;
  height: 55px;
  padding: 13px 10px 10px 20px;
  text-align: left;
  width: 100%;
}
.category-select-container2 .filter-category-heading {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
  padding-left: 5px;
  text-align: left;
}

.category-select-container2 > div {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}
.category-select-container2 .input-box > span {
  line-height: 33px;
  padding-left: 2px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.category-select-container2 .input-box i {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  float: right;
  height: 34px;
  line-height: 35px;
  text-align: center;
  width: 25px;
}

.category-select-container2 ul {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  max-width: 320px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 999999999;
  max-height: 0;
}

.category-select-container2 ul {
  color: #6b7381;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.category-select-container2 ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px;
  width: 100%;
  border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

.category-select-container2 ul li:last-child a {
  border-bottom: 0;
}

.category-select-container2 ul li{
  background: #737373;
  color: #fff;
}
.category-select-container2 .select-open ul{
  max-height: 100%;
}

/* Styles moved up from media query end */


/* search styling adjustments */
div.hs-search-field__bar {margin: 20px 0 0 0; text-align: right;}
div.hs-search-field__bar button {padding: 6px 8px 6px 8px;}
input[type="text"].hs-search-field__input { width: 78%; padding: 6px;}

@media (max-width: 950px) {
  div.hs-search-field__bar {margin: 15px 0 0 0;}
}
@media (max-width: 767px) {
  div.hs-search-field__bar {margin: 10px 0 10px 10px; text-align: center;}
  input[type="text"].hs-search-field__input {width: 85%;}	
}


.slick-next::before {
  content: "\f105" !important;
  font-family: fontawesome !important;
  color: #444 !important;
  font-size: 35px !important;
}
.slick-prev::before {
  content: "\f104" !important;
  font-family: fontawesome !important;
  color: #444 !important;
  font-size: 35px !important;
}
.slick-list.draggable {
  padding-left: 15px;
  height:100%;
}
.slick-track{
  height:100%;
}
.show-all-category > a {
  color: #6b7381;
  display: block;
  text-decoration: none;
}
.show-all-category > a:hover{
  color:#2e516b;
}
.grid li {
  width: 33.33%;
  padding:  0 !important;
}
.post-item {
  max-width: 400px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  margin: 17px 20px;
}
.featured-image img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.post-item:hover .featured-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.published-date {
  background: rgba(0,0,0,0.7);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 60px;
  position: absolute;
  right: -22px;
  top: -22px;
  width: 60px;
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  z-index: 200;
}
.published-date .date-value {
  display: block;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding-top: 5px;
}
.published-date .month-value {
  display: block;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  padding-top: 1px;
}
.published-date .month-value::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  top: -1px;
  width: 30px;
}
.post-category > span {
  color: #444;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 8px;
  position: relative;
  text-transform: uppercase;
}
.post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.post-category > span:last-child::after {
  display: none;
}
.post-title {
  color: #444;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.post-body-container a {
  text-decoration: none;
}
.post-content {
  font-size: 14px;
  line-height: 24px;
}
.post-author {
  display: block;
  float: left;
  padding: 15px 25px;
  width: 100%;
  -moz-box-shadow:   0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
  -webkit-box-shadow: 0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
  box-shadow:        0 7px 13px -16px rgba(115, 115, 115, 0.75) inset;
}
.post-author i {
  font-size: 18px;
  margin-right: 3px;
}
.featured-image {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  display: inline-block;
  float: left;
  font-size: 0;
  overflow: hidden;
}
.post-body-container {
  display: inline-block;
  float: left;
  padding: 25px 25px 20px 25px;
}
.post-category {
  margin-top: 20px;
}
.post-content p{
  color: #aaa;
  text-decoration: none;
}
.post-author > span {
  font-size: 14px;
  color: #aaa;
  vertical-align: top;
}
.post-author > i{
  color: #aaa;
}
.post-content p {
  margin-bottom: 0;
}
.post-category i {
  color: #444;
  padding-right: 3px;
  position: relative;
  font-size:16px;
}
.grid li {
  margin: 0px 0;
  padding: 0;
}
.overlay-bg{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.overlay-bg > div{
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  top: 100%;
  height: 50px;
  position: absolute;
  width: 100%;
  display: table;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 200;
}
.post-item:hover .overlay-bg > div{
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  top: -webkit-calc(100% - 50px);
  top: -moz-calc(100% - 50px);
  top: -o-calc(100% - 50px);
  top: calc(100% - 50px);
}
.overlay-bg span {
  color: #fff;
  display: table-cell;
  float: none;
  font-size: 36px;
  line-height: normal;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}
.overlay-bg span{
  font-size: 16px; 	
}
.post-listing-container .mb-pagination a:hover {
  background: transparent none repeat scroll 0 0;
}
.mb-pagination {
  display: block;
  list-style: outside none none;
  margin: 45px 0 0 !important;
  padding: 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
}
.mb-pagination li {
  display: inline-block;
  line-height: 16px;
  border:0 !important;
}
.prev-list a, .next-list a{
  border: 1px solid #aaa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 12px;
  padding: 6px 15px;
  text-transform: uppercase;
}
.prev-list a:hover, .next-list a:hover{
  background: #2e516b !important;
  border-color: #2e516b !important;
  color: #fff !important;
}
.post-listing-container {
  margin-bottom: 50px !important;
  margin-top: 50px;
}
.mb-pagination .number-li:last-child {
  display: block !important;
}
.mb-pagination li, .mb-pagination li a {
  color: #aaa;
  display: inline-block;
  line-height: 16px;
  margin: 0 4px;
  background: transparent none repeat scroll 0 0;
}
.mb-pagination li.number-li a {
  font-weight: 600;
  font-size: 15px;
}
.mb-pagination li.active a {
  background: #2e516b none repeat scroll 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  height: 30px;
  line-height: 25px;
  padding: 2px;
  vertical-align: middle;
  width: 30px;
}
.mb-pagination li.dots {
  margin: 0;
}
.no-featured-image .post-item {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/orange2.jpg") repeat scroll 0 0;
  background-size: cover;
}
.post-listing-container .no-featured-image.odd .post-item {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/dark-texture1.jpg") repeat scroll 0 0;
}
.no-featured-image .post-item::before{
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png") repeat scroll 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  left:0;
  opacity: 0.9;
}
.post-listing-container .no-featured-image.odd .overlay-bg > div {
  background: rgba(255, 129, 0, 0.7) none repeat scroll 0 0;
}
.post-listing-container .no-featured-image.odd .post-item::before{
  opacity: 0.7;
}
.no-featured-image .post-title,.no-featured-image .post-content *, .no-featured-image .post-author > span, .no-featured-image .post-author i {
  color: #fff;
  z-index:100;
  position: relative;
}
.hs-blog-listing .post-content span, .hs-blog-listing .post-content h2, .hs-blog-listing .post-content p, .hs-blog-listing .post-content a,
.hs-blog-listing .post-content h3, .hs-blog-listing .post-content h4{
  margin-bottom: 0;
  margin-top:0px;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #aaa;
  text-decoration:none;
  font-weight:400;
}
.hs-blog-listing .no-featured-image .post-content span, .hs-blog-listing .no-featured-image .post-content h2, .hs-blog-listing .no-featured-image .post-content p,
.hs-blog-listing .no-featured-image .post-content a, .hs-blog-listing .no-featured-image .post-content h3, .hs-blog-listing .no-featured-image .post-content h4{
  color:#fff;
}
.hs-blog-listing .post-content img{
  display:none;
}

/*-----------------------------Blog Listing CSS ends-------------------------*/
/*-----------------------------Blog Post CSS Starts--------------------------*/

.blog-post-container {
  padding: 25px 0 0px;
}
.blog-post-container .blog-post-title h1 {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #444;
  line-height:1.2;
}
.blog-post-authot-and-date i {
  padding: 0 2px 0 3px;
}
.blog-post-author {
  border-right: 2px solid #6b7381;
  padding-right: 5px;
}
.blog-post-authot-and-date {
  margin: 10px 0;
} 
.blog-post-featured-image {
  text-align: center;
}
/* the max width on this was 100%, but it was showing the image too large on many posts - we also added some margin padding */
.blog-post-featured-image img{
  width: auto;
  max-width: 60%;
  margin: 0 25px 25px 25px;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
  margin: 0 0 15px;
  color: #444;
}
.blog-post-content h2, .blog-post-content h3, .blog-post-content h4 , .blog-post-content a {
  font-weight: 500;
}
.blog-post-content a {
  color: #2e516b;
  font-weight: 300;
  text-decoration:none;
}
.blog-post-content a:hover{
  opacity: 0.75;
  text-decoration: underline;
}
.blog-post-content p {
  font-weight: 300;
  line-height: 26px;
}
.blog-post-content ul{
  list-style: none;
  padding-left: 30px;
}
.blog-post-content ol {
  padding-left: 30px;
  list-style: none;
  counter-reset: item;
}
.blog-post-content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #2e516b;
  position: absolute;
  font-weight: 400;
  left: -20px;
}
.blog-post-content ul li::before {
  content: "\f111";
  font-family: fontAwesome;
  color: #2e516b; 
  position: absolute;
  font-size: 8px;
  left: -15px;
}
.blog-post-content ul li, .blog-post-content ol li {
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;
  position: relative;
}
.blog-post-category {
  border-bottom: 2px solid #eee;
  color: #2e516b;
  font-size: 13px;
  margin: 15px 0;
  padding-bottom: 40px;
  text-align: right;
  text-transform: uppercase;
}
.blog-post-category i {
  color: #2e516b;
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.blog-post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.blog-post-category > span:last-child::after {
  display: none;
}
.blog-post-category > span{
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.blog-post-next-previous-container > a{
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius:8px;
  background-size: cover;
  position: relative;
  background-position: center center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-post-next-previous-container > a:after{
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/476360/Images/overlay-pattern.png?t=1494833093949);
  content:"";
  top: 0;
  left: 0;
  opacity: 0.9;
  border-radius:8px;
}
.blog-post-prev-link{
  padding:40px 40px 40px 150px;
  margin-right: 10px;
}
.blog-post-next-link{
  padding:40px 150px 40px 40px;
  margin-left: 10px;
}
.blog-post-next-previous-container {
  margin: 50px 0;
  overflow: hidden;
}
.blog-post-next-previous-container > a > div {
  color: #fff;
  position: relative;
  z-index: 1000000;
}
.next-prev-post-category  {
  display: block;
  color: #2e516b;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  text-align: left;
}
.blog-post-next-previous-container > a:hover {
  opacity: 0.75;
}
.next-prev-post-category > span{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.next-prev-post-category > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.next-prev-post-category > span:last-child::after {
  display: none;
}
.next-prev-post-category i {
  color: #2e516b;
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.blog-post-next-block .next-prev-post-category  {
  text-align: right;
}
.blog-post-next-link {
  text-align: right;
}
.next-prev-post-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.blog-post-next-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  right: -88px;
  top: 15px;
  line-height:normal;
}
a.blog-post-next-link {
  float: right;
}
a,a:focus {
  outline: 0 !important;
}
.blog-post-prev-block-arrow {
  font-size: 36px;
  margin: auto;
  position: absolute !important;
  left: -88px;
  top: 15px;
  line-height:normal;
}
.about-author-image {
  display: inline-block;
  float: left;
  width: 125px;
  text-align: center;
}
.author-detail {
  display: inline-block;
  float: left;
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: -o-calc(100% - 125px);
  width: calc(100% - 125px);
  text-align: left;
  padding-left:15px;
}
.about-author-image > img {
  border: 2px solid;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: none;
  margin: 0 auto;
  width: 100px;
  height:100px;
}
.blog-post-about-author {
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  margin-top: 15px;
}
.blog-post-next-previous-container > a.blog-post-prev-link::before {
  background: rgba(255, 129, 0, 0.9) none repeat scroll 0 0;
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  -o-border-radius: 6px 0;
  border-radius: 6px 0;
  color: #fff;
  content: "Prev";
  left: 0;
  padding: 3px 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 55px;
  z-index: 100;
  letter-spacing: 0.3px;
}
.blog-post-next-previous-container > a.blog-post-next-link::before {
  background: rgba(255, 129, 0, 0.9) none repeat scroll 0 0;
  -webkit-border-radius: 0 6px 0 6px;
  -moz-border-radius: 0 6px 0 6px;
  -o-border-radius: 0 6px 0 6px;
  border-radius: 0 6px 0 6px;
  color: #fff;
  content: "Next";
  right: 0;
  padding: 3px 10px;
  position: absolute;
  top: 0;
  z-index: 100;
  text-align: center;
  width: 55px;
  letter-spacing: 0.3px;
}
#comments-listing{
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 0 20px 20px;
}
.comment.depth-0:first-child {
  border-top: 0 none;
}
.blog-post-about-author-container{
  margin: 50px 0;
}
.author-name {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.about-author-text > p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin: 7px 0;
}
.blog-post-content {
  margin: 10px 0 30px;
}
.related-post-title {
  color: #444;
  font-size: 24px;
  font-weight: 600;
}
.related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
  color: #444;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration:none;
  margin:10px 0;
}
.related-post-heading, .subheading-text h3 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin:5px 0;
}
.related-post-block {
  display: inline-block;
  width: -webkit-calc(33.33% - 25px);
  width: -moz-calc(33.33% - 25px);
  width: -o-calc(33.33% - 25px);
  width: calc(33.33% - 25px);
  vertical-align: top;
}
.related-post-container .related-post-block:nth-child(2){
  margin:0 33px;
}
.related-post-featured-image img {
  max-width: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  height: 265px;
  -webkit-v
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.related-post-featured-image {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: block;
}
.related-post-container {
  margin: 20px 0;
}
.related-post-category {
  margin: 10px 0;
  color:#2e516b;
}
.related-post-category > span{
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 8px;
  text-transform: uppercase;
}
.related-post-category  > span::after {
  content: ",";
  font-size: 16px;
  padding-left: 2px;
}
.related-post-category  > span:last-child::after {
  display: none;
}
.related-post-category  i {
  color: #2e516b;
  padding-right: 7px;
  position: relative;
  font-size: 16px;
}
.related-post-container a {
  text-decoration: none;
}
.related-post-block:hover .related-post-featured-image img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post-social-sharing > ul {
  list-style: outside none none;
  padding: 0;
}
.post-social-sharing li {
  display: block;
  width: 40px;
}
.post-social-sharing a {
  border: 1px solid #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font-size: 22px;
  height: 35px;
  line-height: 34px;
  margin: 5px 0;
  text-align: center;
  width: 35px;
  color: #444;
  outline:0 !important;
}
.social-share-google-plus {
  font-size: 20px !important;
}
.post-social-sharing a:hover {
  color: #2e516b;
  opacity: 1;
}
.post-social-sharing {
  margin-left: -80px;
  position: fixed;
  top: 131px;
}
a.fb-icon {
  background: #3d5b99;
}
a.tw-icon {
  background: #1da1f2;

}
a.insta-icon{
  background: radial-gradient(ellipse at 70% 70%,#ee583f 8%,#d92d77 42%,#bd3381 58%);
}
a.pinterest-icon {
  background: #bd081c;
}
.social-toggle-button {
  display: none;
}
.block-quote, blockquote {
  background: #fff none repeat scroll 0 0;
  border-left: 8px solid #2e516b;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  letter-spacing: 0.7px;
  margin: 25px auto;
  max-width: 80%;
  padding: 15px 30px 15px 50px;
  width: 100%;
  font-size: 14px;
  font-style:italic; 
}
.blog-post-content blockquote p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.blog-post-content blockquote{
  font-size: 14px;
  font-style: italic;
}
.blog-post-content blockquote p::first-letter,.blog-post-content  blockquote p:first-letter {
  font-size: 200%;
  color: #2e516b;
  font-weight: 500;
}
.hs-blog-post .blog-hero-container, .hs-blog-post .category-container, .hs-blog-post .hero-slider-module {
  display: none !important;
}
.hs-blog-post .blog-list-middle-section {
  padding: 0 !important;
}
.blog-list-middle-section div {
  min-height: 0 !important;
}
.hs-blog-post{
  background: #fff;
}
.blog-post-category a {
  color: #2e516b;
  text-decoration: none;
}
.blog-post-next-previous-container a {
  text-decoration: none;
}
.blog-post-authot-and-date a {
  text-decoration: none;
  color: #6b7381;
}
.comment.depth-0 {
  border-top: 2px solid #eee;
  padding-top: 0 !important;
}
.comment-from h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 15px 10px 5px 0;
  color:#2e516b;
}
.comment-from h4 a{
  color:#2e516b;
}
.comment-body > p {
  font-weight: 300;
  margin: 5px 0 10px;
}
.comment-reply-to {
  cursor:pointer;
}
.new-comments {
  margin-bottom: 30px;
}
.hs-common-confirm-message {
  margin-bottom: 20px !important;
}
.comment.depth-1 {
  padding-left: 50px !important;
}
.new-comments fieldset {
  max-width:100% !important;
}
.new-comments fieldset.form-columns-3{
  max-width:100% !important;
}
.new-comments fieldset.form-columns-3 .hs-form-field{
  width:33.33% !important;
}
.new-comments fieldset .input{
  margin:0 !important;
}
.new-comments fieldset.form-columns-3 .input{
  margin-right: 15px !important;
}
.new-comments fieldset.form-columns-3 .hs_website .input{
  margin-right: 0px !important;
}
.new-comments fieldset textarea {
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 120px;
  margin: 0;
  resize: none;
  width: 100% !important;
  padding: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:0.5px;
}
.new-comments fieldset input {
  border: 1px solid #eee;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 10px;
  resize: none;
  width: 100% !important;
  font-family: 'Montserrat', sans-serif;
  letter-spacing:0.5px;
}
h3.subheading-text  {
  color: #444;
  font-size: 24px;
  font-weight: 500;
  margin: 5px 0;
  text-transform: capitalize;
}
.new-comments fieldset.form-columns-3 {
  margin-top: 10px !important;
}
.new-comments .hs-button.primary {
  background: #2e516b none repeat scroll 0 0;
  border: 1px solid #2e516b;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0;
  padding: 15px 20px;
  letter-spacing: 0.5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;
  font-family: 'Montserrat', sans-serif;
  cursor:pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.new-comments .hs-button.primary:hover{
  background:transparent;
  color: #2e516b;
}
.blog-post-comment-section {
  margin-bottom: 50px;
}
.blog-post-author a:hover{
  color:#2e516b;
}
textarea:focus, input:focus {
  outline: 0;
}
.hs-author-profile .hs-author-name, 
.post-listing .hs-author-listing-header{
  color: #444;
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0;
  text-transform: capitalize;
  display:block;
  width:100%;
  float:left;
}
body[class*='blog-author'] .category-container{
  display:none;
}
.author-profile-details {
  position: relative;
  padding: 30px 30px 30px 90px;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: calc(100% - 60px);
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-top: 60px;
  display: inline-block;
  float: right;
  margin-bottom:40px;
}
.hs-author-avatar > img {
  border-radius: 100%;
  height: 125px;
  width: 125px;
}
.hs-author-avatar {
  display: inline-block;
  float: left;
  left:-60px;
  position: absolute;
  top: -60px;
  width: 125px;
}
.hs-author-bio {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0px;
}
.container.post-listing-container {
  display: block;
  width: 100%;
  float: left;
}
.hs-author-social-section {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  font-weight: 300;
}
span.hs-author-social-label {
  margin-right: 4px;
}
body[class*='blog-author'] .post-listing-container {
  margin: 0px;
}
.author-profile-details .hs-author-social-links a {
  border: 1px solid #444 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 22px;
  height: 35px !important;
  line-height: 34px !important;
  margin: 0 2px;
  text-align: center;
  width: 35px !important;
  background: none !important;
  position:relative;
  text-indent: 0 !important;
}
.author-profile-details .hs-author-social-links a:hover{
  color:#2e516b;
}
.hs-author-social-links {
  display: inline-block;
  font-size: 0;
  line-height: normal;
  vertical-align: middle;
}
.author-profile-details .hs-author-social-links a::before{
  font-family:fontAwesome;
  position:absolute;
  left:0;
  right: 0;
  top:0;
  font-size:20px;
  margin:auto;
}
.author-profile-details .hs-author-social-links a.hs-social-facebook::before{
  content:"\f09a";
}
.author-profile-details .hs-author-social-links a.hs-social-linkedin::before{
  content:"\f0e1 ";
}
.author-profile-details .hs-author-social-links a.hs-social-twitter::before{
  content:"\f099 ";
}
.author-profile-details .hs-author-social-links a.hs-social-google-plus::before{
  content:"\f0d5 ";
}
body[class*='blog-author'] .hs-author-profile {
  overflow: hidden;
}
.blog-pagination {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: inline-block;
  float: none;
  height: 100%;
  margin: 0 auto 50px;
  text-align: center;
  width: auto;
}
.blog-pagination-container{
  text-align: center;
}
.blog-pagination-left {
  display: inline-block;
  float: none;
}
.blog-pagination-center {
  display: inline-block;
  width: auto;
}
.blog-pagination-right {
  display: inline-block;
}
.blog-subscribe-container {
  -webkit-border-radius: 4px 0 0;
  -moz-border-radius: 4px 0 0;
  -o-border-radius: 4px 0 0;
  border-radius: 4px 0 0;
  bottom: 0;
  color: #444;
  max-width: 300px;
  opacity: 1;
  position: fixed;
  right: 0;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  overflow:hidden;
  z-index: 99999999;
  width:100% !important;
}
/*
.blog-subscribe-container h3 {
display:none;
}
*/
.blog-subscribe-container .hs_email.field.hs-form-field > label {
  font-size: 13px;
  display:none;
}
.blog-subscribe-container .hs-input {
  border: 0;
  margin: 5px 0 0;
}
.hs-error-msgs label {
  font-size: 12px;
}
.blog-subscribe-container .hs-button {
  background: #2e516b none repeat scroll 0 0;
  border: 1px solid #2e516b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  -webkit-appearance:none;
  margin: 20px 0 10px;
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  cursor:pointer;
}
.blog-subscribe-container .hs-button:hover{
  background:transparent;
  color:#2e516b;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.blog-subscribe-container.closed{
  bottom:-320px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-subscribe-container h4 {
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 120px;
  position: relative;
  text-align: center;
}
.blog-subscribe-container h4::before {
  background: #2e516b none repeat scroll 0 0;
  border: 2px solid #444;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  content: "";
  font-family: fontawesome;
  font-size: 50px;
  height: 100px;
  left: 0;
  line-height: 100px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 3px;
  width: 100px;
}   
.blog-subscribe-heading h2, .blog-subscribe-heading h3 {
  background: #2e516b;
  color:#fff;
  cursor: pointer;
  font-family: "Montserrat",sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 5px 10px 5px 45px;
  position: relative;
}
.blog-subscribe-heading h2::before, .blog-subscribe-heading h3::before {
  content: "\f106 ";
  position: absolute;
  top: 2px;
  left: 15px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  font-family: fontawesome;
  font-size: 22px;
}
.blog-subscribe-form-section {
  padding: 10px 15px 5px;
}
.blog-subscribe-container .hs-input {
  border: 1px solid #ccc;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 5px 0 0;
  vertical-align: middle;
}
.blog-subscribe-container.opened .blog-subscribe-heading h2::before{
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.hs-blog-post .blog-subscribe-container{
  display:none;
}
.footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  float: right !important;
  padding-left: 15px !important;
  padding-right:0 !important;
  overflow: hidden;
  max-width:100%;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.footer-recent-post .hs-rss-item {
  border-bottom:1px solid #444;
  padding-bottom:10px !important;
  margin-bottom:10px !important;
}
.footer-recent-post .hs-rss-item:last-child {
  border-bottom:0;
  padding-bottom:0px !important;
  margin-bottom:0px !important;
}
.footer-recent-post .hs-rss-item-text{
  font-size:14px;
}
/* .footer-recent-post .widget-type-rss_listing h3 {
display: none;
} */
body[class*='blog-author'] .blog-hero-container{
  display: none !important;
  background: #fff;
}
body[class*='blog-author'] {
  background: #fff;
}
.slick-next.slick-arrow{
  border-left:1px solid #f5f5f5;
}
#captcha_wrapper {
  margin: 25px 0 10px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 0.5rem 1rem !important;
  display: flex;
  align-items: center; 
} 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 !important; 
  padding: 0 5px;
  font-size: 14.5px !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #3b3a3f !important; 
  line-height: 1.5 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
  color: #1F5270 !important;
  text-decoration: underline !important; 
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {
  color: #34719D !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:empty {
  display: none;
} 
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 0 !important;
  margin-left: 15px !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  z-index: 999999999999 !important;
  box-shadow: 0 0 20px 10px rgba(0,0,0,0.7) !important;
}





/*-----------------Responsive CSS Starts--------------*/
/*@media (min-width:768px ) and (max-width:850px){
.slick-next.slick-arrow{
border-left:0;
}
}*/
@media (max-width:1420px){
  .post-social-sharing {
    bottom: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: auto;
    z-index: 9999999;
  }
  .social-toggle-button {
    background: #2e516b;
    border-radius: 5px 0 0 5px;
    bottom: 10px;
    cursor: pointer;
    display: block;
    font-size: 30px;
    height: 53px;
    line-height: 49px;
    position: fixed;
    right: 131px;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 40px;
    z-index: 10;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    -o-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25); 
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);                                          
  }

  .social-toggle-button i{
    padding-left: 4px;
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color:#fff;
  }
  .post-social-sharing > ul {
    background: #fff none repeat scroll 0 0;
    bottom: 5px;
    margin: 5px 0;
    padding: 4px 9px;
    position: fixed;
    right: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-left:0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    height:53px;
  }
  .post-social-sharing li {
    display: inline-block;
    width: auto;
  }
  .post-social-sharing.close-social .social-toggle-button i{
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .post-social-sharing.close-social .social-toggle-button {
    right:0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
  }
  .post-social-sharing.close-social > ul {
    right: -170px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
}
@media (max-width:1300px){
  .post-listing-container {
    margin: 50px 0px;
  }
}
@media only screen and (max-width:1224px) { 
}
@media (max-width: 1200px){
  .label-category-filter {
    width: 200px;
  }
  .category-slider-container{
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -o-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .blog-post-prev-link {
    padding: 40px 20px 40px 100px;
  }
  .blog-post-next-link {
    padding: 40px 100px 40px 20px;
  }
  .blog-post-prev-block-arrow {
    left: -63px;
  }
  .blog-post-next-block-arrow {
    right: -63px;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0 18px;
  }
  .blog-post-container {
    padding: 0;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 44px;
    line-height: normal;
    margin-top: 20px;
  }
  .related-post-featured-image img {
    height: 215px;
  }
  .post-category {
    margin-bottom: 5px;
  }
  .post-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .related-post-title, .related-post-title h5 a, .related-post-title a, .related-post-title h5 {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width:1080px){
  .post-body-container {
    padding: 15px;
  }
}
@media only screen and (max-width:1024px) { 
}
@media (max-width: 1000px){
  .label-category-filter {
    width: 170px;
  }
  .category-slider-container {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -o-calc(100% - 170px);
    width: calc(100% - 170px);
  }
  span.filter-heading {
    font-size: 16px;
  }
  .related-post-featured-image img{
    height:200px;
  }
}
@media (max-width:991px){
  .grid li {
    width: 50%;
  }
  .post-item {
    max-width: 100%;
  }
}
@media only screen and (max-width:980px) { 
}
@media (max-width:900px){
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    margin: 0 0px;
  }
  .blog-post-next-link {
    padding: 25px 70px 25px 20px;
  }
  .blog-post-prev-link {
    padding: 25px 20px 25px 70px;
  }
  .blog-post-prev-block-arrow {
    left: -50px;
    font-size: 32px;
  }
  .blog-post-next-block-arrow {
    right: -50px;
    font-size: 32px;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0 18px;
  }
  .related-post-category {
    margin: 8px 0;
  }
  .related-post-title {
    font-size: 18px;
  }

}
@media (max-width:850px){
  .label-category-filter {
    width: 150px;
  }
  .category-slider-container {
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
  }
  .slick-prev.slick-arrow {
    left: -125px !important;
    width: 25px !important;
  }
  .slider {
    width: -webkit-calc(100% - 125px) !important;
    width: -moz-calc(100% - 125px) !important;
    width: -o-calc(100% - 125px) !important;
    width: calc(100% - 125px) !important;
  }
  span.show-all-category {
    margin-left: 30px;
  }
  section.regular.slider{
    margin: 0;
  }
  section.regular_hfcu.slider{
    margin: 0;
  }
  .slick-next {
    width: 30px !important;
  }
  section.regular.slider {
    padding: 0 25px 0 0;
    float:right;
  }
  section.regular_hfcu.slider {
    padding: 0 25px 0 0;
    float:right;
  }
  .blog-post-container {
    padding: 30px 0 0;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 38px;
    margin-bottom: 15px;
  }
  .blog-post-authot-and-date {
    font-size: 14px;
  }
  .blog-post-featured-image img {
    margin: 15px 0;
  }
  .blog-post-content {
    margin: 10px 0 20px;
  }
  .blog-post-next-previous-container {
    margin: 35px 0;
  }
  .blog-post-comment-section {
    margin-bottom: 30px;
  }
  .blog-cta-container .cta_button {
    padding: 6px 9px !important;
  }
}
@media only screen and (max-width:790px) { 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 20px 13px 20px !important;
  }
  .related-post-featured-image img {
    height: 150px;
  }
}

@media (min-width: 768px){
  a.mobile-trigger-new, a.child-trigger-new {
    display: none !important; /* Hide button on Desktop */
  }
}
@media (max-width:768px){
  .row-fluid .blog-hero-container {
    height: 350px;
    display: block;
  }
  .row-fluid .blog-hero-container h1 {
    font-size: 70px;
    line-height: 256px;
  }
  .dark-overlay-bg {
    width: 100% !important;
  }
  .blog-post-container {
    padding: 0px 0 0;
  }
  .slick-next::before {
    padding-left: 6px;
  }
}
@media (max-width: 767px){  

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  /*-----------Toggle Button-------*/

  a.mobile-trigger-new {
    display: inline-block !important; 
    cursor: pointer; 
    position: absolute;
    top: 56px;         
    right: 10px;       
    width: 34px;
    height: auto; 
    padding: 7px 4px;
    background: #2e516b;
    z-index: 99999999999; 
    -webkit-transition: background-color 0.2s linear; 
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    border: 1px solid #E2E2E2;
  }
  a.mobile-trigger-new:hover {
    text-decoration: none; /* Removes link text underline on button */
    color: #E2E2E2;
    border-color: #E2E2E2 !important;
  }
  a.mobile-trigger-new span{
    display: inline;
  }
  a.mobile-trigger-new span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    display: none;
  }
  a.mobile-trigger-new span:after{
    position: relative;
    right: 2px;
    content: 'Close'; /* Change the text on the open toggle button */
    background-color: #000;
    opacity: 0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out; 
    display: none;
  }
  .mobile-open a.mobile-trigger-new{
    -webkit-transition:background-color 0.2s linear;
    -moz-transition:background-color 0.2s linear;
    transition:background-color 0.2s linear; 
    background: transparent;
  }
  .mobile-open a.mobile-trigger-new span:after{
    opacity: 1; 
  }

  /* Toggle Button Icon & Animations  */

  a.mobile-trigger-new i {
    display: inline;
    position: relative;
    top: -5px;
    margin-left: 5px;
    -webkit-transition-duration: 0s;
    -webkit-transition-delay: .2s;
    -moz-transition-duration: 0s;
    -moz-transition-delay: .2s;
    transition-duration: 0s;
    transition-delay: .2s;
  }
  a.mobile-trigger-new  i:before, a.mobile-trigger-new i:after {
    position: absolute;
    content: '';
  }
  a.mobile-trigger-new  i, a.mobile-trigger-new  i:before, a.mobile-trigger-new  i:after {
    width: 15px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: inline-block;  
  }
  a.mobile-trigger-new  i:before {
    margin-top: -6px; /* Position top line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger-new  i:after {
    margin-top: 6px; /* Position bottom line */
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: .2s;
    -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger-new i {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger-new i:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /*     Child Toggle Button    */

  a.child-trigger-new {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger-new:hover {
    text-decoration: none;
  }


  /*   Child Toggle Button Icon & Animations   */

  a.child-trigger-new span {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new span:after {
    position: absolute;
    content: '';
  }
  a.child-trigger-new span, a.child-trigger-new span:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #E2E2E2; /* Icon color */
    display: block;
  }
  a.child-trigger-new span:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.child-trigger-new.child-open span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
  }
  a.mobile-trigger-new {
    right: 11px;
    top: 13px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal{
    display:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    width: 100%;
  }
  .child-trigger-new{
    position:absolute !important
  }
  .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    display: block;
    width: 100%;
    line-height: normal;
    font-size: 0;
  }
  .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu{
    display: block;
    width: 100%;
    min-height: 0;
  }
  .header-container .hs-menu-flow-horizontal {
    float: none;
  }
  .header-container-wrapper .page-center {
    padding: 0 !important;
  }
  .logo-container {
    margin-left: 10px !important;
    margin-bottom: 6px;
  }
  .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1::after{
    display:none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0px !important;
    visibility: visible;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    top: 0;
    display: none;
  }
  .hs-menu-children-wrapper {
    border-radius: 0;
    box-shadow: none;
    list-style: outside none none;
    max-width: 100%;
    min-width: inherit;
  }
  .hs-menu-children-wrapper{
    display:none;
  }
  .hs-menu-children-wrapper > li {
    box-shadow: none;
  }
  .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: 0;
  }
  .header-menu-container {
    background: #ccc none repeat scroll 0 0;
    min-height:0 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 13px 10px !important;
    margin-left: 0;
    width:100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li{
    border-bottom:1px solid #aaa;
    margin-left: 0 !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    width:100% ;
    display: block;
    padding: 13px 10px !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a.child-trigger-new {
    border-left: 1px solid #aaa;
    height: 44px !important;
    min-width: 45px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 45px !important;
  }
  a.child-trigger-new span, a.child-trigger-new span::after {
    background-color: #aaa;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    background: #d5d5d5 none repeat scroll 0 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li{
    border-top:1px solid #aaa;
  }
  .hs-menu-wrapper ul ul li:hover {
    background: inherit;
  }
  .header-container .hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child {
    display: block;
  }
  .header-container .blog-cta-container{
    display: none;
  }
  .mobile-cta {
    display: block;
    text-align: center;
    width: 100%;
  }
  a.mobile-trigger-new i, a.mobile-trigger-new i::before, a.mobile-trigger-new i::after {
    background-color: #fff;
  }
  .mobile-open a.mobile-trigger-new i::before,.mobile-open a.mobile-trigger-new i::after {
    background-color: #aaa;
  }
  a.mobile-trigger-new {
    border: 1px solid #2e516b;
  }
  .mobile-open a.mobile-trigger-new {
    border: 1px solid #e2e2e2 !important;
  }
  .header-container-wrapper {
    padding: 15px 0 0;
  }
  .blog-footer {
    padding: 0px 0 25px;
    text-align: center;
  }
  .footer-support ul {
    margin: 0 auto;
    max-width: 320px;
  }
  .footer-block.footer-support ul li {
    border-bottom: 0 none;
  }
  .footer-block .hs_email label {
    float: left;
  }
  .footer-block.footer-contact-us {
    border-bottom: 1px solid #444;
    padding-bottom: 16px;
  }
  .footer-block.footer-support ul li a {
    padding: 5px 10px 5px 0;
  }
  .footer-block.footer-support ul {
    margin: 0 auto 12px;
  }
  .footer-block.footer-subscribe .hs-button {
    margin: 23px 0;
  }
  .copy-right-section {
    font-size: 11px;
    padding: 15px 0;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
    display:none !important;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > a:after {
    display:none !important
  }
  .header-container-wrapper .mobile-cta a.cta_button{
    width:auto !important;
  }
  .slick-slide {
    margin-left: 10px !important;
  }
  span.show-all-category {
    margin-left: 40px;
  }
  .slick-prev.slick-arrow {
    left: -120px;
  }
  .related-post-featured-image {
    display: inline-block;
    float: left;
    width: 35%;
  }
  .related-post-category {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 65%;
  }
  .related-post-title {
    display: inline-block;
    float: left;
    padding-left: 20px;
    width: 65%;
  }
  .related-post-container .related-post-block:nth-child(2) {
    margin: 0;
  }
  .related-post-block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px !important;
    padding-bottom:15px;
    width: 100%;
  }
  .related-post-container .related-post-block:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-featured-image {
    float: right;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-category,
  .related-post-container .related-post-block:nth-child(2) .related-post-title {
    text-align: right;
    padding-left: 0px;
    padding-right:20px;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  .blog-post-content p {
    font-size: 15px;
    line-height: 22px;
  }
  .blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
    margin: 0 0 10px;
    line-height: normal;
  }
  .hs-blog-post .blog-hero-container, .hs-blog-post .category-container {
    display: none;
  }
  .block-quote, blockquote {
    padding: 15px 30px 15px 40px;
  }
  .hs-author-profile {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin: 25px 10px;
    padding: 0 20px 20px;
  }
  .hs-author-profile .hs-author-name {
    text-align: center;
  }
  .author-profile-details {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    float: none;
    margin-top: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .hs-author-avatar {
    display: block;
    float: none;
    left: auto;
    margin: 0 auto 25px;
    position: relative;
    top: auto;
    width: 125px;
  }
  .logo-container img {
    margin-top: -3px;
  }
  .body-container-wrapper {
    padding-top: 209px;
  }

  .row-fluid .header-menu-container {
    width: 100%;
  }
  .footer-recent-post .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    text-align: left;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 84%;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 16%;
  }
  .footer-recent-post .hs-rss-item:last-child {
    border-bottom:1px solid #444;
    padding-bottom:10px !important;
    margin-bottom:0px !important;
  }
  .footer-recent-post {
    border-top: 1px solid #444;
  }
  .related-post-featured-image img {
    height: auto;
  }
}
@media only screen and (max-width:640px){
}
@media (max-width:619px){		
  .category-select-container2 .input-box {
    height: 35px;
    padding: 0 0 0 5px;
  }
  .category-select-container2 ul li a {
    font-size: 13px;
    padding: 6px 7px;
  }
  .category-slider-container, .label-category-filter {
    display: none !important;
  }
  .category-select-container {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .category-select-container2 {
    display: none; 
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .category-select-container select{
    width:100%;
  }
  .category-select-container2 select{
    width:100%;
  }
  .category-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 40px;
  }
  .label-category-filter {
    height: 46px;
  }
  span.filter-heading {
    font-size: 14px;
    line-height: 45px;
  }
  .post-body-container {
    padding: 15px;
  }
  .post-category {
    margin-bottom: 8px;
  }
  .post-title {
    font-size: 20px;
  }
  .grid li {
    width: 100% !important;
  }
  .post-item {
    max-width: 400px;
  }
  .grid li {
    text-align: center;
  }
  .input-box {
    background: #686868 none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    height: 35px;
    padding: 0 0 0 5px;
    text-align: left;
    width: 100%;
  }
  .filter-category-heading {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 5px;
    text-align: left;
  }
  .category-select-container > div {
    display: block;
    margin: 0 auto;
    max-width: 320px;
  }
  .category-select-container2 > div {
    display: block;
    margin: 0 auto;
    max-width: 320px;
  }
  .input-box > span {
    line-height: 33px;
    padding-left: 2px;
    color: #fff;
    font-size: 13px;
  }
  .input-box i {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    float: right;
    height: 34px;
    line-height: 35px;
    text-align: center;
    width: 25px;
  }
  .category-select-container ul {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    max-width: 320px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999999999;
    max-height: 0;
  }
  .category-select-container2 ul {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    max-width: 320px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999999999;
    max-height: 0;
  }
  .category-select-container ul {
    color: #6b7381;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .category-select-container2 ul {
    color: #6b7381;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
  }
  .category-select-container ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 6px 7px;
    width: 100%;
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
  }
  .category-select-container2 ul li a {
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 6px 7px;
    width: 100%;
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
  }
  .category-select-container ul li:last-child a {
    border-bottom: 0;
  }
  .category-select-container2 ul li:last-child a {
    border-bottom: 0;
  }
  .category-select-container ul li{
    background: #737373;
    color: #fff;
  }
  .category-select-container2 ul li{
    background: #737373;
    color: #fff;
  }
  .select-open ul{
    max-height: 100%;
  }
  .related-post-title {
    font-size: 16px;
    padding-left: 15px;
  }
  .related-post-category{
    padding-left: 15px;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-category,
  .related-post-container .related-post-block:nth-child(2) .related-post-title {
    padding-right:15px;
  }
  .blog-post-next-previous-container > a {
    width: 80%;
  }
  .blog-post-prev-block , .blog-post-next-block {
    height: auto !important;
  }
  .blog-post-prev-link {
    float: left;
    margin: 0;
  }
  .blog-post-next-link {
    float: right !important;
    margin: 25px 0 0;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
    width: 80%;
  }
  .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
    width: 20%;
  }
  .category-container {
    margin-top: 35px;
  }
  .post-listing-container {
    margin: 20px 0px 20px !important;
  }
  .body-container-wrapper {
    padding-top: 166px;
  }


}
@media only screen and (max-width:480px) { 
  .row-fluid .blog-hero-container {
    height: 250px;
  }
  .row-fluid .blog-hero-container h1 {
    font-size: 55px;
    line-height: 176px;
  }
  .mb-pagination li, .mb-pagination li a {
    margin: 0 2px;
  }
  .blog-post-next-previous-container > a {
    width: 80%;
  }
  .blog-post-prev-link {
    padding: 25px 20px 25px 50px;
  }
  .blog-post-next-link {
    padding: 25px 50px 25px 20px;
  }
  .blog-post-prev-block-arrow {
    font-size: 30px;
    left: -38px;
  }
  .blog-post-next-block-arrow {
    font-size: 30px;
    right: -38px;
  }
  .about-author-image {
    display: block;
    width: 100%;
  }
  .author-detail {
    display: block;
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  .related-post-featured-image {
    width: 100%;
  }
  .related-post-category, .related-post-title {
    padding-left: 0;
    padding-right:0;
    width: 100%;
  }
  .related-post-container .related-post-block:nth-child(2) .related-post-category, 
  .related-post-container .related-post-block:nth-child(2) .related-post-title{
    text-align: left;
    padding-right:0;
  }
  .blog-post-container .blog-post-title h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .blog-post-featured-image img {
    margin: 8px 0;
  }
  .new-comments fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .new-comments fieldset.form-columns-3 .input {
    margin-right: 0 !important;
  }
  .new-comments fieldset.form-columns-3 .hs-form-field {
    margin-top: 8px;
  }
  .new-comments fieldset.form-columns-3 {
    margin-top: 0;
  }
  .block-quote, blockquote {
    max-width:90%;
  }
  .blog-post-container {
    padding: 0px 0 0;
  }
  .hs-author-profile .hs-author-name{
    margin: 15px 0;
  }
  .hs-author-avatar {
    margin: 0 auto 20px;
  }
  .hs-author-profile{
    padding:0 10px 20px ;
  }
  span.hs-author-social-label {
    font-size: 14px;
    margin-right: 0;
  }
}
@media only screen and (max-width:340px) { 
  .category-select-container ul {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .category-select-container2 ul {
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: -o-calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

/* footer link margin and hover color */

.footer-container p {margin-top: 0;}
.footer-container .blog-footer a:hover  {color: #fff !important;}

/* tightening up spacing */
.container.post-listing-container {margin: 0 !important;}
.category-container {margin: 10px 0;}

/* header dropdown fixes, including for fixed-height parent max-height limitation */
.category-select-container2 .select-open ul {max-height: 1000%;}
@media (max-width: 619px){
  .category-select-container .select-open ul {max-height: 1000%;}
}

@media (max-width:767px){
  .header-container .row-fluid-wrapper  {text-align: center; }
}

/* we added an override to have the featured image be no more than 60% at desktop size - this puts it back to 100% at mobile */
@media screen and (max-width: 767px) {
  .blog-post-featured-image img {max-width: 100%;}
}

/* a few style to help the search results page look better */
div.hs-search-results {padding: 20px;}
div.hs-search-results a {color: #1F5270; text-decoration: underline; font-weight: bold;}
div.hs-search-results a:hover {text-decoration: none;}
div.hs-search-results__featured-image img { max-width: 20%; display: inline-block; float: left; clear: both; padding: 0 20px 20px 0;}
ul.hs-search-results__listing li {display: block; clear: both;}
div.hs-search-results__pagination {padding-bottom: 10px; clear: both;}

/* adjustments to correctly place the logos in the footer */

ul.compliance {padding: 0;    list-style: none; margin: 20px auto 25px auto;    text-align: center;}
ul.compliance li {display: inline-block; padding: 0 5px 0 0; margin: 0; line-height: 1.65}
ul.compliance li a {display: block; background-repeat: no-repeat}
ul.compliance li.disclaimer {font-size: 11px; line-height: normal; vertical-align: 0 !important}

@media screen and (max-width:767px) {
  ul.compliance {width: 100%; clear: both; text-align: center}
}

/*
div.copy-right-section div.widget-span.widget-type-raw_html {width: auto; float: none;}
div.copy-right-section div.widget-type-custom_widget {float: none; margin: 5px auto;}
div.copy-right-section div.widget-type-custom_widget div {width: 80px;}
*/

/* new font styles 2020-04-02 */


.blog-post-content a {
  color: #1F5270;
  text-decoration: underline;
}

.blog-post-content a:hover{
  color: #34719D;
}

.blog-post-content h2, .blog-post-content h3, .blog-post-content h4, .blog-post-content p, .blog-post-content a {
  color: #1F1F1F;
}

.blog-post-content a {font-weight: 600;}

.hs-blog-listing .post-content span, .hs-blog-listing .post-content h2, .hs-blog-listing .post-content p, .hs-blog-listing .post-content a, .hs-blog-listing .post-content h3, .hs-blog-listing .post-content h4 {color: #444;}

ul.compliance li a:hover {color: #fff; text-decoration: underline;}

div.post-listing div.post-content a {display: inline !important;}


.hero-slider-module .slick-dots li button:before {
  display: none;
}

.hero-slider-module .slick-dots {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  bottom: -23px !important;
  left: auto;
  right: 0;
  position: absolute;
  display: block !important;
  z-index: 2;
  min-height: 0;
  line-height: 0;
  text-align: right;
}

.hero-slider-module .slick-dots li {
  display: inline-block;
  zoom: 1;
  margin: 0 7px;
  width: auto;
  height: auto;
}
.hero-slider-module .slick-dots li button {
  box-shadow: none;
  opacity: 1;
  background: #fff;
  border: 2px solid #CCC;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 0;
}
.hero-slider-module .slick-dots li.slick-active button {
  background: #666;
  background: rgba(0,0,0,.5);
}

#hs-eu-cookie-confirmation-inner {
  padding: 5px !important;
}


.copy-right-section .compliance {
  text-align: left;
  margin: 0 auto 25px auto;
}
.copy-right-section .compliance li {
  display: block;
  margin-bottom: 10px;
}
.copy-right-section .compliance li a {
  display: inline-block;
}
.disclosure-text p {
  text-align: right;
}
.copy-right-section .compliance li:first-child a + a {
  margin-left: 30px;
}


@media (max-width:767px){
  .disclosure-text p {
    text-align: center;
  }
  .copy-right-section .compliance {
    text-align: center;
    margin: 20px auto 25px auto;  
  }

  .copy-right-section .compliance li:first-child {
    margin-bottom: 30px;
  }
}