/* ==========================================================================
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:300,400,600,700|Oswald:300,400,500,700|Playfair+Display:400,700|Raleway:300,400,500,600,700|Roboto:300,400,500,700');
@import url('https://use.typekit.net/ajz7oos.css');

@font-face {
  font-family: 'FontAwesomeBrands';
  font-style: normal;
  font-weight: normal;
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-brands-400.eot");
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-brands-400.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-brands-400.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: 'FontAwesomeOutline';
  font-style: normal;
  font-weight: 400;
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-regular-400.eot");
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-regular-400.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-regular-400.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-solid-900.eot");
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-solid-900.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-solid-900.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/fa-solid-900.ttf") format("truetype");

}
@font-face {
  font-family: "eg-font";
  src: url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/egfont.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/egfont.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/font/egfont.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


/* 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;
  outline:none;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 12px;
}

body {
  background: #fff;
  font-family: "Roboto",sans-serif;
  line-height: 1.7;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  color: #484e4c;
}

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

}

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 { 
  color: #141615;
  font-family: "Playfair Display",serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 400%;
  line-height: 1.1;

}
h2 {
  font-size: 285.7%;
  line-height: 1.2;
}
h3 {
  font-size: 228.5%;
  line-height: 1.3;
}
h4 {
  font-size: 200%;
}
h5 {
  font-size: 175%;
}
h6 {
  font-size: 160%;
}

/* Anchor Links */
a { color: rgb(209,190,123);text-decoration: none; }
a:hover, a:focus {color: rgb(209,190,123); text-decoration: none; }

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom_logo img.hs-image-widget {
  max-width: 160px;
  position: relative;
}

.header-container-wrapper .container-fluid .row-fluid .page-center {
  padding-left: 0;
  padding-right: 0;
}
.custom_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999;
}

.x-section.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: 50% 50%;
  font-size: 1rem;
  margin-top: -1px;
  position: relative;
  background-color: hsla(0, 0%, 20%, 0.72);
}
.x-container.max.width {
  margin: 0px auto;
  padding: 15% 10% 10%;
  background-color: hsla(0, 0%, 20%, 0.72);
  position: relative;
  z-index: 1;
  max-width: 1500px;
}
h1.h-custom-headline.h-page-main.h1 {
  color: hsl(0, 0%, 100%);
  font-size: 7em;
  line-height: 90px;
  margin: 0;
}

h2.h-custom-headline.h-page-sub.h3 {
  margin: 0.5em 0 0;
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  font-family: "Playfair Display",serif;
  font-style: normal;
  font-size: 228.5%;
  line-height: 1.1;
}




/* =============== Email Subscription Page =============== */

.subscription-template-container h1,
.subscription-template-container h3{
  font-weight: 500;
  line-height: 150%;
  font-size: 40px;
  color: #D1BE7B;
  font-family: "oswald", Sans-serif;
  font-style: normal;
  text-transform: uppercase; 
}

.subscription-template-container{
  background: #37384b !important; 
}

@media (min-width: 768px) {
  .subscription-template-container .row-fluid {
      max-width: 800px;
      margin: 0 auto;
  }  
}

.subscription-template-container h1 {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.subscription-template-container {
    background-color: #859CA6;
    padding-right: 25px!important;
    padding-left: 25px!important;
    min-height: 40vh!important;
}

.subscription-template-container h3 {
    margin-top: 0px;
}

.subscription-template-container h1, 
.subscription-template-container h2,
.subscription-template-container h3,
.subscription-template-container h4,
.subscription-template-container div,
.subscription-template-container p {
    color: #fff;
}
.subscription-template-container h2 {
    font-size: 30px;
}
.subscription-template-container h3 {
    font-size: 20px;
}

.subscription-template-container p, .subscription-template-container div {
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}

.subscription-template-container input#submitbutton {
    background: transparent;
    border-color: #fff;
    color: #ffffff;
    font-size: 17px;
    font-family: "oswald", Sans-serif;
    font-weight: bold;
  text-transform: uppercase;
}

.footer-menu a{
  font-family: "Oswald", Sans-serif !important;
font-weight: 300 !important;
text-transform: uppercase !important; 
}

.footer-bottom-wrapper{
   background-color: #FAFAF9 !important;
  box-shadow: none !important;
}

.subscription-template-container input.hs-input.email-edit {
    font-size: 20px;
    line-height: 25px;
    margin: 0px 0px 2px -6px;
    width: 450px;
    border-radius: 0px;
    background-color: #fff;
    padding: 11px 20px!important;
    font-family: "Playfair Display", sans-serif;
}

.footer-bottom-wrapper .row-fluid {
    max-width: 1300px;
    margin: 0 auto;
}


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

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

.content-wrapper {
  padding-top:30px;
  padding-bottom:30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.footer-container-wrapper {
  border-top: 1px solid #859ca6;
}
.footer-container {}

.footer-bottom-wrapper {
  font-size: 16px;
  min-height: 120px !important;
  align-items: center;
  padding: 35px 32px 0;
  background-image: url(//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/images/pattern.png);
  background-color: rgba(133,156,166,0.38);
  background-repeat: repeat;
  background-position: center;
  font-family: Roboto, sans-serif;
  box-shadow: 0em 0.15em 2em rgba(0,0,0,0.15);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #24252d;
}

.footer-menu a {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  color: #24252d;
  margin: 5px;
  padding: 0.75em;
}
.footer-container.container-fluid .row-fluid .page-center {
  padding-left: 0;
  padding-right: 0;
}
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.active > a,
.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li> a:hover{
  color: rgba(0,0,0,0.75);
}

.footer-social-links a {
  padding: 0.575em 0.85em 0.575em 0.85em;
  margin: 1px 5px;
  font-size: 1em;
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
  color: rgb(156,142,114);
  display: inline-block;
}
.custom-footer-our-patners {
  background-color: rgba(165, 165, 165, 0.5);
}

.footer-social-links a {
  padding: 0.575em 0.85em 0.575em 0.85em;
  margin: 1px 5px;
  font-size: 1em;
  font-style: normal;
  font-family: inherit;
  font-weight: 400;
  color: rgb(156,142,114);
  display: inline-block;
}

.footer-social-links {
  text-align: right;
  display: none;
}
.custom-footer-our-patners {
  background-color: rgba(165, 165, 165, 0.5);
  padding: 30px 30px;
}
.custom-footer-our-patners .x-bar-content {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: row;
  justify-content: center;

  flex: 1 0 auto;
  z-index: 1;
  align-items: center;
  flex: 0 1 100%;
  height: auto;
}
.x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0%;
  min-width: 1px;
}
.custom-footer-our-patners  .x-text-headline {
  position: relative;
}
.custom-footer-our-patners .e6263-35.x-text {
  margin: 0em;
  padding: 0em;
  font-size: 1em;
  background-color: transparent;
}
.custom-footer-our-patners .x-text-content {
  display: -webkit-flex;
  display: flex;
}
.custom-footer-our-patners .x-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
}
.custom-footer-our-patners .x-text-content-text,.custom-footer-our-patners .x-text-content-text-primary, .custom-footer-our-patners .x-text-content-text-subheadline {
  display: block;
}
.custom-footer-our-patners .e6263-35.x-text .x-text-content-text-primary {
  margin: 0 calc(0em * -1) 0 0;
  font-family: "Playfair Display",serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0,0,0,1);
}
.custom-footer-our-patners .e6263-36.x-bar-container,.custom-footer-our-patners .e6263-40.x-bar-container,.custom-footer-our-patners .e6263-44.x-bar-container{
  flex: 1 0 0%;
  align-items: center;
  justify-content: center;

}
.custom-footer-our-patners .e6263-41.x-image {
  width: 180px;
  max-width: 200px;
  padding: 10px;
}

