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


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

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


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

/* ==========================================================================
   MACROS                                            
   ========================================================================== */




















/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* EX: @import url('http://example.com/example_style.css'); */

/* #Font-Face
================================================== */

@font-face {
    font-family: 'Montserrat';
    src: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Regular-webfont.eot');
    src: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Regular-webfont.woff') format('woff'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Regular-webfont.ttf') format('truetype'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Regular-webfont.svg#Montserrat') format('svg');
    font-weight: 400; 
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Bold-webfont.eot');
    src: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Bold-webfont.eot#iefix') format('embedded-opentype'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Bold-webfont.woff') format('woff'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Bold-webfont.ttf') format('truetype'),
         url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/Montserrat-Bold-webfont.svg#MontserratBold') format('svg');
    font-weight: 400; 
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}


/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #333;
  font-family: "Helvetica", "Arial", "Sans-Serif";
  font-size: 16px;
  line-height: 1.42857143;
}
body.blog {
    background: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/images/driving-trips-new-zealand.jpg') scroll 50% 50% no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.blog .container-fluid .row-fluid .page-center {
    max-width: 1170px;
    padding: 0;
}

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


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

/* Basic text */
p {
    margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6, .widget-type-google_search label {
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 35px;
    color: #000;
    margin: 0px 0px 20px 0px;
}
h2 {
    font-size: 25px;
    color: #d64600;
    margin: 0px 0px 15px 0px;
}
h3, .widget-type-google_search label {
    font-size: 25px;
    color: #d64600;
    margin: 0px 0px 9px 0px;
}
h4 {
    font-size: 23px;
    color: #f89828;
    margin: 0px 0px 9px 0px;
}
h5 {
    font-size: 21px;
    color: #000;
    margin: 0px 0px 9px 0px;
}
h6 {
    font-size: 12px;
}

/* Anchor Links */
a { color: #d64600; text-decoration: none; }
a:hover, a:focus { 
    color: #f89828;
    text-decoration: none; 
}

/* Lists */
ul, ol {}

ul ul, ul ol, ol ol, ol ul {}


ul {}

ul li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {
    position: relative;
    z-index: 100;
    background: #fff;
}
.blog .header-container-wrapper {
    background: transparent;
}

.header-container {}
.header-container ul {
    list-style: none;
}

.header-container .row-fluid .logo-box {
    width: auto;
    margin-top: 20px;
}

.logo-box img {
    max-width: 245px;
}

.header-container .row-fluid .csm-top-menu-social {
    float: right;
    text-align: right;
    margin-left: 0;
    width: auto;
    max-width: calc(100% - 245px);
}
.csm-top-menu ul {
    margin: 0;
    padding: 20px 0 0;
}
.csm-top-menu ul:before,
.csm-top-menu ul:after {
    content: '';
    display: table;
}
.csm-top-menu ul:after {
    clear: both;
}
.csm-top-menu ul li {
    float: right;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    background: none;
    padding: 2px 10px 0px 10px;
    line-height: 10px;
}
.csm-top-menu ul li:first-child {
    padding-top: 0;
}
.csm-top-menu ul li:not(:first-child):not(:last-child) {
    border-right: 2px solid #cccccc;
}

.csm-top-menu ul li a {
    color: #262626;
    font-size: 13px;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}


.header-contact .widget-span {
    width: auto !important;
    float: right;
    margin: 0 !important;
    text-align: left;
}
.header-contact .header-phone {
    padding: 14px 10px 6px 20px;
}
.header-contact .header-phone a {
    font-size: 28px;
    line-height: 40px;
    font-family: "MontserratBold";
    text-decoration: none;
    color: #000;
}
.header-contact .header-phone a i {
    font-size: 23px;
    color: #b2b2b2;
    float: none;
    width: 1.25em;
    text-align: center;
}
.header-contact .header-phone a:hover i {
    color: #585858;
}
.header-contact .header-social {
    padding-top: 16px;
}
.header-contact .header-contact-btn {
    padding: 12px 10px 6px 20px;
}
.header-contact .header-contact-btn a {
    background: #d64600;
    color: #fff;
    line-height: 29px;
    padding: 3px 15px 1px 15px;
    font-size: 17px;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-style: normal;
    margin-top: 4px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
} 
.header-contact .header-contact-btn a:hover {
    background: #c13f00;
    color: #fff;
}

.header-breadcrumb .hs-breadcrumb-menu-divider {
    padding-left: 5px;
}
.header-breadcrumb .hs-breadcrumb-menu-divider:before {
    content: '>';
    padding: 0;
}

ul li a i.icon-twitter {
    color: #2ab1e3;
}

ul li a:hover i.icon-twitter {
    color: #1f9ac7;
}

ul li a i.icon-facebook {
    color: #4364a2;
}

ul li a:hover i.icon-facebook {
    color: #1d3f7e;
}

.header-container .row-fluid .csm-bottom-header {
    background-color: #222;
    border-color: #080808;
    margin-top: 10px;
}

.header-container .csm-bottom-header .page-center {
    max-width: 1160px;
}


/* =============== Header Blog =============== */
.header-container .header-full-wh-blog {
    background: #000;
}
.header-container .image-logo {
    width: 25%;
    padding: 0 15px;
}
.header-container .image-logo a {
    display: block;
    position: relative;
    top: 2px;
    left: 13px;
    z-index: 1;
    height: 73px;
}
.header-container .menu-blog {
    width: 75%;
    margin: 0;
}
.header-container .image-logo #logo .outlines {
    fill: #231f20;
}
.header-container .image-logo #logo .travellers {
    fill: #f89728;
}
.header-container .image-logo #logo .cls-3 {
    fill: none;
}
.header-container .image-logo #logo .cls-3 {
    stroke: #231f20;
    stroke-miterlimit: 10;
    stroke-width: 6.2px;
}
.header-container .image-logo #logo .autobarn {
    fill: #fff;
}
.header-container .image-logo #logo .australia,
.header-container .image-logo #logo .new-zealand {
    fill: #f89728;
}
.header-container .image-logo #logo .pole {
    fill: white;
}
.header-container .image-logo #logo .outline {
    fill: #231f20;
}
.header-container .image-logo #logo .blog {
    fill: black;
}
.header-container .image-logo #logo .flag {
    fill: #f89728;
}
.header-container .header-pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: #fff;
}
.header-container .header-custom-share {
    display: none;
}
.header-container .custom-share {
    background: #eee;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.header-container .header-blog-sbr {
    display: none;
    padding: 15px;
    background: #eee;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.header-container .header-blog-sbr h3.form-title {
    display: none;
}
.header-blog-sbr h3.form-title {
    display: block !important;
    font-size: 14px;
    text-transform: initial;
    text-align: center;
    color: black;
    font-family: 'helvetica', sans-serif;
}
.header-container .header-blog-sbr .hs-richtext p {
    font-size: 14px;
    margin-bottom: 10px;
}
.header-container .header-blog-sbr .hs-form-field > label {
    display: none;
}
.header-container .header-blog-sbr form.hs-form fieldset {
    text-align: center;
}
.header-container .header-blog-sbr form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 186px;
    float: none;
    display: inline-block;
    padding: 8px;
}
.header-container .header-blog-sbr form.hs-form fieldset[class*="form-columns"] .hs-input {
    margin: 0 !important;
    padding: 6px 12px !important;
    line-height: 20px !important;
    min-height: 20px !important;
    font-size: 14px;
    width: 100% !important;
}
.header-container .header-blog-sbr form.hs-form fieldset[class*="form-columns"] .hs-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.header-container .header-blog-sbr form.hs-form fieldset[class*="form-columns"] .hs-input.invalid,
.header-container .header-blog-sbr form.hs-form fieldset[class*="form-columns"] .hs-input.error {
    background: rgba(255, 0, 0, .15); !important;
    border-color: #bd3e00 !important;
    color: red;
}
.header-container .header-blog-sbr form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
    display: none !important;
}
.header-container .header-blog-sbr input::-webkit-input-placeholder { color: rgba(164, 164, 164, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input::-moz-placeholder { color: rgba(164, 164, 164, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input:-moz-placeholder { color: rgba(164, 164, 164, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input:-ms-input-placeholder { rgba(164, 164, 164, 1); font-weight: 400; font-size: 14px; opacity: 1; }

.header-container .header-blog-sbr input.invalid::-webkit-input-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input.invalid::-moz-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input.invalid:-moz-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input.invalid:-ms-input-placeholder { rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input..error::-webkit-input-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input..error::-moz-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input..error:-moz-placeholder { color: rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }
.header-container .header-blog-sbr input..error:-ms-input-placeholder { rgba(255, 0, 0, 1); font-weight: 400; font-size: 14px; opacity: 1; }

.header-container .header-blog-sbr .hs_submit {
    text-align: center;
}
.header-container .header-blog-sbr .hs-button.primary,
.header-container .header-blog-sbr input[type="submit"],
.header-container .header-blog-sbr input[type="button"] {
    margin: 10px 0 0 !important;
}







/*2022 Header*/

.new-tab-menu {text-align:right;}
.new-tab-menu a {font-family:'Montserrat'; color:#000!important; font-size: 15px;}
.new-tab-menu a:hover {color:#D64600!important;}
.new-tab-menu .hs-menu-item {padding: 10px 10px 0;}
.sticky {position: sticky; top: 0; background:#fff;}

.tab-menu-button {background:#A03500; background-image: linear-gradient(180deg, #F75F15 0%, #BF3F00 100%); border-radius: 10px; padding: 10px 25px; text-align:center;}
.tab-menu-button:hover {background-image:none!important;}
.tab-menu-button a {color:#fff; font-family:'Montserrat'; font-size: 14px;}
.tab-menu-button a:hover {color:#fff; }

.tab-top-menu {background:#f5f5f5; text-align:right; padding:5px 30px 3px;}
.tab-top-menu a {font-family:'MontserratBold'; color:#000!important; font-size:13px;}
.tab-top-menu a:hover {color:#D64600!important;}
.tab-top-menu .hs-menu-item {padding: 0 10px;}
.tab-top-menu .hs-menu-wrapper {max-width: 1100px!important; margin:0 auto!important;}
.tab-new-header-top {padding:20px 30px;}
.tab-new-header-wrapper {background:#fff; filter: drop-shadow(0px 0px 6.74px rgba(0, 0, 0, 0.3));}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden; opacity: 0; -webkit-transition: opacity .4s; position: absolute; z-index: 10; left: 0;
    text-align: left;
    background: white;
    padding: 12px 12px 20px;
    width: 240px;
    border-radius: 10px;
}



@media (max-width:768px){
  .new-tab-menu {display:none!important;}
  .tab-menu-button {margin:20px 0 0;}
  .new-tab-hidden-on-mobile {display:none!important}
  img.blogimg {float:none!important;}
}

/*2022 Footer*/

.tab-new-footer-wrapper {background:#000; padding: 70px 30px 20px; }

.footer-drivesafe {font-family:'MontserratBold'; color:#fff!important; font-size: 21px; line-height:1.7em; margin-bottom:15px}
.tab-new-footer-menu {color:#fff; font-size:15px; font-weight:bold; line-height:1.8em;}
.tab-new-footer-menu a {color:#fff; font-weight:normal;}
.tab-new-footer-menu a:hover {color:#F89828; text-decoration:underline;}

.tab2022-footer-copyright {color:#fff; font-size:15px; font-weight:400;}
.tab2022-footer-copyright a {color:#fff; text-decoration:underline;}
.tab2022-footer-copyright a:hover {color:#F89828; }






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

.body-container-wrapper {
    position: relative;
    z-index: 3;
    padding-top: 40px;
    padding-bottom: 40px;
}
.blog .body-container-wrapper {
    padding: 0;
}
.body-container {}

.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container :not(.blog-sidebar) .hs_cos_wrapper_type_post_listing ul,
.body-container :not(.blog-sidebar) .hs_cos_wrapper_type_post_filter ul {
    list-style-image: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/images/Bullet.png');
    list-style-position: initial;
}
.body-container .blog-sidebar .hs_cos_wrapper_type_post_listing ul,
.body-container .blog-sidebar .hs_cos_wrapper_type_post_filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.body-container .hs_cos_wrapper_type_rich_text li,
.body-container .hs_cos_wrapper_type_post_listing li,
.body-container .hs_cos_wrapper_type_post_filter li {
    padding-bottom: 6px;
}

.csm-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}   
.csm-tags ul li {
    padding: 0;
    display: inline-block;
}
.csm-tags ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #d64600;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.csm-tags ul li a:hover {
    background: black;
    color: orange;
    text-decoration: none;
}
.csm-tags ul li.active a {
    background: #d64600;
    color: #fff;
}
.csm-tags ul li a .filter-link-count {
    display: none;
}

.csm-search label {
    display: none !important;
}

.csm-search .hs-button {
    display: none !important;
}

.csm-search .input {
    position: relative;
}

.csm-search .input i {
    position: absolute;
    left: 10.5px;
    top: 10px;
    font-size: 14px;
}

.body-container .csm-search {
    width: 33.3333%;
    margin: 0;
    padding: 0 10px 0 16px;
}

.csm-search .hs-input {
    padding-left: 30px;
    margin: 0 !important;
}

.csm-search .hs-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.body-container .csm-tags h3 {
    display: none;
}

.csm-popular {
    margin-top: 50px;
}

.csm-popular h3 {
    font-size: 24px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.csm-popular ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
    list-style: none !important;
    padding: 0;
}
.hs-blog-post .csm-popular ul {
    width: calc(100% + 30px);
    margin: 0 -15px;
}
.csm-popular ul:before,
.csm-popular ul:after {
    content: '';
    display: table;
}
.csm-popular ul:after {
    clear: both;
}
.csm-popular ul li {
    widtH: 33.3333%;
    float: left;
    padding: 0 15px !important;
}

.csm-popular ul li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 229px;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.csm-popular ul li a {
    display: block;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
}

.csm-popular ul li a:hover {
    color: #ffa500;
}

.csm-breadcrumbs .hs-breadcrumb-menu-item {
    float: left;
    padding: 8px 0px 2px 5px;
}

.csm-breadcrumbs ul li:first-child {
    padding-left: 0;
}

.csm-breadcrumbs {
    background-color: #e9e9e9;
    padding: 10px 0px 16px;
    font-size: 15px;
    line-height: 1em;
    overflow: hidden;
}

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


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

.footer-container-wrapper {}
.footer-container {
    line-height: 1.42857143;
}

.footer-container ul {
    list-style: none;
}

.footer-container .row-fluid .csm-footer-wrap .page-center {
    background: #000000;
    padding: 10px 0 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.footer-container .footer-top-left {
    width: 58.33333333%;
    margin: 0;
    padding: 0 15px;
}
.footer-container .footer-top-right {
    width: 41.66666667%;
    margin: 0;
    padding: 0 15px;
}

.no-nav-credits {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.footer-container .row-fluid .csm-footer-wrap {
    padding-bottom: 20px;
}
.footer-container .csm-footer-menu {
    width: 50%;
    margin: 0;
    padding: 20px 20px 0 0;
}
.csm-footer-menu ul li {
    padding: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.42857143;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.csm-footer-menu ul li a {
    color: #fff;
}
.csm-footer-menu-travellers {
    padding-left: 1px;
}
.csm-footer-menu ul li:first-child {
    margin: 0px 0px 10px 0px;    
}
.csm-footer-menu ul li:first-child a {
    text-transform: uppercase;
    color: #f89828;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
.csm-footer-menu ul li:first-child a {
    color: #f89828;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: "MontserratBold";
}

.csm-footer-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.csm-footer-contact .heading a {
    color: #f89828;
    font-size: 18px;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-style: normal;
    line-height: 1.42857143;
    text-transform: uppercase;
}

.csm-footer-menu ul li:first-child a:hover,
.csm-footer-contact .heading a:hover {
    color: #d64600;   
}


.footer-container .csm-footer-contact,
.footer-container .csm-footer-social {
    width: 50%;
    margin: 0;
}

.footer-container .row-fluid .csm-footer-contact-social {
    background: #1a1a1a;
    margin-bottom: 35px;
    margin-top: 5px;
    float: right;
    padding: 13px 20px 13px 19px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.csm-footer-contact .heading a {
    margin: 0px 0px 10px 0px;   
    display: inline-block;
}

.csm-footer-contact {
    padding-left: 1px;
}

.csm-footer-contact p,
.csm-footer-contact p a {
    font-size: 16px;
    line-height: 1.42857143;
    color: #fff;
}

.csm-footer-contact p {
    margin: 0px 0px 10px 0px;
}

.csm-footer-contact-social ul li {
    padding: 0;
}
.csm-footer-social ul {
    margin: 0;
    padding: 20px 0;
}
.csm-footer-social ul:before,
.csm-footer-social ul:after {
    content: '';
    display: table;
}
.csm-footer-social ul:after {
    clear: both;
}
.csm-footer-social ul li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 0;
    font-size: 45px;
    line-height: 46px;
}
.csm-footer-social ul li a {
    display: block;
    height: 46px;
}

.csm-footer-social .icon-facebook {
    font-size: 45px;
    color: #2b5197;
}

.csm-footer-social .icon-twitter {
    color: #2ab1e3;
    font-size: 45px;
}

.csm-footer-social a:hover .icon-facebook {
    color: #1d3f7e;
}

.csm-footer-social a:hover .icon-twitter {
    color: #1f9ac7;
}

.csm-footer-social .btn-default {
    font-size: 18px;
    line-height: 29px;
    background: #d64600;
    color: #fff;
    padding: 7px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: "MontserratBold";
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.csm-footer-social .btn-default:hover {
    background: #c13f00;
}

.csm-footer-credits {
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    color: #5e5e5e;
    padding: 0 15px 10px;
}

.csm-footer-credits a {
    color: #5e5e5e;    
}
.csm-footer-credits a:hover {
    color: #fff;    
}

.footer-container .row-fluid .csm-mobile-social {
    display: none;
}

/* =============== Footer Blog =============== */
.footer-container .footer-full-wh {
    background: #000;
    color: white;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    min-height: calc(23vh - 100px);
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'MontserratBold';
    text-transform: uppercase;
    padding: 15px 0;
}
.footer-container .footer-top-pc {
    background: #fff;
    padding-left: 30px !important;
    padding-right: 30px !important;
    display: none;
}
.footer-container .footer-bottom-pc {
    position: relative;
}
.footer-container .footer-bottom-pc:before {
    content: '';
    display: block;
    background: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/images/kiwi-footer.png') scroll 0 0 no-repeat;
    height: 54px;
    width: 77px;
    position: absolute;
    top: -69px;
    right: 30px;
    z-index: 9999;
}
.footer-container .footer-full-wh .footer-copyright {
    width: 83.33333333%;
    padding: 0 15px;
    color: #ccc;
    margin: 0;
    float: left;
}
.footer-container .footer-full-wh .footer-open-cs-share {
    width: 16.66666667%;
    padding: 0 15px;
    margin: 0;
    text-align: right;
    float: right;
}
.footer-container .footer-full-wh .footer-copyright a {
    color: #ccc;
    text-decoration: none;
}
.footer-container .footer-full-wh .footer-open-cs-share a {
    color: #f89828;
    text-decoration: none;
}
.footer-container .footer-full-wh .footer-copyright a:hover,
.footer-container .footer-full-wh .footer-open-cs-share a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-container .custom-share {
    background: #eee;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}


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

.hs-menu-wrapper > ul,
.hs-menu-wrapper > ul > li,
.hs-menu-wrapper > ul > li > a {
    vertical-align: top;
}

/* =============== Menu Blog =============== */

/* Parent List */
.menu-blog .hs-menu-wrapper > ul{
    display: block;
    width: 100%;
    padding-top: 15px;
}
.menu-blog .hs-menu-wrapper > ul > li{
    margin: 12px 0 4px;
	padding: 0 15px;
	text-align: right;
	float: left !important;
	width: auto;
}
.menu-blog .hs-menu-wrapper > ul > li:nth-child(1) {
    width: 22.222222222%;
}
.menu-blog .hs-menu-wrapper > ul > li:nth-child(2) {
    width: 33.333333333%;
}
.menu-blog .hs-menu-wrapper > ul > li:nth-child(3) {
    width: 22.222222222%;
}
.menu-blog .hs-menu-wrapper > ul > li:nth-child(4) {
    width: 22.222222222%;
    margin: 0;
}
.menu-blog .hs-menu-wrapper > ul > li .visible-hover {
    display: none;
}
.menu-blog .hs-menu-wrapper > ul > li > a{
	font-size: 14px;
    line-height: 1.42857143;
	color: #f89828;
	font-family: "MontserratBold";
	text-transform: uppercase;
}
.menu-blog .hs-menu-wrapper > ul > li > a:hover{
	color: #fff;
}

.menu-blog .hs-menu-wrapper > ul > li > a .phone-visible {
    display: none;
}

.menu-blog .hs-menu-wrapper > ul ul {
    display: none !important;
}

/* Override max width on menu links */
.menu-blog .hs-menu-wrapper > ul li a {
	overflow: visible !important;
	max-width: none !important;
	width: auto !important;
}


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

@media screen and (min-width:768px) {
    .header-container .row-fluid .custom-menu-primary {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 1px;
    }
    
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul{}
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        padding: 14px 13px;
        font-size: 17px;
        color: #fff;
        line-height: 21px;
        font-family: "MontserratBold";
        text-transform: uppercase;
        border-right: 1px solid #3c3c3c;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
        background-color: #080808;    
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #f89828
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{
      background-color: #222;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        padding: 4px 0px 4px 0px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        font-size: 15px;
        line-height: 21px;
        font-family: "MontserratBold";
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
        background: #363636;
        color: #f89828;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
        background-color: #428bca; 
        color: #fff !important;
    }
    
    /* Override max width on menu links */
    .custom-menu-primary .hs-menu-wrapper > ul li a, 
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        overflow: visible !important;
        max-width: none !important;
        width: auto !important;
    }

    /* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


/* =============== IE Only - Custom Menu Primary =============== */
.lt-ie9 .header-container .row-fluid .custom-menu-primary {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1px;
}

/* Parent List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul{}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 0;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding: 14px 13px;
    font-size: 17px;
    color: #fff;
    line-height: 21px;
    font-family: "MontserratBold";
    text-transform: uppercase;
    border-right: 1px solid #3c3c3c;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    background-color: #080808;    
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #f89828
}

/* Child List */
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #222;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 4px 0px 4px 0px;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    line-height: 21px;
    font-family: "MontserratBold";
    text-transform: uppercase;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background: #363636;
    color: #f89828;
}
.lt-ie9 .custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
    background-color: #428bca; 
    color: #fff !important;
}

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


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{

  }

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

  }

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

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #222;
    width: 100%; /* Full screen width */
    border-bottom: 1px dotted rgba(255, 255, 255, .20);
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px !important; /* Font size of top level list items */
    line-height: 45px !important;
    overflow: visible;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    text-transform: uppercase;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
      border-top: 1px dotted rgba(255, 255, 255, .20);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #f89828;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 14px; /* Font size of child lists */
    font-family: 'Montserrat', Arial, Verdana, Helvetica;
    font-weight: 400;
  }

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

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


/* Blog Tabs Menu */
.tabs-menu {
    border-bottom: 1px solid #ddd;
}
.tabs-menu .hs-menu-wrapper > ul > li {
    margin-bottom: -1px;
    float: left !important;
    width: auto !important;
    margin-right: 2px;
}
.tabs-menu .hs-menu-wrapper > ul > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    padding: 10px 15px;
    line-height: 1.42857143;
    color: #d64600;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.tabs-menu .hs-menu-wrapper > ul > li > a:hover {
    background-color: #000;
    border-color: #000;
    color: orange;
    text-decoration: none;
}
.tabs-menu .hs-menu-wrapper > ul > li.active > a,
.tabs-menu .hs-menu-wrapper > ul > li.active-branch > a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
    pointer-events: none;
}
.tabs-menu .hs-menu-wrapper > ul > li.active > a:hover,
.tabs-menu .hs-menu-wrapper > ul > li.active-branch > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}
.tabs-menu .hs-menu-wrapper > ul > li a .social_color {
    transform: scale(1.5);
    line-height: 1.42857143;
}

/* Categories Menu Blog */
.post-filter .hs_cos_wrapper_type_post_filter ul {
    width: 100%;
    float: left;
    padding: 0;
}

.post-filter .hs_cos_wrapper_type_post_filter ul li {
    display: block;
    position: relative;
    float: left;
    padding: 0;
    margin-left: 2px;
}

.post-filter .hs_cos_wrapper_type_post_filter ul li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
}
.post-filter .hs_cos_wrapper_type_post_filter ul li a:hover {
    background: #000;
    color: orange;
    text-decoration: none;
}
.post-filter .hs_cos_wrapper_type_post_filter ul li.active > a,
.post-filter .hs_cos_wrapper_type_post_filter ul li.active > a:hover {
    background: #d64600;
    color: #fff;
}
.filter-link-count {display: none;}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */

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

  /* Post Buttons */
  
  
  
  
  
  
/* =============== General Blog Styles =============== */

.blog .categories-search-wrap {
    padding: 20px 0 19px;
}

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog .body-container p {
    margin-bottom: 10px;
}

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

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

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


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

.blog .blog-content {}
.blog .body-container-wrapper .container-fluid .row-fluid .page-center {
    background: #fff;
    padding: 15px 30px 60px;
}

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

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

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

/* Blog Post Title */
.post-header h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    padding: 10px 0;
}
.post-header h2 a {}

.post-header h1 {
    font-size: 36px;
    line-height: 40px;
    color: #333333;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Blog Author and Avatar */
.hs-author-listing-header {
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 3px double #ccc;
}
.hs-author-detail {
    display: table;
    vertical-align: middle;
    text-align: left;
    margin: 15px 0;
}
.hs-author-detail .hs-author-avatar,
.hs-author-detail .hs-author-info {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}
.hs-author-detail .hs-author-avatar {
    padding-right: 20px;
    width: 150px;
}
.hs-author-detail .hs-author-info {
    width: auto;
}
.hs-author-detail .hs-author-info > div {
    margin: 10px 0;
    font-size: 0.9em;
    line-height: 1.5;
}
.blog-post-wrapper .hs-author-profile {
    margin-top: 30px;
}
#hubspot-author_data .hs-author-avatar {
    max-width: 150px;
    max-height: 150px;
}
#hubspot-author_data {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}
#hubspot-author_data a {
    color: #333333;
}
.hs-author-profile .hs-author-avatar .author-link {
    display: block;
    width: 130px;
    height: 130px;
}
.hs-author-profile .hs-author-avatar .avatar-bg {
    display: block;
    width: 130px;
    height: 130px;
    border: solid 3px #ccc;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hs-author-profile .hs-author-avatar .author-link .avatar-bg:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar {
    margin-bottom: 0.58824em;
}
.blog-listing-wrapper .post-listing .post-item .post-header .hs-author-avatar img {
    max-width: 128px;
    max-height: 128px;
}

.custom-share.blog-post-bottom-csh {
    padding-top: 0;
}
.csm-post-share {
    margin: 10px 0 75px 0;
}

.csm-post-share > span:first-child {
    font-size: 14px;
    line-height: 49px;
    font-family: MontserratBold;
    display: inline-block;
    floaT: left;
    margin-right: 15px;
}

.csm-post-share > .hs_cos_wrapper {
    display: inline-block;
    floaT: left;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    padding: 0;
}

.blog .blog-post-buttons {
    margin-top: 40px;
    text-align: center;
}
.blog .blog-post-buttons > div {
    display: inline-block;
}
.blog .blog-post-buttons .hs-subscribe-to-blog {
    margin-right: 30px;
}
.blog .blog-post-buttons .hs-comments-number {
    position: relative;
    top: -1px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}


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

/* Use this to set up different styling for your blog posts */

.blog-listing-wrapper .post-listing {
    width: calc(100% + 10px) !important;
    margin: 0 -5px;
}
.blog-listing-wrapper .post-listing .post-item:not(.first-post) {
    float: left;
    width: 33.3333%;
}
.blog-listing-wrapper .post-listing .post-item {
    padding: 0 15px 30px;
}

.blog-listing-wrapper .post-listing .post-item .post-header .hs-featured-image-link img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 229px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;    
}

.blog-listing-wrapper .post-listing .post-item .post-header h2 a {
    font-size: 18px;
    line-height: 22px;
    text-transform: none;
    font-family: "Helvetica";    
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog .csm-first-post-wrap {}
.blog-listing-wrapper .post-listing .post-item.first-post {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.blog-listing-wrapper .post-listing .post-item.first-post > div {
    -webkit-box-flex: 0;
    flex: 1;
}
.blog-listing-wrapper .post-listing .post-item.first-post .csm-left img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 360px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;   
}
.blog-listing-wrapper .post-listing .post-item.first-post .csm-right {
    padding-left: 30px;    
}

.blog-listing-wrapper .post-listing .post-item.first-post .csm-right h2 a {
    font-size: 30px;
    line-height: 33px;
    text-transform: none;
}

.blog-listing-wrapper .post-listing .post-item.first-post .csm-right .more-link {
    text-transform: uppercase;
    background-color: #d64600;
    color: white;
    border: none;
    font-family: "MontserratBold";    
}

.blog-listing-wrapper .post-listing .post-item.first-post .csm-right .more-link:hover {
    background-color: #bd3e00;    
}

.blog-listing-wrapper .post-listing .post-item.first-post .csm-right .post-body {
    font-size: 14px;
    line-height: 20px;    
}

.csm-post-share ul li {
    padding: 0;
}


.blog .hs-bottom-buttons {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}
.blog .hs-bottom-buttons .hs-custom-btn {
    display: inline-block;
    margin-bottom: 5px;
}

.blog-post-wrapper .post-body {}

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

.hs-featured-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
}

/* Read More Link */
a.more-link {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    color: #fff;
    display: inline-block;
    margin:  5px 0 15px;
    padding: 5px 10px;
    text-align: center;
    text-transform: lowercase;
    outline: none;
    vertical-align: middle;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
a.more-link:hover {
    color: #fff;
    background: #bbb;
    border: none;
    text-decoration: none;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin: 30px 0 0;
}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
    padding: 15px 0 5px;
    height: auto;
    position: relative;
    z-index: 0;
}

/* Blog Commments */
.blog .hs-form-comments {
    display: none;
}
.blog .hs-form-comments h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    color: #333;
    margin: 20px 0 10px;
    text-transform: none;
}
.blog .hs-form-comments p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
}
.blog .hs-form-comments p .red {
    color: red;
}
.custom_listing_comments {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #ccc;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

#captcha_wrapper {
    margin-bottom: 15px;
}

/* Pagination */
.blog-pagination {
    text-align: center;
    width: 100%;
    float: left;
    display: none;
}
.blog-pagination a {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    border: none;
    display: inline-block;
    margin:  5px 2px 15px;
    padding: 8px 10px;
    text-align: center;
    outline: none;
    vertical-align: middle;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    -ms-transition: all 0.25s;
    transition: all 0.25s;
}
.blog-pagination a:hover {
    color: #fff;
    background: #bbb;
    border: none;
    text-decoration: none;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

.blog-sidebar label span {
    color: #fff;
}



/* Blog Modules */
.blog .blog-sidebar .widget-span {
    margin-bottom: 30px;
    background: #ffb403;
    padding: 15px 25px 10px 20px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.blog .blog-sidebar .widget-span a {
    color: #000;
}
.blog .blog-sidebar .widget-span h1,
.blog .blog-sidebar .widget-span h2,
.blog .blog-sidebar .widget-span h3,
.blog .blog-sidebar .widget-span h4,
.blog .blog-sidebar .widget-span h5,
.blog .blog-sidebar .widget-span h6 {
    color: #fff;
}
.blog .blog-sidebar .widget-span h3:first-child {
    font-family: "Montserrat",Arial,Verdana,Helvetica;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog .blog-sidebar .widget-span.csm-sidebar-subscribe {
    background: #262626;
    width: 100%;
    padding: 15px 25px 10px;
    overflow: hidden;
    margin-bottom: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .blog .blog-sidebar {
        margin-top: 50px;
    }
}
@media (max-width: 479px) {
    .hs-author-profile > h2,
    .hs-author-profile > h3 {
        text-align: center;
    }
    .hs-author-profile > h3 > a {
        display: block;
    }
    .hs-author-detail,
    .hs-author-detail .hs-author-avatar,
    .hs-author-detail .hs-author-info {
        display: block;
        width: 100%;
    }
    .hs-author-profile .hs-author-avatar {
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    .hs-author-profile .hs-author-avatar .author-link,
    .hs-author-profile .hs-author-avatar .avatar-bg {
        margin: 0 auto;
    }
    .hs-featured-image-wrapper .hs-featured-image-link {
        text-align: center;
        display: block;
    }
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
        max-width: 100%;
        float: none;
        margin: 20px auto;
    }
    .hs-author-listing-header {
        margin-top: 30px;
    }
}












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

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

  /* Labels */
             /* Label Text Color */
                    /* Label Text Color */
                     /* Label Text Font Size */
                   /* Label Text Line Height */
                   /* Label Text Font Family */
                   /* Label Text Font Weight */
                     /* Label Text Margin Bottom */
  
  
  /* One Line Inputs */
                 /* Input Background Color */
                       /* Input Text Color */
                     /* Input Text Font Size */
                   /* Input Text Font Weight */
                   /* Input Text Line Height */
                   /* Input Text Font Family */
                   /* Input Text Transform */
                      /* Input Text Letter Spacing */
                    /* Input Margin Bottom */
            /* Input Padding ( top, right, bottom, left ) */
                     /* Input Minim Height */
                /* Input Border Style & Color */
                     /* Input Border Radius */
                       /* Input Box Shadow */
                      /* Input Text Shadow */
  
  /* One Line Inputs Focus */
                /* Input Focus Background Color */
                      /* Input Focus Text Color */
                         /* Input Focus Border Style & Color */
                      /* Input Focus Box Shadow */
 
    
  
  /* All Global Buttons (Excluding CTAs) */
                 /* Button Background Color */
                       /* Button Text Color */
                     /* Button Text Font Size */
                   /* Button Text Font Weight */
                   /* Button Text Line Height */
                   /* Button Text Font Family */
                   /* Button Text Transform */
                      /* Button Text Letter Spacing */
                    /* Button Margin Bottom */
            /* Button Padding ( top, right, bottom, left ) */
                     /* Button Minim Height */
                /* Button Border Style & Color */
                     /* Button Border Radius */
                       /* Button Box Shadow */
                      /* Button Text Shadow */
  
  /* Hover -> All Global Buttons (Excluding CTAs) */
                /* Button Hover Background Color */
                      /* Button Hover Text Color */
               /* Button Hover Border Style & Color */
                      /* Button Hover Box Shadow */
                     /* Button Hover Text Shadow */
  
  /* Focus -> All Global Buttons (Excluding CTAs) */
                /* Button Focus Background Color */
                      /* Button Focus Text Color */
               /* Button Focus Border Style & Color */
                      /* Button Focus Box Shadow */
                     /* Button Focus Text Shadow */


/* Label -> H3 style */
.widget-type-google_search label,
.hs_cos_wrapper_type_google_search label {
    display: inline-block;
    cursor: text;

}

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

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

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

/* Labels and Legends */
.blog-sidebar label {
    color: #fff;
}
.hs-form-field > label {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}
.hs-form-field > label > .hs-form-required {
    color: red;
    margin-left: 2px;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    width: 100%;
    background-image: none;
    vertical-align: middle;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: inherit;
    line-height: 1.42857143;
    padding: 6px 12px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    min-height: 34px;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    color: #555;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: none;
    color: ;
    background-color: ;
    border: 1px solid #d64600;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
    min-height: 60px;
    width: 100% !important;
}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {
    min-height: 1px;
}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

#hs-search-module input.hs-input {
    margin-bottom: 10px;
}

/* =============== Captcha Table ==================== */
#captcha_wrapper {
    margin-bottom: 10px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    outline: none;
    vertical-align: middle;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background: #d64600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    min-height: 30px;
    margin-bottom:  10px;
    padding: 6px 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

input[type="submit"],
input[type="button"] {
    padding-top: 0;
    padding-bottom: 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    outline: none;
    color: ;
    background: #bd3e00;
    border: ;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
    color: ;
    background: ;
    border: ;
    -webkit-box-shadow: none;;
    -moz-box-shadow: none;;
    -o-box-shadow: none;;
    -ms-box-shadow: none;;
    box-shadow: none;;
    text-shadow: none;
}


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

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


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

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


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

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


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

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




/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

/* ========== Custom Social - Global Module ============ */
.custom-social {
    display: block;
    width: 240px;
    max-width: 100%;
    background: #efefef;
    padding: 4px 10px 1px 5px;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.custom-social:before,
.custom-social:after {
    content: '';
    display: table;
}
.custom-social:after {
    clear: both;
}
.custom-social > * {
    float: left;
}
.custom-social > div {
    display: inline-block;
    float: left;
}
.custom-social a {
    float: left;
    line-height: 17px;
}
.custom-social .our-blog {
    margin-left: 3px;
}
.custom-social .our-blog a {
    color: #4d4d4d;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px !important;
    font-weight: 400;
    font-family: "MontserratBold";
}
.custom-social .our-blog a i {
    float: left;
    background: #d64600;
    width: 24px;
    height: 24px;
    line-height: 1.4em;
    font-size: 15px;
    color: #fff;
    padding: 3px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
}
.custom-social .our-blog a:hover {
    color: #191919;
    text-decoration: none;
}
.custom-social .our-blog a:hover i {
    background: #bc3d00;
    text-decoration: none;
}
.custom-social a i {
    float: left;
    margin-right: 3px;
    width: auto;
    font-size: 25px;
    text-align: center;
}
.custom-social a i.icon-twitter {
    color: #2ab1e3;
}
.custom-social a:hover i.icon-twitter {
    color: #1f9ac7;
}
.custom-social a i.icon-facebook {
    color: #4364a2;
}
.custom-social a:hover i.icon-facebook {
    color: #1d3f7e;
}
.custom-social a i.icon-share {
    color: #999999;    
}


/* ========== Load More Button - Infinite post ============ */
#infscr-loading {
    position: absolute !important;
    bottom: -15px !important;
    left: 50% !important;
    width: 220px !important;
    height: 19px !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}



@font-face {
    font-family: 'Icons';
    src: url('//3435451.fs1.hubspotusercontent-na1.net/hubfs/3435451/fonts/icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*  Icons styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: Icons;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-phone:before            { content: "\e600"; }
.icon-chat:before            { content: "\e601"; }
.icon-comment:before     { content: "\e602"; }
.icon-search:before             { content: "\e603"; }
.icon-calendar:before     { content: "\e604"; }
.icon-play:before                { content: "\e605"; }
.icon-arrow-down:before       { content: "\e606"; }
.icon-arrow-right:before            { content: "\e607"; }
.icon-flickr:before         { content: "\e608"; }
.icon-vimeo:before        { content: "\e609"; }
.icon-twitter:before            { content: "\e60a"; }
.icon-facebook:before           { content: "\e60b"; }
.icon-googleplus:before               { content: "\e60c"; }
.icon-pinterest:before       { content: "\e60d"; }
.icon-linkedin:before                { content: "\e60e"; }
.icon-share:before                { content: "\e60f"; }


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

/* Custom Share */
.custom-share {
    vertical-align: middle;
    padding: 15px 0;
    font-size: 14px;
}
.custom-share span.share {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    font-family: "MontserratBold";
    line-height: 20px;
    padding-right: 10px;
    color: #333;
}
.custom-share .jssocials {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
.custom-share .jssocials-shares {
    margin: 0.2em 0;
}
.custom-share .jssocials-shares:before,
.custom-share .jssocials-shares:after {
    content: '';
    display: table;
}
.custom-share .jssocials-shares:after {
    clear: both;
}
.custom-share .jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.3em 0.3em 0;
}
.custom-share .jssocials-share-whatsapp {
    margin-right: 0;
}
.custom-share .jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: .5em .6em;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.custom-share .jssocials-share-link:hover,
.custom-share .jssocials-share-link:focus,
.custom-share .jssocials-share-link:active {
    color: #fff;
}
.custom-share .jssocials-share-facebook .jssocials-share-link {
    background: #3b5998;
}
.custom-share .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
}
.custom-share .jssocials-share-twitter .jssocials-share-link {
    background: #00aced;
}
.custom-share .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
}
.custom-share .jssocials-share-pinterest .jssocials-share-link {
    background: #cb2027;
}
.custom-share .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f;
}
.custom-share .jssocials-share-googleplus .jssocials-share-link {
    background: #dd4b39;
}
.custom-share .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321;
}
.custom-share .jssocials-share-linkedin .jssocials-share-link {
    background: #007bb6;
}
.custom-share .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983;
}
.custom-share .jssocials-share-email .jssocials-share-link {
    background: #3490F3;
}
.custom-share .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6;
}
.custom-share .jssocials-share-whatsapp .jssocials-share-link {
    background: #29a628;
}
.custom-share .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e;
}
.custom-share .jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
}


/* Custom Buttons*/
.hs-custom-btn a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    font-family: 'MontserratBold', Arial, Verdana, Helvetica;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    background: #d64600;
    color: white;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.hs-custom-btn a:hover {
    background: #bd3e00;
    color: #fff;
    text-decoration: none;
}


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


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

@media (max-width: 1219px) {
    body {
        font-size: 15px;
    }
    .header-container .csm-bottom-header .page-center {
        max-width: 1130px;
    }
    .header-container .row-fluid .csm-bottom-header {
        min-height: 52px;
    }
}

@media (max-width: 1219px) and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
        line-height: 20px;
        padding: 16px 15px;
    }
    .header-container .row-fluid .custom-menu-primary {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
      float: none;
      max-width: 970px;
    }
    .logo-box img {
        max-width: 212.5px;
    }
    .header-container .row-fluid .csm-bottom-header {
        min-height: 50px;
    }
    .csm-breadcrumbs {
        font-size: 14px;
        line-height: 1.3em;
        padding: 11px 0 17px;
    }
    .csm-footer-social .btn-default {
        padding: 5px;
        text-align: center;
    }
    .blog .container-fluid .row-fluid .page-center,
    .blog .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    .footer-container .footer-full-wh .footer-copyright {
        width: 66.666666667%;
    }
    .footer-container .footer-full-wh .footer-open-cs-share {
        width: 33.333333333%;
    }
}

@media (max-width: 1199px) and (min-width:768px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 14px;
        line-height: 1.42857143;
        padding: 15px 14px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1150px) {
    body.blog {
        background: #000;
    }
}

@media (max-width: 995px) {
    .header-container .image-logo a {
        left: -13px;
    }
}

@media (max-width: 991px) {
    .container-fluid .row-fluid .page-center {
      float: none;
      max-width: 750px;
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
      max-width: 795px;
      padding-right: 0;
    }
    .header-container .row-fluid .logo-box {
        width: 33.33333333%;
        padding: 0 15px;
    }
    .header-container .row-fluid .csm-top-menu-social {
        width: 66.66666667%;
        max-width: 66.66666667%;
        padding: 0 15px;
    }
    .logo-box img {
        max-width: 100%;
    }
    .header-social .custom-social {
        width: 154px;
    }
    .csm-top-menu ul li {
        padding: 2px 8px 0 8px;
    }
    .csm-top-menu ul li a {
        font-size: 11px;
    }
    .our-blog .hidden-sm {
        display: none;
    }
    .header-social .custom-social {
        width: 126px;
    }
    .header-social .custom-social a:nth-child(4) {
        clear: both;
    }
    .header-contact .header-phone {
        padding: 17px 10px 6px 0;
    }
    .header-contact .header-phone a {
        font-size: 20px;
        line-height: 1.42857143;
    }
    .header-contact .header-phone a i {
        width: 20px;
    }
    .header-contact .header-contact-btn a {
        font-size: 15px;
        line-height: 29px;
        padding: 3px 12px 0px 12px;
    }
    .footer-container-wrapper .container-fluid .row-fluid .page-center {
      padding-left: 0;
      padding-right: 0;
    }
    .footer-container .footer-top-left,
    .footer-container .footer-top-right{
        width: 100%;
    }
    .footer-container .row-fluid .csm-footer-social {
        margin-bottom: 10px;
    }
    .footer-container .row-fluid .csm-footer-contact {
        margin-top: 5px;
    }
    .csm-footer-menu ul {
        padding-bottom: 40px;
    }
    .csm-footer-contact p,
    .csm-footer-contact p a {
        font-size: 14px;
    }
    .csm-footer-social .btn-default {
        padding: 5px 10px;
        font-size: 16px;
    }
    .csm-footer-social ul {
        padding-top: 0;
    }
    .csm-footer-social ul li a {
        margin: 0 2px;
    }
    .footer-container .row-fluid .csm-footer-contact {
        margin: 0;
    }
    .blog .container-fluid .row-fluid .page-center,
    .blog .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .header-container .image-logo {
        width: 33.333333333%;
    }
    .header-container .menu-blog {
        width: 66.666666667%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(1) {
        width: 37.5%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(2) {
        width: 37.5%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(3) {
        width: 25%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:nth-child(5) ul.hs-menu-children-wrapper {
        left: 0;
        right: auto;
    }
}


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

@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
    .header-container-wrapper .container-fluid .row-fluid .page-center {
      padding-left: 0;
    }
    .header-container .csm-top-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-container .row-fluid .csm-bottom-header {
        min-height: 1px;
    }
    .header-container .row-fluid .csm-top-menu {
        display: none;
    }
    .contact-details li {
        display: none;
    }
    
    .csm-top-social ul li.phone {
        display: block;
        float: none;
    }
    .csm-top-social ul li.phone a {
        font-size: 35px;
        line-height: 50px;
    }
    .header-container .row-fluid .logo-box {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .logo-box img {
        max-width: 100%;
    }
    .header-contact .header-phone {
        text-align: center;
        width: 100% !important;
        float: none;
        padding: 21px 0 0;
    }
    .header-contact .header-phone a {
        font-size: 35px;
    }
    .header-contact .header-phone a i {
        font-size: 29px;
        width: 1.25em;
    }
    .header-contact .header-social,
    .header-contact .header-contact-btn {
        display: none;
    }
    .header-container .row-fluid .csm-top-menu-social {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .header-container .row-fluid .csm-bottom-header {
        min-height: 50px;
    }
    .csm-breadcrumbs {
        padding: 11px 15px 17px;
    }
    .footer-container .row-fluid .csm-mobile-social {
        display: block;
        padding: 40px 0 20px 0;
        text-align: center;
    }
    .footer-container .row-fluid .csm-footer-wrap .page-center {
        display: none;
    }
    .csm-mobile-social ul {
        display: inline-block;
        margin: 0;
        width: 360px;
        max-width: 100%;
        padding: 0;
        list-style: none;
    }
    .csm-mobile-social ul:before,
    .csm-mobile-social ul:after {
        content: '';
        display: table;
    }
    .csm-mobile-social ul:after {
        clear: both;
    }
    .csm-mobile-social ul li {
        width: 20%;
        float: left;
    }
    .csm-mobile-social ul li i {
        font-size: 55px;
    }
    .csm-mobile-social ul li img {
        height: 56px;
        max-width: inherit;
        padding: 0 15px 0 7px;
    }
    .csm-popular ul li {
        padding: 0;
        widtH: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 20px;
    }
    body.blog {
        background: #fff;
    }
    .hs-blog-listing .body-container-wrapper {
        padding-top: 0;
    }
    .blog .body-container-wrapper .container-fluid .row-fluid .page-center {
        padding: 15px;
        -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    }
    .body-container .csm-tags {
        padding-bottom: 15px;
    }
    .body-container .csm-search {
        display: none;
    }
    .blog-listing-wrapper .post-listing {
        width: 100% !important;
        margin: 0;
    }
    .blog-listing-wrapper .post-listing .post-item.first-post {
        display: block;
    }
    .blog-listing-wrapper .post-listing .post-item.first-post .csm-left,
    .blog-listing-wrapper .post-listing .post-item.first-post .csm-right {
        width: 100%;
        float: none;
        display: block;
        padding: 0;
    }
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing .post-item:not(.first-post) {
        float: none;
        width: 100%;
        padding: 0 0 45px;
    }
    .blog-listing-wrapper .post-listing .post-item.first-post .csm-left img,
    .blog-listing-wrapper .post-listing .post-item .post-header .hs-featured-image-link img {
        margin: 0 auto 20px;
    }
    
    .blog .container-fluid .row-fluid .page-center,
    .blog .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100%;
    }
    .header-container .image-logo {
        width: 100%;
        text-align: center;
    }
    .header-container .image-logo a {
        position: static;
        top: auto;
        left: auto;
        display: block;
        text-align: center;
        padding: 2px 0px;
    }
    .header-container .menu-blog {
        width: 100%;
    }
    .menu-blog .hs-menu-wrapper > ul {
        padding-top: 4px;
    }
    .menu-blog .hs-menu-wrapper > ul > li {
        text-align: center;
    }
    .menu-blog .hs-menu-wrapper > ul > li * {
        display: inline-block;
        width: auto;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(1) {
        width: 33.333333333%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(2) {
        width: 33.333333333%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(3) {
        width: 33.333333333%;
    }
    .menu-blog .hs-menu-wrapper > ul > li:nth-child(4) {
        display: none;
    }
    .menu-blog .hs-menu-wrapper > ul > li > a .phone-visible {
        display: block;
    }
    .menu-blog .hs-menu-wrapper > ul > li > a .phone-hidden {
        display: none;
    }
    
    .header-container .header-pc,
    .footer-container .footer-top-pc {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .blog .categories-search-wrap {
        padding: 15px 0 39px;
    }
    .categories-search-wrap .categories-menu {
        width: 100%;
        padding: 0;
    }
    .tabs-menu .hs-menu-wrapper > ul > li > a {
    }
    .tabs-menu .hs-menu-wrapper > ul > li a span.visible-phone {
        display: block !important;
    }
        
    .footer-container .footer-full-wh .footer-copyright,
    .footer-container .footer-full-wh .footer-open-cs-share {
        width: 100%;
        margin: 0;
        text-align: center;
        float: none;
    }
    
    .blog-listing-wrapper {
        padding: 0 10px;
    }
    .blog-listing-wrapper .post-listing .post-item.first-post .csm-left img,
    .blog-listing-wrapper .post-listing .post-item.first-post .csm-left img,
    .blog-listing-wrapper .post-listing .post-item .post-header .hs-featured-image-link img,
    .csm-popular ul li img {
        max-height: 100%;
        width: 100%;
    }
    .blog-listing-wrapper .post-listing .post-item,
    .blog-listing-wrapper .post-listing .post-item:not(.first-post) {
        padding: 0 0 15px;
    }
    
    .csm-popular h3 {
        text-align: left;
        padding: 0 10px;
    }
}  


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

@media (max-width: 479px) {
    .csm-mobile-social ul li {
        padding: 0;
    }
}

@media (max-width: 460px) {
    .blog .blog-post-buttons > div {
        display: block;
        margin: 0 auto;
    }
    .blog .blog-post-buttons .hs-subscribe-to-blog {
        margin: 0 auto 20px;
    }
}

/* v2 */