/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400,500,700,800,900|Josefin+Sans:300,400,600,700&display=swap'); 

@import url('//fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

@import url('//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i');






/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */





@font-face {
    font-family: "Defaults";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/Defaults.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/Defaults.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/Defaults.ttf") format("truetype"),
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/Defaults.svg") format("svg");
}


@font-face {
    font-family: "linecons";
    font-style: normal;
    font-weight: 400;
    src: url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/linecons.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/linecons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/linecons.ttf") format("truetype"), 
    url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/fonts/linecons.svg") format("svg");
}


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

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

/* Light_Up_Nashville_Apr_2017-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: #1e262d;
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 21px; 
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}


/* Highlighted Text */

::-moz-selection {
  color: #fff;
  background: #FFA554;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #FFA554;
  text-shadow: none;
}


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

/* Basic text */
.body-container p,
.body-container ul,
.body-container ol{
    font-weight:500;
} 

small {}
b, strong {
    font-weight: bold;
}
em {}
cite {}
code {}
pre {
    white-space: normal !important;
}

table tr td img {
   max-width: initial;
}

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 {
    color: #333333;
    font-family: 'Josefin Sans';
    font-weight: 500;
    margin: 0 0 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

.main-content h1::before, .main-content h1::after {
  background: #ffa400 none repeat scroll 0 0;
  content: "";
  height: 3px;
  width: 70px;
  display: inline-block;
  margin-bottom: 20px;  
}

.main-content h1::before{
    margin-right: 27px;
}
.main-content h1::after{
    margin-left: 27px;
}

.main-content h1 .fa {
  color: #ffa400;
  font-size: 15px;
  height: 21px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -11px;
  width: 21px;
}

.main-content h1{
    font-family: 'Josefin Sans';
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

h1 {
  font-size: 32px;
  line-height: 30px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
h3::after {
  background-color: #ffa400;
  border-radius: 25px;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 20px;
  margin-top: 8px;
  width: 85px;
}

h4 {
    font-size: 24px;
}
h5 {
    font-size: 23px;
}
h6 {
    font-size: 22px;
}

/* Anchor Links */
a {
  color: #ffa400;
  outline: 0 none;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus { color: #000000; }

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

/* =====Lists ======*/

.body-container-wrapper ul{
	margin: 0 0 6px 9px;
	padding: 0;
    position: relative;
    list-style: none;
}

.blog .body-container-wrapper ul{
    list-style: inherit;
    margin-left: 20px;
}

.body-container-wrapper ul li{
    line-height: 1.6em;
}

.body-container-wrapper ul li:before{
    content: "\f0a4";
    font-size: inherit;
    font-family:'fontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

.blog .body-container-wrapper ul li:before{
    content:none;
}

.body-container-wrapper ol{
	margin: 0 0 6px 25px;
	padding: 0;
}

.body-container-wrapper ol li{
	margin-bottom: 5px;
}


/* 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 {
    font-family: 'Josefin Sans';
}
.header-container {}

.header-container-wrapper .page-center{}

.header-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.custom-header-top {
    background: #222222;
    z-index: 999;
    position: relative;
    border-bottom: solid 1px #444444;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
    min-height: 35px !important;
}

.custom-header-top-left-col {
    padding-top: 10px;
    color: #fff;
    font-size: 13px;    
    line-height: 20px;
}

.custom-header-top-right-col .right-topbar{
    float: right;
}

.custom-header-top-right-col .email {
    color: #FFF;
    font-weight: 500;
    font-size: 14px;
    padding-top: 10px;
    padding-right: 20px;
    float: left;
}

.custom-header-top-right-col .right {
    float: right;
    padding: 0 0 0 20px;
    margin: 0;
}

.custom-header-top-right-col .right li {
    display: inline-block;
    font-family: open sans;
    border-left: 1px solid #444444;
    margin: 0px;
    line-height: 34px;
}

.custom-header-top-right-col .right li:last-child {
    border-right: 1px solid #444444;
}

.custom-header-top-right-col a.login_button {
    padding: 5px 7px;
    text-decoration: none;
    font-size: 13px;
}

.custom-header-top-right-col .right li i {
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    font-size: 17px;
    color: #888888;
}
.custom-header-top-right-col .right li a:hover i {
    color: #ffa554 !important;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-envelope:before {
    content: "\f0e0";
}

.custom-header-middle{
    background: #333333 url("//cdn2.hubspot.net/hubfs/3295451/Light%20Up%20Nashville%20Apr%202017%20Theme/Images/header_line.png") repeat-x scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    position: relative;
    z-index: 7;
}

.fa-google-plus::before {
  content: "";
}

.custom-logo{
    padding: 38px 0 0;
}

.custom-logo img {
    max-width: 280px;
}

.custom-header-info {
    padding-top: 30px;
}

.custom-header-info ul {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  color: #ffa554;
}

.custom-header-info ul .location, .custom-header-info ul .time {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
}

.custom-header-info ul li {
    display: inline-block;
    float: left;
    margin: 0 16px;
    padding: 0;
    line-height: 18px;
}

.custom-header-info ul .top-space {
  padding-top: 30px;
}

.custom-header-info ul .icon {
  display: inline;
  float: left;
  font-family: oswald;
  font-size: 50px;
  font-weight: 400;
  margin-left: 3px;
  margin-right: 3px;
}

.custom-header-info ul .position {
  display: inline;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  padding-top: 5px;
}

.custom-header-info ul .address, .custom-header-info ul .date {
    color: #cccccc;
    font-weight: 600;
    font-size: 18px;
    font-family: open sans;
}

.custom-header-info ul li:nth-last-child(2) {
    margin-right: 2px;
}

.custom-header-info ul .position {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 5px;
}

.custom-header-info .toll-free {
    font-size: 22px;
    font-weight: 400;
    font-family: oswald;
    line-height: 22px;
    color: #FFFFFF;
    text-align: right;
    padding-bottom: 3px;
}

.custom-header-info .toll-free i {
    font-size: 28px;
    padding-right: 2px;
}

.custom-header-info .toll-free-number {
    font-size: 49px;
    font-weight: 400;
    font-family: oswald;
    line-height: 50px;
    padding-top: 5px;
    border-left: 1px solid #ccc;
    padding-left: 34px;
}

.custom-header-bottom {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: -40px;
  position: absolute;
  z-index: 999;
  transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    min-height: 70px !important;
}



.custom-header-bottom .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;.+
}

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

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

.body-container-wrapper .page-center.content-wrapper{
    padding-top: 94px;
    padding-bottom: 94px;
}

.body-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}



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


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

.footer-container-wrapper {
    font-family: 'Josefin Sans';
}

.footer-container {}

.footer-container-wrapper .page-center{}

.footer-container-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget{
	display: block;
}

.footer-container p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}

.custom-footer-bottom{
    background: #111111;
    min-height: 147px !important;
}
.custom-footer-top {
    background: #333;
    color: #cccccc;
    padding-bottom: 40px;
    padding-top: 60px;
}

.custom-footer-top h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0 0 14px;
  text-transform: uppercase;
  margin: 0;
  font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.custom-footer-top h3:after{
    content:none;
}

.custom-copyright {
    color: #a8a8a8;
    text-align: left;
    padding-top: 60px;
    font-size: 14px;
}
.custom-copyright a{
    color: #ffa554;
}
.custom-footer-social-icon ul {
    margin: 0px;
    padding: 43px 0px 0px 0px;
    float: right;
}

.custom-footer-social-icon ul li {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 5px;
    text-align: center;
    border: solid 1px #212121;
    font-size: 14px;
    line-height: 18px;
}

.custom-footer-social-icon ul li a {
    color: #9e9e9e;
    width: 47px;
    height: 47px;
    display: block;
}

.custom-footer-social-icon ul li i {
    padding-top: 14px;
    font-size: 22px;
}

.custom-footer-social-icon ul li.facebook:hover {
    background: #3b5998;
}

.custom-footer-social-icon ul li.youtube:hover {
    background: #C3181E;
}

.custom-footer-social-icon ul li.googleplus:hover {
    background: #DD4B39;
}

.custom-footer-social-icon ul li.instagram:hover {
    background: #125688;
}

.custom-footer-social-icon ul li:hover i {
    color: #ffffff;
}

.custom-footer-recent .hs-rss-item {
  margin-bottom: 0;
  padding: 0;
}

.custom-footer-recent .hs-rss-module {
    margin: 0 0 8px;
    padding: 0 0 20px;
}

.custom-footer-recent .hs-rss-item .hs-rss-item-image-wrapper {
    background: #999999 none repeat scroll 0 0;
    float: left;
    height: 62px;
    width: 96px;
}

.custom-footer-recent .hs-rss-item-text {
    padding-left: 105px;
    float: none !important;
    width: auto !important;
    padding-right: 0 !important;
}
.custom-footer-recent .hs-rss-title {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 5px;
}

.custom-footer-recent .hs-rss-title:hover{
    color: #ffa554 !important;
}

.custom-footer-recent .meta{
    color: #999999;
    font-size: 14px;
    padding-bottom: 4px;
    display: block;
}

.custom-footer-contact-info ul {
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
  
}

.custom-footer-contact-info ul li {
  margin: 0;
  padding: 0 0 26px;
  font-size: 14px;
  line-height: 18px;
}

.custom-footer-contact-info ul li i {
    float: left;
    font-size: 33px;
    color: #ffa554;
    margin-right: 14px;
    text-align: center;
    width: 25px;
    height: 32px;
    line-height: 1;
}

.custom-footer-contact-info ul li div {
    padding-top: 2px;
}

.vc_li-location::before {
    content: "";
}
.vc_li-phone:before {
    content: "\e017";
}
.vc_li-world:before {
    content: "\e02f";
}

[class*=" vc_li-"]:before, [class^=vc_li-]:before {
    font-family: linecons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0;
}

.custom-footer-logo img {
    margin-bottom: 20px;
    max-width: 220px;
}


.custom-footer-request-quote .title {
    font-size: 21px;
    font-family: oswald;
    color: #C7C7C7;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 3px;
}

.custom-footer-request-quote .number {
    font-size: 45px;
    font-family: oswald;
    color: #FFFFFF;
    line-height: 40px;
    padding-bottom: 10px;
}

.custom-footer-request-quote .left-border {
    float: left;
    width: 118px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}

.custom-footer-request-quote .or {
    color: #888888;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 5px;
    line-height: 1.2em;
    float: left;
}

.custom-footer-request-quote .right-border {
    float: left;
    width: 118px;
    margin-top: 4px;
    height: 7px;
    border-bottom: 1px solid #444444;
}

.custom-footer-request-quote .quote-button {
    padding-top: 40px;
    left: 0;
    position: relative;
}
.custom-footer-request-quote .quote-button a {
    background-color: #ffa554;
    border-radius: 50px;
    width: 234px;
    color: #000;
    font-size: 25px;
    padding: 17px 0px;
    border-radius: 50px;
    font-family: oswald;
    border: 1px solid #ffa554;
    transition: all 0.3s ease-out;
    display: inline-block;
    text-align: center;
}
.custom-footer-request-quote .quote-button a:hover {
    background-color: #333;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-out;
}





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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
	display:block;
    font-family: 'Josefin Sans';
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
	  text-decoration: none;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    white-space: normal !important
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        border-top: 4px solid rgba(0, 0, 0, 0);
        font-size: 14px;
        line-height: 18px;
        display: inline-block;
        float: none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
        border-top: 4px solid #ffa400;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        text-decoration: none;
        border-radius: 10px;
        color: #000000;
        font-size: 13px;
        line-height:18px;
        font-weight: 400;
        padding: 22px 22px 27px 23px;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children::after {
      color: #000000;
      content: "";
      display: block;
      font-family: fontawesome;
      height: 0;
      position: absolute;
      right: 8px;
      top: 23px;
      transition: height 0.2s ease 0s;
      z-index: 53;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        transition: all 0.6s ease 0s !important;
        background-color: #333;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        border-bottom: 1px solid #3f3f3f;
        width: 235px;
        font-weight: normal;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        color: #ddd;
        padding: 9px 20px;
        display: block;
        float: none;
        font-weight: 500;
        font-size:13px;
        line-height:normal;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
        background: #ffa554;
        color: #333;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
        margin-top:-8px !important;
    }
    .custom-phone{
        display:none !important;
    }
    .custom-header-middle{
        min-height: 195px !important;
    }
    .smaller .custom-header-bottom {
        position: fixed;
        max-width: 100%;
        width: 100% !important;
        left: 0 !important;
        margin: 0;
        top: 0;
        background: #fff;
        z-index: 200;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
    }
}


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

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

@media (max-width:1199px){

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 26px;           /* Position Button at right of screen */
    right: 26px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 13px 9px 12px;
    background: #333;
    border: 1px solid #eeeeee;
    font-size: 16px;
    line-height:18px;
    font-weight: normal;
    text-align: left;
    z-index: 999999;
    vertical-align: middle;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    
  }

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

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -6px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 25px; /* Icon line width */
    height: 4px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #999999; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* 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{
      
  }

  /* ===== 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: 100% !important; /* Button width */
    min-width: 55px !important;
    height: 36px !important; /* Button height */  
    padding: 0 !important;
  }
  .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: transparent;
    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: 0; /* Makes room for button */
    margin: 0;
    min-height: 0 !important ;
  }

  /* 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: #333;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary .hs-menu-wrapper > ul{
       padding: 27px 0 0;
   }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px; /* Font size of top level list items */
    line-height: 18px;
    overflow: visible;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
      font-size: 14px;
    }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-bottom: 1px solid #444444;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 10px 10px 10px 20px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:hover a{
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
  }

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    
  }
  .custom-desktop {
        display:none !important;
   }
}


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


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