.custom-footer-our-patners .e6263-43.x-text {
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.4;
  color: rgba(0,0,0,1);
  font-family: inherit;
  font-weight: 400;
}
.custom-footer-our-patners  iframe {
  border: 0;
}
[data-x-icon-b] {
  font-family: "FontAwesomeBrands";
}
[data-x-icon-o], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [class*="x-icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}
.footer-social-links .x-graphic-icon:before {
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  right: 0 !important;
  width: 1em !important;
  height: 1em !important;
  margin: -0.5em 0 0 -0.5em !important;
  line-height: 1em !important;
  text-align: center !important;
}
.footer-social-links .e6263-63.x-anchor .x-graphic-icon,
.footer-social-links .e6263-64.x-anchor .x-graphic-icon,
.footer-social-links .e6263-65.x-anchor .x-graphic-icon, 
.footer-social-links .e6263-66.x-anchor .x-graphic-icon,
.footer-social-links .e6263-71.x-anchor .x-graphic-icon, 
.footer-social-links .e6263-72.x-anchor .x-graphic-icon,
.footer-social-links .e6263-73.x-anchor .x-graphic-icon, 
.footer-social-links .e6263-74.x-anchor .x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.5em;
  color: #d1be7b;
}
.footer-social-links .e6263-63.x-anchor .x-graphic-icon{
  width: 1em;
  height: 1em;
  background-color: transparent;
  line-height: 1em;
  font-size: 1.5em;
  color: #d1be7b;
}
.footer-social-links .e6263-63.x-anchor:hover .x-graphic-icon,
.footer-social-links .e6263-64.x-anchor:hover .x-graphic-icon,
.footer-social-links .e6263-65.x-anchor:hover .x-graphic-icon, 
.footer-social-links .e6263-66.x-anchor:hover .x-graphic-icon,
.footer-social-links .e6263-71.x-anchor:hover .x-graphic-icon, 
.footer-social-links .e6263-72.x-anchor:hover .x-graphic-icon,
.footer-social-links .e6263-73.x-anchor:hover .x-graphic-icon, 
.footer-social-links .e6263-74.x-anchor:hover .x-graphic-icon{
  color: #c7ad5f;
}
.footer-social-links .x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin: 5px;
}
.footer-social-links .e6263-63.x-anchor .x-graphic-icon{

}
.footer-social-links a.e6263-66.x-anchor.x-anchor-button,
.footer-social-links a.e6263-64.x-anchor.x-anchor-button,
.footer-social-links a.e6263-65.x-anchor.x-anchor-button,
.footer-social-links a.e6263-63.x-anchor.x-anchor-button {
  padding: 0;
  margin: 0;
  width: 2.75em;
  height: 2.75em;
  font-size: 1em;
  box-shadow: 0em 0.15em 0.65em 0em hsla(0,0%,0%,0);
  text-align: center;
  margin-left: -4px;
}
.footer-social-links a:hover {
  color: rgba(0,0,0,0.75);
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block !important;
  float: right;
  margin-right: 3%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
  position:relative;
  margin-left: -10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
margin: 13px 13px 13px 12px;
text-decoration: none;
color: #24252D;
font-family: "canada-type-gibson", Sans-serif;
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  width: 90%;
  left: 0;
  height: 5px;
  opacity: 0;
  background-image: linear-gradient(to left, rgba(255,227,148,0.15), rgba(255,227,148,0.85));
  background-color: white;
  z-index: 0;
  content: "";
  bottom: 5px;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li> a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a:after {
  opacity: 0!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a {
  background-color: #995556;
  box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 12px 30px;
  position: relative;
  top: -1px;
  margin-left: 30px;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a:hover {
  color: #ffffff;
  background-color: #c7ad5f;
}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a{
  }
  a.mobile-contact-btn,
  .close-trigger{
    display:none !important;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a:after{
    display:none !important;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a {
    background-color: #9c8e73;
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
    color: #fff;
  }
  .hs-blog-post .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a:hover {
    color:rgba(256,256,256,0.7);
  }
}


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

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

@media (max-width: 765px) {
    .custom_header .span12 .row-fluid {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
  }
  a.mobile-contact-btn {
      width: 90%; 
      text-align:center;
  }
}

@media (max-width: 767px){
  .custom_logo img.hs-image-widget {
    margin-bottom: 15px;
  }
  .mobile-open .blog-filter-wrapper {
    z-index: 9 !important;
  }

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

  }

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

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    top: 30px;
    right: 6px;
    padding: 14px 10px 8px 11px;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #000;    line-height: 1;
    width: 2.75em;
    height: 2.75em;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* 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: 20px;
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 2px;
    background-color: #24252d;
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -5px; } /* Position top line */
  .mobile-trigger i:after{ top: 5px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after{
    background-color: rgba(0,0,0,0.75); /* Icon color */
  }


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

  .custom-menu-primary.js-enabled{

  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{

  }  
  .custom-menu-primary{
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    bottom: 0;
    transition: visibility 0s linear 0.525s;
    pointer-events: none;
    z-index: 99999998;
    height:100%;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary .hs-menu-wrapper{
    max-width: 24em;
    padding: calc(1.5em * 2);
    background-color: #24252d;
    box-shadow: 0em 0em 2em 0em rgba(0,0,0,0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    left: auto;
    right: 0;
    transform: translate3d(115%, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-open .custom-menu-primary {
    visibility: visible;
    transition-delay: 0s;
    pointer-events: auto;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    transform: translate3d(0, 0, 0);
  }


  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-family: "Playfair Display", Sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    padding: 15px;
    font-size: 25px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    float: none;
    margin-right: 0;
    padding-top: 0;
  }
  /* Level 1 and Higher Menu List Styles */
  .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:not(:last-child) > a:after{
    display:none;
    content:none
  }
  .close-trigger {
    position: absolute;
    line-height: 48px;
    text-align: center;
    background-color: transparent;
    right: 0;
    z-index: 99999;
    width: 48px;
    height: 47px;
    cursor:pointer;
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    opacity:0;
  }
  .mobile-open .close-trigger {
    opacity:1;
  }
  .close-trigger span {
    display: block;
    font-size: 1.5em;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none !important;
  }
  a.mobile-contact-btn {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    fill: #ffffff;
    color: #ffffff;
    letter-spacing: 3px;
    background-color: #995556;
    border-radius: 0px 0px 0px 0px;
    text-transform: uppercase;
    color: fff;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: color, text-shadow;
    padding: 12px 24px;
  }
  span.x-off-canvas-bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0,0,0,0.75);
  }
  .mobile-open span.x-off-canvas-bg {
    opacity:1;
    pointer-events: auto;
  }
  .blog-filter-wrapper {
    z-index: 99;
  }
}


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


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

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

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

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

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


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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {}

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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


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

.hs-form-field > label {
  display: block;
  line-height: 1.3;
  clear: both;
  font-size: 12px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  color: #141615;
  margin: 0 0 .43767em !important;
}
span.hs-form-required {
  color: rgb(209,190,123);
  margin: 0 1px;
}


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

/* Form Field */
body .hs-form-field,body .widget-type-google_search input[type="text"],#hs-pwd-widget-password{
  margin-bottom:15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  padding: 0 .65em;
  width: 100%;
  display: block;
  letter-spacing: normal;
  outline: none;
  font-family: inherit;
  max-width: 767px;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: #555;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  border: 1px solid #ddd;
  min-height: 2.65em;
}

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: rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.2);
  outline: 0;
}

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

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

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

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

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

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

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


.error-template .custom_header, .password-template .custom_header, .subscription-template .custom_header, .search-results .custom_header {
    position: static;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3% 5% 3% 5%;
    z-index: 9;
}
.banner-min-height {
  margin-top: -1px;
  min-height: 170px;
  background: rgba(0,0,00.75);
}


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  transition: all 0.15s linear;
  font-weight: inherit;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  color: rgb(45,45,45);
  background-color: hsla(239,29%,27%,0);
  text-shadow: 0 0em 0em rgba(0,0,0,0.5);
  padding: 0.579em 1.105em;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 1em;
  width: auto;
  white-space: normal !important;
  margin: 0 16px 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  position: relative;
  border: 1px solid hsl(0,0%,18%);
  border-radius: 0;
  outline: none;
  margin-top: 1.9695em;
}
.body-container .hs-form {
  font-size: 12px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: rgb(45,45,45);
  border-color: rgb(45,45,45);
  background-color: hsl(0,0%,100%);
  text-shadow: 0 0.075em 0.075em rgba(0,0,0,0.5);
}
.hs-error-msgs label {
  color: #b94a48;
  border-bottom: 1px solid #e5bdc4;
  display: block;
  padding: 0 0 6px 6px;
}
ul.hs-error-msgs.inputs-list {
  margin: 10px 0 0;
  list-style: none;
  padding-left: 0;
}
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


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

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


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

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


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

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


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

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


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

.footer-bottom-wrapper.for-lp .footer-social-links a.e6263-66.x-anchor.x-anchor-button,
.footer-bottom-wrapper.for-lp .footer-social-links a.e6263-64.x-anchor.x-anchor-button, 
.footer-bottom-wrapper.for-lp .footer-social-links a.e6263-65.x-anchor.x-anchor-button, 
.footer-bottom-wrapper.for-lp .footer-social-links a.e6263-63.x-anchor.x-anchor-button {
  display: none !important;
}
.post-item {

  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: #e5e5e5;
  border-style: none;
}

.blog-cover-wrapper {
  position: relative;
  width: 100%;
}

.post-entry-media-wrapper {
  overflow: hidden;
  position: relative;
}

.post-entry-media {
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
  padding-bottom: 52.3333%;
  width: 100%;
}

.post-media-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-repeat: no-repeat;
}

