@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*--------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:  Blue    */
          /*      White              */
           /*      Dark Gray               */
        /*      Dark Gray Tone 2        */

/* Typography */
    /* Ex. "font-family: 'Open Sans', sans-serif;"   */
                          /* Ex. "font-size: 14px;"       */
                         /* Ex. "line-height: 1.2;"   */

/* Containers */
            /* Used on '.page-center'  */
        /* Used on '.page-center' in Blog Listing and Blog Post Content Section */

*, *: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: #fff !important;
    color: #444;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    line-height: 1.2;
}

.page-center{
    float: none !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding:0 15px !important;                                    
}
.hs-blog-full-width-wrapper .page-center{
    max-width: 1000px !important;
}
.blog-cta a.cta_button, .mobile-cta a.cta_button {
    background-color: #1975b6 !important;
    border-color: #1975b6 !important;
    font-family: 'Open Sans', sans-serif !important;
}  
.blog-cta a.cta_button:hover {
    background-color: transparent !important;
    color: #1975b6 !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:0 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: 59px;
}
.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;
}
.header-container .hs-menu-flow-horizontal {
    line-height: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    padding: 20px 15px 15px !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: #1975b6 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0%;
    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: 100%;
    opacity: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 {
    opacity:1;
}
.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: #1975b6 !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: 60px;
}
.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: #1975b6 !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% - 140px);
    width: -moz-calc(100% - 140px);
    width: -o-calc(100% - 140px);
    width: calc(100% - 140px);
}
.header-container-wrapper .blog-cta.blog-cta-container {
    max-width: 140px;
    margin-top: 14px;
    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;
}

@media (max-width:900px){
    .header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
        margin: 0 0px;
    }
}
@media only screen and (max-width:790px) { 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
        padding: 20px 13px 20px !important;
    }
}
@media (min-width: 768px){
    a.mobile-trigger-new, a.child-trigger-new {
        display: none !important; /* Hide button on Desktop */
    }
}

@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: 9px 4px;
        background: #1975b6;
        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: 11px;
    }
    .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: #fff none repeat scroll 0 0;
        min-height:0 !important;
    }
    .mobile-open .header-menu-container {
        border-top: 1px solid #aaa;
    }
    .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: #eee 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 #1975b6;
    }
    .mobile-open a.mobile-trigger-new {
        border: 1px solid #e2e2e2 !important;
    }
    .header-container-wrapper {
        padding: 2px 0 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;
    }
    .row-fluid .header-menu-container {
    	width: 100%;
    }
    .header-container-wrapper .widget-type-menu.custom-menu-primary-new.header-menu {
    	display: block;
    	width: 100%;
    	min-height: 0;
    }
    .logo-container img {
        margin-top: 6px;
        margin-bottom: 2px;
    }
}
/*--------------------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;
    font-size:16px;
}
.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;
    font-size:14px;
}
.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 {
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
    background: #444 none repeat scroll 0 0;
}
.hs-error-msgs.inputs-list {
    color: red;
    list-style: outside none none;
    padding: 5px;
}
.footer-block.footer-subscribe .hs-button {
    background: #1975b6 none repeat scroll 0 0;
    border: 1px solid #1975b6;
    -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:'Open Sans', 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: #1975b6;
}
.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 #1975b6;
}
.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;
    text-transform: uppercase;
}
.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: 36px;
    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;
}
.blog-footer a:hover{
    color: #1975b6 !important;
}

@media (max-width:767px){
    .blog-footer {
        padding: 10px 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 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;
    }
    .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;
    }
    .footer-block h3 {
        margin-bottom: 5px;
    }
    .footer-recent-post .widget-type-rss_listing, .footer-social-block {
        margin-top: 12px;
    }
    .footer-social-block > a {
        font-size: 20px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
}
/*--------------------Footer CSS ends----------------------*/