/* Blog Post and Listing Body Class */

.blog {}

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

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

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

.blog .body-container-wrapper .page-center.content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

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

.blog .blog-content {}

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

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

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

.hs-blog-header {
    padding-top:45px;
    font-family: Open Sans,Arial,Helvetica,sans-serif;
}
.hs-blog-header .page-title a{
    display: inline-block;
    padding: 20px 45px;
    font-size: 30px;
    min-height: 70px;
    color: #ffa554;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 500;
    background: #333;
}

.hs-blog-listing .current,
.hs-blog-listing .post-breadcrumb{
    display: none !important;
}

.hs-blog-header .current {
    display: inline-block;
    padding: 15px 20px;
    font-size: 30px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    background: #ffa554;
    border: 5px solid #333;
}

.hs-blog-header > span {
    float: left;
}

.post-breadcrumb{
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
    margin-top: -6px;
}

.post-breadcrumb a:after {
    content: '\f105';
    font-family: fontawesome;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 0;
}

.post-breadcrumb  span.active {
    display: inline-block;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
}

/* Blog Post Title */
.post-header h2 {
	margin: 0;
	padding: 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    Font-size: 33px;
    color:#333;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.post-header h2 a {
	text-decoration: none;
    color:#333;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom: 80px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */

.hs-featured-image-wrapper {
    margin-bottom: 20px;
}
.hs-featured-image-wrapper .hs-featured-image-link {}

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

/* Read More Link */

a.more-link {
	display: inline-block;
	margin: 30px 0 0;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: all 0.3s ease-out;
    background: #ffa554;
    font-size: 15px;
    line-height: 20px;
}

a.more-link i {
    margin-right: 10px;
}

a.more-link:hover {
    background: #333;
    color: #ffa554;
}

/* Blog Topics List */
#hubspot-topic_data {
    margin:0 0 20px;
}
#hubspot-topic_data a.topic-link {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eee;
    padding: 0 15px;
    font-size: 14px;
    background: #f9f9f9;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
}

#hubspot-topic_data a.topic-link:hover {
    background: #333;
    
}
/* Blog Social Sharing Icons */



.hs-blog-social-share-list{
	list-style:none;
	margin:0;
	padding:0;
}

.hs-blog-social-share-list li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.custom_listing_comments{
    
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}

.blog-pagination a {
    width: 40px;
    height: 40px;
    float: left;
    font-size: 15px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    font-family: open sans;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    background: #333;
    color: #ffa554;
    font-family: 'Josefin Sans';
}
.blog-pagination a:hover {
    background: #ffa554 !important;
    color: #fff;
}

.blog-pagination a.active {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -5px;
    font-size: 20px;
    cursor:text;
    background: #ffa554 !important;
    color: #333 !important;
}

.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 {}

.hs-rss-byline {
    font-style: italic;
    opacity: 1;
}

.hs-rss-item {
  margin-bottom: 0;
  padding: 5px 0 10px;
}

.hs-blog-header-group{
    min-height: 215px !important;
    background: #f9f9f9;
    padding-top: 26px;
    position: relative;
}

.blog .body-container-wrapper .page-center{
    padding-left:0 !important;
    padding-right:0 !important
}