.post-header {
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: double;
  text-align: left;
}

.blog-listing-wrapper .post-listing .post-item:hover .post-entry-cover .post-overlay {
  opacity: 1;
}
.blog-listing-wrapper .post-listing .post-item .post-entry-cover .post-overlay {
  opacity: 0;
}
.post-entry-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 99;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity:0;
  transform-style: flat;
}

.post-entry-cover .post-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  background-color: rgba(0,0,0,0.65);
}



.post-read-more a {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  padding: 5px 10px 3px 10px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(0,0,0,0.15) !important;
  z-index: 99 !important;
  display: inline-block;
  font-family: "Raleway" !important;

  text-transform: uppercase !important;
}
.boxes:hover .post-entry-cover{
  opacity:1;
}
.post-read-more {
  display: block;
  text-align: center;
}
.blog-cover-wrapper-img-wrap {
  position: relative;
}

.post-entry-content-wrapper {
  background: #ffffff;
  padding: 30px 30px 30px 30px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-color: transparent;
  border-style: double;
  text-align: center;    
  position: relative;
  z-index: 999;
}

.post-title {
  display: block;
  text-align: center;
  clear: both;
  margin: 0px 0px 10px 0px;
  position: relative;
}

.post-title a {
  font-size: 20px;
  line-height: 25px;
  color: #363839;
  font-weight: 800;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: #ffffff;
  z-index: 2 !important;
  display: block;
  font-family: "Raleway";
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.post-title a:hover {
  color: hsl(44,64%,58%)!important;
  text-decoration: none;
  border: none;
}

.post-entry-tags a {
  font-size: 12px ;
  line-height: 14px;
  color: #aaaaaa ;
  font-family: "Open Sans";
  font-weight: 400 ;
  text-decoration: none;
  text-transform: capitalize;
  display: block;
  text-align: center;
  clear: none ;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.post-entry-tags a:hover{
  color: #000000 
}
.blog-pagination ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.blog .body-container {
  background-color: hsl(0, 0%, 97%);
}

.blog-pagination {
  text-align: center;
  margin: 30px 0 0;
}
.blog-pagination a {
  border: none;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  padding: 2px 12px;
  z-index: 2;
  color: #000;
  background: #fff;
}
.blog-listing-wrapper .post-listing .post-item {
  width: 32%;
  float: left;
  margin-right: 1%;
  margin-bottom:20px;
}
.post-listing {
  overflow: hidden;
}
.post-read-more {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.post-entry-content {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
a.x-anchor.x-anchor-button.icons {
  font-size: 2em;
  color: #fff;
  display:inline-block;
  line-height: 1;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}
[data-x-icon-s] {
  font-family: "FontAwesome";
  font-weight: 900;
}
a.e6263-3.x-anchor.x-anchor-button.icons {
  font-size: 2.2em;
}
a.x-anchor.x-anchor-button.icons:hover {

  color:rgba(256,256,256,0.85);

}

.entry-header h1 {
  margin: 0;
  font-size: 250%;
  line-height: 1.05;
}
.hs-blog-post .row-fluid .page-center.content-wrapper {
  padding-left: 5%;
  padding-right: 5%;
}
.post-meta>span {
  display: inline-block;
}
.post-meta>span:after {
  content: "/";
  padding: 0 0.5em 0 0.45em;
}
.entry-header {
  font-size: 1rem;
}
.entry-wrap {
  background-color: #fff;
  max-width: 816px !important;
  border-radius: 0 0 4px 4px;
  margin: 0 auto;
  display: block;
  padding: 60px;
}

.hs-blog-post .body-container {
  background: #fff;
}
.entry-footer a {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0.615em 0.615em 0 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.125);
  padding: 0.692em 1.154em 0.769em;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  color: #c5c5c5;
  color: rgba(0,0,0,0.375);
  background-color: transparent;
  border-radius: 0.35em;
  box-shadow: inset 0 0 0 transparent, 0 1px 1px rgba(255,255,255,0.95);
  -webkit-transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
  transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
}
.entry-footer a:hover {
  color: #141615;
  border-color: rgba(0,0,0,0.25);
}
.entry-footer {
  margin-top: 0.325em;
  margin-left: auto;
  margin-right: auto;
  max-width: 816px;
  overflow: hidden;
}
.hs-blog-post .x-section.cs-ta-center.bg-image {
  display: none;
}
.hs-blog-listing .body-container .page-center.content-wrapper {
  padding: 5% 0;
  max-width: 1500px;
}
.bottom-pane.x-bar-outer-spacers {
  background-color: hsl(0,0%,100%);
  box-shadow: 0em -0.35em 2em 0px hsla(0,0%,0%,0);
  z-index: 10;
  font-size: 16px;
  padding: 30px 0.75em 3em 0.75em;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  min-width: 1px;
  height: auto;
}


.bottom-pane .x-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.bottom-pane .x-bg-layer-lower-image {
  background-image: url(//cdn2.hubspot.net/hubfs/485253/Design_Extensions_September2018/images/pattern-1.png);
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

.bottom-pane .x-bg-layer-upper-color {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  background-color: hsla(0, 0%, 0%, 0.89);
  z-index: 2;
}

.bottom-pane .x-bar-container {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex: 1 1 360px;
  max-width: 30%;
  margin: -3em .75em .75em .75em;
  padding: 2%;
  align-items: center;
  flex-direction: column;
  background-color: rgb(156,142,114);
  box-shadow: 0em 0.35em 2em 0em hsla(0,0%,0%,0);
  justify-content: center;
}









p.post-meta a:hover {
    color: hsl(47,54%,44%);
}



.bottom-pane .e6263-1.x-bar-content {
  min-width: 1px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  flex: 0 1 100%;
  height: auto;
  max-width: 1200px;  
  margin:0 auto;
}
.bottom-pane .x-bar-content {
  z-index: 5;
  display: flex;
}
.bottom-pane .e6263-2.x-bar-container,
.bottom-pane .e6263-7.x-bar-container,
.bottom-pane .e6263-12.x-bar-container {
  flex: 1 1 360px;
  max-width: 30%;
  margin: -3em .75em .75em .75em;
  padding: 2%;
}
.bottom-pane .e6263-2.x-bar-container{
  align-items: center;
  justify-content: center;
}
.bottom-pane .e6263-2.x-bar-container,
.bottom-pane .e6263-7.x-bar-container, 
.bottom-pane .e6263-12.x-bar-container, 
.bottom-pane .e6263-18.x-bar-container,
.bottom-pane .e6263-23.x-bar-container, 
.bottom-pane .e6263-28.x-bar-container {
  flex-direction: column;
  background-color: rgb(156,142,114);
  box-shadow: 0em 0.35em 2em 0em hsla(0,0%,0%,0);
}
.bottom-pane .x-anchor-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
}
.bottom-pane .e6263-6.x-anchor .x-anchor-content,
.bottom-pane .e6263-11.x-anchor .x-anchor-content
, .bottom-pane .e6263-16.x-anchor .x-anchor-content,
.bottom-pane .e6263-22.x-anchor .x-anchor-content,
.bottom-pane .e6263-27.x-anchor .x-anchor-content,
.bottom-pane .e6263-32.x-anchor .x-anchor-content, 
.bottom-pane .e6263-61.x-anchor .x-anchor-content, 
.bottom-pane .e6263-62.x-anchor .x-anchor-content, 
.bottom-pane .e6263-69.x-anchor .x-anchor-content,
.bottom-pane .e6263-70.x-anchor .x-anchor-content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bottom-pane .e6263-6.x-anchor .x-anchor-content, 
.bottom-pane .e6263-11.x-anchor .x-anchor-content,
.bottom-pane .e6263-16.x-anchor .x-anchor-content, 
.bottom-pane .e6263-22.x-anchor .x-anchor-content,
.bottom-pane .e6263-27.x-anchor .x-anchor-content,
.bottom-pane .e6263-32.x-anchor .x-anchor-content,
.bottom-pane .e6263-61.x-anchor .x-anchor-content, 
.bottom-pane .e6263-62.x-anchor .x-anchor-content {
  padding: 0.575em 0.85em 0.575em 0.85em;
}
.bottom-pane .x-anchor {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
}
.bottom-pane .x-anchor,
.bottom-pane .x-anchor-text-primary,
.bottom-pane .x-anchor-text-secondary,
.bottom-pane .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bottom-pane .e6263-6.x-anchor,
.bottom-pane .e6263-11.x-anchor,
.bottom-pane .e6263-16.x-anchor, 
.bottom-pane .e6263-22.x-anchor, 
.bottom-pane .e6263-27.x-anchor, 
.bottom-pane .e6263-32.x-anchor {
  margin: 1.65em 0em 0em 0em;
  border-width: 1px;
  border-style: solid;
  border-color: hsl(0,0%,100%);
}
.bottom-pane .e6263-6.x-anchor, 
.bottom-pane .e6263-11.x-anchor,
.bottom-pane .e6263-16.x-anchor, 
.bottom-pane .e6263-22.x-anchor, 
.bottom-pane .e6263-27.x-anchor, 
.bottom-pane .e6263-32.x-anchor, 
.bottom-pane .e6263-61.x-anchor, 
.bottom-pane .e6263-62.x-anchor, 
.bottom-pane .e6263-69.x-anchor, 
.bottom-pane .e6263-70.x-anchor {
  font-size: 1em;
  box-shadow: 0em 0.15em 0.65em 0em hsla(0,0%,0%,0);
}
.bottom-pane .e6263-6.x-anchor, 
.bottom-pane .e6263-11.x-anchor,
.bottom-pane .e6263-16.x-anchor,
.bottom-pane .e6263-22.x-anchor,
.bottom-pane .e6263-27.x-anchor,
.bottom-pane .e6263-32.x-anchor,
.bottom-pane .e6263-61.x-anchor, 
.bottom-pane .e6263-69.x-anchor {
  background-color: hsla(0,0%,100%,0);
}
.bottom-pane .x-anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
}
.bottom-pane .e6263-6.x-anchor .x-anchor-text,
.bottom-pane .e6263-11.x-anchor .x-anchor-text,
.bottom-pane .e6263-16.x-anchor .x-anchor-text,
.bottom-pane .e6263-22.x-anchor .x-anchor-text,
.bottom-pane .e6263-27.x-anchor .x-anchor-text,
.bottom-pane .e6263-32.x-anchor .x-anchor-text, 
.bottom-pane .e6263-61.x-anchor .x-anchor-text, 
.bottom-pane .e6263-62.x-anchor .x-anchor-text, 
.bottom-pane .e6263-69.x-anchor .x-anchor-text, 
.bottom-pane .e6263-70.x-anchor .x-anchor-text {
  margin: 5px;
}
.bottom-pane .x-anchor,
.bottom-pane .x-anchor-text-primary,
.bottom-pane .x-anchor-text-secondary,
.bottom-pane .x-anchor-sub-indicator {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bottom-pane .x-anchor-text-primary, 
.bottom-pane .x-anchor-text-secondary {
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
}
.bottom-pane .e6263-6.x-anchor .x-anchor-text-primary,
.bottom-pane .e6263-11.x-anchor .x-anchor-text-primary, 
.bottom-pane .e6263-16.x-anchor .x-anchor-text-primary,
.bottom-pane .e6263-22.x-anchor .x-anchor-text-primary,
.bottom-pane .e6263-27.x-anchor .x-anchor-text-primary, 
.bottom-pane .e6263-32.x-anchor .x-anchor-text-primary {
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  letter-spacing: .4em;
  margin-right: calc(.4em * -1);
  color: hsl(0,0%,100%);
}

.bottom-pane .e6263-6.x-anchor .x-anchor-text-primary,.bottom-pane  .e6263-11.x-anchor .x-anchor-text-primary,.bottom-pane  .e6263-16.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-22.x-anchor .x-anchor-text-primary,.bottom-pane  .e6263-27.x-anchor .x-anchor-text-primary,.bottom-pane  .e6263-32.x-anchor .x-anchor-text-primary{
  font-size: 1em;
  font-style: normal;
}

.bottom-pane .e6263-5.x-text,
.bottom-pane .e6263-10.x-text,
.bottom-pane .e6263-15.x-text {
  font-size: 1.2em;
  line-height: 1.5;
  text-align: center;
  color: hsla(0,0%,100%,0.92);
}

.e6263-10.x-text {}

.bottom-pane .title {
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  background-color: transparent;
  margin: 0em 0em 0.35em 0em;
  font-family: "Playfair Display",serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
[data-x-icon-o]:before {
  content: attr(data-x-icon-o);
}
[data-x-icon-o], [data-x-icon-s], [data-x-icon-b], [data-x-icon], [class*="x-icon-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-x-icon-o] {
  font-family: "FontAwesomeOutline";
}

.bottom-pane  a.btn {
  line-height: 1;
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
.bottom-pane .x-anchor.x-anchor-button.btn:hover .x-anchor-text-primary {
  color: rgba(0,0,0,.81);
}
.bottom-pane .x-anchor.x-anchor-button.btn:hover {
  border-color: #000;
  color: rgba(0,0,0,.81);
}
.entry-featured {
  max-width: 816px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 38px;
}
p.post-meta {
  font-family: "Roboto",sans-serif;
  font-size: 85.7%;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 8px 0 0;
}
.post-meta>span:last-child:after {
  content:none;
  display:none;
}

.blog-filter-wrapper {
  margin-bottom: 10px;
  text-align: center;
  z-index: 999;
  text-transform: uppercase;
  position: relative;
}
.blog-filter-wrapper * {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.body-container .hs_cos_wrapper_type_rich_text ul,
.body-container .hs_cos_wrapper_type_rich_text ol, .post-body ul, .post-body ol {
    padding: 0;
    margin: 0 0 1.313em 1.655em;
}
.categories-filter {
  min-width: 100px !important;
  cursor: pointer;
  position: relative;
  z-index: 1500;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  width: auto !important;
  float: none !important;
  display: inline-block !important;
  margin-left: 12.5px !important;
  margin-right: 12.5px;
  vertical-align: top;
}
.blog-search {
  vertical-align: top;
  line-height: 40px;
  display: inline-block !important;
  margin: 0 !important;
  float: none !important;
  margin-left: 12.5px !important;
  margin-right: 12.5px !important;
  width: auto !important;
}
.categories-filter .categories-filter-button {
  text-transform: uppercase;
  color: #999;
  margin-right: 5px;
  cursor: pointer;
  padding: 0px 15px 0px 10px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  background: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  margin-right: 0 !important;
  display: block;
}
.categories-filter .categories-filter-button .eg-icon-down-open {
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  line-height: 20px;
  font-size: 9px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}


[class^="eg-icon-"]:before, [class*=" eg-icon-"]:before {
  font-family: "eg-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.eg-icon-down-open:before {
  content: '\e83b';
}
.categories-filter ul {
  display: none;
  position: absolute;
  background: #fff;
  padding: 20px;
  top: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(10px);
  margin: 0;
  list-style: none;
}
.categories-filter:hover ul{
  display:block;
}
.categories-filter .categories-filter-button:hover {
  color: #444;
}



.categories-filter ul li {
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 1px 30px;
  border: none;
  line-height: 38px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  display: inline-block;
  background: #fff;
  margin-bottom: 5px;
  color: #000;
  background: #fff;
  display: block;
}
.categories-filter ul li a {
  color: #000;
  white-space: nowrap;
}
.post-read-more a:hover {
  background: rgba(0,0,0,0.5) !important;
}
.blog-search input[type="text"] {
  font-family: "Open Sans",sans-serif;
  outline: none !important;
  margin: 0px 0px 5px !important;
  padding: 8px 15px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
}
.blog-search input[type="text"]::placeholder {
  color: #c5c5c5;
}
.eg-search-submit, .eg-search-clean {
  cursor: pointer;
}

.eg-search-submit, .eg-search-clean {
  display: inline-block;
  width: auto;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.eg-icon-search:before {
  content: '\e802';
}
.eg-icon-cancel:before {
  content: '\e80a';
}
.blog-search {
  font-size: 12px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
  margin-right: 0;
}
.hs-blog-post .blog-filter-wrapper {
  display: none !important;
}
.entry-featured {
  text-align: center;
}
.hs-blog-post .body-container-wrapper {
    margin-top: 100px;
  }
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (min-width: 768px) and (max-width: 1530px) {
  .hs-blog-listing .body-container .page-center.content-wrapper {
    padding: 5% 5%;
  }
  
}

.bottom-pane .x-anchor-text {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1180px) {

  .blog-listing-wrapper .post-listing .post-item {
    width: 49%;
    float: left;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(3n) {
    margin-right:1%;
  }
 
}

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

@media (min-width: 768px) and (max-width: 1050px) {
  .custom_logo {
    width: 14% !important;
  }
  .custom_logo img.hs-image-widget {
    max-width: 250px;
    width: 100% !important;
  }
  .custom-menu-primary.js-enabled {
    width: 86% !important;
    margin-left: 0 !important;
    float: right !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 1%;
  }
  .custom-footer-our-patners .e6263-34.x-bar-container {
    display: none !important;
  }
  .custom-footer-our-patners .x-bar-container {
    display: block;
  }
  .custom-footer-our-patners .x-bar-content {
    display: block;
    text-align: center;
  }
  .custom-footer-our-patners .e6263-38.x-bar-container {
    padding: 20px 0;
  }
  .footer-bottom-wrapper .span6 {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  .footer-social-links {
    text-align: center;
  }

}
@media only screen and (max-width: 979px){
  .hs-blog-post .body-container.container-fluid .row-fluid .page-center.content-wrapper {
    margin-top: 150px;
    padding-top: 0;
  }
  .entry-featured {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 50%;
    float: left;
  }
  .bottom-pane .e6263-6.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-11.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-16.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-22.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-27.x-anchor .x-anchor-text-primary, .bottom-pane .e6263-32.x-anchor .x-anchor-text-primary {
    line-height: 1.5;
  }
  .bottom-pane .e6263-6.x-anchor, .bottom-pane .e6263-11.x-anchor, .bottom-pane .e6263-16.x-anchor, .bottom-pane .e6263-22.x-anchor, .bottom-pane .e6263-27.x-anchor, .bottom-pane .e6263-32.x-anchor {
    display: block;
  }
}
@media (max-width: 767px) {
  .custom_logo img.hs-image-widget {
    max-width: 180px;
  }
  .body-container.container-fluid .row-fluid .page-center {
    padding: 5% 5% 8%;
  }
  .footer-social-links a.e6263-66.x-anchor.x-anchor-button, .footer-social-links a.e6263-64.x-anchor.x-anchor-button, .footer-social-links a.e6263-65.x-anchor.x-anchor-button, .footer-social-links a.e6263-63.x-anchor.x-anchor-button {
    display: inline-block;
  }
  .footer-social-links a {
    display: block;
  }
  .footer-bottom-wrapper {
    padding: 35px 20px 0;
  }
  .custom-footer-our-patners .x-bar-container {
    display: block;
  }
  .custom-footer-our-patners .x-bar-content {
    display: block;
    text-align: center;
  }
  .custom-footer-our-patners .e6263-38.x-bar-container {
    padding: 20px 0;
  }
  h1 {
    font-size: 270%;
  }
  h2 {
    font-size: 255.7%;
  }
  .body-container .hs-form {
    margin-bottom: 30px;
  }
  .custom-footer-our-patners .e6263-34.x-bar-container {
    display: none !important;
  }
  .subscribe-options label span {
    font-size: 11px;
    font-weight: bold;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
    float: none;
    padding-right: 0px;
  }

  .bottom-pane .e6263-18.x-bar-container,.bottom-pane .e6263-23.x-bar-container,.bottom-pane .e6263-28.x-bar-container {
    max-width: 100%;
    margin: 0em .75em .75em .75em;
    padding: 5%;
  }
  .bottom-pane.x-bar-outer-spacers {
    padding: 30px 0em 3em 0em;
  }
  .bottom-pane .e6263-1.x-bar-content {
    margin: 0 auto;
    flex: 0 1 100%;
    justify-content: space-around;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    align-content: stretch;
    height: auto;
  }
  .bottom-pane .e6263-2.x-bar-container, .bottom-pane .e6263-7.x-bar-container, .bottom-pane .e6263-12.x-bar-container {
    max-width: 100%;
    margin: 0em .75em .75em .75em;
    padding: 5%;
    flex: 1 0 260px;
  }
  .bottom-pane a.e6263-11.x-anchor.x-anchor-button.btn .x-anchor-content {
    flex: 1;
  }
  .hs-blog-post a.mobile-contact-btn {
    background-color: #9c8e73;
    box-shadow: 0em 0.15em 0.65em 0em rgba(0,0,0,0.25);
    color: #fff;
  }

  .hs-blog-post a.mobile-contact-btn:hover {
    color:rgba(256,256,256,0.7);
  }
  .hs-blog-post .body-container.container-fluid .row-fluid .page-center.content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 150px;
    padding-top: 0;
  }
  .entry-featured {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
  .entry-wrap {
    padding: 36px;
  }
  .footer-social-links {
    text-align: left;
  }
  .footer-social-links a {
    padding: 0.575em 0.85em 0.575em 0;
  }
  .footer-menu a {
    padding-left:0;
  }
  .footer-social-links {
    text-align: center;
  }
  .footer-container-wrapper {
    text-align: center;
  }
  .mobile-open .post-entry-content-wrapper {
    z-index: 5;
  }
  .mobile-open .mobile-overlay {
    display:block;
  }
  .mobile-overlay {
    position: fixed;
    background: transparent;
    height: 100%;
    z-index: 9999;
    width: calc( 100% - 21.3em);
    left: 0;
    display:none;
  }
}  
@media (max-width: 767px) and (max-height: 360px) {
  .custom-menu-primary .hs-menu-wrapper {
    height: 160vh;
  }
}
@media (max-width: 480px){
  .entry-wrap {
    padding: 25px;
  }
  .entry-header h1 {
    font-size: 200%;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 360px) {
  .custom_logo img.hs-image-widget {
    max-width: 162.5px;
  }
  .x-section.bg-image .x-column.x-sm.x-1-1 {
    padding: 50px 0 50px;
  }
}

/* Giveaway landing page css */

#giveawayHero{
 background-image: url(https://go.designextensions.com/hubfs/Video_Page_Header.jpg); 
  background-repeat:no-repeat;
  background-size:cover;
}

#hs_form_target_widget_158875213302226{
  max-width:450px;
  width:100%;
  padding:10px 20px;
  margin:auto;
}

#hs_form_target_widget_158875213302226 label span{
  color:#fff;
}
#hs_form_target_widget_158875213302226 .hs-button{
  color:#fff;
  border:none;
  background-color:#ceb464;
  border-radius:3px;
  padding:8px 15px;
  font-size:15px;
}


#hs_cos_wrapper_widget_158875751553787{
 text-align:center; 
}


.headingdotLine, .headingdotLineleft{width: 100%; max-width: 200px; height: 4px; border-radius: 10px; position:
  relative; margin: -20px auto 50px;
/*   background-color: #ceb464; */
  background-color:#21565e;
}

/* .headingdotLineleft{
  margin: -20px 80px 50px 100px;
} */

.circleDot, .circleDotleft{
  width: 20px; height: 20px; border-radius: 50%; margin: auto; position: absolute;
  left: 0; right: 0; top: -7px;
/*   background-color: #ceb464; */
  background-color:#21565e;}

#Embedvideos{
  padding: 0 20px;
  margin-bottom:80px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#Embedvideos .hs-button{
  color:#fff;
}


#hs_cos_wrapper_widget_158876233589530,
#hs_cos_wrapper_widget_158876233769532,
#hs_cos_wrapper_widget_158876233937634
{
    margin: auto;
    color: #fff;
    background: #ceb464;
    font-size: 15px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 0px 10px;
    margin-top: 15px;
    margin-bottom:15px;
}


#Embedvideos img{
  width:100% !important;
  position:relative;

}
#hs_cos_wrapper_widget_1588764130230, #hs_cos_wrapper_widget_1588764172678, #hs_cos_wrapper_widget_1588764234197{
 position:relative; 
  box-shadow:0 2px 5px 0 rgba(0,0,0,.4), 0 2px 10px 0 rgba(0,0,0,.3);
  transition: all ease 0.3s;
}

#hs_cos_wrapper_widget_1588764130230:hover, #hs_cos_wrapper_widget_1588764172678:hover, 
#hs_cos_wrapper_widget_1588764234197:hover{
      box-shadow: 0 2px 25px -3px rgba(0,0,0,1);
}

#hs_cos_wrapper_widget_1588764130230:after, #hs_cos_wrapper_widget_1588764172678:after ,
#hs_cos_wrapper_widget_1588764234197:after{
  content : "";
  background-image:url("https://demo.hvacbizpro.com/hubfs/playButton.png");
  width:60px;
  height:60px;
  position:absolute;
  background-size:cover;
  left:0;
  right:0;
  top:34%;
  margin:auto;
  cursor:pointer;
}

#hs_cos_wrapper_widget_1588764130230:hover:after,  #hs_cos_wrapper_widget_1588764172678:hover:after ,
#hs_cos_wrapper_widget_1588764234197:hover:after{
  background-image:url("https://demo.hvacbizpro.com/hubfs/youtubeshadow-1.png");
}


#specialoffer{
  padding:25px 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

#specialoffer .row-fluid-wrapper .row-fluid {
  display: flex;
/*     align-items: center; */
    flex-wrap: wrap;
}

.offerHeading{
  padding-top:40px;
}



#hs_cos_wrapper_widget_158875681962283{
  padding-left:14px; 
}
@media (max-width: 700px){
  #specialoffer .span5{
   width:100% 
 }
  
 .offerHeading{
   padding-top:0px;
   margin-top:15px;
 }
  
  #hs_cos_wrapper_widget_158875681962283{
  padding:10px; 
}
}

