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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Abel|Work+Sans:100,200,300,400,500,600,700,800,900');
@import url('//fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('//fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* =============== /* doesn't work - julie 2024  ------------------------------------------- 
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 400;
  src: url("//4744594.fs1.hubspotusercontent-na1.net/hubfs/4744594/FireDex_October2018%20/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//4744594.fs1.hubspotusercontent-na1.net/hubfs/4744594/FireDex_October2018%20/Fonts/icomoon.ttf") format("truetype"),
    url("//4744594.fs1.hubspotusercontent-na1.net/hubfs/4744594/FireDex_October2018%20/Fonts/icomoon.woff") format("woff"),
    url("//4744594.fs1.hubspotusercontent-na1.net/hubfs/4744594/FireDex_October2018%20/Fonts/icomoon.svg") format("svg");
}
/* =============== */ /* doesn't work - julie 2024  ------------------------------------------- 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background-color: #D0cccc;
  font-size: 18px;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #525252;
}
.body-wrap{
  overflow-x:hidden;
}

div#site-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  -moz-box-shadow: rgba(0,0,0,.2) 0 0 8px;
  -webkit-box-shadow: rgba(0,0,0,.2) 0 0 8px;
  box-shadow: rgba(0,0,0,.2) 0 0 8px;
  background-color: #f0f0f0;h2
}



/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none !important;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin: 0 auto;
  font-family: 'Questrial';
  max-width:1364px;
}
.wrap-head {
  max-width:1364px;
  margin:0 auto;
}

/* Highlighted Text */
::-moz-selection {
  background: #DC9A3A;
  color: #d0cccc;
  text-shadow: none;
}
::selection {
  background: #DC9A3A;
  color: #f0f0f0;
  text-shadow: none;
}


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

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

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

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






/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family: Oswald, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2f2a28;

}

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

h1 {
  font-size: 56px;
}
h2 {
  font-size: 56px;
}
h3 {
  font-size: 42px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 16px;
}

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

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

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

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


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

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

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

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


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


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

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

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


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

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

.header-container-wrapper {
  background-color: rgba(40,40,40, 1);
}

.cm-top-menu ul div {
  float: left;
}



.cm-main-header {
  max-width:1364px;
  margin:0 auto !important; /*important to override HS layout css */ 
  float:none !important;
}
.landingheader .cm-main-header {
  max-width:100%; 
}

.cm-top-menu ul {
  float: right;
}
/* ===== BLOG selection in secondary menu =====*/

.cm-top-menu ul li {
  float: left;
  line-height: 2.8125rem;
  position: relative;
  top: -.125rem;
}


.cm-top-menu {
  padding-top: 5px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto !important;
 max-width: 1364px;
  float: none !important;
}



.cm-top-menu ul li a {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #dc9912;
  padding-left: 15px;
  padding-right: 15px;
}
.cm-top-menu ul li:hover > a {
  color: #dc9912;
}
.cm-top-menu .header-social li a {
  font-size: 16px;
  line-height: 2.813;
  color: #b5b5b5;
  padding-left: 14px;
  padding-right: 14px;
  text-indent: -99999em;
  z-index: 99;
  position: relative;
}
.icon-search:before {
  content: "\f002";
   font-family: "FontAwesome" !important;

}
/*adds woo icon to links */