.post-header .date-box {
    Font-size: 33px;
    color: #ffa400;
    margin-right: 20px;
    height: 60px;
    font-family: 'Montserrat';
    font-weight: 400;
    float: left;
    line-height: 0.8;
    text-transform: uppercase;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.post-header .date-box .day {
    Font-size: 45px;
    color: #ffa554;
    line-height: 0.8;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.post-header .date-box .month {
    Font-size: 20px;
    color: #333;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.post-header .date-box span {
    display: block;
}
.post-header .byline-box ul{
    list-style:none;
    padding: 0 0 0 20px;
    margin:0;
}
.post-header .byline-box {
    margin-top: 5px;
    line-height: 35px;
    margin-bottom: 0px;
}
.post-header{
    margin-bottom: 20px;
}
.post-header .byline-box ul li {
    display: inline-block;
    Font-size: 13px;
    color: #999;
    font-family: open sans;
    font-weight: 400;
    line-height: 1;
    margin-right: 15px;
    border-right: 1px solid;
    padding-right: 15px;
    margin-bottom: 0;
}
.post-header .byline-box ul li a{
    color: #ffa554!important;
}

.post-header .byline-box ul li:last-child{
    border:none;
}

.hs-featured-image-wrapper{
    position:relative;
    overflow: hidden;
}

.hs-featured-image-wrapper .featured-image-hoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(255, 179, 0, 0.8);
    transition: all 0.3s ease-out;
}

.hs-featured-image-wrapper:hover .featured-image-hoverlay {
    opacity: 1;
    background: rgba(255, 165, 84, 0.80) !important;
}

.hs-featured-image-wrapper .featured-btns-hover {
    position: absolute;
    z-index: 999;
    color: #333;
    top: 120%;
    left: 50%;
    margin-left: -70px;
    margin-top: -30px;
    transition: all 0.3s ease-out;
}

.hs-featured-image-wrapper:hover .featured-btns-hover{
    top: 50%;
}

.hs-featured-image-wrapper .featured-btns-hover i {
    background: #333;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 23px;
    border-radius: 50%;
    margin-right: 5px;
    color: #ffa554;
}

.fa-search:before {
    content: "\f002";
}

.blog-content p,
.blog-content em{
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.blog-content ul{
    font-size: 14px;
    line-height: 1.5;
}

.blog-content {
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}
.hs-blog-post .blog-content {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

#hubspot-topic_data i {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
    margin-right: 10px;
    color: #333;
}

.share-box .share-title {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    float: left;
    padding: 0 20px 0px 0px;
}

.share-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.custom-recent-posts{
    margin-top: 70px;
}

.custom-recent-posts h3 {
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 1.1;
    font-family: raleway;
    font-weight: 600;
    color: #333 !important;
    text-transform: uppercase;
    border-left: 2px solid #ffa554;
    padding-left: 10px;
}

.custom-recent-posts h3:after{
    content:none;
}

.custom-recent-posts .hs-rss-module {
    width: 33.33%;
    float: left;
    padding-right: 20px;
}

.custom-recent-posts .hs-rss-item {
    margin-bottom: 0;
    padding: 0;
}

.custom-recent-posts .hs-rss-item-image-wrapper {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px !important;
}

.custom-recent-posts .hs-rss-item-text {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}

.custom-recent-posts .hs-rss-item-text a,
.custom-recent-posts .hs-rss-item-text span{
    display: block !important;
}

.custom-recent-posts .hs-rss-item-text .hs-rss-title {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 2px;
}
.custom-recent-posts .hs-rss-item-text .hs-rss-title:hover{
    color: #ffa554!important;
}
.custom-recent-posts .hs-rss-item-text .meta {
    font-size: 14px;
    color: #999;
}


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

.blog .blog-sidebar {}

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

.sidebar h3{
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 35px;
    font-family: raleway;
    font-weight: 600;
    text-transform: uppercase;
    color:#333;
}

.sidebar h3:after{
    content: "";
    border-radius: 25px;
    height: 4px;
    width: 85px;
    margin-bottom: 20px;
    margin-left: 0;
    border: none;
    background-color: #ffa554;
    display:block;
    margin-top: 3px;
}

.sidebar ul, .sidebar ol {
    list-style: none !important;
    margin: 0;
    padding: 0;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
}

.sidebar li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    line-height: 18px !important;
    margin-bottom: 12px;
    font-size: 14px;
}
.sidebar li a {
    color: #333 !important;
}
/* =============== Blog Author Page and Author Bio =============== */

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

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

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}
.hs-author-avatar {
 max-width: 70px;
 padding: 10px 10px 10px 0;
}

.hs-author-avatar img {
 height: auto !important;
 max-width: 100%;
 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 {}


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


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

.main-content .form-title {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    line-height: 35px;
    font-family: raleway;
}

.main-content .form-title::after {
    content:"";
    height: 4px;
    width: 85px;
    margin-bottom: 20px;
    background-color: #ffa400;
    display: block;
    border-radius: 25px;
}

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

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

/* Labels and Legends */
body label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    font-color: red !important; 
}
.hs-form-field > label {}

/* 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 {
	background-color: #fff;
    border-radius: 2px;
    color: #333;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    line-height: 1.3;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	vertical-align: middle;
	width: 100%;
	max-width: 600px;
}

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: 0;
	border: 1px solid #999;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
	color:red;
}
* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body form.hs-form .hs-form-field ul li{
	padding: 0 0 5px;
	margin: 0;
	background: none !important;
}

body form.hs-form .hs-form-field ul li:before,
body form.hs-form .hs-form-field ul li:after{
	display: none;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}

body input[type="radio"] {
	width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

body input[type="checkbox"] {
	width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}

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


#comments-listing {
    border: 0px solid #e2e2e2;
    margin-bottom: 0px;
    margin-top: 20px;
	padding: 0px;
}


.comment.depth-0 {
    border-bottom: 1px solid #e2e2e2 !important;
    border-top: medium none !important;
    margin: 10px 0px !important;
    padding: 10px 0 !important;
}

.comment-from, .comment-date {
  display: block;
  text-align: left;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    padding: 0;
}

.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    display: block !important;
    text-align: left;
}
#comment-form {
    display: block;
    margin: 40px 0 20px;
}

#comment-form .actions{}

#comment-form .actions .hs-button{
    margin-top: 10px;
    background: #333;
    font-size: 14px;
    border: 0;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    line-height: normal;
    padding: 8px 10px;
    font-family: 'raleway', Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	display: inline-block;
    font-weight: bold;
	white-space: normal;
	margin-bottom: 8px;
	color: #333;
    font-size: 15px;
    padding: 10px 15px;
	line-height: normal;
	background-color: #eee;
    border: 1px solid #ccc;
	text-align: center;
    vertical-align: middle;
	text-decoration: none !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	text-decoration: none;
	background-color: #ddd;
    border: 1px solid #ccc;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
    background-color: #ddd;
    border: 1px solid #ccc;
}


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

.filter-link-count {
    display: none;
}

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


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


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

@media (max-width: 1220px) {
    .blog .body-container-wrapper .page-center {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
@media (max-width: 1199px) {
    .container-fluid .row-fluid .page-center {
        max-width: 960px;
    }
    .custom-logo {
      padding: 15px 0 35px;
    }
    .custom-logo img {
      max-width: 220px;
    }
    .custom-footer-request-quote .number{
        font-size: 30px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .custom-footer-request-quote .right-border,
    .custom-footer-request-quote .left-border{
        width: 85px;
    }
    .custom-footer-request-quote .quote-button a {
        width: 170px;
        font-size: 18px;
        padding: 12px 0px;
        text-align: center;
    }
    .custom-footer-social-icon ul li a{
        width: 40px;
        height: 40px;
    }
    .custom-footer-social-icon ul li i{
        padding-top: 10px;
    }
    .post-header h2{
        font-size: 25px;
    }
    .main-content h1{
        font-size: 20px;
    }
    .main-content h1::before, .main-content h1::after{
        margin-bottom: 7px;
    }
    .main-content h1 .fa{
        top: -18px;
    }
    h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    h3{
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 959px) {
    .container-fluid .row-fluid .page-center {
        max-width: 768px;
    }
    .custom-footer-logo img {
        max-width: 180px;
    }
    .custom-footer-request-quote .number{
        font-size: 25px;
        line-height: 25px;
    }
    .custom-footer-request-quote .right-border, .custom-footer-request-quote .left-border {
        width: 60px;
    }
    .custom-footer-request-quote .quote-button a{
        width: 120px;
        font-size: 14px;
        padding: 7px 0px;
    }
    .custom-footer-social-icon ul li a {
        width: 32px;
        height: 32px;
    }
    .custom-footer-social-icon ul li i{
        font-size: 18px;
        padding-top: 8px;
    }
    .blog .blog-content,
    .blog-sidebar {
        width:100% !important;
        margin-left:0 !important;
    }
    .blog .blog-sidebar{
        padding-top: 50px;
    }
    
}

@media (min-width: 768px) and (max-width: 800px) {
    .custom-footer-column {
        width: 47% !important;
        margin-bottom: 20px;
    }
}

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

@media (max-width: 767px) {
    .container-fluid .row-fluid .page-center {
        max-width: 420px;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-footer-social-icon ul li a {
        width: 40px;
        height: 40px;
    }
    .custom-footer-social-icon ul li i {
        font-size: 20px;
        padding-top: 10px;
    }
    .footer-container-wrapper .page-center{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .custom-footer-request-quote .number {
        font-size: 45px;
        line-height: 40px;
    }
    .custom-footer-column{
        margin-bottom: 43px !important;
        width: 100% !important;
    }
    .custom-footer-request-quote .quote-button{
        text-align: center;
    }
    .custom-footer-request-quote .quote-button a {
        width: 234px;
        font-size: 25px;
        padding: 17px 0px;
    }
    .share-box .share-title{
        float: none;
        padding: 0 20px 10px 0px;
    }
    .custom-recent-posts .hs-rss-module {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .custom-logo{
        padding: 15px 0 33px;
    }
    .custom-logo img {
        max-width: 230px;
    }
    .post-header h2{
        font-size: 20px;
    }
    .blog .body-container-wrapper .page-center.content-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .custom-footer-request-quote .right-border, .custom-footer-request-quote .left-border {
        width: 35%;
    }
    .post-header .byline-box{
        clear: both;
    }
    .post-header .byline-box ul{
        padding: 0;
        margin: 0;
    }
    h2 {
        font-size: 22px;
        line-height: 30px;
    }
    h3{
        font-size: 20px;
        line-height: 30px;
    }
    .hs-blog-header > span {
        float: none;
    }
    .hs-blog-header .page-title a{
        display: block;
    }
    .main-content h1::before, .main-content h1::after {
       margin: 0;
       float: none !important;
       width: auto !important;
       margin-top: 10px !important;
       margin-bottom: 13px !important;
       margin-left: -20px;
       display: block;
       margin-right: -20px;
    }
    
    .main-content h1::after {
       margin-top: 13px !important;
    }
    
    .main-content h1 {
        color: #333;
        display: inline-block;
        padding: 0px 20px !important;
        text-align: left;
    }
    .hgroup {
        text-align: center;
    }
}  


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

@media (max-width: 479px) {
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	  display: block !important;
	  float: none;
	  margin-left: auto;
	  margin-right: auto;
	}
    .container-fluid .row-fluid .page-center {
        max-width: 300px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-logo img {
        max-width: 220px;
    }
    .custom-logo {
        padding: 15px 0 35px;
    }
    .hs-blog-header{
        padding-top: 0;
    }
    .post-breadcrumb{
        margin-top: 0;
    }
    .hs-blog-header .page-title a{
        padding: 15px 25px 5px;
        font-size: 15px;
        min-height: 0;
        line-height: 30px;
    }
    .hs-blog-header .current{
        line-height: 30px;
        padding: 10px 20px;
        font-size: 15px;
        display: block;
    }
    .hs-blog-header-group{
        min-height: 0 !important;
        margin-bottom: 25px;
    }
    .footer-container-wrapper .page-center{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .hs-blog-listing .hs-blog-header .page-title a{
        padding: 15px 25px 25px;
        margin-top: 6px;
        margin-bottom: 25px;
        display: inline-block;
    }
    
}


@media (max-width: 330px) {
    .custom-logo img {
        max-width: 200px;
    }
    
}

@media (max-height: 500px) and (max-width: 1199px) {
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        max-height: 500px;
        overflow-y: scroll !important;
    }
}



/* New Header */