#hs_cos_wrapper_widget_158876952639487 {
    display: block !important;
    padding-left: 0px !important;
    text-align: center;
    margin: 30px 0;
}

.textprimaryColor{
     color:#21565e  ;
}

.givawaylandinFooter{
  background-color:#eaeaea ;
}

  


/* Email Subscrption */

.emailFooterPre{
  background:#D1DADD;
  color:#000;
}

.headerLogo{
    text-align: center;
    margin: 50px auto 30px;
}

#emailSubTemplateCss{
  max-width:1040px;
  float:none;
  margin:auto;
  position:relative;
  background: #fff;
  margin-bottom: 38px;
}

#emailSubTemplateCss .row-number-3{
 background:#fff; 
}

#emailSubTemplateCss input[type=checkbox] + span {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

#emailSubTemplateCss input[type=checkbox] {
  display: none;
}

#emailSubTemplateCss input[type=checkbox] + span:before {
  content: "\2714";
  border: 1.5px solid #000;
  border-radius: 0.2em;
  display: inline-block;
  padding: 0px 5px 6px 6px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  text-align:center;
  top: 6px;
  position: relative;
}

#emailSubTemplateCss input[type=checkbox] + span:active:before {
  transform: scale(0);
}

#emailSubTemplateCss input[type=checkbox]:checked + span:before {
  background-color: #c7ad5f;
  border-color: #c7ad5f;
  color: #fff;
}