.icon-cart:before {
 font-family: "FontAwesome" !important;
  content: "\f07a";
}
.icon-earth2:before {
  content: "\ec97";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-linkedin:before {
  content: "\ef28";
}
.icon-instagram:before {
  content: "\eef1";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-facebook:before {
  content: "\eeef";
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'FontAwesome'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.cm-top-menu .header-social {
  margin-top:0.25em;
}
.cm-top-menu .header-social li {
  color: #fff;
  background-color: #000;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  top: -.125rem;
  border-radius:100%;
  line-height:1.8125rem;
}
.cm-top-menu .header-social li:before {
  position: absolute;
  font-size: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  border-radius:100%;
  line-height:30px;
}
.cm-top-menu .header-social li > a {
    font-size:12px;
    line-height: 32px; 
    color:#fff;
    border-radius:100%;
}
.cm-top-menu .header-social li:hover {
  color: #DC9A3A;
}

.cm-header-bottom .page-center {
  background-color: #2C2723;
}
.cm-logo {
  padding: 1.5rem 2rem;
  width: 25% !important;
}
.cm-header-bottom {
  margin-top: -2px;
}
.custom-menu-primary {
  text-align: right;
  padding-left: 1rem;
  padding-top: 1.625rem;
  padding-right: 1.5rem;
  width: 75% !important;
  margin-left: 0 !important;
}
.cm-header-top {
  padding-left: 20px;
  padding-right: 20px;
}


/* Search */
.search-open .menu-icon.icon-search:before {
  content: "\ed6c";
}
form.search-form input.search-field {
  top: 0;
  right: 0;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  background-color: rgba(0,0,0,.55);
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 8px;
  padding-right: 2.25rem;
  width: 280px;
  border: solid 1px #8b8683;
  background-color: #000;
  position: absolute;
  height: 2.3125rem;
  outline: 0;
}
form.search-form {
  line-height: normal;
  max-width: 100%;
  text-align: right;
  z-index: 999;
  right: 0;
  position: absolute;
  top: 2.625rem;
}
.menu-icon button.search-submit.icon-search {
  background-color: transparent;
  color: #fff;
  margin-bottom: 0;
  padding: .71875rem .71875rem .625rem .625rem;
  position: absolute;
  right: 0;
  border: 0;
  font-size: 1rem;
  cursor: pointer;
}
.search-open form.search-form {
  display: block !important;
}



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


.body-container-wrapper {}
.body-container {}
body:not(.blog) .body-container-wrapper .page-center {
  padding: 40px 2.5em;
}
.bg-image-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  margin-top: -150px;
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.lp-page .bg-image-section {
  margin-top: -150px;
}
.cm-header-bottom {
  position: relative;
}
.bg-image-section .page-center {
  width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-heading h1 {
  font-size: 2.5rem;
  line-height: 6.25rem;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.custom-heading {
  padding-left: 2.5rem;
  padding-right:2.5rem;
}

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


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

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

.cm-footer-social-gp .header-social {
  display: none;
}
.cm-footer-group {
  background-color: #000;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.cm-language {
  position: static;
  display: block;
  margin: 30px auto;
  float: none;
  text-align: center;
}
a.glink span {
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}
.cm-copyright {
  padding-bottom: 30px;
  TEXT-ALIGN: CENTER;
}
.cm-copyright a {
  font-size: .6875rem;
  padding-top: 2.5rem;
  color: #DC9A3A;
  margin-top: 36px;
  display: block;
}
img.lazyloading {
  vertical-align: middle;
  opacity: .8;
}
a.switcher-popup:hover img {
  opacity: 1;
}
.cm-footer-social-gp {
  width: 42% !important;
}

.footer-spacer {
  width: 16.85% !important;
  margin-left: 0 !important;
}
.footer-menu-first {
  width: 20.97% !important;
  margin-left: 0 !important;
}
.footer-menu-sec {
  width: 20.18% !important;
  margin-left: 0 !important;
}
.footer-menu ul li a {
  font-size: 16px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  line-height: 1;
  padding-bottom: 10px;
  color: #d6d6d6;
}
.footer-menu ul li a:hover {
  color: #fff;
}
span.fl-icon a {
  color: #fff;
}
span.fl-icon a:hover {
  color: #DC9A3A;
}

span.fl-icon {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 3px;
  margin-right: 8px;
  color: #fff;
}
.cm-footer-social-gp h3 {
  font-size: 20px;
  color: #fff;
}
.cm-footer-social-gp h5 a {
  color: #fff;
}
.cm-footer-social-gp h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.footer-form form {
  position: relative;
  display: block;
  margin-bottom: 4px;
  margin-top: 1.9rem;
}
.footer-form .hs-form-field {
  width: 100%;
}
.footer-form .hs_submit.hs-submit {
  width: 100%;
}
.footer-form .hs-input {
  background-color: #FFFFFF;
  border: 0 none;
  color: #766e6a;
  padding: 0 1.375rem!important;
  text-indent: 0;
  width: 100%;
  font-size: 1.0625rem;
  height: 3.25rem;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  outline: 0;
  line-height: 34px;
}
.footer-form input.hs-button.primary.large {
  margin: 0 16px 0 0;
  height: 52px;
  width: 100%;
  background-color: #F47929;
  color: #000;
  text-transform: uppercase;
  border: 0 none;
  font-size: 1.0625rem;
  display: inline-block;
  font-weight: 700;
  cursor:pointer;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  outline: 0;
}
.footer-form  span.hs-form-required {
  display: none;
}
.cm-footer-social-gp {
  width: 42% !important;
  padding: 0 20px;
}
.fl-icon-group {
  padding-bottom: 23px;
}
.cm-footer-inner {
  padding-top: 65px;
}
.footer-menu {
  padding: 21px 20px 20px;
}
.footer-menu ul li {
  margin-top: 1px;
}

.footer-form .hs-error-msgs label {
  position: absolute;  
  border: 0;
  padding: 0;
  font-weight: normal;
}
.hs_error_rollup .hs-error-msgs label {
  top: 75px;
  display: block;
  left: 0;
}
.footer-form .hs-input.invalid {
  margin-bottom: 50px;
}
.footer-form input.hs-button.primary.large:hover {
  background-color: #f58b46;
}
/* Placeholder Text */
.footer-form ::-webkit-input-placeholder {  opacity:0.8 } /* Webkit Browsers */
.footer-form :-moz-placeholder { opacity:0.4 } /* Firefox 18- */
.footer-form ::-moz-placeholder { opacity:0.4 } /* Firefox 19+ */
.footer-form :-ms-input-placeholder { opacity:0.8 } /* IE10 */

.footer-menu-sec ul>li:last-child a{
  color:#ff9e1c !important;
}


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


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

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

}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #e5e5e5;
  line-height: 3.25rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-family: Abel, Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}

/* 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{}
.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:1141px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  body > .custom-menu-primary {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  font-family: 'fontawesome';
    content: '\f107';
    display: inline-block;
    font-size: 80%;
    position: relative;
    bottom: 1px;
  }
  .custom-menu-primary.mobile,
  .header-mobile{
    display: none !important;
  }
  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
    font-family: "FontAwesome";
    content: '\f107';
    display: inline-block;
    font-size: 80%;
    position: relative;
    bottom: 1px;
  }
  .cm-top-menu ul ul {
    top: 49px;
    min-width: 175px;
  }
  .cm-top-menu ul ul li.active a {
    background-color: rgba(50,50,50, 1);
    color: #DC9A3A;
  }
  .cm-top-menu ul ul li {
    float: none;
  }
  .cm-top-menu ul ul li a:hover {
    color: #FFFFFF;
    background-color: #DC9A3A;
  }
  .cm-top-menu ul ul li a {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    background-color: rgba(0,0,0, 1);
    line-height: 40px;
  }
  .cm-top-menu ul li.active > a ,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active  > a{
    color: #DC9A3A;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    min-width: 300px;
    z-index: 99999;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #fff;
    background-color: rgba(0,0,0, 1);
    white-space: normal;
    line-height: 1.125rem;
    min-height: auto;
    padding: .9375rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #DC9A3A !important;
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #eaeaea;
    background-color: rgba(50,50,50, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #DC9A3A;
  }
  .lp-page .header-desktop {
    margin-top: 52px;
  }

}

/* ==========================================================================
Mobile Menu - Toggle Side Menu - Left
========================================================================== */

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

.mobile-icon {
  display: none;
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 21px;
  left: -1px;
}
.mobile-icon:hover {
  background-color: rgba(20,20,20, 1);
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 18px;
  height: 2px;
  display: block;
  background: #fff;
}
.mobile-icon  span:before {
  margin-top: -7px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 7px; /* Position bottom line */
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 27px 20px 10px;
  float: right;
  position: relative;
  height: 25px;
  width: 25px !important;
}
.close-icon:after,
.close-icon:before {
  content: "";
  width: 25px !important;
  height: 4px;
  background: #fff;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}


/* Menu Styles on Mobile Devices
========================================================================== */  

@media (max-width: 1140px) {
  .body-wrap {
    overflow-x: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    background: #DC9A3A;
  }
  
  
  
  
  .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:last-child:nth-child(12) a{
  font-weight:700;
  }
  
  .header-desktop {
    display: none !important;
  }
  .header-container-wrapper .custom-menu-primary {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
  }
  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    height: 100%;
    position: relative;
  }


  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    padding-right: 15px;
    padding-left: 15px;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: absolute;
    width: 15.625rem !important;
    z-index: 1000;
    background-color: rgba(40,40,40, 1);
    left: -15.625rem;
    top: 0;       
    transition: all 500ms ease 0s;
    bottom: 0;
    overflow-y: auto !important;
    text-align: left;
    padding: 0 !important;   

  }
  .show-mobile-nav .overlay {
    -webkit-backface-visibility: hidden;
    box-shadow: -4px 0 4px rgba(0,0,0,.5), 4px 0 4px rgba(0,0,0,.5);
    cursor: pointer;
    transition: background 300ms ease;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255,255,255,.2);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1002;
    color: #aaa7a7;
  }
  .overlay:hover {
    background: rgba(255,255,255,0.05);
  }
  .show-mobile-nav .custom-menu-primary {
    transition: all 500ms ease 0s;
    left:0
  }

  /* All Main Containers Display FULL Width By Default */
  #site-wrapper {
    position:relative;
    left:0;
    transition: all 500ms ease 0s;
  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav #site-wrapper{
    left: 15.625rem;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper{
    opacity:1;
    visibility: visible;
    position: static !important;
    display: none;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-open ul {
    display: block !important;
  }
  .mobile-logo {
    padding: 7px .625rem 4px;
    width: 100% !important;
    text-align: center;
  }
  .small-3.columns {
    height: 20px;
  }


}

.mobile-menu-inner ul li:nth-child(3) a {
    color: #ff9e1c !important;
}

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


/* =============== General Blog Styles =============== */
.bg-image-section .page-center {
  padding: 0 !important;
}
/* Blog Post and Listing Body Class */
.blog {}
.section.post-header h1 {
  line-height: 1.1;
  margin-bottom: 0;
}

.section.post-header {
  padding-top: 2.25rem;
}
#hubspot-topic_data {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: .8125rem;
  font-weight: 700;
}
.blog-pagination a {
  line-height: 1rem;
  padding: .6875rem .875rem;
  text-decoration: none;
  display: inline-block;
  font-family: "Work Sans",Helvetica,Arial,sans-serif;
  color: #393431;
  border-color: #393431;
  background-color: #8b8683;
  border-width: 0px;
  font-weight: 600;
}
.blog-pagination-left,
.blog-pagination-center,
.blog-pagination-right{
  display: inline-block;
}
.blog .blog-sidebar ul li a span.filter-link-count {
  color: #525252;
}

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

.hs-blog-listing  .comment-form {
  display: none !important;
}
.post-item-inner {
  padding: 2.25rem 4rem 3rem;
  background-color: #e9e8e8;
}
.custom-post-pagination a {
  line-height: 1rem;
  padding: .6875rem .875rem;
  text-decoration: none;
  display: inline-block;
  color: #393431;
  border-color: #393431;
  background-color: #8b8683;
  border-width: 0px;
}
.custom-post-pagination a:hover {
  background-color: #DC9A3A;
}
.custom-post-pagination a.next-posts-link {
  float: right;
}
i.icon-arrow-right {
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: .8125rem;
  left: .125rem;
  padding-left: .125rem;
}

i.icon-arrow-right:before {
  font-family: "FontAwesome";
  content: "\f061";
}
i.icon-arrow-left:before {
  content: "\f060";
}

i.icon-arrow-left {
  font-family: "FontAwesome" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: .8125rem;
  right: .125rem;
  padding-right: .125rem;
}

.blog-content {
  width: 75% !important;
  padding-left: 1rem;
  margin-top: 4.6875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 3.75rem;
}
.blog .blog-sidebar {
  width: 25% !important;
  margin-left: 0 !important;
  padding: 2rem 1rem;
  margin-top: 4.6875rem;
}


.blog .body-container-wrapper .container-fluid .page-center {
  max-width: 1364px;
  float:none !important;
  margin:0 auto;
}
.comment-form {
  background: #C7C7C7;
  color: #222;
  margin: 0 auto 1.625rem;
  padding: 2rem;
  position: relative;
  margin-top: 3rem;
}
.custom-post-pagination {
  padding: 1.5rem 0;
  margin-top: 2.625rem;
  float: left;
  width: 100%;
}





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

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


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

/* Blog Post Title */
.post-header h2,.post-listing-simple {line-height: 1.1;}
.post-header h2 a,.post-listing-simple a {color: #302b28;}
.post-item-inner h2 {
  line-height: 1.1;
  margin-bottom: .125rem;

}
.date a {
  color: inherit;
}
.date a:hover {
  color: #DC9A3A;
}
.post-body.clearfix p {
  margin: 0;
}
.date {
  color: #7e7e7e;
  margin-right: .75rem;
  padding: 0 .125rem;
  font-size: .8125rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.read {
  margin-top: 2.25rem;
  display: block;
  padding-bottom: 2rem;
}

.blog-sidebar h3 {
  margin-top: 0;
  font-size: 1.625rem;
  color: #2f2a28;
  text-transform: uppercase;
}
.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar ul li a:hover {
  text-decoration: underline;
}
.blog-sidebar ul li {
  line-height: 1.1;
  margin-bottom: .75rem;
}
.blog .blog-sidebar .widget-span {
  margin-bottom: 5rem;
}
.side-search form {
  border-bottom: 3px solid #F47929;
  position: relative;
}
.blog .side-search input.hs-search-field__input:focus {
  color: #222 !important;
}

.blog .side-search input.hs-search-field__input {
  font-size: 1.375rem;
  padding: 8px;
  padding-left: .25rem;
  border: none!important;
  color: #4d4946;
  background: transparent !important;
  padding-right: 2.875rem;
  height: 2.3125rem;
  margin-bottom: 0;
}
.blog .side-search button.search-submit.icon-search:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #F47929;
}
.blog .side-search input.hs-search-field__input:hover {
  color: #888;
}
.blog .side-search button.search-submit.icon-search:before {
  font-family: 'FontAwesome';
  content: "\f002";
  color: #F47929;
  display: block;
}

.side-search button.search-submit.icon-search {
  position: absolute;
  right: 0;
  padding: .6875rem .75rem .75rem;
  top: -5px;
  background-color: transparent;
  font-size: 1.3125rem;
  border: 0;
  cursor: pointer;
}

.post-item-inner h2 a {
  color: #302b28;
}
.post-item-inner h2 a:hover,
.post-listing-simple a:hover{
  color: #000;
}

/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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: 4.25rem;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  padding: .75rem 1.5rem .8125rem 1.5rem;
  display: inline-block;
  font-weight: 700;
  color: #000;
  background-color: #F47929;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: normal;
  transition: background-color 300ms ease-out;
}
a.more-link:hover {
  background-color: #4a4746;
  color: #000;
}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}
.comment-form label {
  color: #4d4d4d;
  cursor: default;
  display: block;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: .625rem;
  margin-top: 1rem;
}
.blog .comment-form .hs-input {
  background-color: #D8D8D8 !important;
  font-size: 14px;
  padding: .625rem;
  color: #222222;
  border-color: #d6d6d6;
}
.blog .comment-form .hs-input:focus {
  border-color: #cccccc;
}
.blog .comment-form textarea {
  min-height: 150px;
}
.comment-form h3 {
  border-bottom: solid 1px #f0f0f0;
  font-weight: 400;
  padding-bottom: .75rem;
  margin-top: 0;
  margin-bottom: 1.625rem;
}
#comments-listing.no-comments {
  border: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 0.8em;
  color: #666;
  display: block !important;
  text-align: left;
}
.comment-from .hs_submit.hs-submit {
  text-align: right;
}
.blog .comment-form input.hs-button.primary {
  background: #F47929;
  border: none;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
}
.blog .comment-form input.hs-button.primary:hover {
  background: #e8630c;
  color: #fff;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  display: inline-block;
  clear: both;
  margin: 2.625rem 0;
  text-align: center;
  width: 100%;
}
.blog-pagination a {
  display: inline-block;
}
.blog-pagination a:hover {
  background-color: #DC9A3A;
  color: #fff;
}
.blog-pagination a.active {
  background-color: #ccc;
  color: #fff;
  cursor: default;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */

.blog .blog-sidebar .widget-span {

}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}