.blog-2020{
    font-size:20px;
    line-height:30px;
}

.blog-2020 h2{
    font-size:40px;
    line-height:42px;
    font-family: 'Josefin Sans';
}

.blog-2020 h1,

.row-fluid .heronew-content h1{
    font-size:50px;
    line-height:1;
}


.hs-blog-listing .blog4-left .blog-inner-title1 h2,
.blog-2020.hs-blog-listing .blog4-left .blog-inner-title1 h2,
.blog-2020 h2,
.row-fluid .heronew-content h1{
        text-transform: none;
    font-variant: small-caps;
}

.row-fluid .header-2020 { }
.row-fluid .header-2020 .custom-logo { padding: 37px 0 0 2px; }
.row-fluid .header-2020 .custom-header-middle .page-center > div { max-width: 1097px; margin: 0 auto; }
.row-fluid .header-2020 .custom-logo img { max-width: 140px; }

.row-fluid .header-2020  .custom-header-info { padding-right: 39px; width: calc(100% - 250px); margin: 1px 0 0; }

.row-fluid .header-2020 .custom-header-info .toll-free-number { font-family: serif; }
.row-fluid .header-2020 .custom-header-info .toll-free { font-family: serif; }
.row-fluid .header-2020 .custom-header-info .location, .row-fluid .header-2020 .custom-header-info .time { font-family: 'Josefin Sans'; }
.row-fluid .header-2020 .custom-logo { width: 250px; }