#emailSubTemplateCss input[type=checkbox]:disabled + span:before {
  transform: scale(1);
  border-color: #aaa;
}

#emailSubTemplateCss input[type=checkbox]:checked:disabled + span:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}


#emailSubTemplateCss .email-prefs .item p {
    clear: both;
    margin: -10px 51px 0px;
}

#emailSubTemplateCss .page-header{
  text-align:center;
  max-width: 800px;
  margin: auto;
  margin-bottom: 50px;
  font-style: italic;
}


 #emailSubTemplateCss .page-header h1{
   font-weight: 500;
  line-height: 150%;
  font-size: 40px;
  color: #D1BE7B;
  font-family: "oswald", Sans-serif;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

 #emailSubTemplateCss .page-header h2{
   text-align:center;
   font-size:30px;
   line-height:120%;
   margin-bottom: -10px;
   font-family: "canada-type-gibson",Sans-serif;
}

 #emailSubTemplateCss .subscribe-options {
    margin-bottom: 90px;
    padding-left: 20px;
}
#emailSubTemplateCss .subscribe-options p.header {
    margin-left: 7px;
    margin-bottom: -20px;
}

#emailSubTemplateCss #submitbutton {
       background: #99555600;
    color: #000;
    border: 2px solid;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 50px;
    transition: all .3s;
    font-family: "canada-type-gibson", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-weight: 400;
    text-transform: uppercase;
}

