/* ==========================================================================
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=Open+Sans+Condensed:300,700|Open+Sans:300,400,600,700|Roboto:400,500');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "icomoon";
  src: url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/icomoon.woff") format("woff"), 
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/icomoon%20%281%29.ttf") format("truetype"), 
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face { 
  font-family: steadysets;
  src: url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/steadysets.eot") format("embedded-opentype"),
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/steadysets.ttf") format("truetype"), 
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/steadysets.woff") format("woff"), 
    url("//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Fonts/steadysets.svg") format("svg");
  font-style: normal; 
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: #fff;
  color: #707072;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1425px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

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


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

/* Basic text */
p {
  -webkit-font-smoothing: subpixel-antialiased;
} 
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;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased; 
  color: #444;
  font-family: Open Sans, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: Open Sans Condensed, sans-serif;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 56px;
  font-weight: 700;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}
h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

/* Anchor Links */
a { 
  color: #27CFC3;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  color: #f7a81b;
}
a:hover, a:focus { 
  color: inherit;
}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
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 {  
  min-height: 136px;
}

.custom-logo {
  width: auto !important;
  margin-right: 2%;
}
.custom-logo a img {
  max-height: 80px;
  transition: all .3s ease;
}
.custom-logo a {

    margin-right: 40px;

}

/* ==Fixed Header Styling== */

.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
}






/* ==Header-Top== */

.custom-header-top {
  background-color: #f3a61b;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  height: 37px;
}
.custom-header #social {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-header #social li {
  float: left;
}

.custom-header #social li a {
  font-weight: 700;
  font-size: 18px;
/*   border-left: 1px solid rgba(0,0,0,0.1); */
  line-height: 20px;
  padding: 8px 10px 8px 10px;
  height: 16px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  display: block;
}

.custom-header #social li a i {
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  width: auto;
  background-color: transparent;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  color: #eeeeee;
  -webkit-transition: all 0.2s linear;
}
.custom-header #social li a:hover i {
  color: #fff;
}

/* ==Top Header Right== */
.custom-top-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  height: 36px !important;
  float: right !important;
}

.custom-top-menu ul li {
  float: left;
  line-height: 0px!important;
  font-size: 12px!important;
  position: relative;
}

.custom-top-menu ul li a {
    font-weight: 700;
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    padding: 10px!Important;
    line-height: 16px!important;
    font-size: 15px!important;
/*     border-left: 1px solid rgb(0 0 0 / 0%); */
    color: #ffffff!important;
    padding-right: 12px !important;
}
.custom-top-menu ul li:last-child a {
  padding-right: 10px !important;
}
.custom-top-menu ul li:last-child {
/*   border-right: 1px solid rgba(0,0,0,0.1); */
}

/* ==Header-bottom== */



.custom-header-bottom {
  padding-top: 9px;
  background-color: #fff;
}


/* ==Header Search== */
.icon-salient-search {
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-salient-search:before {
  content: "\e036";
}

ul.buttons li a {
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 24px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-right: 0 !important;
}
ul.buttons li a:after {
  content: none !important;
}

ul.buttons li a span {
  line-height: 24px;
  height: 24px;
  top: 0;
  background-color: transparent;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #707072;
  font-size: 18px;
}
ul.buttons li a:hover span {
  color: #f3a61b;
}
ul.buttons {
  width: auto;
  float: right !important;
  margin-left: calc(15px + 19px) !important;
}

.icon-salient-x:before {
  content: "\e003";
}
.icon-salient-x {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #707072;
  font-weight: normal;
  line-height: 19px;
}

/* ==Header Search== */
#search-outer {
  background-color: rgba(255,255,255,0.96)!important;
  height: 95%!important;
  position: fixed;
  transform: rotateX(90deg);
  padding: 0;
  z-index: 1010!important;
  width : 100% !important;
  text-align: center;
}
#search-outer .page-center  {
  height: auto!important;
  float: none!important;
  width: 100%!important;
  padding: 0 40px;
  position: static;
}
#search-box {
  transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  position: absolute;
}
#search-outer #search #close {
  position: absolute;
  top: 25px;
  right: 25px;
}
body a {
  color: #f7a81b;
}
#search-outer #search #close a {
  position: absolute;
  right: 0px;
  top: 24px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
  z-index: 10;
}
#search-outer #search #close a {
  right: 0!important;
  top: 0!important;
  transition: all .47s cubic-bezier(0.3,1,0.3,0.95) 0;
  -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95) 0;
}
#search-outer > #search form {
  width: 100%!important;
  float: none!important;
}
#search-outer > #search form, #search-outer #search .span_12 span {
  opacity: 0;
  position: relative;
}
#search-outer #search .span_12 span {
  text-align: center;
  display: block;
  color: rgba(0,0,0,0.4);
  margin-top: 15px;
}
#search-outer #search .span_12 span i {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
#search-outer #search input[type=text] {
  width: 100%;
  line-height: 43px;
  position: relative;
  padding: 0px!important;
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000!important;
  height: auto!important;
  font-size: 80px!important;
  text-align: center!important;
}

#search-outer #search input[type=text]::-webkit-input-placeholder {
  color: #000;
}

#search-outer {
  top: 132px;
  transition: all .3s;
}