/*------------------- Blog CSS Starts ---------------------*/
.row-fluid [class*="span"]{
    min-height:0 !important;
}
.breadcrumb-wrapper {
    background: #f6f6f6;
    padding-top: 40px;
    padding-bottom: 35px;
    border-bottom: 1px solid #E1E1E1;
    border-top: 1px solid #e1e1e1;
    box-shadow: 0 7px 9px -10px #CCCCCC inset;
}
.breadcrumb-wrapper h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #444;
    margin: 0;
}
.breadcrumb-wrapper .widget-type-menu .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    padding: 0 0 3px 3px;
    float: none;
    display: inline-block;
}
.breadcrumb-wrapper .widget-type-menu {
    font-size: 14px;
    margin-top: 0;
    text-align: right;
}
.breadcrumb-wrapper .hs-breadcrumb-menu a{
    text-decoration:none;
    color: #444;
}
.breadcrumb-wrapper .hs-breadcrumb-menu a:hover{
    color: #1975b6;
}
.breadcrumb-wrapper .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb {
    position: relative;
}
.breadcrumb-wrapper .hs-breadcrumb-menu li.hs-breadcrumb-menu-item.first-crumb::before {
    content: 'You are here :';
    padding-right: 8px;
}
.breadcrumb-wrapper .hs-breadcrumb-menu {
    margin: 3px 0px 0px 0px;
}
.hs-blog-full-width-wrapper {
    padding: 60px 0;
    margin-bottom: 0; 
}
.hs-blog-full-width-wrapper .blog-inner-wrapper {
    overflow: hidden;
}
.post-right-top {
    float: right !important;
    max-width: 320px;
    padding-top: 5px;
}
.latest-post-heading h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
}
.latest-post-heading h3 {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}
.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%;
    cursor:pointer;
}
.input-box > span {
    color: #fff;
    font-size: 13px;
    line-height: 33px;
    padding-left: 2px;
}
.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-height: 0;
    max-width: 320px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 10;
    color: #6b7381;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.content-block-container {
    overflow: hidden;
    padding: 2px;
}
.category-select-container ul li {
    background: #737373 none repeat scroll 0 0;
    color: #fff;
}
.category-select-container ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 6px 7px;
    width: 100%;
    text-decoration:none;
    line-height: 22px;
}
.category-select-container > div {
    display: block;
    margin: 0 auto;
    max-width: 320px;
}
.select-open ul {
    max-height: 100%;
}
.content-wrapper .content-block {
    display: inline-block;
    float: left;
    margin: 0 30px 32px 0;
    width: -webkit-calc(33.33% - 20px);
    width: -moz-calc(33.33% - 20px);
    width: -ms-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}