.row-fluid .header-2020 .navigation { }
.row-fluid .header-2020 .navigation > div > div { display: flex; }
.row-fluid .header-2020 .navigation .custom-menu-primary { width: calc(100% - 253px); }
.row-fluid .header-2020 .navigation .custom-menu-primary + div { margin: 0; width: 253px; }
.row-fluid .header-2020 .navigation  .search-box { padding: 0 26px 0px 18px; background: #ffa400; height: auto; line-height: normal; display: flex; align-items: center; }
.row-fluid .header-2020 .navigation .search-box input.hs-search-field__input { height: 42px; width: 100%; border-radius: 0px; border: none; }
.row-fluid .header-2020 .navigation .search-box > div { height: 42px; width: 100%; }

.row-fluid .header-2020 .navigation .search-box input.hs-search-field__input { padding-right: 50px; }
.row-fluid .header-2020 .navigation .search-box button { position: absolute; top: 0; right: 0; width: 42px; height: 42px; background-color: #333; font-size: 24px; color: #fff; border: none; border-radius: 2px; }
.row-fluid .header-2020 .navigation .search-box form { position: relative; }
.row-fluid .header-2020 .navigation .search-box path { fill: #fff; }
.row-fluid .header-2020 .navigation .search-box .hs-search-field__bar button svg { width: 25px; height: auto; margin-top: 8px; }


/* new blog */

.row-fluid .bgimg-main { background-size: cover; background-repeat: no-repeat; background-position: center center }
.row-fluid .bg-img { display: none }
.row-fluid .bgimg-main1 { background-size: cover; background-repeat: no-repeat; background-position: center center }
.row-fluid .bgimg-main1 img { display: none }
.row-fluid .bg-repeat { background-size: auto; background-repeat: repeat }

.row-fluid .heronew-section { position:relative; }
.row-fluid .heronew-section:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; opacity:0.8; background:#333333; }
.row-fluid .heronew-section > div { position:relative; }
.row-fluid .heronew-content { padding:160px 0 80px; }
.row-fluid .heronew-content h1 {color:#fff; font-weight:600; letter-spacing:2px; text-align:center;  }


.row-fluid .blog-new { padding:80px 0; }
.row-fluid .blog-block1 .post-listing { margin:0; } 
.row-fluid .blog-block1 .post-listing h3:after{display:none;}
.row-fluid .blog-postbg { height:450px; }
.row-fluid .post-box-inner { margin-bottom:40px; text-align:center; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; background:; -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;;  }
.row-fluid .post-box-inner:hover { -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -o-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 6px 10px rgba(0,0,0,0.2);
     box-shadow: 0 6px 10px rgba(0,0,0,0.2);; }
.row-fluid .post-box-inner a.topic-link { margin:0 2px; color:#fff; }
.row-fluid .post-box-inner a.topic-link:hover { color:#fff; }
.row-fluid .post-box-inner .row-fluid a.topic-link:last-child { margin:inherit; }
.row-fluid .blog-inner-text { padding:0 25px 35px; } 

.row-fluid .blog-inner-title { margin-left:50px; margin-right:50px; margin-top:-60px; padding:20px; background:; position:relative; } 
.row-fluid .blog-inner-title:after { content: ''; border: 60px solid ; position: absolute; top: 0; right: 100%; /* border-right-color: transparent; */ border-left-color: transparent; border-bottom-color: transparent; border-top-color: transparent; } 
.row-fluid .blog-inner-title:before { content: ''; border: 60px solid ; position: absolute; top: 0; left: 100%; border-right-color: transparent; /*border-left-color: transparent;*/ border-bottom-color: transparent; border-top-color: transparent; } 

.row-fluid .blog-inner-title .hubspot-editable:after { content:''; margin:10px auto 0; width:60px; height:1px; background:; display:block; }
.row-fluid .blog-inner-title .hubspot-editable { font-style:italic; font-family: 'Josefin Sans'; }
.row-fluid .blog-inner-title h2 { font-size:26px; line-height:34px; letter-spacing:1.5px; }
.row-fluid .blog-inner-title h2 a { color:; }
.row-fluid .blog-inner-title h2 a:hover { color:; }
.row-fluid .blog-inner-title a { color:; }
.row-fluid .blog-inner-title a:hover , .row-fluid .contact-box-blog a:hover { color:; }
.row-fluid .blog-comment { margin-top:25px; width:100%; display:inline-block; }
.row-fluid .contact-box-blog { padding:0; width:33.33%; display:inline-block; vertical-align:middle; border:1px solid ; float:left; }
.row-fluid .contact-box-blog a { color:; }

.row-fluid .title-heading-right h3 , .row-fluid .blog-recent-slider h3 { font-size:16px; line-height:26px; padding:12px 10px;  color:#fff; font-weight:normal; background:; text-align:center; text-transform:uppercase; position:relative; letter-spacing:0.7px; }
.row-fluid .title-heading-right h3:after , .row-fluid .blog-recent-slider h3:after { content:''; border:1px solid rgba(255,255,255,0.5); position:absolute; top:5px; bottom:5px; right:5px; left:5px; }

.row-fluid .blog-post-right { padding:25px; margin-bottom:30px; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }
.row-fluid .blog-right-icon ul.share-buttons { margin-top:25px; }
.row-fluid .blog-right-icon ul.share-buttons li a { width:36px; height:36px; line-height:34px; border:1px solid ; display:inline-block; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }
.row-fluid .blog-right-icon ul.share-buttons li a:after { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .blog-right-icon ul.share-buttons li a:hover { background:; border-color:; }
.row-fluid .blog-right-icon ul.share-buttons li a:hover:after {color:#fff; }

.row-fluid .blog-right-form { padding:15px; border:1px solid ; }
.row-fluid .blog-right-form .hs-form-field > label { display:none; }
.row-fluid .blog-right-form .hs-input { background:; border:1px solid  }

.row-fluid .blog-right-form .hs-button { width:100%; }
.row-fluid .blog-right-form .hs-button:hover { background:transparent; border:2px solid ; color: }
.row-fluid .popular-box { display:inline-block; width:100%; margin-top:20px; }
.row-fluid .blog-popular .post-image { width:90px; height:60px; float:left; }
.row-fluid .popular-text { width:calc(100% - 90px); float:left; padding-left:15px; }
.row-fluid .popular-date { font-style:italic; font-family: 'Josefin Sans'; }
.row-fluid .popular-box .post-title { font-size:16px; line-height:24px; font-weight:600; }
.row-fluid .popular-box .post-title a { color:; }
.row-fluid .popular-box .post-title a:hover { color:; }

.row-fluid .blog-categories .widget-module ul { margin:15px 0 0; padding:0; list-style-type:none; }
.row-fluid .blog-categories .widget-module ul li { margin:0; padding:7px 0; display:block; border-bottom:1px solid ; }
.row-fluid .blog-categories .widget-module ul li a { color:; }
.row-fluid .blog-categories .widget-module ul li a span { float:right }
.row-fluid .blog-categories .widget-module ul li a:hover { color:; }
.row-fluid .blog-categories .widget-module ul li:last-child { border-bottom:none; }

.hs-blog-listing .blog-recent-slider , .hs-blog-listing .blog-form-new  { display:none; }

/* blog author section */
.hs-blog-post .blog-about-author { padding: 25px; position: relative; min-height:180px; display:flex; align-items:center; }
.row-fluid .blog-author-img { width: 120px; height: 120px; position: absolute; top: 25px; left: 25px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; -ms-border-radius: 50%; border-radius: 50%; display: inline-block }
.row-fluid .blog-author-text { padding-left: 145px }
.row-fluid .blog-author-text h3 { font-size: 20px; line-height: 26px; text-transform: uppercase; padding: 0; letter-spacing: 1px }
.row-fluid .blog-author-text h3:after {content: '';margin: 10px 0 5px;width: 35px;height: 2px;background: #ffa400;display: block;}
.row-fluid .blog-author-text h3 a { color: #1a1a1a }
.row-fluid .blog-author-text h3 a:hover {color: #ffa400;}

.hs-blog-post .about-author-sec { padding: 40px 38px 25px; background: #fff; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) }
.hs-blog-post .about-img { margin-top: 5px; width: 88px; height: 88px; display: inline-block; float: left }
.hs-blog-post .about-text { padding: 0 0 0 22px; width: calc(100% - 88px); display: inline-block; float: left }
.hs-blog-post .about-text h3 { font-size: 14px; line-height: 20px; text-transform: uppercase; letter-spacing: .5px; padding: 0 0 5px }


/*.hs-blog-post .row-fluid .blog-block { padding:25px; background:; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }*/
.hs-blog-post .blog-new1 { padding:25px; background:; -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -o-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
     box-shadow: 0 2px 8px rgba(0,0,0,0.1);; }
.hs-blog-post .blog-block .post-header { text-align:center; }
.hs-blog-post .blog-block .post-header h1 { padding:0; }

.hs-blog-post .blog-block .hs-featured-image-wrapper { height:500px; }
.hs-blog-post .blog-block .post-body { padding-top:20px; }
.hs-blog-post .blog-block blockquote { padding:12px 20px 8px 55px; border-left:none; background:; position:relative; }
.hs-blog-post .blog-block blockquote:after { content:"\f10d"; font-size:22px; display:inline-block; font-family: 'FontAwesome'; position:absolute; top:20px; left:24px; color:; }
.hs-blog-post .blog-block blockquote:before { content:''; position:absolute; top:10px; bottom:10px; right:10px; left:10px; border:1px solid ; }

.hs-blog-post .blog-new-comment { margin-top:10px; display:inline-block; width:100%; text-align:center; }
.hs-blog-post .blog-new-comment .custom_listing_comments1,  .hs-blog-post .blog-new-comment .social-sharing   { padding:7px 0; width:50%; float:left; border:1px solid ; height:38px; }
.hs-blog-post .blog-relatedN .related-author , .hs-blog-post .blog-relatedN .related-date { display:inline-block; font-size:16px; font-family: 'Josefin Sans'; font-style:italic; }
.hs-blog-post .blog-new-comment .social-sharing  {padding:0;}

/* blog-pagination */
.hs-blog-post .blog-pagination { margin: 30px 0; padding: 25px; background: #fff; -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) }
.hs-blog-post .blog-previous, .hs-blog-post .blog-next { width: calc(50% - 4px); padding: 0 15px; display: inline-block; vertical-align: middle; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #1a1a1a; }
.hs-blog-post .blog-previous span, .hs-blog-post .blog-next span { margin-top:10px; display:inline-block; line-height: normal; width: 100%; }
.hs-blog-post .blog-previous a, .hs-blog-post .blog-next a { font-style: italic; letter-spacing: 0; text-transform: initial; color: #777; border-radius: 0; background: transparent !important; display: block; height: auto !important; min-height: auto; line-height: normal; width: 100%; margin: 0; text-align: left; }
.hs-blog-post .blog-previous a:hover, .hs-blog-post .blog-next a:hover { color: #ffa400; }
.hs-blog-post .blog-previous { border-right: 1px solid #e0e0e0 }
.hs-blog-post .blog-next { text-align: right }
.hs-blog-post .blog-next a { text-align: right; }

/* blog-recent-slider */
.row-fluid .blog-recent-slider , .row-fluid .blog-form-new { padding:25px; margin-top:30px; -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 7px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 7px rgba(0,0,0,0.1);
     box-shadow: 0 0 7px rgba(0,0,0,0.1);; }
.row-fluid .related-slider1 { margin:0; padding:30px 0; }
.row-fluid .related-slider1 .related-text {  -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    -o-box-shadow: inherit;
    -ms-box-shadow: inherit;
     box-shadow: inherit;;  }
.row-fluid .related-slider1 ol.flex-control-nav li a, .row-fluid .related-slider1 ul.slick-dots li button { width:12px; height:12px; -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;; }

/* blog form new */
.row-fluid .blog-form-new .hs-richtext { margin:0 0 35px; }
.row-fluid .blog-form-new .hs-richtext:after { display:none; }
.row-fluid .blog-form-new h4 { margin:0 15px; font-size:18px; line-height:26px; padding:12px 10px;  color:#fff; font-weight:normal; background:; text-align:center; text-transform:uppercase; position:relative; }
.row-fluid .blog-form-new h4:after { content:''; border:1px solid rgba(255,255,255,0.5); position:absolute; top:5px; bottom:5px; right:5px; left:5px; }

.row-fluid .blog-form-new form { margin:0 -15px; display:block; }
/* .row-fluid .blog-form-new .hs-form-field > label { display:none; } */
.row-fluid .blog-form-new input, .row-fluid .blog-form-new form button, .row-fluid .blog-form-new textarea, .row-fluid .blog-form-new select, .row-fluid .blog-form-new input[type="text"], .row-fluid .blog-form-new input[type="password"], .row-fluid .blog-form-new input[type="datetime"], .row-fluid .blog-form-new input[type="datetime-local"], .row-fluid .blog-form-new input[type="date"], .row-fluid .blog-form-new input[type="month"], .row-fluid .blog-form-new input[type="time"], .row-fluid .blog-form-new input[type="week"], .row-fluid .blog-form-new input[type="number"], .row-fluid .blog-form-new input[type="email"], .row-fluid .blog-form-new input[type="url"], .row-fluid .blog-form-new input[type="search"], .row-fluid .blog-form-new input[type="tel"], .row-fluid .blog-form-new input[type="color"] { background:; border:1px solid ; font-family: 'Josefin Sans'; font-style:italic; }
.row-fluid .blog-form-new .hs-button { width:100%; border:none; background-color:; border:2px solid transparent; font-family: 'Josefin Sans'; font-style:normal;  }
.row-fluid .blog-form-new .hs-button:hover { border-color:; background:transparent; color:; }  
.row-fluid .blog-form-new .hs-form-field { padding:0 15px; width:33.33%; float:left; margin-bottom:30px; }
.row-fluid .blog-form-new .hs_comment.hs-form-field { width:100%; }
.row-fluid .blog-form-new .actions { display:inline-block; width:100%; padding:0 15px; }
.row-fluid .blog-form-new .hs_subscribe { width:auto; }
.row-fluid .blog-form-new .hs-form-field.hs-website {clear:left;}

/* comment */
.row-fluid .new-comments { font-size:17px; line-height:34px; text-align:center; }
.row-fluid .new-comments .comment  { padding:0 0 30px 0; border-top:none; margin-bottom:30px; border-bottom:2px solid ; }
.row-fluid .new-comments .comment:nth-child(even) { padding-left:50px; }
.row-fluid .new-comments .comment-from { width:100%; }
.row-fluid .new-comments .comment-from h4 { padding:18px 54px; } 
.row-fluid .new-comments .comment-reply-to.hs-button { color:#fff; }
.row-fluid .new-comments .comment-reply-to.hs-button:hover { color:; }

/* blog 4 section */
.hs-blog-listing .blog4-right { display:none; }
.hs-blog-listing .blog4-left { width:100%; margin:0; text-align:center; }
.hs-blog-listing .blog4-left .hs-featured-image-wrapper { width:50%; float:left; margin:0px; }
.hs-blog-listing .blog4-left .post-box-inner { margin-bottom:0; }
.hs-blog-listing .blog4-left .blog-inner-text { width:50%; float:left; padding:0; position:relative; }
.hs-blog-listing .blog4-left .post-box-inner:nth-child(even) .hs-featured-image-wrapper { float:right; }
.hs-blog-listing .blog4-left .blog-inner-text:before { content:''; border:1px solid ; position:absolute; top:5px; left:5px; right:5px; bottom:5px; }
.hs-blog-listing .blog4-left .blog-inner-text > div { position:relative; }
.hs-blog-listing .blog4-left .blog4-text { padding:40px;  }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 { padding:5px 0; }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 a { color:; }
.hs-blog-listing .blog4-left .blog-inner-title1 h2 a:hover { color:; }
.hs-blog-listing .blog4-left .blog-inner-title1:after { content:''; margin:15px auto 8px; width:60px; height:1px; background:; display:block; }

.hs-blog-listing .blog4-left .pagination-block { margin-top:50px; }
.hs-blog-listing .blog4-left .pagination-block ul li {display:inline-block;vertical-align:middle;    margin: 0 7px;}
.hs-blog-listing .blog4-left .pagination-block ul li:before {display:none;}
.hs-blog-listing .blog4-left .pagination-block ul li a i {margin-right:5px; margin-left:5px;}

.blog-2020 #hubspot-topic_data a.topic-link { padding:5px 15px 2px; font-size:14px; line-height:22px; height:auto; color:#fff; background: #ffa400; font-family: 'Josefin Sans'; font-weight: 500; }
.blog-2020 #hubspot-topic_data a.topic-link:hover{ background: #e89600; color:#fff; }
.blog-2020 #hubspot-topic_data a.topic-link:hover { border-radius: 20px; }



.row-fluid .footer-2020 { color: #cccccc; }
.row-fluid .footer-2020 .custom-footer-top { padding-top: 0; }
.row-fluid .footer-2020 .f-text { text-align: center; font-family: 'Josefin Sans'; font-weight: 700; font-size: 14px; color: #fff; padding:40px 0 63px; }
.row-fluid .footer-2020 .f-text ul { padding: 0; margin: 0; list-style: none; }
.row-fluid .footer-2020 .f-text ul li { display: inline-block; }
.row-fluid .footer-2020 .f-text ul li + li:before { border-left: 2px solid #fff; content: ''; margin: 0 6px 0 4px; }
.row-fluid .footer-2020  .hs-rss-item-text { padding: 0; }
.row-fluid .footer-2020 .hs-rss-item-text a.hs-rss-title { font-family: 'Josefin Sans', sans-serif; color: #ffa400; display: inline; line-height: normal; padding: 0; }
.row-fluid .footer-2020 .hs-rss-item-text span.meta { display: inline-block; font-family: 'Josefin Sans', sans-serif; font-weight: 600; color: inherit; }
.row-fluid .footer-2020  .custom-footer-recent { }
.row-fluid .footer-2020 .custom-footer-recent h3 { color: #ffa400; padding-left: 20px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAACJ0lEQVQoFQXBO2hdZQAA4O//z7k5x9hbMZRrKrWDgtVaAmmlouhmBk0ydwjqoIOTndSugos6N0M3QUFEhYBFRQQfgxU0aY3YGCpGm1RC7b1pmse997z8vnBt1njDQt0Yx12BOgQCAAABsIHptGEhjj94ul/Uxp59URhsq7t/cXNFK0tkWZRkUdJKxFij7qx/vXwxbRrHyiZIjj7q/rm3AMDer58rLp2XVF2tViSJlH2YTEMQ0yxK08rGB28IMUju6Rh96JT2xAwTM4aL76svXxBDJGYgRR1bQbn1j+ZWm6Knvn7b7asf2/39Gfc+9bLs5EuKkZyf5zV1BVIQaQ4ddeTsJ6D/5w+K5Y/017+3ufCbzux78hNnDH6a12z/B5LXjjmXH+7ksX1AObhj2F1z4LHnZY9MS4ZbytUv7Nz4w8GTZ1RFpVz9zu7GlhiQ393S1hN/mdf/6k0bF6btr/0of/p1o0dOKdcXdb89L3viFcUwgFg31M1Q3b8pLXvaWWGku2zzs7Ng5PSrVAy6/4Jm7DiIVcPOfk869bb2uRuyqXfkIwnbm7aXPpU9PCXk9yl2d0CVjoFYNUKB0ePPgXRiTmyCNATFrTWQ5IeogGT8BEiTII7mib2VLx18/AXFlQ+pgixG9co3umuX1devqnq71t+ds3flkgRhdcZi58kHJrUSQZA0QV1QDiiG1EOG+xR9qgExVMKdv5fCtVmHcRGTAAAAAIAlTP8PcSHgBc2HEN0AAAAASUVORK5CYII='); background-position: left center; background-repeat: no-repeat; padding-bottom: 0; margin: 0 0 10px; }
.row-fluid .footer-2020 .custom-footer-contact-info ul li a{color: inherit; }
.row-fluid .footer-2020 .custom-footer-contact-info ul li a:hover{ color:#ffa400; }
.row-fluid .footer-2020 .hs-rss-item-text a.hs-rss-title:hover{ color: #a27200 !important; }
.row-fluid .footer-2020  .custom-footer-logo { }
.row-fluid .footer-2020 .custom-footer-logo img { max-width: 110px; margin-left: 30px; }
.row-fluid .footer-2020 .custom-footer-logo p { font-family: 'Josefin Sans', sans-serif; font-weight: 600; color: inherit; }
.row-fluid .footer-2020 .request-quote { }
/* .row-fluid .footer-2020 .request-quote .title { font-family: serif; }
.row-fluid .footer-2020 .request-quote .number { font-family: serif; } */
.row-fluid .footer-2020 .request-quote .or { }
.row-fluid .footer-2020 .request-quote .quote-button { }
.row-fluid .footer-2020 .request-quote .quote-button a { background: #ffa300; border-color: #ffa300; font-family: 'Josefin Sans'; }
.row-fluid .footer-2020 .request-quote .quote-button a:hover { border-color: #fff; background: transparent; } 
.row-fluid .footer-2020 .custom-copyright{ font-family: 'Josefin Sans', sans-serif; font-weight: 400; color: inherit; }
.row-fluid .footer-2020 .custom-footer-contact-info ul li i{ color:#ffa400; }

.blog-2020 .row-fluid .blog-right-icon ul.share-buttons { margin-top: 25px; text-align: center; }
.blog-2020 .row-fluid .blog-right-icon ul.share-buttons li a { width: 36px; height: 36px; line-height: 34px; border: 1px solid #e0e0e0; display: inline-block; -webkit-border-radius: 50px; -moz-border-radius: 50px; -o-border-radius: 50px; -ms-border-radius: 50px; border-radius: 50px }
.blog-2020 .row-fluid .blog-right-icon ul.share-buttons li a:after { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out }
.blog-2020 .row-fluid .blog-right-icon ul.share-buttons li a:hover { background: #ffa400; border-color: #ffa400; }
.blog-2020 .row-fluid .blog-right-icon ul.share-buttons li a:hover:after { color: #fff }
.blog-2020 .social-sharing ul.share-buttons { margin: 0; padding: 0; list-style-type: none }
.blog-2020 .social-sharing ul.share-buttons li { margin: 0; padding: 0 3px; display: inline-block; text-align: center; border-bottom: 0; }
.blog-2020 .social-sharing ul.share-buttons li:before { display: none }
.blog-2020 .social-sharing ul.share-buttons li:nth-child(1) a:after { content: "\f082"; font-size: 16px; line-height: 22px; color: #999; display: inline-block; font-family: 'FontAwesome' }
.blog-2020 .social-sharing ul.share-buttons li:nth-child(2) a:after { content: "\f099"; font-size: 16px; line-height: 22px; color: #999; display: inline-block; font-family: 'FontAwesome' }
.blog-2020 .social-sharing ul.share-buttons li:nth-child(3) a:after { content: "\f0e1"; font-size: 16px; line-height: 22px; color: #999; display: inline-block; font-family: 'FontAwesome' }
.blog-2020 .social-sharing ul.share-buttons li:nth-child(4) a:after { content: "\f0d5"; font-size: 16px; line-height: 22px; color: #999; display: inline-block; font-family: 'FontAwesome' }
.blog-2020 .social-sharing ul.share-buttons li a:hover:after { color: #f0634c }
.blog-2020 .row-fluid .title-heading-right h3, .row-fluid .blog-recent-slider h3 { font-size: 16px; line-height: 26px; padding: 12px 10px; color: #fff; font-weight: normal; background: #333; text-align: center; text-transform: uppercase; position: relative; letter-spacing: .7px }
.blog-2020 .row-fluid .title-heading-right h3:after, .row-fluid .blog-recent-slider h3:after { content: ''; border: 1px solid rgba(255, 255, 255, 0.5); position: absolute; top: 5px; bottom: 0; right: 5px; left: 5px; width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 0; background: transparent; margin: 0; }
.blog-2020 .row-fluid .blog-post-right h3#hs_cos_wrapper_blog_subscription_title { display: none; }
.blog-2020 .row-fluid .blog-right-form .hs-button { height: 50px; background: #ffa400; color:#fff; font-family: 'Josefin Sans', sans-serif; text-transform: uppercase; line-height: 33px !important; border: 2px solid #ffa400; transition: all 0.3s ease; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; }
.blog-2020 .row-fluid .blog-right-form .hs-input { height: 43px; }
.blog-2020 .row-fluid .blog-right-form label.hs-error-msg { font-size: 12px; margin: -10px 0 10px; }
.blog-2020 .row-fluid .popular-box .post-title { font-size: 16px; font-family: 'Josefin Sans'; line-height: normal; }
.blog-2020 .row-fluid .blog-categories .widget-module ul li a { font-family: 'Josefin Sans'; }
.blog-2020 .row-fluid .blog-right-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {display: none !important;}

.row-fluid .widget-type-blog_comments{}
.row-fluid .widget-type-blog_comments input{margin:0; height:45px;}
.row-fluid .widget-type-blog_comments textarea{min-width:100%;height:100px;}
.row-fluid .widget-type-blog_comments textarea,
.row-fluid .widget-type-blog_comments input,.row-fluid .widget-type-blog_comments textarea::placeholder,
.row-fluid .widget-type-blog_comments input::placeholder{font-family:'Josefin Sans',sans-serif!important;opacity:1;}
.row-fluid .widget-type-blog_comments ul.no-list.hs-error-msgs{}
.row-fluid .widget-type-blog_comments ul.no-list.hs-error-msgs label.hs-error-msg{font-size:13px;margin:5px 0 0;}
.row-fluid .blog-form-new .hs-form-field{margin-bottom:20px;}
.row-fluid .blog-form-new .hs-button{height:50px;background:#ffa400;font-family:'Josefin Sans',sans-serif;text-transform:uppercase;line-height:33px!important;border:2px solid #ffa400;transition:all 0.3s ease;}
.row-fluid .blog-form-new .hs-form-field + .hs_error_rollup { display: none !important; }

.row-fluid .related-post { margin-top: 48px; padding: 35px 0 60px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0 }
.row-fluid .related-post h4 { font-size: 16px; line-height: 24px; color: #999; text-transform: uppercase; font-weight: 600; letter-spacing: .5px }
.row-fluid .related-post h4:after { content: ''; margin-top: 7px; width: 27px; height: 3px; background: #ffa400; display: block }
.row-fluid .related-slider { margin: 16px -16px 0; display: block }
.row-fluid .related-post-iteminner { text-align: center; padding: 0 16px }
.row-fluid .related-image { height: 233px; text-align: right }
.row-fluid .related-title a {font-size: 16px;line-height: 20px;text-transform: uppercase;color: #333;font-weight: 600;letter-spacing: .5px;}
.row-fluid .related-date { font-size: 16px; font-family: 'Josefin Sans'; font-style: italic; color: #999 }
.row-fluid .related-text { padding: 25px 15px; background: #fff; -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1) }
.row-fluid .related-slider .slick-arrow { width: 32px; height: 32px; line-height: 29px; top: -75px; margin-top: 0; background: #e0e0e0; color: #fff }
.row-fluid .related-slider .slick-arrow:hover { background: #ffa400 }
.row-fluid .related-slider .slick-arrow.slick-next:before { content: "\f105" }
.row-fluid .related-slider .slick-arrow.slick-prev:before { content: "\f104" }
.row-fluid .related-slider .slick-arrow.slick-prev { right: 55px }
.row-fluid .related-slider .slick-arrow.slick-next { left: auto; right: 17px }
.row-fluid .related-post-item1 { padding: 0 5px }

.row-fluid .blog-form-new { padding: 0; box-shadow: none; }
.row-fluid .blog-form-new form { padding: 25px; -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
.hs-blog-post .blog-block .post-body {  }

.blog-2020 ul.slick-dots { margin: 0; padding: 0; list-style: none; float: left; width: 100% }
.blog-2020 ul.slick-dots { text-align: center; padding: 10px 0 0 }
.blog-2020 ul.slick-dots li { display: inline-block; padding: 0 5px }
.blog-2020 ul.slick-dots li:before { display: none; }
.blog-2020 ul.slick-dots li button { outline:none; padding: 0; display: inline-block; border: 0; width: 27px; height: 3px; font-size: 0; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; background: #777 }
.blog-2020 ul.slick-dots li button:hover, 
.blog-2020 ul.slick-dots li.slick-active button {background: #ffa400;}
.blog-2020 .slick-arrow { cursor: pointer; z-index: 5; position: absolute; top: 50%; margin-top: -17.5px; display: inline-block; color: #777; background: #1a1a1a; width: 50px; height: 70px; font-size: 0; cursor: pointer }
.blog-2020 .slick-arrow:before { font-family: 'FontAwesome'; font-size: 20px }
.blog-2020 .slick-arrow:hover { background: #f0634c; color: #fff }
.blog-2020 .slick-arrow.slick-prev { right: 100% }
.blog-2020 .slick-arrow.slick-prev:before { content: "\f177" }
.blog-2020 .slick-arrow.slick-next { left: 100% }
.blog-2020 .slick-arrow.slick-next:before { content: "\f178" }
.blog-2020 .slick-arrow.slick-disabled { display: none }
.blog-2020 .slick-slide{ outline:none; }
.blog-2020 .custom-footer-recent .hs-rss-module{ padding:0px; }

.row-fluid .footer-2020 .f-text ul li a { color: #fff; }
.row-fluid .footer-2020 .f-text ul li a:hover { color: #ffa400; }


/* Hubl Result Page */
.row-fluid .hs-search-results { padding: 80px 0; }
.row-fluid .hs-search-results ul#hsresults { counter-reset: section; }
.row-fluid .hs-search-results ul#hsresults li + li { border-top: 1px solid rgba(0, 0, 0, 0.2); }
.row-fluid .hs-search-results ul#hsresults li  a.hs-search-results__title {font-weight: 700;position: relative;padding-left: 0;font-size: 21px;display: inline-block;}
.row-fluid .hs-search-results ul#hsresults li  p.hs-search-results__description {padding: 13px 0 0;margin: 0;}
.row-fluid .hs-search-results ul#hsresults li a.hs-search-results__title:before {counter-increment: section;content: ""counter(section) ":";position: relative;left: 0;top: 0;padding-right: 5px;}
.row-fluid .hs-search-results ul#hsresults li { padding: 30px 0; }
.row-fluid .hs-search-results ul#hsresults li:first-child { padding-top: 0; }
.row-fluid .hs-search-results ul#hsresults li:last-child { padding-bottom: 0; }

/*** 2020 ***/
.row-fluid .blog_hero .heronew-content { padding:220px 0 80px; }
.row-fluid .header_top { padding:23px 15px 15px 30px; position:absolute; top:0; left:0; width:100%; z-index:999; }
.row-fluid .header_right { text-align:right; }
.row-fluid .header_menu { margin:0; width:auto; display:inline-block; float:none; vertical-align:middle; text-align:left; }
.row-fluid .header_menu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .header_menu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .header_menu .hs-menu-wrapper ul li a { padding:45px 15px; font-size:15px; line-height:24px; font-weight:700; color:#fff; vertical-align: top; }
.row-fluid .consultation_call { margin:0; padding:0 15px; width:auto; display:inline-block; float:none; vertical-align:middle; }
.row-fluid .consultation_call a { padding:15px 20px; font-size:15px; line-height:24px; color:#fff; background:#ffa400; display:inline-block; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; font-weight:700; letter-spacing:1px; border:2px solid #ffa400; text-align:center; } 
.row-fluid .consultation_call a:hover { opacity:0.7; }

.row-fluid .footer_new { padding:60px 0 15px; background:#000000; }
.row-fluid .footer_light { color:#fff; text-align:center; font-size:18px; line-height:24px; }
.row-fluid .footer_light_list ul { margin:10px 0; padding:0; list-style-type:none; }
.row-fluid .footer_light_list ul li { margin:0; padding:0; display:inline-block; }
.row-fluid .footer_light_list ul li a { padding:0 10px 0 0; color:#ffa400; position:relative; }
.row-fluid .footer_light_list ul li a:after { content:''; width:1px; position:absolute; top:0; right:0; bottom:0; background:#1e262d; }
.row-fluid .footer_light_list ul li:last-child a:after { display:none; }

.row-fluid .footer_bottom { padding:30px 0 0; }
.row-fluid .reviews { margin-top:30px; padding:0 40px 0 0; text-align:center; }
.row-fluid .reviews img { max-width:190px !important; }
.row-fluid .ft_contact { font-size:16px; line-height:24px; color:#fff; font-weight:700; }
.row-fluid .ft_contact ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .ft_contact ul li { margin:22px 0; padding:0 0 0 45px; display:inline-block; width:100%; position:relative; }
.row-fluid .ft_contact ul li:before { content:''; margin: 0; width:35px; display:inline-block; font-family:'fontAwesome'; color:#ffa400; font-weight:300; font-size:30px; position:absolute; top:0; left:0; text-align: center; }
.row-fluid .ft_contact ul li:first-child:before { content:"\f041"; font-size:38px; }
.row-fluid .ft_contact ul li:nth-child(2):before { content:"\f10b"; font-size:45px; }
.row-fluid .ft_contact ul li:nth-child(3):before { content:"\f003"; }

.row-fluid .ft_menu { padding:0 0 0 40px; }
.row-fluid .ft_menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .ft_menu ul li { margin:0; padding:20px 0 10px; font-size:16px; display:inline-block; width:100%; font-weight:700; } 
.row-fluid .ft_menu ul li a { color:#ffa400; }

.row-fluid .copyright { margin-top:60px; }
.row-fluid .copyright_left { color:#fff; font-size:13px; line-height:24px; }
.row-fluid .copyright_left .hs_cos_wrapper_type_text span { color:#ffa400; }
.row-fluid .social_footer { text-align:right; } 
.row-fluid .social_icon ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .social_icon ul li { margin:0; padding:0 1px; display:inline-block; }
.row-fluid .social_icon ul li a { width:32px; height:32px; line-height:38px; display:inline-block; -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;; background:#001e15; color:#fff; text-align:center; }

.row-fluid .copyright_left a:hover {color:#fff;}

@media (min-width: 981px){
    
    .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:after { content:"\f107"; margin:0 0 0 8px; font-family:'fontAwesome'; vertical-align:middle; display:inline-block; }
    
    .row-fluid .header_menu .hs-menu-wrapper ul li ul {  width:240px; padding:20px 0; margin: 0px; background:#fff; position: absolute; top:100%; left:0px; border-top:3px solid #ffa400; }
    .row-fluid .header_menu .hs-menu-wrapper ul li ul li { padding: 0 20px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .header_menu .hs-menu-wrapper ul li ul li a:link , .row-fluid .header_menu .hs-menu-wrapper ul li ul li a:visited { padding:6px 20px; font-size:15px; line-height:24px; color:#1e262d; width:100%; }
    .row-fluid .header_menu .hs-menu-wrapper ul li ul li a:hover , .row-fluid .header_menu ul li a:hover { opacity: .7; background-color: rgba(0,0,0,.03); }
    .row-fluid .header_menu .consultation_call { display:none; }
}


@media(min-width:1200px) and (max-width:1366px){
    .custom-menu-primary .hs-menu-wrapper > ul > li > a { padding: 22px 20px 27px 20px !important; }
    
    
}
@media(max-width:1200px){
    .row-fluid .header-2020 .custom-logo { padding-bottom:15px;  }
    .row-fluid .header-2020 .custom-logo img{max-width: 100px;}
    .custom-menu-primary.js-enabled .hs-menu-wrapper { position: absolute; top: 129px; left: 0; z-index: 999; }
    
    .child-trigger{top: 0;right: 0;cursor:pointer;z-index:1;}
    .child-trigger i{display:block;position:relative;height: 2px;width: 12px;background: #fff;top: 17px;left: -10px;margin: 0 0 0 auto !important;}
    .child-trigger i:after{content:"";position:absolute;height: 100%;width: 100%;display: block;background: #fff;left: 0;transform: rotate(90deg); transition:all 0.2s linear;}
    .child-trigger.child-open i:after{ transform:rotate(180deg);}
    .custom-menu-primary .hs-menu-wrapper > ul { border-top: 1px solid hsla(0, 0%, 100%, 0.1); padding-top: 0; }
    .custom-header-middle{ border-bottom:none; }
    
    .row-fluid .header-2020 .custom-logo { padding: 25px 0; }
    .mobile-trigger { top: 42px; }
    
    .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .header_menu .hs-menu-wrapper ul li a { padding:32px 5px; font-size:14px; }
    .row-fluid .consultation_call a { padding:13px 15px; font-size:13px; }
    
}

@media(max-width:991px){
    .hs-blog-post .blog-block .hs-featured-image-wrapper { height: 300px; }
    .hs-blog-post .blog-block .post-body { font-size: 15px; }
    .hs-blog-post .row-fluid .blog-new { padding: 70px 0 30px; }
}

@media(max-width:980px) {
    
    .row-fluid .header_top { padding:20px 0; position:relative; background:#1e262d; }
    .row-fluid .header_inner { margin:0 auto !important; width:100%; max-width:80%; float:none; display:block; position:relative; }
    .row-fluid .logo_header img { max-height:44px; }
    
    .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:link, .row-fluid .header_menu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .header_menu .hs-menu-wrapper ul li a { padding:10px 5%; }
    .row-fluid .consultation_call { margin:0; padding:0; width:100%; }
    .row-fluid .consultation_call a { padding:20px; width:100%; font-size:14px; text-align:left; box-sizing: border-box !important; -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; }
    
    .row-fluid .blog_hero .heronew-content { padding:80px 0; }
    .row-fluid .ft_box { margin:0; padding:0; width:100%; }
    .row-fluid .footer_logo { text-align:center; }
    .row-fluid .reviews { margin:20px auto !important; padding:0; width:50%; float:none; }
    .row-fluid .reviews img { max-width:100% !important; }
    
    .container-fluid .row-fluid .footer_new .page-center { width:100%; max-width:80%; }
    .row-fluid .ft_contact { margin:0 auto !important; max-width:550px; width:100%; float:none; }
    .row-fluid .consultation_call { display:none; }
    .row-fluid .header_menu .consultation_call { display:inline-block; }
    
}

@media(max-width:767px){
    .header-2020 .custom-menu-primary { height: auto !important; }
    .row-fluid .header-2020 .custom-logo { width: 100%; padding: 26px 0; }
    .row-fluid .header-2020 .custom-logo img { max-width: 100px; }
    .row-fluid .header-2020  .row-fluid .page-center { max-width: 100%; padding: 0 15px; }
    .hs-blog-listing .blog4-left .hs-featured-image-wrapper { width: 100%; height: 240px !important; }
    .hs-blog-listing .blog4-left .blog-inner-text { width: 100%; }
    .blog-2020.hs-blog-listing .blog4-left .blog-inner-title1 h2 { font-size: 24px; }
    .hs-blog-listing .blog4-left .blog-inner-title1:after { display: none; }
    .row-fluid .heronew-content { padding: 80px 0 60px; }
    .row-fluid .heronew-content h1 { font-size: 43px; }
    .hs-blog-listing .blog4-left .blog4-text { line-height: 27px; }
    .hs-blog-post .blog-previous, .hs-blog-post .blog-next { width: 100%; text-align: center; }
    .hs-blog-post .blog-previous a, .hs-blog-post .blog-next a { text-align: center; }
    .hs-blog-post .blog-previous { border-right: 0; border-bottom: 1px solid #9c9c9c; padding-bottom: 14px; margin-bottom: 15px; }
    .row-fluid .blog-author-img { height: 80px; width: 80px; }
    .row-fluid .blog-author-text { padding-left: 100px; }
    .row-fluid .blog-author-text h3 { font-size: 18px; }
    .hs-blog-post .about-author-sec { min-height: 140px; }
    .blog-2020 .row-fluid .blog-right-icon ul.share-buttons { margin: 10px 0 0; }
    .row-fluid .footer-2020 .f-text { padding: 30px 0 43px; }
    .hs-blog-post .blog-block .post-header h1 { font-size: 25px; }
    
    .row-fluid .header_right { line-height:0; }
    .row-fluid .copyright { margin-top:30px; }
    .row-fluid .social_footer { margin-top:30px; }
    
    

}

@media(max-width:550px){
    .row-fluid .heronew-content h1 { font-size: 26px; line-height: normal; }
    .hs-blog-post .blog-new1 { padding: 15px; }
    .hs-blog-post .blog-block .post-header h1 { font-size: 19px; font-weight: 600; line-height: normal; }
    .hs-blog-post .blog-block .hs-featured-image-wrapper { margin: 0; }
    .hs-blog-post .blog-pagination { padding: 15px; }
    .hs-blog-post .blog-previous span, .hs-blog-post .blog-next span { font-size: 17px; }
    .row-fluid .blog-recent-slider, .row-fluid .blog-form-new { padding: 15px; }
    .row-fluid .related-slider1 .related-text .related-title { height: auto !important; padding: 0 0 10px; }
    .blog-2020 ul.slick-dots { padding: 0 0 0; }
    .row-fluid .blog-post-right { padding: 15px; }
    
    
}


@media (min-width: 981px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .header_menu .hs-menu-wrapper { 
      display: block !important;
  }

}

@media (max-width: 980px){

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

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .header_menu, .header_menu *{
    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;
    }


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

  a.mobile_trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 12px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding:0;
      background:transparent; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile_trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  a.mobile_trigger span{
      display: inline;
  }

  a.mobile_trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile_trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #1e262d;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile_open a.mobile_trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile_open a.mobile_trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile_trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile_trigger  i:before, a.mobile_trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile_trigger  i, a.mobile_trigger  i:before, a.mobile_trigger  i:after {
      width: 22px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color:#ffa400; /* Icon color */
      display: inline-block;
  }
  a.mobile_trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile_trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


  /* Hide menu on mobile */
  .header_menu.js-enabled .hs-menu-flow-horizontal { display: none; } 
    .header_menu.js-enabled .hs-menu-children-wrapper { display:block !important; }

  /* Make child lists appear below parent items */
  .header_menu ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      padding:0 3%;
  }

  /* Mobile Menu Styles */
  .header_menu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 64px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
  }
  .header_menu .hs-menu-flow-horizontal{
      border-top:3px solid #ffa400;
      padding:5%; /* Padding to add room for close button */
      background-color: #1e262d; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .header_menu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .header_menu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  .header_menu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .header_menu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  .header_menu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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