.fixed #search-outer {
  top: 103px;
}

.show-search #search-outer {
  display: block !important;
}

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

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

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

body:not(.blog) .body-container-wrapper .page-center {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

body:not(.blog) .body-container-wrapper {
  color: #676767;
  font-weight: 400;
}

/* ==Main Banner== */
.banner-area {
  padding: 30px 0 0;
}

body:not(.blog) .banner-area .page-center {
  padding-top: 11px !important;
  padding-bottom: 0 !important;
}
.banner-area h1 {
  margin: 0;
}
/* =============== Footer =============== */

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

.custom-footer-bottom {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 0px;
  font-size: 12px;
  background-color: #1c1c1c;
  color: #777;
  border-top: 1px solid rgba(255,255,255,0.1);
  background-color: transparent;
}

.custom-footer {
  color: #ccc;
  position: relative;
  z-index: 10;
  background-color: #252525;
}

.custom-footer #social {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-footer #social li {
  float: left;
  margin-left: 20px;
}

.custom-footer #social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}
.custom-footer h6 {
  font-family: Open Sans;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 7px;
}
.custom-footer h6 i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  margin-right: 5px;
}
.ftr-last-row.ftr-last-row-2 p {
  padding: 0;
}

.custom-footer p + p {
  padding: 0;
}

.ftr-last-row.ftr-last-row-2 h4 {
  margin-top: 30px;
}
.custom-footer p {
  padding-bottom: 20px;
  margin: 0;
}
.custom-footer a {
  color: #fff;
  font-size: medium;
}
.bold, strong, b {
  font-family: Open Sans;
  font-weight: 600;
}
.custom-footer a:hover {
  color: #f7a81b;
}
.custom-footer #social li a i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  color: #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.custom-footer #social li a i:hover {
  color: #f7a81b;
}
.custom-footer-bottom p {
  margin: 0;
  line-height: 22px;
  margin-top: 3px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}
.custom-footer-top {
  font-family: 'Open Sans';
  font-weight: 300;
  position: relative;
  z-index: 10;
  text-align: center;
  vertical-align: bottom;
  font-size: 22px;
  background-color: #bbaf9e;
}

.custom-footer-top .page-center {
  padding: 42px 0px 36px 0px !important;
}

.custom-footer-top .page-center span {
  letter-spacing: -1px;
  display: inline-block;
  font-family: Open Sans;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
  color: #231f20;
}