#emailSubTemplateCss #submitbutton:hover{
  background:#c7ad5f;
  color:#000;
  text-shadow:none;
}

#emailSubTemplateCss .email-prefs .item .item-inner{
  transition:0.5s;
  box-shadow: 0 0 5px #ddd;
}

#emailSubTemplateCss .email-prefs .item .item-inner:hover{
  box-shadow: 0 10px 10px #ddd;
}

#emailSubTemplateCss .email-prefs .item .item-inner.selected{
   background: #dde0d5;
}

#emailSubTemplateCss input[type="checkbox"] + span{
  font-family: "canada-type-gibson", Sans-serif;
font-weight: 500;
}

#maillogobox {
  max-width:1040px;
  margin: 20px auto 0;
  float:none;
  background:#fff;
  text-align: center;
  padding:40px 0px 0px;
}

.confirmHeaderBox{
 background:#fff; 
}


/* confirm page */

.confirmHeaderBox .custom-menu-primary .hs-menu-wrapper>ul>li{
  padding-right:0px;
  padding-left:0px;
}

.confirmHeaderBox .row-fluid {
 display:flex;
 align-items:center;
 background-image: url(https://designextensions.com/wp-content/uploads/2019/03/pattern.png);
}

.confirmHeaderBox .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before{
  background:transparent;
}

#emailSubTemplateconfirm{
  position:relative;
  background: #fff;
  text-align:center;
  min-height:600px;
}