.blog .blog-sidebar ul {}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover {}

/* =============== 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;
  display: inline-block;  
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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

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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: 700;
  color: #525252;
  display: block;
  font-size: 18px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.15s linear,background 0.15s linear;
  -moz-transition: border-color 0.15s linear,background 0.15s linear;
  -ms-transition: border-color 0.15s linear,background 0.15s linear;
  -o-transition: border-color 0.15s linear,background 0.15s linear;
  transition: border-color 0.15s linear,background 0.15s linear;
  margin-bottom: .25rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: none;
  color: #000000;
  border: 1px solid #dddddd;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
}
span.hs-form-required {
  font-size: 1.125rem;
  font-weight: 700;
  color: #790000;
  margin-left: 4px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus{
  outline: 0;
  background-color: #efefef;
  border-color: #cccccc;
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #790000;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  display: block;
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 700;
}

/* Placeholder Text */
.blog .side-search input.hs-search-field__input::-webkit-input-placeholder { color: #4d4946; } /* Webkit Browsers */
.blog .side-search input.hs-search-field__input:-moz-placeholder {  color: 4d4946; opacity:1} /* Firefox 18- */
.blog .side-search input.hs-search-field__input::-moz-placeholder {  color: #4d4946; opacity:1} /* Firefox 19+ */
.blog .side-search input.hs-search-field__input:-ms-input-placeholder {  color: #4d4946; opacity:1} /* IE10 */

input.search-field.normal::-webkit-input-placeholder { color: #fff; } /* Webkit Browsers */
input.search-field.normal:-moz-placeholder {  color: fff; opacity:1} /* Firefox 18- */
input.search-field.normal::-moz-placeholder {  color: #fff; opacity:1} /* Firefox 19+ */
input.search-field.normal:-ms-input-placeholder {  color: #fff; opacity:1} /* IE10 */


.blog .side-search input.hs-search-field__input:hover::-webkit-input-placeholder {   color: #888;} /* Webkit Browsers */
.blog .side-search input.hs-search-field__input:hover:-moz-placeholder {  color: #888;} /* Firefox 18- */
.blog .side-search input.hs-search-field__input:hover::-moz-placeholder {  color: #888;} /* Firefox 19+ */
.blog .side-search input.hs-search-field__input:hover:-ms-input-placeholder {  color: #888;} /* IE10 */


/* .blog .side-search input.hs-search-field__input::-webkit-input-placeholder {
color: #4d4946;
}
.blog .side-search input.hs-search-field__input:hover::-webkit-input-placeholder {
color: #888;
}
*/
/* =============== Multi Column Form =============== */

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  margin: 15px 0;
  padding: .75rem 1.5rem .8125rem 1.5rem;
  transition: background-color 300ms ease-out;
  font-family: inherit;
  font-weight: 700;
  color: #393431;
  border: 0;
  background-color: #8b8683;
  font-size: 1em;
  line-height: normal;

}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  text-decoration: none;
  background-color: #DC9A3A;
}

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

}


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.body-container ul li,
.post-body.clearfix li  {}    
.body-container ul {}
.body-container ul li:before {}
.body-container form li:before,
.hs-menu-item:before,
.blog-sidebar ul li:before{}
.body-container form li,
.hs-menu-item,
.blog-sidebar ul li,
.hs-blog-social-share ul li{}
.body-container form ul,
.blog-sidebar ul,
.hs-blog-social-share ul{}

a#back-to-top:hover:before {
  color: #fff;
}


a#back-to-top:before {
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-variant: normal;
  font-size: 2.25rem;
  color: rgba(255,255,255,.8);
  content:"\f062";
}
a#back-to-top {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  right: 1rem;
  cursor: pointer;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  text-decoration: none;
  width: 2.25rem;
  height: 2.25rem;
}


.body-container .widget-type-form, 
.body-container .widget-type-blog_subscribe, 
.body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
#comment-form ,
.cm-full form{}


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

form ul{
  padding: 0!important;
  margin:0 !important;
  background:none !important;
  list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.cm-full form,
.password-template .body-container form{
  width: 50%;
  display:block;
}
.error-template .body-container-wrapper .page-center,
.password-template .body-container  form,
.subscription-template .body-container-wrapper .page-center{
  padding-top:40px;
}

.comment-from h4 a {
  text-decoration: none;
}

.gt_black_overlay {display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background-color:black;z-index:2017;-moz-opacity:0.8;opacity:.80;filter:alpha(opacity=80);}
.gt_white_content {display:none;position:fixed;top:50%;left:50%;width:341px;height:375px;margin:-187.5px 0 0 -170.5px;padding:6px 16px;border-radius:5px;background-color:white;color:black;z-index:19881205;overflow:auto;text-align:left;}
.gt_white_content a {display:block;padding:5px 0;border-bottom:1px solid #e7e7e7;white-space:nowrap;}
.gt_white_content a:last-of-type {border-bottom:none;}
.gt_white_content a.selected {background-color:#ffc;}
.gt_white_content .gt_languages {column-count:1;column-gap:10px;}
.gt_white_content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);border-radius:5px;background-color:#F5F5F5;}
.gt_white_content::-webkit-scrollbar {width:5px;}
.gt_white_content::-webkit-scrollbar-thumb {border-radius:5px;-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);background-color:#888;}

#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}



/* 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: 1024px) {}
/* 
@media (max-height: 767px) and (max-width: 767px) {
.custom-menu-primary.js-enabled .hs-menu-wrapper {
height: 70vh;
overflow-y: auto !important;
}
} */

@media (max-width: 1680px) {
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul {
    left: auto !important;
    right: 0 !important;
  }

}



@media (max-width: 1360px) {

  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  }
  .blog-content {
    padding-right: 1rem;
  }
  .custom-menu-primary {
    padding-right: 1rem;
  }
  .bg-image-section {
    margin-top: -185px;
  }



}



@media (max-width: 1140px) {

  .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .blog-content,
  .blog .blog-sidebar{
    width:100% !important;
    margin-top: 2rem;
  }
  .mobile-menu-logo {
    margin: 0 .5625rem !important;
    padding: 1rem 0 .375rem;
    padding-top: 12px;
    margin-bottom: 12px !important;
  }

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

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    padding: .66667rem;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #262626;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
    background: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li a {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    padding-left: 1.5rem;
  }
  .menu-social li {
    list-style: none;
    float: left;
    position: relative;
    color: #ffffff;
  }
  .menu-social li a {
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    border-bottom: 1px solid #262626;
    border-bottom-color: #282828;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-indent: -99999px;
    position: relative;
    float: left;
  }
  .menu-social li:before {
    font-size: 16px;
    position: absolute;
    width: 100%;
    display: flex;
    height: 48px;
    line-height: 48px;
    justify-content: center;
  }
  .menu-social li:hover {
    color: #DC9A3A;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a, .custom-menu-primary .hs-menu-wrapper > ul ul> li.active > a {
    background-color: #333;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li > a:hover {
    background-color: rgba(20,20,20, 1) !important;
  }

  /*   mobile-search */

  div#search-menu {
    height: 100%;
    left: 0;
    margin-left: 0!important;
    max-width: none!important;
    min-height: 100vh;
    background: #000;
    padding: 1.875rem;
    border: solid 1px #666;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 9;
    opacity: 0;
    transition: all 0.3s linear;
    display: none;
  }

  div#search-menu input.search-field.normal {
    padding: 9px;
    border: 0;
    border: 1px solid;
    height: 39px;
    color: #fff;
    background: #000;
    min-height: 40px;
    border-color: #dddddd;
    width: 100%;
    font-family: "Work Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    outline: 0;
  }

  div#search-menu button.search-submit.icon-search {
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    border: 0;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    right: 0;
    padding: .6875rem .75rem .75rem;
    background-color: #DC9A3A;
    display: inline-block;
    color: #fff;
    transition: background-color 300ms ease-out;

  }


  div#search-menu form {
    position: relative;
  }

  div#search-menu button.search-submit.icon-search:hover {
    background-color: #aaa7a7;
  }

  div#search-menu input.search-field.normal:focus::-webkit-input-placeholder {
    text-indent: -999px;
  }
  div#search-menu input.search-field.normal:focus:-moz-placeholder {
    text-indent: -999px;
  }
  div#search-menu input.search-field.normal:focus::-moz-placeholder {
    text-indent: -999px;
  }
  div#search-menu input.search-field.normal:focus:-ms-input-placeholder {
    text-indent: -999px;
  }
  div#search-menu input.search-field.normal::-webkit-input-placeholder {
    color:#fff;
    font-size: 14px;
  }
  div#search-menu input.search-field.normal:-moz-placeholder  {
    color:#fff;
    font-size: 14px;
  }

  div#search-menu input.search-field.normal::-moz-placeholder {
    color:#fff;
    font-size: 14px;
  }

  div#search-menu input.search-field.normal:-ms-input-placeholder {
    color:#fff;
    font-size: 14px;
  }


  a.close-reveal-modal {
    color: #aaa7a7;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: .625rem;
    right: 1.375rem;
  }
  a.close-reveal-modal:hover {
    color: #777;
    cursor: pointer;
  }
  div#search-menu img.lazyloading {
    opacity: 1;
  }
  section.right-small {
    height: 2.8125rem;
    position: absolute;
    top: 0;
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0;
    border-color: #282828;
  }

  section.right-small a.mobile-menu-trigger {
    color: #fff;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  .cm-header-bottom .page-center {
    background-color: rgba(40,40,40, 1);
  }
  section.right-small a.mobile-menu-trigger i {
    position: relative;
    top: 1px;
  }
  .mobile-search-open div#search-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s linear;
    display: block;
  }
  .bg-image-section {
    margin-top: 0;
    min-height: 220px;
  }

  .custom-heading h1 {
    font-size: 2rem;
    line-height: 5rem;
    text-align: center;
  }

  .lp-page .bg-image-section {
    margin-top: 0;
  }
  .lp-page .mobile-logo {
    padding-bottom:6px;
  }
  .footer-form .hs-error-msgs label {
    font-size: 14px;
    line-height: normal;
  }




}