.custom-footer-top .page-center span + a {
  background-color: #f7a81b;
  opacity: 1;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  padding: 16px 21px;
  letter-spacing: 2px;
  margin-left: 20px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: -3px;
  color: #FFF;
  margin-bottom: 0px;
  box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.custom-footer-top .page-center span + a:hover {
  opacity: 0.75;
}


/* ==Main Footer Middle== */
.custom-footer-middle h4,.custom-footer-middle h3 {
  color: #fff;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.custom-footer-middle {
  padding: 55px 0px;
  margin-bottom: 0px;
}
.iframe-embed iframe, iframe {
  max-width: 100%;
}
body:not(.blog) .triangle {
  display: none;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */




/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  a.slide_out_area_close {
    display: none !important;
  }
  li.dl-back {
    display: none !important;
  }
  li#search-btn > a {
    margin-left: 7px;
  }
  .social-comments-sec {
    float: right;
    position: relative;
    top: -59px;
  }
  /* =============== Custom Menu Primary =============== */

  .custom-menu-primary {
    width: auto !important;
    margin-left: 0 !important;
    float: right !important;
  }
  
  #hs_menu_wrapper_module_1542101460182308_ > ul.buttons {
    margin: 0 !important;
    padding: 0;
}
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 39px;
    padding-top: 29px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    color: #707072;
    position: relative;
    transition: all .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #000;
    content: '';
    padding-bottom: inherit;
    border-color: #f3a61b;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }


  #site-wrapper > div.header-container-wrapper > div > div > div > div > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-5 > div > div > div.row-fluid-wrapper.row-depth-1.row-number-6 > div > div > div > div {
    display: flex;
    justify-content: flex-end;
}
  
  #header-outer[data-lhe="animated_underline"] #top nav >ul >li >a {
    padding-bottom: 39px;
    padding-top: 29px;
    margin-left: 5px;
    margin-right: 8px;
    padding-left: 0;
    padding-right: 0;
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22.4px;
    font-weight: 700;
    color: #707072 !important;
    position: relative;
    transition: all .3s ease;
}
  
  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    width: 16em !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    line-height: 0px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    line-height: 0px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: Open Sans Condensed;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;  
    letter-spacing: 0;
    color: #707072;
    padding: 14px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #f7a81b;
  }
  i.icon-angle-right {
    float: right;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
  }
  .icon-angle-right:before {
    content: "\f105";
  }
  /* 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;
  }

  .fixed .custom-logo a img {
    max-height: 60px;
  }
  .fixed .custom-header-bottom {
    padding-top: 5px;
  }
  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-bottom: 24px;
    padding-top: 19px;
  }

  ul#social.mobile {
    display: none;
  }

}


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

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: 0;
    width: auto;
    height: auto;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #707072;
  }

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

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

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


  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  /*   .custom-menu-primary.js-enabled{
  position: relative;
  padding-top: 44px; /* Makes room for button
  margin: 10px 0 10px 0;
} */

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

  ul.buttons {
    display: none !important;
  }

  .custom-menu-primary {
    margin-left: 0 !important;
    position: fixed;
    transform: translate(301px,0px);
    top: 0;
    right: 0;
    width: 300px !important;
    height: 100vh;
    z-index: 10000;
    background-color: #fff;
    padding: 33px;
    overflow: hidden;
    transition: all 1s cubic-bezier(.55,0,.1,1);
    color: #707072;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    overflow-x: hidden;
  }
  div#site-wrapper {
    transition: all 1s cubic-bezier(.55,0,.1,1); 
    position: relative;
    left: 0;
  }
  .mobile-open div#site-wrapper {
    left: -300px;
    position: relative;
  }

  .menu-overlay {
    background-color: rgba(0,0,0,0.8);
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 0;
    transition: all 350ms cubic-bezier(.55,0,.1,1);
    width: 100%;
    visibility: hidden;
    height: 100%;
  }
  .mobile-open .menu-overlay { 
    visibility: visible;
    opacity: 1;
  }
  .header-container-wrapper {
    position: relative;
    z-index: 99;
  }
  ul#social.mobile {
    bottom: 45px;
    text-align: left;
    position: absolute;
    z-index: 999;
    width: auto;
  }

  ul#social.mobile li {
    display: inline-block;
    padding: 0 6px 6px 0;
    border: none;
  }

  ul#social.mobile li a {
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    color: #707072!important;
    border: none;
  }

  ul#social.mobile li a i {
    color: inherit;
    background-color: transparent!important;
    font-size: 18px;
    line-height: 22px;
  }

  /* 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{
    width: 100%; /* Full screen width */
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: -7px;
    min-height: calc(100vh - 166px);
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    color: #707072;
    letter-spacing: -1px;
    font-family: Open Sans Condensed, sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    white-space: normal !important;
    display: inline !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #f3a61b;
  }

  /* 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{
    text-indent: 30px; /* Indent Child lists */
  }

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



  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: fixed !important;
    transform: translate(100%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    background: #fff;
    transition: all 0.5s linear !important;
    display: block !important;
    width: calc(100% - 50px);
    height: 100%;
    padding: 36px;
    overflow: auto;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: all 350ms cubic-bezier(.55,0,.1,1) !important;
    -o-transition: all 350ms cubic-bezier(.55,0,.1,1) !important;
    transition: all 350ms cubic-bezier(.55,0,.1,1) !important;
    display: block !important;
    width: 100%;
    height: 100%;
    position: fixed !important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .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:0px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    margin-bottom: 10px!important;
    position: relative;
    top: -10px;
    left: -13px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back > a {
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(0,0,0,0.13);
    display: inline !important;
  }

  a.slide_out_area_close {
    z-index: 100;
    position: absolute;
    right: 22px;
    top: 22px;
    font-weight: 400;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 34px;
    height: 34px;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    color: #ddd;
    font-size: 18px;
    max-width: none;
    line-height: 32px;
  }

  .mobile-open .custom-menu-primary {
    transform: translate(0px,0px);
  }

  span.icon-salient-x.icon-default-style {
    color: #fff;
    font-size: 18px;
    height: 34px;
    left: 0px;
    line-height: 32px;
    max-width: none;
    width: 34px;
    font-size: 24px;
    color: #707072;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;  
    transform-origin: center center;
    line-height: 34px;
    display: inline-block;
    text-align: center;
  }

  a.slide_out_area_close:hover span.icon-salient-x {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #f3a61b!important;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  }

  /*   .mobile-open {
  overflow: hidden;
} */

  span.icon-salient-x.icon-default-style:before {
    content: "\e117";
  }
  ul#social.mobile li a:hover i {
    color: inherit;
  }
  ul#social.mobile li a:hover {
    color: #f7a81b !important;
  }
}

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


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

/* Blog Post and Listing Body Class */
.blog {}


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