#emailSubTemplateconfirm .widget-type-email_subscriptions_confirmation h1{
   font-weight: 500 !important;
   line-height:150% !important;
   font-size: 40px !important;
   color: #c7ad5f !important;
   font-family: "Playfair Display", Sans-serif !important;
   font-style: normal !important;
   text-align:center !important;
}

 #emailSubTemplateconfirm .widget-type-email_subscriptions_confirmation h2{
   text-align:center !important;
   font-size:30px !important;
   line-height:120% !important;
   margin-bottom: -10px !important;
}


 #emailSubTemplateconfirm  .row-fluid {
   background: #fff;
   }



#confirmationFooterbox{
 background-color: #FAFAF9;
}

#confirmationFooterbox #confirmationFooter{
  max-width:1240px;
  margin:auto;
  float:none;
  padding:15px 0px;
  background: transparent;
}


 #confirmationFooter .row-fluid  .footer-social-links {
    text-align: center;
}

.updatesubfooter .row-fluid  .footer-social-links {
   margin-top:17px;
}

.confirmationpageFooter {
   padding-top:15px;
  padding-bottom:3px;
}

 #confirmationFooter .footerpadding{
  padding:0 5px;
   display:flex;
   align-items:center;
   
}

 #confirmationFooter .footerpadding a{
   font-family: "Oswald", Sans-serif;