.content-wrapper .content-block:nth-child(3n) {
    margin-right: 0;
}
.custom-featured-image-wrapper {
    position: relative;
}
.hs-blog-listing .custom-featured-image-link .custom-featured-image, .related-post-item.content-block .featured-image img {
    height: 155px;
}
.content-block .featured-image img {
    width: 100%;
    position: relative;
}
.featured-image img {
    margin-bottom: 15px;
}
.hs-blog-listing .custom-featured-image-wrapper:hover img, .related-post-item.content-block .custom-featured-image-wrapper:hover img{
    opacity: 0.7;
}
.hs-blog-listing .related-post-section{
    display:none;
}
.content-block .listing-data-wrapper {
    padding: 0 15px;
}
.content-block .content-title h2 {
    padding: 0;
    font-size: 22px;
    margin: 0;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.content-block .content-title h2 a {
    display: block;
    overflow: hidden;
    text-transform: capitalize;
    text-decoration: none;
    color: #444;
}
.content-block .content-title h2 a:hover, .content-block .content-title h2 a:focus {
    color: #0066b3;
}
.content-social-sharing {
    bottom: 80px;
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: calc(100% - 30px);
    display: none;
    opacity: 0;
}
.content-wrapper .content-block:hover .content-social-sharing {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.content-block .social-container {
    margin: 0 15px;
    text-align: center;
    font-size: 0;
}
.content-block .social-container a {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #ccc;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #fff;
    max-width: 20%;
}
.content-block .social-container a:first-child {
    border-left: 1px solid #ccc;
}
.content-block .social-container a.social-fb:hover {
    color: #3B5998;
}
.content-block .social-container a.social-twitter:hover {
    color: #00ACED;
}
.content-block .social-container a.social-mail:hover {
    color: #F5AF02;
}
.content-block .social-container a.social-link:hover {
    color: #007BB6;
}
.content-block .social-container a.social-gplus:hover {
    color: #DD4B39;
}
.content-block a.content-read-link {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.content-block .content-read-article {
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px solid #ccc;
    padding: 8px 15px;
    font-size: 0;
    overflow: hidden;
}
.rss-icon {
    color: #999999;
    font-size: 20px;
    margin-right: 7px;
}
.content-block .content-read-article a.author-link{
    color: #444;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    line-height: 22px;
    text-decoration:none;
}
.content-block .content-read-article a.author-link:hover{
    color: #1975b6;
}
.next-icon {
    color: #ccc;
    display: inline-block;
    float: right;
    padding-top: 2px;
    font-size:14px;
    line-height: 22px;
}
.content-block .content-read-article .next-icon:hover {
    color: #1975b6;
    cursor:pointer;
}
.content-block .content-read-article:hover .read-text {
    text-decoration: underline;
}
.content-block a.topic-link {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
}
.content-block a.topic-link:hover{
    color: #1975b6;
}
.content-block .post-category {
    margin: 0 0 8px;
    height: 16px;
    overflow: hidden;
}
.content-block .post-content {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0;
    padding-bottom:19px;
    font-weight:400;
}
.content-block .post-content > span{
    margin:0;
    height: 80px;
    overflow:hidden;
}
.content-block .post-content > span *{
    font-size: 14px;
    line-height: 20px;
    font-weight:400;
    margin:0;
}
.blog-comment-section {
    margin: 20px 0 0;
}
.blog-comment-section .comment-heading h3 {
    margin: 0 0 15px;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-comment-section .hs-form-field > label {
    margin-bottom: 5px;
    display: inline-block;
}
.blog-comment-section .hs-form-field{
    margin-bottom: 15px;
}
.blog-comment-section .hs-form-field input.hs-input{
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 0px 15px;
    line-height: 36px;
    color: #444;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
}
.blog-comment-section .hs-form-field textarea.hs-input{
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 15px 15px;
    height: 120px;
    color: #444;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    resize:none;
}
.blog-comment-section .hs-error-msgs.inputs-list {
    color: red;
    list-style: outside none none;
    padding: 5px;
}
.blog-comment-section .hs-error-msgs {
    padding: 0 !important;
}
.blog-comment-section .hs-error-msgs label {
    font-size: 12px;
    text-shadow: none;
    color: red;
}
.blog-comment-section .hs_submit input.hs-button.primary {
    -webkit-appearance: none;
    box-shadow: none;
    color: #fff;
    line-height: 50px;
    padding: 0 25px;
    font-weight: bold;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    outline: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #1975b6;
    border: 1px solid #1975b6;
}
.blog-comment-section .hs_submit input.hs-button.primary:hover {
    background-color: transparent;
    color: #1975b6;
}
/* ---------------- Multiple Blog subscribe ------- */

.multiple-blog-subscribe-container {
    background: linear-gradient(180deg,#f19961 0,#f97a67);
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    max-width: 100%;
    height:400px; 
}
.multiple-blog-subscribe-container .multiple-blog-subscribe-inner-container {
    position:relative; 
    width:604px;
}
.multiple-blog-subscribe-container .multiple-blog-subscribe-inner-container > .row-fluid-wrapper > .row-fluid  {
    vertical-align:middle;
    float:none;
    margin-left:0;
}
.multiple-blog-subscribe-container .multiple-blog-subscribe-inner-container > .row-fluid-wrapper .blog-subscribe-block {
    float:none !important;
}
.multiple-blog-subscribe-container .blog-subscribe-block {
    display: inline-block;
    float: left !important;
    margin: 0;
    padding: 14px 20px;
    position: relative;
    vertical-align: top;
    width: -webkit-calc(50% - 2px);
    width: -moz-calc(50% - 2px);
    width: -ms-calc(50% - 2px);
    width: calc(50% - 2px);
}
.multiple-blog-subscribe-container .blog-subscribe-container-new {
    padding-top: 138px;
}
.multiple-blog-subscribe-container  .blog-subscribe-block > .row-fluid-wrapper > .row-fluid {
    display:table;
}
.multiple-blog-subscribe-container .blog-subscribe-block .button-container , .multiple-blog-subscribe-container .subscribe-label, .multiple-blog-subscribe-container .multiple-subscribe-form {
    float:none;
    margin-left:0;
}
.multiple-blog-subscribe-container .subscribe-label {
	padding: 0 0px 0 0px;
	border: 0;
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
    align-self: center;
    width:auto;
}
.multiple-blog-subscribe-container .subscribe-label h2 {
	color: #fff;
	margin: 0;
	padding:10px 0;
	line-height:1.3;
	font-size:22px;
	text-align:center;
    font-weight: 600;
}
.multiple-blog-subscribe-container .blog-subscribe-block .button-container , .multiple-blog-subscribe-container .multiple-subscribe-form  {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.multiple-blog-subscribe-container .button-container .email-button {
    width: 100%;
    padding: 12px 50px 12px 20px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 24px;
    color: #95bc49;
    background-color: #f2f5f8;
    cursor: pointer;
    position:relative;
    margin-right: 0;
    border-radius: 4px;
    display: inline-block;
}
.multiple-blog-subscribe-container .button-container .email-button:hover {
    background-color: #f2f5f8;
}
.multiple-blog-subscribe-container .button-container .email-button .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: auto;
	font-size: 17px;
}
.multiple-blog-subscribe-container .multiple-subscribe-form h3.form-title {
    display:none;   
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs-form-field , .multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_submit  {
    float:left;
    width:100%;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs-form-field > label {
	font-size: 13px;
	color: #fff;
	display: block;
	margin: 0 0 5px;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form  ul.inputs-list {
    list-style:none;
    padding:0;
} 
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_choose_subscribe_blog ul.inputs-list {
    align-self:center;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_choose_subscribe_blog ul.inputs-list li {
	width: 49%;
	padding-right: 10px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	line-height: 1.2;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_choose_subscribe_blog ul.inputs-list li label {
	font-size: 14px;
	color: #fff;
	line-height: 1.1;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_choose_subscribe_blog ul.inputs-list li label .hs-input {
	height: auto;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .input .hs-input {
    -webkit-appearance:none;
    box-shadow:none;
    padding: 12px;
    border: 0;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    color: #444;
    font-size: 14px !important;
    height: 40px;
    text-align:left !important;
    margin-bottom: 5px;
    width:100%;
    font-family: 'Open Sans', sans-serif;
}
 .multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs_submit  {
    padding-right: 0;
    padding-top: 25px;
 }
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .actions .hs-button {
    -webkit-appearance:none;
    box-shadow:none;
    margin-top: 9px;
    margin-left: 15px;
    width: 100%;
    padding: 10px;px
    background-color: #fff;
    color: rgba(64,64,64,0.8);
    border-radius: 4px;
    border: 0;
    font-size: 1.1em;
    margin:0;
    height: 40px;
    cursor:pointer;
    background: #fff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.multiple-blog-subscribe-container .back-to-other-option-section {
	position: absolute;
	bottom: -18px;
	left: 20px;
	width: auto;
	float: none;
	display: inline-block;
	max-width: 210px;
	text-align: right;
	font-size: 13px;
	color: #fff;
	cursor:pointer;
}
.multiple-blog-subscribe-container .back-to-other-option-section:hover {
    opacity:0.8;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs-form-field.hs_choose_subscribe_blog {
    width: 45%;
    padding-right:10px;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .hs-form-field.hs_email {
    margin-right:20px;
}
.multiple-blog-subscribe-container .multiple-blog-subscribe-inner-container {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.multiple-subscribe-form .hs-form-field{
    padding-right:0 !important;
}
.multiple-subscribe-form .hs-error-msgs label {
    color: #000 !important;
    font-size: 11px !important;
}
.multiple-subscribe-form  .hs-error-msgs{
    margin:0;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form ul.inputs-list.hs-error-msgs {
    margin-bottom: -18px !important;
}
.multiple-blog-subscribe-container .multiple-subscribe-form .hs-form .input .hs-input:focus{
    outline:0 !important;
}
.mulltiple-subscribe-form-container {
    padding-top: 80px !important;
}
.content-wrapper .content-block {
    display:none; 
}
.loader {
    width: 100px;
    height: 100px;
    margin: 20px auto;
}
.content-block .list-cta-container {
    height: 400px;
    display: table !important;
    width: calc(100% + 1px);
}
.content-block .list-cta-container > div {
    display: table-cell;
    vertical-align: middle;
}
.content-block .cta-text {
    color: #fff;
    padding: 15px;
    text-transform:uppercase;
    text-align:center;
    font-weight:600;
    letter-spacing: 2px;
}
.content-block .cta-text h2 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-transform:uppercase;
    text-align:center;
    margin:0 0 30px;
    letter-spacing: 5px;
}
.content-block .cta-text .cta_button {
    margin-top: 30px;
    padding: 6px 12px !important;
}
.content-block .cta-text h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-transform:uppercase;
    text-align:center;
    margin:0 0 30px;
    letter-spacing: 3px;
}
.content-block .cta-text p:last-child{
    margin-bottom:0;
}
.hs-blog-listing .post-bottom-cta-container {
    display: none;
}
.hs-blog-post .blog-listing-heading-block{
    display: none;
}
.hs-blog-post li.hs-breadcrumb-menu-item.last-crumb {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}
.hs-blog-post .blog-content {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin: 0 auto 40px !important;
}
.content-post-title h2 {
    color: #444;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
    border-bottom: 1px solid #ececec;
    padding-bottom: 25px;
    margin: 0 0 18px;
}
.author-and-publishdate {
    margin-bottom: 20px;
}
.author-and-publishdate > span {
    margin-right: 15px;
}
.author-and-publishdate .icon {
    font-size: 18px;
    margin-right: 5px;
    color: #999;
}
.author-and-publishdate .label-text, .author-and-publishdate .label-text a {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}
.author-and-publishdate .label-text a:hover{
    color: #1975b6;
}
.content-post-wrapper .featured-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom:20px;
}
.post-content-body p, .post-content-body span {
    color: #444;
    font-size: 20px;
    line-height: 30px;
}
.post-content-body blockquote {
	background: #fefefe none repeat scroll 0 0;
	border-left: 8px solid #1975b6;
	-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-style: italic;
}
.post-content-body li {
    padding-left: 5px;
    margin-bottom: 5px;
}
.hs-blog-post .post-bottom-cta-container {
    display: block;
    margin: 0 auto !important;
    overflow: hidden;
    width: 100%;
    float: none !important;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    background-color: #1975b6;
}
.hs-blog-post .post-bottom-cta-container h3 {
    line-height: 1.2;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}
.hs-blog-post .post-bottom-cta-container h3::after {
    width: 100%;
    height: 20px;
    display: inline-block;
    content: "";
    margin-top: 20px;
    margin-bottom: 15px;
    background: url(https://cdn2.hubspot.net/hubfs/4141076/Images/B2B%20Blog/Sentient-Divider-Circle.png) no-repeat scroll center center transparent;
}
.related-post-text {
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.related-post-section {
    margin:40px 0 0;
    overflow: hidden;
}
.hs-blog-listing .blog-comment-section {
    display: none;
}
.post-social-share-container span {
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
}
#comments-listing {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 0 20px 20px;
}
.comment {
    border-top: 1px solid #eee;
}
.comment:first-child {
    border-top: 0 none !important;
    padding-top: 0 !important;
}
.comment-from h4 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 15px 10px 5px 0;
    color: #1975b6;
}
.comment-date {
    font-size: 12px !important;
    color: #6b7381 !important;
}
.comment-body > p {
    font-weight: 400;
    margin: 5px 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
.comment-reply-to {
    cursor: pointer;
    margin-top: 5px;
}
.comment-heading h3 {
    margin-bottom: 15px;
}
.blog-comment-section h3.subheading-text {
    margin-bottom: 10px;
    margin-top: 0;
    color: #444;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
/*----------- Author Page CSS ------------*/
.author-page .blog-listing-heading-block, .author-page .breadcrumb-wrapper{
    display:none;
}
.author-page .hs-blog-full-width-wrapper {
    padding: 40px 0;
}
.blog-listing-wrapper .hs-author-profile {
    position: relative;
    padding: 60px 15px;
    margin: 20px 20px 60px;
    border: 1px solid #e6e6e6;
    text-align:center;
}
.blog-listing-wrapper .hs-author-profile h2.hs-author-name{
    color: #444;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 2px solid #444;
    margin-bottom: 25px;
}
.blog-listing-wrapper .hs-author-profile .hs-author-bio {
    font-size: 16px;
    color: #6b7381;
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.5;
}
.blog-listing-wrapper .hs-author-profile .hs-author-social-label {
    vertical-align: top;
    font-size: 14px;
    color: #6b7381;
    line-height: 26px;
    padding-right: 5px;
}
.featured-image-container .featured-image img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list-middle-section .row-fluid [class*="span"] {
    min-height: 0;
}
.blog-post-container {
    padding-top: 50px;
}
.hs-blog-post .related-post-section .related-post-item.content-block:nth-child(4) {
    display: none !important;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:transparent;
    display:none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius: 4px;
    color: #1975b6;
    font-size: 32px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #1975b6;
}
#scroll:hover {
    background-color: #1975b6;
    color:#fff;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*----------- Blog Responsive CSS ------------*/
@media (max-width:1400px){
    .hs-blog-full-width-wrapper {
        margin-bottom: 30px;
    }
    .hs-blog-post .hs-blog-full-width-wrapper {
        margin-bottom: 0;
    }
}
@media (max-width:1024px){
    .content-social-sharing {
        bottom: 74px;
    }
    .content-block .content-title h2 {
        font-size: 20px;
        line-height: 26px;
        height: 52px;
    }
    .content-block .post-content {
        margin: 5px 0;
    }
    .content-block .post-category {
        margin: 0 0 4px;
    }
    .multiple-blog-subscribe-container, .content-block .list-cta-container {
        height: 382px;
    } 
    .content-post-title h2 {
        font-size: 40px;
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .author-and-publishdate {
        margin-bottom: 15px;
    }
    .hs-blog-post .blog-content {
        padding: 10px 20px;
    }
    .content-block .cta-text h2 {
        font-size: 20px;
    }
    .content-wrapper .content-block {
        margin: 0 21px 22px 0;
        width: -webkit-calc(33.33% - 14px);
        width: -moz-calc(33.33% - 14px);
        width: -ms-calc(33.33% - 14px);
        width: calc(33.33% - 14px);
    }
    .post-content-body p, .post-content-body span {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width:850px) and (min-width:768px){
    .multiple-blog-subscribe-container .subscribe-label h2 {
        font-size: 20px;
    }
}
@media (max-width:767px){
    .hs-blog-full-width-wrapper {
        padding-top: 40px;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }
    .hs-blog-full-width-wrapper .blog-inner-wrapper {
        padding: 0;
    }
    .breadcrumb-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .breadcrumb-wrapper .widget-type-menu .hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child{
        padding-left:0;
    }
    .breadcrumb-wrapper .hs-breadcrumb-menu {
        margin: 10px 0px 0px 0px;
        text-align: left;
    }
    .post-left-top {
        text-align: center;
        padding: 0;
    }
    .post-right-top {
        float: none !important;
        margin: 0 0 25px;
        max-width: 100%;
        padding: 0;
    }
    .category-select-container ul {
        max-width: 320px;
    }
    .blog-content{
        padding:0;
    }
    .content-block-container {
        max-width: 580px;
        margin: 10px auto 0;
    }
    .content-wrapper .content-block {
        margin: 0 20px 20px 0;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -ms-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .content-wrapper .content-block:nth-child(3n) {
        margin-right: 20px;
    }
    .content-wrapper .content-block:nth-child(2n) {
        margin-right: 0;
    }
    .content-post-title h2 {
        font-size: 34px;
    }
    .hs-blog-post .blog-content {
        padding: 10px 15px;
    }
    .post-content-body p, .post-content-body span {
        font-size: 16px;
        line-height: 26px;
    }
    .post-content-body blockquote {
        max-width: 90%;
        padding: 15px 30px;
    }
    .hs-blog-post .hs-blog-full-width-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .hs-blog-post .related-post-section .related-post-item.content-block:nth-child(3) {
        display: none !important;
    }
    .related-post-section .content-block-container {
        float: left;
        margin-top: 0;
    }
    .hs-blog-post .post-bottom-cta-container {
        padding: 20px 15px;
    }
    .blog-comment-section .hs_submit input.hs-button.primary {
        line-height: 40px;
        padding: 0 16px;
        margin-top: 10px;
    }
    .blog-listing-wrapper .hs-author-profile {
        padding: 40px 15px;
        margin: 0px 2px 40px;
        border: 1px solid #e6e6e6;
    }
    .blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
        margin-bottom: 18px;
    }
    .blog-listing-wrapper .hs-author-profile h2.hs-author-name {
        margin: 0 0 15px;
    }
    #scroll {
        width: 40px;
        height: 40px;
        font-size: 26px;
        line-height: 35px;
    }
}
@media(max-width:600px){
    .hs-blog-post .blog-content {
        padding: 0;
        border: 0;
        box-shadow: none;
        margin-bottom: 20px !important;
    }
}
@media (max-width:550px) and (min-width:481px){
    .multiple-blog-subscribe-container .subscribe-label h2 {
        font-size: 18px;
    }
}
@media (max-width:480px){
    .content-block-container {
        max-width: 290px;
    }
    .content-wrapper .content-block {
        margin: 0 auto 20px;
        width: 100%;
        max-width: 280px;
        float: none;
    }
    .content-wrapper .content-block:nth-child(2n), .content-wrapper .content-block:nth-child(3n) {
        margin-right: auto;
    }
    .post-content-body blockquote {
        padding: 15px 20px;
    }
    .post-content-body li {
        padding-left: 0;
        margin-bottom: 0px;
    }
    .content-post-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .hs-blog-post .related-post-section .related-post-item.content-block:nth-child(3) {
        display: block !important;
    }
    .related-post-section .blog-listing-wrapper .content-block-container {
        float: none;
        margin-top: 0;
        display: block;
        width: 100%;
    }
    .hs-blog-listing .custom-featured-image-link .custom-featured-image, .related-post-item.content-block .featured-image img {
        height: auto;
    }
    .hs-blog-post .hs-blog-full-width-wrapper {
        padding-top: 20px;
    }
    .breadcrumb-wrapper {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .post-content-body blockquote {
        max-width: 96%;
        padding: 15px;
        margin: 20px auto;
    }
    .multiple-blog-subscribe-container, .content-block .list-cta-container {
        height: 320px;
    }
    .multiple-blog-subscribe-container .blog-subscribe-container-new {
        padding-top: 95px;
    }
    .mulltiple-subscribe-form-container {
        padding-top: 45px !important;
    }
    .author-and-publishdate > span {
        margin-right: 10px;
    }
    .hs-blog-post .post-bottom-cta-container h3 {
        font-size: 20px;
    }
    .post-bottom-cta-container img {
        height: auto !important;
    }
}
@media (max-width:400px){
    .blog-listing-wrapper .hs-author-profile .hs-author-avatar img {
        width: 220px;
        height: 220px;
    }
    .blog-listing-wrapper .hs-author-profile {
        padding: 40px 10px;
    }
}
@media (max-width:350px){
    .category-select-container ul {
        max-width: -webkit-calc(100% - 30px);
        max-width: -moz-calc(100% - 30px);
        max-width: -ms-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}