.mobile-open .custom-footer {
  position: static;
}
/* ==Post Pagination== */
.custom_blog_next-previous {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.custom-next,
.custom-previous{
  padding: 6% 9%;
  width: 50%;
  line-height: 0;
  height: auto!important;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
}
.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
a.blog-post-pagination-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}
.custom_blog_next-previous h3 {
  color: #fff;
  position: relative;
  z-index: 100;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.custom_blog_next-previous h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.custom-next span {
  text-align: right;
}
.custom_blog_next-previous h3 span.text {
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.custom_blog_next-previous * {
  font-family: "Open Sans";
}
.custom_blog_next-previous .custom-next:after,
.custom_blog_next-previous .custom-previous:after{
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.custom-next:hover .post-bg-img, .custom-previous:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@keyframes rightArrowStart {
  0% { transform: translateX(-50px); }
  100% { transform: translateX(42px); }
}

@keyframes rightArrowEnd {
  0% { transform: translateX(42px); }
  100% { transform: translateX(75px); }
}

@keyframes rightArrowStart2 {
  0% { transform: translateX(50px) rotate(180deg); }
  100% { transform: translateX(-42px) rotate(180deg); }
}

@keyframes rightArrowEnd2 {
  0% { transform: translateX(-42px) rotate(180deg); }
  100% { transform: translateX(-75px) rotate(180deg); }
}
@keyframes rightArrowLineStart {
  0% { stroke-dashoffset: 30px; }
  100% { stroke-dashoffset: 40px; }
}
@keyframes rightLineStart {
  0% { transform: translateY(-50%) translateX(-88px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}
@keyframes rightArrowLineEnd {
  0% { stroke-dashoffset: 40px; }
  100% { stroke-dashoffset: 50px; }
}

.custom-next svg.next-arrow{
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  position: absolute;
  backface-visibility: hidden;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.custom-next svg.next-arrow, .custom-next span.line {
  top: 70% !important;
}
svg.prev-arrow, .custom-previous span.line {
  top: 70% !important;
}
.custom-next:hover svg.next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: -43px;
}
.custom-next svg.next-arrow line,
.custom-previous svg.next-arrow{
  stroke-dashoffset: 40px;
  stroke: #ffffff;
  stroke-width: 2px;
  stroke-dasharray: 10px;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
}
.custom-next:hover:after, .custom-previous:hover:after {
  background-color: rgba(13,13,13,0.9);
}
.custom-next:hover svg.next-arrow line,
.custom-previous:hover svg.next-arrow line{
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.custom-previous:hover svg.next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.custom-next:hover svg.next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.custom-previous svg.next-arrow {
  left: -43px;
  right: 0 !important;
  top: 50%;
  margin-top: -15px;
  height: 30px; 
  width: 40px;
  display: block;
  position: absolute;
  backface-visibility: hidden;
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}
.custom-previous svg.next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}
.custom-previous:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}
.custom-next:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}
.hs-blog-post .blog-listing-categories-wrapper {
  display: none;
}


.custom-next span.line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}

.custom-next:hover span.line {
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

svg.prev-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

svg.prev-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke: #ffffff;
  stroke-dashoffset: 40px;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
}

.custom-previous span.line {
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  z-index: 100;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 14px;
  text-align: left;
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.custom-previous:hover span.line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.custom-previous:hover svg.prev-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.custom-previous:hover svg.prev-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.custom_blog_next-previous:not(.two-col) > div {
  width: 100% !important;
}


.custom-post-comments a i {
  vertical-align: middle;
}
.about-author-sec img {
  max-width: 80px;
  max-height: 80px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px!important;
  position: relative;
  border-radius: 100%;
}

div#author-info {
  margin: 0 auto;
  padding-left: 0!important;
  text-align: center;
}

div#author-info h3 {
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  color: #707072;
}

div#author-info h3 span {
  display: block;
  margin-bottom: 5px;
  line-height: 12px;
  font-size: 12px;
  text-transform: none;
}

div#author-info h3 span i {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.about-author-sec {
  padding: 40px 0;
  border: none;
  text-align: center;
}

.social-comments-sec {
  float: right;
}

.about-author-sec a {
  font-size: 14px;
  padding: 15px 22px;
  opacity: 1;
  transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -moz-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  -o-transition: all .45s cubic-bezier(0.25,1,0.33,1)!important;
  border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
  -o-border-radius: 2px!important;
  border: 2px solid rgba(255,255,255,0.75);
  border-width: 2px!important;
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  margin-top: 20px;
  visibility: visible;
  color: rgb(0, 0, 0);
  border-color: rgba(0, 0, 0, 0.75);
  background-color: transparent;
  font-weight: 700;
  font-family: Open Sans;
  text-transform: uppercase!important;
  letter-spacing: 2px;
  line-height: 20px;
  display: inline-block;
}

.about-author-sec a:hover {
  border-color: #f7a81b!important;
  background-color: #f7a81b!important;
  color: #fff;
}

.section.post-header h1 {
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  max-width: 800px;
  margin: 0;
  letter-spacing: -1px;
  color: #707072;
}

span.author {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  font-family: Open Sans;
  padding-right: 10px;
}

span.author a,span.custom-cat a {
  color: inherit;
}

span.author a:hover,span.custom-cat a:hover {
  color: #f7a81b;
}

span.custom-date-post {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  font-family: Open Sans;
}

span.custom-cat {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #888;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  font-family: Open Sans;
}

span.custom-cat a {}

.section.post-header {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 5px;
  padding-top: 39px;
}



.section.post-footer form:before {
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.5px;
  content: 'Leave a Reply';
  display: block;
}

.hs-blog-post .hs-featured-image-wrapper img {
  width: 100% !important;
}

/* ==Related Posts== */
.related-posts-wrapper h3 {
  padding: 4% 0 40px 0;
  letter-spacing: 0px;
  margin-bottom: 7px;
  color: #707072;
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
}