font-weight: 300;
text-transform: uppercase;
}


/* comon css for subscrption prefrences and update confirm */


#mainHeaderpadding{
  width:88%;
  margin:auto;
  float:none;
  padding-top:21px;
  padding-bottom:15px;
}

#mainHeaderpadding .row-number-3, .confirmHeaderBox .row-number-3 {
    background-color: #ceb46400;
}
.confirmHeaderBox .custom-header-top{
 display:none; 
}

.confirmHeaderBox .custom-menu-primary .hs-menu-wrapper > ul > li > a
{
  font-size:18px;
  letter-spacing: 2px;
}

.confirmHeaderBox .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >a{
  transition: all .3s;
}

#hs_cos_wrapper_module_144005410393730083{
 display:none; 
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    margin-left: 10px;
letter-spacing: 3px;
fill: #ffffff;
  font-family: "canada-type-gibson", Sans-serif;
color: #24252d !important;
background-color: transparent;
transition: 0.3;
transition: all .3s;
padding: 7px 20px 5px 20px !important;
margin-top: -10px;
font-weight: 400 !important;
border: 2px solid;
  box-shadow: none;
}

/* For mobile view */

.custom-menu-primary.mobile {
    display: none!important;
}

/* custome navigation */

.nav {
  width: 100%;
  position: relative;
  padding: 2% 4.5%;
  display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav-header .nav-title a img {
   width: 160px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

 .contactmobile a, .nav > .nav-links > a {
  display: inline-block;
  margin: 13px 13px 13px 12px;
  text-decoration: none;
  color: #24252D;
    font-family: "canada-type-gibson", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
   position: relative;
}

.nav > .nav-links > a:after {
    width: 90%;
    left: 0;
    height: 4px;
    opacity: 0;
    background-image: linear-gradient(to left, rgba(255,227,148,0.15), rgba(255,227,148,0.85));
    background-color: white;
    z-index: 0;
    bottom:2px;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

.contactUsBtn:after{
 visibility: hidden; 
}


.nav > .nav-links > a:hover:after,
.nav > .nav-links > a:focus:after,
.nav > .nav-links > a:active:after  {
   opacity: 1;
    transform: scale(1);
}

.contactmobile a:hover, .nav > .nav-links > a:hover {
/*   background-color: rgba(0, 0, 0, 0.3); */
}

.nav > #nav-check {
  display: none;
}

.contactUsBtn{
    margin-left: 10px;
letter-spacing: 3px;
fill: #ffffff;
color: #24252d !important;
background-color: transparent;
transition: 0.3;
transition: all .3s;
padding: 7px 20px 5px 20px !important;
margin-top: -10px;
font-weight: 400 !important;
border: 2px solid;
}

.contactUsBtn:hover{
      background-color: #c7ad5f !important;
}

  .contactmobile{
    display: none !important;
    font-weight:400;
  }
 

@media (max-width:600px) {
  .nav {
    display: block;
    text-align: center;
   }

  .contactUsBtn{
    max-width: 300px;
    margin: auto;
  }

  .nav > .nav-btn {
    /*display: inline-block;
    position: absolute;*/
    right: 0px;
    top: 0px;
    text-align: center;
    display: block;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    margin-top: 5px;
  }

   .nav > .nav-btn{
     margin-top:15px;
  }
  
  .nav > .nav-btn > div {
    display: block;
    width: 25px !important;
    height: 10px !important;
    border-top: 2px solid #24252d !important;
    margin:auto;
  }
  .nav > .nav-links {
    position: absolute;
    z-index:999;
    display: block;
    width: 100%;
    background-color: #24252D;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    color: #fff;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
    margin-top:160px;
    text-align: center;
  }

  .contactmobile{
    display: block !important;
  }
  .contactmobile a{
    max-width: 300px !important;
    width:100%;
    font-weight:400;
  }

  .contactDesktop{
    display: none !important;
  }
}

li.footerpadding:marker{
 color:red;
  background:#000;
}

@media (max-width: 700px) {
.footerbulet{
  display:block !important
}
  
  .footerbulet li{
  min-height:44px;
}
.updatesubfooter .row-fluid .footer-social-links {
    margin-top: 0px;
 }

}


.confirmHeaderBox{
 display:none !important; 
}