@media (max-width: 1024px) {

}

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

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template.one-column .body-container .widget-type-google_search, 
  .password-template .body-container form, 
  .cm-full form{
    width: 100%;
  } 
  .blog .blog-sidebar{
    margin-top: 40px;
  }
  div#captcha_wrapper {
    overflow: auto;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: none;
    margin: 0;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .cm-footer-social-gp {
    width: 100% !important;
    padding: 0;
  }
  .footer-form form {
    display: block;
  }
  .cm-language {
    margin: 30px auto 28px;
  }
  .cm-copyright {
    padding-bottom: 25px;
  }
  .footer-menu {
    padding: 20px 0;
    width: 100% !important;
  }
  .cm-copyright a {
    margin-top: 18px;
  }
  .fl-icon-group {
    padding-bottom: 12px;
  }
  span.fl-icon {
    margin-right: 7px;
  }
  .footer-form {
    padding-bottom: 67px;
  }
  .footer-form .hs-input {
    height: 3.15rem;
    margin-bottom: 20px;
  }
  .footer-form form {
    margin-top: -2px;
  }
  .cm-footer-inner {
    padding-top: 78px;
  }
  .footer-form .hs-error-msgs label {
    position: static;
    line-height: normal;
  }
  .footer-form .hs-input.invalid {
    margin-bottom: 0;
  }
  html, body {
    font-size: 100%;
  }
  .post-item-inner {
    padding: 2rem 1.375rem;
    background-color: #e9e8e8;
  }
  h2,h1 {
    font-size: 2rem;
  }
  .mobile-logo {
    padding: 11px .625rem 4px;
    width: 100% !important;
    text-align: center;
  }
  .bg-image-section {
    display: none;
  }
  .blog-pagination-center {
    display: none;
  }
  .blog-pagination-right {
    float: right;
  }
  .blog-pagination-left {
    float: left;
  }
  .blog-pagination a {
    margin-bottom: .75rem;
    font-weight: 400;
  }


}  

/*Interceptor Hood image */ 
@media (min-width:1550px) {
   .body_section-row-2-background-image {
         background-position: -1045px !important;
  }
}

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

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
  }
}