.rel-post-inner {
  padding: 0 0 8% 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.related-post-item {
  /*   display: -webkit-flex;
  display: flex;   */
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
}

.related-post-item:last-child {
  margin-right: 0;
}
.rel-post-item-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rel-post-item-wrap {
  width: 100%;
}

.rel-post-item-wrap .post-header h2 {
  font-family: Open Sans;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

.related-post-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.related-post-image img {
  margin-bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 0px;
}
.related-post-item:hover .related-post-image img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.meta-category {
  padding: 20px 30px 0 30px;
  display: block;
}

.meta-category a {
  margin: 0 10px 10px 0;
  color: #f7a81b;
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
}
.meta-category a:before {
  background-color: #f7a81b;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.meta-category a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.related-content {
  padding: 10px 30px 30px 30px;
  padding-bottom: 80px;
  clear: both;
}
.rel-auth img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  display: inline-block;
  float: left;
}
.text {
  float: left;
}
.text a {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  display: block;
  color: inherit;
}
.text a:hover {
  color: inherit;
}
.text span {
  font-size: 13px;
  line-height: 18px;
}
.rel-auth {
  bottom: 20px;
  left: 30px;
}
.related-post-image {
  overflow: hidden;
  height: 280px;
}

.related-posts-wrapper {
  background-color: rgba(0,0,0,0.04);
  padding-bottom: 24px;
}
.meta-category a:hover {
  color: #f7a81b;
}

@media (min-width: 1000px){
  .related-post-item {
    width: 31.2%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .rel-auth {
    position: absolute;
  }
}


/* ==Social Share== */
.dfd-blog-share-popup-wrap {
  position: relative;
  float: right;

  cursor: pointer;
}
.dfd-blog-share-popup-wrap:hover {
  z-index: 99;
}
.dfd-share-icons {
  position: absolute;
  right: 0;
  width: 196px;
  height: 36px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
ul.rrssb-buttons.rrssb-2 {
  margin-bottom: 17px;
  list-style: none;
}

ul.rrssb-buttons.rrssb-2 li {
  font-family: 'soc-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
ul.rrssb-buttons.rrssb-2 > li {
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 160px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}

.dfd-share-icons ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.dfd-share-icons ul > li > a i {
  font: normal normal normal 14px/1 FontAwesome;
  background-color: transparent;
  border-radius: 0px;
  font-weight: normal;
  font-size: 20px;
  height: 20px;
  width: auto;
  line-height: 19px;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  padding-right: 3px;
  line-height: 22px;
  color: #999;
  margin: 0;
  font-size: 18px;
  position: static;
  vertical-align: text-top;
}



/* =before's== */

i.fa.fa-googleplus:before {
  content: "\f0d5";
}
i.soc_icon-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
/* Hover */
.dfd-share-icons ul > li > a i:hover {
  color: #f7a81b;
}

.dfd-blog-share-popup-wrap:hover + div {
  opacity: 0;
}

.dfd-blog-share-popup-wrap:hover .dfd-share-icons {
  opacity: 1;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li:nth-child(1) {
  left: 0;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li:nth-child(2) {
  left: 40px;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li:nth-child(3) {
  left: 80px;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li:nth-child(4) {
  left: 120px;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons ul > li:nth-child(5) {
  left: 160px;
}
.dfd-blog-share-popup-wrap:hover .dfd-share-title, .dfd-share-simple .dfd-blog-share-popup-wrap .dfd-share-title {
  width: 0;
  opacity: 0;
}
.box-name {
  border: 2px solid rgba(0,0,0,0.1); 
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  height: auto;
  line-height: 20px;
  display: block;
  border-radius: 100px;
  padding: 8px 16px!important;
  margin: 5px!important;
}

.custom-post-comments {
  border: 2px solid rgba(0,0,0,0.1);
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1),color.45s cubic-bezier(0.25,1,0.33,1);
  height: auto;
  line-height: 20px;
  border-radius: 100px;
  padding: 8px 16px!important;
  display: inline-block;
  float: right;
  margin: 5px;
  position: relative;
}

i.icon-default-style.steadysets-icon-share {
  font-family: steadysets;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  font-size: 16px;
  width: 16px;
  line-height: 22px;
  margin-right: 7px;
  height: 20px;
  color: #999;
}
i.icon-default-style.steadysets-icon-chat {
  font-family: steadysets;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  font-size: 16px;
  width: 16px;
  line-height: 22px;
  margin-right: 7px;
  height: 20px;
  color: inherit;
}
.custom-post-comments a {
  color: inherit;
}
.custom-post-comments:hover {
  color: #f7a81b;
  border-color: #f7a81b;
}
i.icon-default-style.steadysets-icon-chat:before {
  content: "\e651";
}
i.icon-default-style.steadysets-icon-share:before {
  content: "\e63c";
}
.dfd-blog-share-popup-wrap:hover .dfd-share-icons {
  z-index: 999;
}


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


#hubspot-topic_data {
  margin: 0;
  display: inline-block;
}
#hubspot-topic_data a.topic-link {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 101;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s ease;
  padding: 0px 10px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 20px;
}
#hubspot-topic_data a.topic-link:hover {
  background-color: #f7a81b !important;
  border: 2px solid transparent;
  color: #fff;
}


/* ======================================Fictional== */

.custom-cat-wrap a {
  margin-bottom: 10px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  padding: 0px 10px;
  display: inline-block;
  line-height: 20px;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none;
}
.custom-cat-wrap a:hover {
  background-color: #f7a81b;
}

.custom-topic {
  margin-bottom: 30px;
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd;
}
.custom-topic .subheader {
  color: #888;  
  margin-bottom: 15px; 
  font-family: Open Sans;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}
.custom-topic h1 {
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  color: #707072;
}

/* =============================================== */


.post-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-item {
  color: #676767;
  border-radius: 4px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.08);  
  margin-right: 24px;
  margin-bottom: 25px;
}
.post-item:nth-child(even) {
  margin-right: 0;
}
.hs-blog-listing .hs-featured-image-wrapper {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.post-header h2 {
  color: #707072;
  font-family: Open Sans;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
.content-inner {
  padding: 7%; /* changed from 17% */
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  color: #888;
}
.post-item:hover img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.post-item img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

/* ==Sidebar== */

.blog-sidebar h3 {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.blog-sidebar h3 {
  font-family: Open Sans;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}
span.custom-date {
  font-size: 12px;
  color: #888;
}
.blog-sidebar ul li {
  padding-top: 4px;
}
.blog-sidebar ul {
  list-style: none;
}
.blog .content-wrapper {
  padding-bottom: 20px !important;
  padding-top: 35px !important;
}
/* 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-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
}
.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-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:15px 0;
}

/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination { 
  margin: 30px 0;  
  clear: both;
}
.blog-pagination a {
  display: inline-block;
  padding-right: 7px;
  font-family: 'Open Sans';
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  color: #FFF;
  padding: 11px 13px 10px 13px;
  background-color: #333;
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-position: 13px 12px;
  background-repeat: no-repeat!important;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
}
.blog-pagination a:hover {
  background-color: #f7a81b;
}
.blog-pagination > div {
  display: inline-block;
}

.blog-pagination-left a.inactive,.blog-pagination-center a.inactive
{
  display: none;
}
.blog-pagination a.previous-posts-link {
  background-image: url('//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Images/portfolio-arrows.png');
  background-position: -20px 12px;
}
.blog-pagination a.all-posts-link {}
/* .blog-pagination a.next-posts-link {
background-image: url('//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Images/portfolio-arrows.png');
background-position: -20px 12px;
}
*/
.blog-pagination a.next-posts-link {
  background-image: url(//4001940.fs1.hubspotusercontent-na1.net/hubfs/4001940/Wasteplan_November2018/Images/portfolio-arrows.png?t=1542274675347);
  background-position: -20px 12px;
  background-position: 13px 12px;
}

/* 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 {
  margin-bottom: 30px;
}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

.blog-sidebar ul {
  padding: 0;
  margin: 0;
}

.blog-sidebar form {
  position: relative;
}

.blog-sidebar input.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 22px;
  line-height: 24px;
  margin: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: none;
  -ms-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  letter-spacing: 0;
}

.blog-sidebar input.hs-search-field__input {
  padding-right: 75px;
  border-radius: 0px 2px 2px 0px;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 18px;
  padding-left: 0;
  border: none;
  position: relative;
  line-height: 22px;
  color: #000;
  font-family: 'Open Sans';
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
  font-size: 16px;
}
.blog-sidebar input.hs-search-field__input:focus {
  box-shadow: none;
  outline: none;
  border-color: #f7a81b!important;
  border-width: 2px;
}
.blog-sidebar input.hs-search-field__input::-webkit-input-placeholder {
  opacity: 1;  
  color: #acacac!important;
  font-weight: 700;
  font-size: 14px;
}
/* =============== Blog Author Page and Author Bio =============== */

/*Author Page*/
.hs-author-profile {
  margin-bottom: 20px;
}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {
  margin: 10px 0;
}
.hs-author-profile .hs-author-avatar {
  max-width: 75px;
  border-radius: 100%;
}
.hs-author-profile .hs-author-avatar img {
  border-radius: 100%;
}
h3.hs-author-listing-header {}


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


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

.hs_recaptcha {
  margin: 15px 0;
}
.form-title:empty {
  display: none;
}

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}

/* 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 {
  white-space: normal;
  display: inline-block;
  width: 100%;
  margin: 10px 0 15px;
  line-height: 22px;
  color: #000;
  font-family: 'Open Sans';
  border: none;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: none;
  font-size: 16px;
  background-color: transparent;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}

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 {
  border-color: #f7a81b;
  outline: none;
}

.section.post-footer form .actions {
  text-align: center;
  margin: 30px 0;
}
.section.post-footer form .actions input {
  letter-spacing: 0;
  line-height: normal;
}
body .hs-form-field > label {
  color: #acacac!important;
  display: inline-block;
  font-family: Open Sans;
  line-height: 26px;
  font-weight: 700!important;
  font-size: 14px;
}

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

.hs-form-required {
  color: red;
}

/* Error */
.hs-error-msgs label{
  color: red;
}
ul.hs-error-msgs.inputs-list {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}

.hs-input.invalid.error {
}

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


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#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 {}.

.section.post-footer .hs_subscribe.hs-subscribe 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;
  text-decoration: none !important;
  display: inline-block;
  white-space: normal;
  margin: 10px 0 15px;
  background-color: #f7a81b;
  opacity: 1;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  padding: 16px 21px;
  letter-spacing: 2px;
  line-height: 24px;
  display: inline-block;
  color: #FFF;
  box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  -o-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
  font-family: Open Sans;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
  border: none;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  opacity: .8;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
}



.custom-footer #social li a i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
    color: #fff;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
/* =============== 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                                      
========================================================================== */

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

.landing-page.one-column .body-container form, 
.password-template.one-column .body-container form, 
.subscription-template.one-column .body-container form{
  width: 50%;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul{
  padding:0 0 15px; 
}

.hs-search-field__bar{
  max-width: 600px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#recaptcha_area,#recaptcha_table {
  width: 318px !important;
  overflow-x: auto !important;
  max-width: 100% !important
}
.lp .mobile-trigger,
.lp .child-trigger {
  display: none !important;
}

h3.form-title {
  font-family: Open Sans;
  font-size: 32px;
  line-height: 42px;
  font-weight: 400;
}

[class*="fa-"] {
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

/* ==Back-To-Top== */
a#back-to-top {
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: 17px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  overflow: hidden;
  border-radius: 200px!;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
}

a#back-to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0px;
  left: 0px;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  -ms-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
}

a#back-to-top:hover {
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
  background-color: transparent;
}

a#back-to-top:before,a#back-to-top:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

a#back-to-top:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}

a#back-to-top:after {
  background-color: #f7a81b;
}

a#back-to-top:hover::after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
a#back-to-top:hover i.fa.fa-angle-up.top-icon {
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
  transform: translate(0,-29px);
}

a#back-to-top:hover i.fa.fa-angle-up:last-child {
  -webkit-transform: translate(0,-29px);
  -ms-transform: translate(0,-29px);
  transform: translate(0,-29px);
}



.triangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f8f8;
  height: 10px;
  width: 10px;
  left: 440px;
  margin: -42px auto 33px auto;
  color: #f6f6f6;
}
.custom-header-top .page-center > div > .row-fluid > div {
  width: auto !important;
}
.custom-top-menu {
  float: right !important;
}
.lp .custom-header-top {
  min-height: 70px !important;
}

div#footer-site-map {
  padding-left: 100px;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (max-device-height: 550px) {


  ul#social.mobile {
    position: static;
  }

  .custom-menu-primary {
    overflow-y: auto;
  }
}


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

@media only screen and (max-width: 690px){
  .container-fluid .row-fluid .page-center {
    max-width: 320px;
    padding: 0;
  }
}
@media only screen and (max-width: 690px) and (min-width: 480px) {
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 690px) {
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding: 0;
  }
}



@media only screen and (max-width: 690px){
  .page-center {
    max-width: 320px;
  }
}

@media (max-width: 1000px) {

  /*   ==Fixed Header== */
  .custom-header-bottom {
    position: static;
    width: 100% !important;
    min-height: 77px !important;
  }

  .fixed-mobile .custom-header-bottom {
    position: fixed !important;
    top: 0;
  }
  .custom-header {
    position: static;
  } 

  /*   .social-comments-sec.clearfix {
  float: none;
} */
  .blog .blog-sidebar,.blog .blog-content {
    width: 100% !important;
    float: none !important;
  }
  svg.prev-arrow,span.line {
    display: none !important;
  }
  .custom_blog_next-previous > div:hover h3 {
    transform: translateX(0px) translateZ(0)!important;
    -webkit-transform: translateX(0px) translateZ(0)!important;
  }
  .custom-next svg.next-arrow line, .custom-previous svg.next-arrow {
    display: none;
  }
  /*==Header==*/
  .custom-header-top {
    height: auto;
  }
  .custom-footer-top .page-center span + a {
    margin-top: 20px;
  }
  .custom-header #social,.custom-top-menu ul {
    float: none !important;
    width: 100%;
    text-align: center;
    height: auto !important;
  }

  .custom-header #social li,.custom-top-menu ul li {
    display: inline-block;
    float: none;
    width: auto;
  }
  .content-inner {
    padding: 4% 17%;
  }
  .hs-blog-listing .hs-featured-image-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .custom-top-menu ul {
    border-top: 1px solid #DDDDDD;
  }
  .custom-header #social li a {
    height: 15px;
  }
  .custom-header-top .page-center > div > .row-fluid > div {
    width: 100% !important;
    float: none !important;
    margin-left: 0;
  }

  .custom-logo a img {
    max-width: 80%;
    
  }
  .custom-logo a {
    margin-top: 9px;
    display: inline-block;
  }
  .custom-header-bottom .page-center {
    position: relative;
  }

  .dfd-blog-share-popup-wrap {
    float: left;
  }

  .custom-post-comments {
    float: left;
  }

  .dfd-blog-share-popup-wrap:hover .dfd-share-icons {
    right: -146px;
  }
  ul.rrssb-buttons.rrssb-2 > li {
    left: -160px;
  }

  .social-comments-sec {
    float: none;
    text-align: left;
    margin-top: 15px;
  }

  .dfd-blog-share-popup-wrap {
    float: right;
    display: inline-block;
  }

  .custom-post-comments {
    float: right;
  }
  .banner-area {
    padding: 0;
  }

  .dfd-blog-share-popup-wrap {
    float: left;
  }

  .custom-post-comments {
    float: left;
  }

  /*==Footer==*/

}
@media (max-width: 1010px) and (min-width: 1000px){

  .custom-top-menu ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 14px!important;
  }
}
@media (max-width: 1020px){
  a#back-to-top {
    display: none !important;
  }
}

@media (max-width: 1000px) and (min-width: 768px){
  .footer-col {
    width: 48% !important;
    margin-right: 15px;
    margin-left: 0px !important;
    padding: 15px;
  }
  .footer-col.footer-col-3 {
    margin-right: 0px;
  }
  .footer-col.footer-col-1,.footer-col.footer-col-2 {
    margin-bottom: 40px;
  }
  .footer-col:last-child {
    margin-bottom: 0px !important;
  }
  .custom-footer #social li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

@media (min-width: 768px){
  .footer-col {
    width: 23.5% !important;
    margin-right: 2% !important;
    margin-left: 0 !important;
  }

  .footer-col:last-child {
    margin-right: 0 !important;
  }


  /*   ==Blog== */
  .post-item {
    width: 47.1%;
  }
}

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

@media (max-width: 767px) {
  .landing-page.one-column .body-container form,  
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-search-field__bar{
    max-width: 100%;
  }
  .subscribe-options label{
    margin:0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    width: 100%;
  }    

  /*==Header==*/


  /*==Footer==*/
  .custom-footer-bottom .widget-span {
    display: block;
    width: 100% !important;
  }
  .custom-footer-bottom .page-center .widget-span:first-child{
    margin-bottom: 25px;
  }
  .custom-footer #social {
    float: none;
      padding-left: 50px;
    padding-bottom: 40px;
}
  .custom-footer #social li {
    margin-right: 10px;
    margin-left: 0px!important;
    margin-right: 10px;
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  

div#footer-site-map {
    padding: 0px;
}

  .footer-col:not(:last-child) {
    margin-bottom: 40px;
  }

  .custom-footer-top .page-center span + a {
    display: block;
    margin: 20px 30px 0;
  }
  .blog .blog-sidebar .widget-span {
    margin-bottom: 50px;
  }
  .post-item {
    float: none;
    margin-right: 0;
  }
  .custom-next, .custom-previous {
    width: 100%;
  }
  .custom-next, .custom-previous {
    width: 100%;
  }

  .social-comments-sec {
    float: none;
    text-align: left;
  }

  .dfd-blog-share-popup-wrap {
/*     float: right; */
    display: inline-block;
  }

/*   .custom-post-comments {
    float: right;
  } */

  .iframe-embed iframe, iframe {
    margin-bottom: 8px;
    width: 100% !important;
  }
}  

@media (max-width: 1520px) and (min-width:1001px){

  .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: 140px !important;
    top: 54px;
  }

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

@media (max-width: 690px) {

  /*==Header==*/
  .custom-header #social, .custom-top-menu ul {
    padding: 10px 0px !important;
  }
  .custom-top-menu ul li a,
  .custom-top-menu ul li:last-child,
  .custom-header #social li a,
  .custom-header #social li, 
  .custom-top-menu ul li{
    border: none;
  }
  .section.post-header h1 {
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 30px!important;
  }

  .custom_blog_next-previous h3 span {
    display: block;
    text-align: center;
  }
  span.author, span.custom-date-post, span.custom-cat {
    display: none;
  }
  h3 {
    font-size: 18.2px;
    line-height: 25.2px;
  }
  .dfd-blog-share-popup-wrap {
    float: left;
  }

  .custom-post-comments {
    float: left;
  }

  .dfd-blog-share-popup-wrap:hover .dfd-share-icons {
    right: -146px;
  }
  ul.rrssb-buttons.rrssb-2 > li {
    left: -160px;
  }

  .custom_blog_next-previous h3, .custom_blog_next-previous h3 span.text {
    font-size: 18.2px;
    line-height: 25.2px;
  }

  h1 {
    font-size: 27.6px;
    line-height: 33.6px;
  }
  .custom-header #social li a {
    padding-left: 6px;
  }
  div#author-info h3 {
    font-size: 18.2px;
    line-height: 25.2px;
  }
  h2 {
    font-size: 22.4px;
    line-height: 29.4px; }
  /*==Footer==*/

}
@media (max-width: 479px) {
  .content-inner {
    padding: 11%;
  }

  ul.rrssb-buttons.rrssb-2 {
    position: static;
    opacity: 1;
    margin: 0;
    padding: 0;
    float: left;
  }
  ul.rrssb-buttons.rrssb-2 li {
    position: static;
    display: inline-block;
  }

  ul.rrssb-buttons.rrssb-2.mobile {
    padding-top: 17px;
  }

  ul.rrssb-buttons.rrssb-2.mobile  a > i {
    font: normal normal normal 14px/1 FontAwesome;
    color: #999!important;
    line-height: 22px!important;
    height: 20px!important;
    width: auto!important;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    margin: 0!important;
    font-size: 18px!important;
  }
  ul.rrssb-buttons.rrssb-2.mobile a:hover > i {
    color: #f7a81b!important;
  }

  .box {
    display: none;
  }
}
@media (min-width: 691px) {
  ul.rrssb-buttons.rrssb-2.mobile {
    display: none !important;
  }
}
@media (max-width: 377px) {
  .container-fluid .row-fluid .page-center {
    padding: 0px 15px;
  }
  .mobile-trigger {
    right: 15px;
  }
}

@media (max-width: 330px) {
  .section.post-header {
    padding-bottom: 35px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 35px;
    padding-top: 40px;
  }
}