/* ==========================================================================
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 =============== */
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@font-face {
  font-family: ClanComp-Bold;
  src: url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Bold.eot") format('woff'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Bold.ttf") format('truetype'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Bold.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ClanComp-Book;
  src: url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Book.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Book.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Book.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ClanComp-Medium;
  src: url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Medium.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Medium.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-Medium.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ClanComp-News;
  src: url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-News.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-News.ttf") format('ttf'),
    url("//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/fonts/ClanComp-News.eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: proxima-nova-soft;
  src: url("https://use.typekit.net/af/8b7d27/00000000000000000001743d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/8b7d27/00000000000000000001743d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/8b7d27/00000000000000000001743d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: proxima-nova-soft;
  src: url("https://use.typekit.net/af/357d3c/00000000000000000001743c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/357d3c/00000000000000000001743c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/357d3c/00000000000000000001743c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-family: "ClanComp-Book", sans-serif;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}


/* Highlighted Text */

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

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}


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

/* Basic text */

p {
  margin: 0 0 10px;
}

small {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  line-height: 14px;
}

strong {}

em {}

cite {}

code {}

pre {}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Headings */

h1,h2,h3,h4,h5,h6 {
  margin: 25px 0;
  font-style: normal;
}

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

h1 {
  font-size: 35px;
  line-height: 1;
  font-family: "ClanComp-Book", sans-serif;
  font-weight: 300;
}

h2 {
  font-weight: 300; 
  line-height: 1;
  font-family: "ClanComp-Book", sans-serif;
  line-height: 1;
  color: #5d4b47;
}

h3 {
  font-family: "ClanComp-Book", sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #1b4098;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "ClanComp-News", sans-serif;
  color: #000;
}

h5 {
  font-size: 26px;
  line-height: 32px;
  font-family: "ClanComp-Medium", sans-serif;
  color: #222222;
}

h6 {
  line-height: 1.25;
  color: #9d9d9d;
  font-size: 18px;
  font-family: "ClanComp-Medium", sans-serif;
}

/* Anchor Links */

a {
  color: #1b4098;
  text-decoration: none;
}

a:hover,
a:focus {
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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-top-bar {
  display: block;
  background-color: #a49c90;
  height: 40px;
}
.top-bar-links nav ul li{
  height: 45px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d7d7d7;
}
.top-bar-links nav ul li:nth-last-child(2) a{
  font-family: "ClanComp-Bold", sans-serif;
}
.top-bar-links nav ul li.search,
.custom-main-header {
  display:none;
}
.custom-header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 105;
  height: 66px;
  width: 100% !important;
}
/* =============== Content =============== */

.body-container-wrapper {}

.body-container {
  padding: 30px 0;
}

.content-wrapper {}

.main-content {}

.sidebar {}

.sidebar.right {}

.sidebar.left {}


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

.footer-container-wrapper {}

.footer-container {}
.custom-top-footer {
  position: relative;
  z-index: 3;
  padding: 30px 20px;
  background-color: #efefef;
  font-size: 14px;
  color: #484848;
}
.custom-footer-logo > div > span > span {
  width: 160px;
  height: 60px;
  margin: 0 auto;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/logo.png);
  background-size: cover;
  text-indent: -9999px;
  display: inline-block;
}
.custom-top-footer .seprator {
  margin: 30px 0;
  border-color: #c7c1bb;
}
.custom-top-footer .seprator hr{
  margin:0;
}
.custom-top-footer a{
  font-family:ClanComp-Medium, sans-serif;
}
ul.contact-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  list-style:none;
  padding:0;
}
ul.contact-links li {
  margin: 0 8px;
  display: list-item;
}
ul.contact-links li.email.link-icon {
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-email.png);
}
ul.contact-links li.phone.link-icon {
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-phone.png);
}
.contact-links a {
  display: block;
  min-width: 120px;
  padding: 15px;
  background-color: #1b4098;
  color: #ffffff;
  text-transform: uppercase;
  box-sizing: border-box;
  text-align: center;
  line-height: 14px;
}
.contact-links .desktop {
  display: none;
}
.custom-footer-menu .hs-menu-wrapper > ul > li > a,
.contact-us h4{
  text-align: center;
  color: #484848;
  font-size: 16px;
  line-height: 30px;
  display:none;
  font-family:ClanComp-Medium, sans-serif;
  margin-top:0;

}
.contact-us h4{
  margin-bottom:10px;
}
ul.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  list-style: none;
  padding:0;
}
ul.social-links li {
  width: 40px;
  height: 40px;
  margin: 0 1px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 20px;
  display: list-item;
}
ul.social-links li.link-icon.facebook{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-facebook.png);
}
ul.social-links li.link-icon.twitter{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-twitter.png);
}
ul.social-links li.link-icon.instagram{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-instagram.png);
}
ul.social-links li.link-icon.youtube{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-youtube.png);
}
ul.social-links li.link-icon.pintrest{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-pintrest.png);
}
ul.social-links li.link-icon.linked-in{
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-linkedin.png);
}
ul.social-links a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  box-sizing: border-box;
}
ul.social-links a:hover {
  border: 2px solid #555;
}
.custom-bottom-footer {
  position: relative;
  z-index: 3;
  background: #c7c1bb;
}
.copyright-content > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright-content > div > span > a {
  background-image:url('//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/logo-csr.png');
  width: 50px;
  height: 50px;
  margin: 15px 15px 15px 0;
  text-indent: -9999px;
  background-size: cover;
  display: block;
  color: #ffffff;
}
.copyright-content p{
  color: #ffffff;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "ClanComp-Medium", sans-serif;

}
.copyright-content p a{
  color: #ffffff;
}
.copyright-content p a:hover{
  text-decoration:none;
}

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




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

/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
  display: none;
}

/* ==========================================================================
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-bar {
  background: #1a3e92;
  color: #ffffff;
}

.hs-blog-post #blog-bar{
  margin-bottom:60px;
}

.hs-blog-post .blog-section .btn-share{
  font-family: ClanComp-Medium, sans-serif;
  padding: 15px 45px 15px 45px;
}
.hs-blog-post .blog-tags{
  margin: 20px 0;
}
#blog-bar .breadcrumb {
  color: #ffffff;
  line-height: 32px;
  list-style: none;
  margin:0;
  padding:0;
}
#blog-bar .breadcrumb li {
  display: inline-block;
  font-family:ClanComp-Medium, sans-serif;
}
#blog-bar .breadcrumb a {
  display: inline-block;
  position: relative;
  padding-left: 38px;
}
#blog-bar a {
  color: #ffffff;
  text-decoration:none;
  font-family:ClanComp-Medium, sans-serif;
}
#blog-bar .breadcrumb a:before {
  content: '';
  width: 31px;
  height: 28px;
  background: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-home.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#blog-bar .breadcrumb li:last-child:after {
  content: '';
  margin: 0;
}
.btn-share {
  padding: 12px 45px 12px 45px;
  background-color: #e8ebf4;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-share.png);
  background-repeat: no-repeat;
  background-position: left 20px center;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #1b4098;
  box-sizing: border-box;
}
.share {
  display: inline-block;
  position: relative;
  margin: 20px 0;
  color: #1b4098;
  font-size: 0.875em;
}
#blog-bar a.btn-share {
  color: #1b4098;
  position: relative;
  z-index: 1
}
#blog-bar .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  margin: 0 20px;
}
.share .icons {
  position: absolute;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0s;
  transition: all 0s;
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  min-width: 200px;
  width: 210px !important;
  top: 20px;
  right: 0;
  visibility:hidden;
}
.share.show-share .icons{
  visibility:visible;
  top: 55px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out
}

.blog-section .share .icons{
  left: 0;
  right: auto;
  width: 320px !important;
}
.share .icons:before {
  content: "Share this page";
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 18px;
  line-height:14px;
}
.share .icons:after {
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: '';
  background: #ffffff;
}
#blog-bar .share .icons:after {
  right: 30px;
  left: auto;
}
#blog-bar .share .icons:before{
  margin-bottom: 22px;
  margin-top: 3px;
}
.share .icons a {
  display: inline-block;
  width: 35px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #cacaca;
  color: #cacaca !important;
  line-height:14px;
}
#blog-bar .share .icons a{
  margin-bottom: 5px;
}
.post-meta {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #a2b5ed;
  line-height: 1.6;
  font-family:ClanComp-Medium, sans-serif;
}
.post-meta a {
  color: #a2b5ed;
  font-family:ClanComp-Medium, sans-serif;
}
.share.show-share .icons:after{
  right: auto;
  left: 30px
}
/* =============== Blog Content Column =============== */

.blog .blog-content {
  width:100%;
}

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

.post-listing .post-item {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
}

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

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

.post-listing .post-item h2 {
  color: #1b4098;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  margin-top:0;
  margin-bottom:15px;
}
.post-listing .post-item h2 a{
  color: #1b4098;
  text-decoration:none;
}
.post-body {
  color: #555;
  font-family: "ClanComp-Book", sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}
/* Post Featured Image on Listings Page */

.featured-image {
  margin-bottom: 20px;
}
.featured-image img{
  width:100%;
}

.post-listing{
  color: #555;
}
/* Read More Link */
a.more-link{
  position: relative;
  z-index: 0;
  clear: both;
  display: inline-block;
  padding: 17px 50px 17px 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  border: 2px solid #000;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  border-color: #1b4098;
  color: #1b4098;
  margin: 10px 0;
  font-family:ClanComp-Medium, sans-serif;
  line-height:13px;
  text-decoration:none;
}
a.more-link:hover{
  color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  background-position: right 15px center;
}
a.more-link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}

a.more-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  background-color: #1b4098;
}
a.more-link:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}
a.more-link:hover:after {
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-arrow-right-white.svg);
  right: 16px;
  -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
}

/* 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{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 20%;
  border: 1px solid #c7c7c7;
  line-height: 1;
}
.blog-pagination-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 25px 20%;
  border: 1px solid #c7c7c7;
}

.blog-pagination a {
  color: #6d6d6d;
  opacity: 0.6;
  font-family: "ClanComp-Medium", sans-serif;
}
.blog-pagination a.active {
  color: #1b4098;
  opacity: 1;
  pointer-events: none;
}
.blog-pagination span.active{
  color: #1b4098;
  font-family:ClanComp-Medium, sans-serif;
}
.blog-pagination .blog-pagination-left,.blog-pagination .blog-pagination-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 28px;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blog-pagination .blog-pagination-next {
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
a.prev-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  width: 15px;
  height: 28px;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
a.next-link {
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 15px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#blog-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 60px;
}
#blog-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50%;
  height: 180px;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family:ClanComp-Medium, sans-serif;
}
#blog-nav a.next {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 2px solid #ffffff;
  text-align: right;
}

#blog-nav a:after, #blog-nav a:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 158.5%;
  background: rgba(27, 64, 152, 0.4);
  content: "";
}
#blog-nav a:before {
  background-image: inherit;
  background-position: 50% 50%;
  background-size: cover;
}
#blog-nav a span {
  color: #ffffff;
  position: relative;
  z-index: 3;
  font-size: 26px;
  width: 100%;
}
#blog-nav a span.sub {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height:14px;
}
#blog-nav a.next:before, #blog-nav a.next:after {
  right: auto;
  left: 0;
}
#blog-nav.single-link a {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
#blog-nav.single-link a:before, #blog-nav.single-link a:after {
  width: 150vw;
  left: -20vw;
  right: -20vw;
}

/* 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 {
  margin-left: 0;
  float: right;
}

/* Blog Modules */

.blog .blog-sidebar .widget-span {}

.blog .blog-sidebar .blog-tags h3 {
  background: #efefef;
  line-height: 20px;
  padding: 20px;
  font-size: 14px;
  color: #707070;
  margin-top: 0;
  font-family: ClanComp-Medium, sans-serif;
  font-weight:400;
  margin-bottom: 10px;
}

.blog-tags ul,
#related-posts ul {
  list-style:  none;
  padding:  0;
  margin: 0;
}
.blog-tags ul li {
  display: inline-block;
}
.blog-tags ul li a,p.blog-tags a {
  background: #f4f4f4;
  display: inline-block;
  color: #707070;
  text-transform: uppercase;
  line-height: 16px;
  padding: 10px 15px;
  margin-right: 8px;
  margin-bottom: 6px;
  font-family: "ClanComp-Book", sans-serif;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}
.blog-tags ul li a{
  font-weight:400;
}
.blog-tags ul li a .filter-link-count{
  display:none;
}
.filter-by .filter-by-saerch{
  float:right;
  padding-top: 55px;
}
.blog.hs-blog-post .blog-sidebar h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 3px solid #1b4098;
  font-family: ClanComp-Medium, sans-serif;
  font-weight: 400;
  margin-top:0;
}
#related-posts img{
  display: block;
  max-width: 100%;
  width:100%;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}
#related-posts a {
  display: block;
  margin-bottom: 20px;
  color: #50442c;
  text-decoration:none;
}
#related-posts p {
  line-height: 1.4;
  color: #4c4032;
  font-family: "ClanComp-Medium", sans-serif;
}
/* =============== 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                                        
========================================================================== */

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

/* Form Field */

.hs-form-field {
  margin-bottom: 15px;
}

/* Descriptions */

.hs-field-desc {}

/* Labels and Legends */

label {}

.hs-form-field > label {
  display: inline-block;
  margin: 8px 0;
}

/* 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 {
  vertical-align: middle;
  max-width: 500px;
  -webkit-appearance: textfield;
  width: 100%;
  display: block;
  padding: 15px;
  margin: 0;
  font-size: 16px;
  background-color: #efefef;
  outline: 0;
  border: none;
  resize: none;
}


body:not(.search-page) .body-container input[type="text"],
body:not(.blog) .body-container input[type="password"],
body:not(.blog) .body-container input[type="datetime"],
body:not(.blog) .body-container input[type="datetime-local"],
body:not(.blog) .body-container input[type="date"],
body:not(.blog) .body-container input[type="month"],
body:not(.blog) .body-container input[type="time"],
body:not(.blog) .body-container input[type="week"],
body:not(.blog) .body-container input[type="number"],
body:not(.blog) .body-container input[type="email"],
body:not(.blog) .body-container input[type="url"],
body:not(.blog) .body-container input[type="search"],
body:not(.blog) .body-container input[type="tel"],
body:not(.blog) .body-container input[type="color"],
body:not(.blog) .body-container input[type="file"],
textarea,
select {
  font-family: "ClanComp-Medium", sans-serif;
  line-height: 40px;
}
.hs-blog-post .section.post-footer input.hs-input {
  font-family: "ClanComp-Medium", sans-serif;
  line-height: 40px;
}
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(82, 168, 236, 0.8);
  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"] {
  margin-top: 5px;
}

.hs-form-required {
  font-style: normal;
  color: #DD3C10;
}

/* 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 {
  padding: 0;
  margin: 0;
}

.hs-error-msgs li {
  list-style: none;
}

.hs-error-msgs label {
  font-size: 12px;
  display: block;
  color: #b32b2b;
  text-align: left;
  margin: 8px 0;
  font-weight: normal;
  font-family:ClanComp-Medium, sans-serif;
  line-height: 1;
}

.hs-input.invalid.error {
  border-color: #c87872;
}


/* Placeholder Text */

::-webkit-input-placeholder {}

/* Webkit Browsers */

:-moz-placeholder {}

/* Firefox 18- */

::-moz-placeholder {}

/* Firefox 19+ */

:-ms-input-placeholder {}

/* IE10 */

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

.hs-form fieldset.form-columns-1 {}

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

.hs-form fieldset.form-columns-2 {}

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

.hs-form fieldset.form-columns-3 {}

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

/* Multiple Selection Inputs */

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

input[type="radio"] {}

input[type="checkbox"] {}

form.hs-form fieldset {
  max-width: none;
}

form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}

form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0;
}

form.hs-form fieldset[class*="form-columns"] .hs-input {
  width: 100%;
}

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}

form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%;
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }

  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input,
  form.hs-form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }

  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
    width: auto;
  }
}


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

#comment-form .hs-form-field > label {}

#comment-form label {
  margin: 8px 0 5px;
  line-height: 18.2333px;
}

/* Inputs */

#comment-form input[type="text"],
#comment-form input[type="email"] {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  line-height: 16px;
  width: 300px;
}

#comment-form input[type="text"]:focus,
#comment-form input[type="email"]:focus {
  border: 1px solid #abadb3;
}

#comment-form input[type="text"]:hover,
#comment-form input[type="email"]:hover {
  border: 1px solid #7EB4EA;
}

#comment-form textarea {
  border-radius: 0;
  padding: 2px;
  box-shadow: none;
  border: 1px solid #abadb3;
  width: 300px;
}

#comment-form textarea:focus {
  border: 1px solid #abadb3;
}

#comment-form textarea:hover {
  border: 1px solid #7EB4EA;
}

#comment-form input[type="submit"] {
  border: 1px solid #acacac;
  background-color: #eaeaea;
  background-image: -moz-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: -o-linear-gradient(top, #f0f0f0, #e5e5e5);
  background-image: linear-gradient(to bottom, #f0f0f0, #e5e5e5);
  background-repeat: repeat-x;
  border-radius: 0;
  line-height: 16px;
  font-size: 13.33px;
  color: #000;
  padding: 1px 7px;
}

#comment-form input[type="submit"]:hover {
  border: 1px solid #7eb4ea;
  background-color: #e4f0fc;
  background-image: -moz-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ecf4fc), to(#dcecfc));
  background-image: -webkit-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: -o-linear-gradient(top, #ecf4fc, #dcecfc);
  background-image: linear-gradient(to bottom, #ecf4fc, #dcecfc);
  background-repeat: repeat-x;
}


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

/* Label */

#hs_form_target_blog_subscription .hs-form-field > label {}

#hs_form_target_blog_subscription label {}

/* Inputs */

#hs_form_target_blog_subscription input[type="email"] {}

#hs_form_target_blog_subscription input[type="email"]:focus {}

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

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

/* Label */

.widget-type-google_search label {}

/* Input */

.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


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

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #fff;
  background-color: #1b4098;
  border: 0;
  margin: 10px 0 10px 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 12px;
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  line-height:1;
}

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

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

/* =============== 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                                      
========================================================================== */
/**** ADD IF YOU HAVE MENU IN FOOTER ****/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.subscribe-options label{
  display:block;
}
.custom-footer-menu .hs-menu-children-wrapper {
  display: block !important;
}
.section-subscribe .hs_error_rollup{
  display:none;
}
.section-subscribe .close-form{
  display:none;
}
.section-subscribe.show-form .close-form{
  display:block;
}
.blog .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 85% !important;
}
.blog .banner-content h1 {
  width: 100%;
  font-size:36px;
  margin-bottom:10px;
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-wrapper .block {
  position: relative;
  overflow: hidden;
}
.selectric-wrapper .block h3 {
  background-color: #f49004;
  border-color: #f49004;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin: 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  height: 80px;
  line-height: 80px;
  padding: 0 67px 0 31px;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  max-width: 330px;
  width: 281px;
}
.selectric-wrapper .block h3:after {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
  content: "";
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-arrow-right-white.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: inherit;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  border: 0;
}
.selectric-wrapper.list-visible ul{
  display:block;
}
.selectric-wrapper .filter-link-count{
  display:none;
}
.filter-by{
  margin:20px 0;
}
.filter-by .selectric-wrapper ul li {
  min-height: 20px;
}
.filter-by .selectric-wrapper ul li a{
  color: #707070;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  display:block;
  padding: 18px 30px;
  font-family:ClanComp-Medium, sans-serif;
}
.filter-by form {
  position: relative;
  width: 200px;
  display: none;
  float:right;
}
.filter-by .hs-search-field input {
  height: 50px;
  padding: 15px !important;
}
.site-search-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block !important;
  width: 50px;
  margin-left: 0;
  border: 0;
  background-color: #1b4098;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999em;
  height: 50px;
  margin: 0 !important;
  padding: 0 !important;
}
.blog .custom-banner p{
  max-width: 380px;
  font-size: 14px;
  line-height: 20px;
  font-family: "ClanComp-Medium", sans-serif;
  margin-bottom:10px;
}
.custom-footer-wrapper.lp .custom-bottom-footer {
  padding: 27px 0;
}
.custom-header-wrapper.lp .mobile-trigger {
  display: none !important;
}
.custom-footer-wrapper.lp .contact-us h4:last-of-type, .custom-footer-wrapper.lp .contact-us ul.social-links {
  display: none !important;
}
.section.post-footer form:before {
  content: "Leave a Comment";
  display: inline-block;
  padding: 20px 0 0;
  font-family: "ClanComp-Medium", sans-serif;
  color: #ababab;
  line-height: 1.4;
  font-size: 24px;
  margin-bottom: 30px;
}
.custom-banner{
  display: block;
  min-height: 100%;
  position: relative;
}
.blog .custom-banner{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom:0;
}
.inner-wrapper {
  position: relative;
  padding-bottom: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.custom-banner .bg.desktop {
  display: none;
}
.custom-banner .bg{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-banner .page-center{
  position: relative;
  z-index: 1;
}

.custom-banner .banner-content{
  height: 100%;
  max-width: 75%;
  padding: 50px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-banner h1{
  margin-bottom: 20px;
  font-size: 35px;
  color: #ffffff;
  width: 100%
}
.custom-banner h1 small{
  font-size: 20px;
}
.banner-content svg{
  height: 4.484px;
  max-width: 100%;
}
.banner-content .seperator {
  margin-bottom: 20px;
  margin-left: -20px;
}
.banner-content p{
  font-size: 13px;
  line-height: 20px;
  font-family: "proxima-nova-soft", sans-serif;
  color: #ffffff;
  font-weight: 400;
  width: 100%;
}
#back-to-top{
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(27, 64, 152, 0.8) url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999;
}
#back-to-top.cd-is-visible {
  visibility: visible;
  opacity: 1;	
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
#back-to-top.cd-fade-out {
  opacity: .5;
}
#back-to-top:hover{
  background-color: #1b4098;
  opacity: 1;
}
/*** Footer Form ***/
.section-subscribe form {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 150px;
  display:none;
}

.section-subscribe input[type="text"],
.section-subscribe input[type="email"] {
  width: 100%;
  height: 40px;
  margin: 5px 0;
  padding: 0 10px;
  font-family: "ClanComp-Medium", sans-serif;
  line-height: 40px;
}
.section-subscribe .hs-form-field > label{
  display:none;
}
.section-subscribe .hs-form-field{
  margin-bottom:0;
}
.section-subscribe select {
  display: block;
  width: 100%;
  padding: 8px 15px;
  margin: 5px 0;
  font-size: 16px;
  outline: 0;
  border: 1px solid #efefef;
  resize: none;
  box-sizing: border-box;
  text-align: left;
  background-color: #fff;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/select-arrow-blue.jpg);
  background-size: 15px auto;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  font-family: "ClanComp-Medium", sans-serif;
}
.section-subscribe input[type="submit"]{
  width:100%;
  margin-top: 30px;
  color: #fff;
  background-color: #1b4098;
  border: 0;
  margin: 0 0 10px 0;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 12px;
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
  display: inline-block;
  white-space: normal;
  cursor:pointer;
}
.custom-newsletter .row-fluid .page-center {
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 30px 20px;
  border-top: 1px solid #efefef;
}

.section-subscribe{
  text-align:center;
  position:relative;
}
.section-subscribe h3 {
  padding-top: 30px;
  margin-top:0;
  margin-bottom: 10px;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #222222;
  font-weight:400;
}
.section-subscribe .copy {
  margin-bottom: 20px;
  border-top: 1px solid #efefef;
}
.section-subscribe p {
  font-family: "ClanComp-News", sans-serif;
  color: #555;
  margin-bottom: 15px;
}
.section-subscribe .btn-secondary {
  padding: 15px 45px 15px 45px;
  text-transform: uppercase;
  color: #fff;
  background-color: #1b4098;
  border: 0;
  text-decoration: none;
  font-family: ClanComp-Medium, sans-serif;
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}
.section-subscribe.show-form .btn-secondary{
  display:none;
}
.section-subscribe.show-form form {
  display: block;
}
.hs-blog-post .blog-section h5 {
  margin-bottom: 10px;
  color: #1b4098;
  font-family: "ClanComp-Medium", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
}
.section.post-header .post-meta a {
  color: #1b4098;
  font-weight: bold;
  font-family: ClanComp-Book, sans-serif;
  text-decoration:none;
}
.blog .body-container{
  padding-bottom:0;
}
.bottom-rp h3 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
  border-bottom: 3px solid #1b4098;
  color: #1b4098;
  font-family: ClanComp-Medium, sans-serif;
  font-weight: 400;
}
.nav-show-primary .custom-header-wrapper:not(.lp){
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.nav-hidden .custom-header-wrapper{
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}


.search-header {
  position: relative;
  height: 220px;
  padding: 75px 20px;
  text-align: center;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/hero-search.jpg);
  background-size: cover;
  background-position: 50% 50%;
  box-sizing: border-box;
}
.custom-search-title h1 {
  line-height: 1;
  color: #1b4098;
  text-align: center;
  font-family: "ClanComp-Book", sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-top: 0;
}



.search-header .hs-search-field form input.hs-search-field__input {
  background-color: #ffffff;
  border: 1px solid #898175;
  line-height: 50px;
  font-size: 16px;
  margin: 0;
  outline: none;
  resize: none;
  width: 100%;
  max-width: 100%;
}
.search-header .hs-search-field form button {
  position: absolute;
  bottom: 1px;
  right: 1px;
  top: 1px;
  width: 50px;
  background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search_white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #898175;
  border: none;
  outline: 0;
  font-size: 16px;
  cursor: pointer;
}
.search-header .hs-search-field form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-header .hs-search-field {
  position: static;
}
.search-results {
  padding-bottom: 30px;
  padding-top: 30px;
}
.search-results .page-center {
  max-width: 1000px !important;
  padding: 0 20px !important;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
/* Fix menu disappearing on desktop after toggling mobile menu */

@media screen and (min-width:768px) {
  .search-results {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .search-header .hs-search-field form {
    position: relative;
    max-width: 620px;
    margin: auto;
  }
  .search-header .hs-search-field form button {
    right: 20px;
    background-color: transparent;
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search-blue-1.png);
    background-size: 26px auto;
  }
  .search-header .hs-search-field form input.hs-search-field__input{
    width: 100%;
    padding: 0 30px;
    line-height: 60px;
    font-size: 20px;
  }
  .custom-search-title h1{
    margin-bottom:30px;
    font-size:45px;
  }
  .search-header {
    height: 375px;
    padding: 90px 20px;
  }

  .section-subscribe .close-form {
    bottom: 0;
    top: auto;
  }
  .section-subscribe .close-form {
    top: auto !important;
  }
  .section-subscribe {
    margin-bottom: 50px;
  }
  .section-subscribe .hs_submit.hs-submit {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 50px;
    bottom: 0;
  }
  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: 10px 20px;
    line-height: 40px;
  }
  .section-subscribe fieldset:first-of-type > .hs-form-field{
    width: calc(30% - 7px) !important;
    margin-left: 23px;
    margin-right: 23px;
    float: none !important;
    display: inline-block;
    padding: 0;
    vertical-align: top;
  }

  .section-subscribe fieldset:first-of-type{
    margin-bottom: 15px;
  }
  .section-subscribe input[type="submit"],
  .section-subscribe .close-form{
    width:199px;
  }
  .section-subscribe .actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px auto;
  }
  .section-subscribe .close-form {
    margin: 0 0 10px 0;
    font-family: "ClanComp-Medium", sans-serif;
    font-size: 12px;
    background: #c7c1bb;
    color: #fff;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    text-align: center;
    line-height: initial;
    cursor:pointer;
    position: absolute;
    top: 77.4%;
    left: 19.8%;
  }
  .section-subscribe input[type="submit"]{
    display:inline-block;
    margin: 0 10px;
  }
  .section-subscribe .close-form{
    margin:0;
    margin-left:10px ;
  }

  .section-subscribe input[type="submit"]{
    float:right;
    margin-right: 20.57%;
  }
  .section-subscribe input[type="text"], 
  .section-subscribe input[type="email"]{
    height: auto;
    padding: 10px 20px;
    margin: auto;
  }
  .filter-by form {
    display: block;
  }
  .blog .banner-content {
    min-height: 350px;
    padding: 70px 0;
    max-width: 100% !important;
  }
  .blog .banner-content h1 {
    font-size:38px;
  }
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: block !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 760px;
  }
  h3,h2{
    font-size: 45px; 
  }
  .inner-wrapper {
    min-height: 300px;
    padding-top: 30px;
  }
  .custom-banner .bg.mobile {
    display: none;
  }
  .custom-banner .bg.desktop {
    display: block;
  }
  .banner-content .seperator {
    margin-left: -80px;
  }
  .custom-banner{
    margin-bottom:50px;
  }
  .body-container {
    padding-bottom: 50px;
    padding-top:0;
  }
  #back-to-top{
    right: 20px;
    bottom: 20px;
  }
  .section-subscribe h3 {
    padding-top: 0;
    font-size: 26px;
    line-height: 32px;
  }
  .section-subscribe .copy {
    max-width: 550px;
    margin: 0 auto 50px;
    border: none;
  }
  .share .icons {
    width: 260px !important;
  }
  .featured-image {
    margin-bottom: 40px;
  }
  .post-listing .post-item h2 {
    font-size:24px;
  }
  .hs-blog-post .blog-section h5 {
    font-size:30px;
  }
}
@media only screen and (min-width: 992px){
  .custom-search-title h1{
  	font-size:60px;
  }
  .search-header .hs-search-field form button{
    background-size: 40px auto;
  }
  .search-header .hs-search-field form input.hs-search-field__input{
    line-height: 100px;
  }
  .custom-header-wrapper.lp .custom-logo-wrapper .custom-logo {
    margin-top: 14px;
  }
  .no-banner .body-container{
    padding-top:180px;
  }
  .no-banner.search-page .body-container{
    padding-top: 138px;
  }

  .lp-banner .custom-banner{
    padding-top:98px;
  }
  .bottom-rp {
    display:none !important;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 970px;
  }
  .section-subscribe input[type="submit"],
  .section-subscribe .close-form{
    width:262px;
  }
  .filter-by .selectric-wrapper {
    max-width: 330px;
  }
  .custom-mobile-header{
    display:none !important;
  }
  body{
    font-size: 16px;
    line-height: 26px;
  }
  h3,h2,h1{
    font-size: 60px;
  }
  .custom-header-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: auto;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .top-bar-links nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }

  .top-bar-links nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
    list-style: none;
  }

  .top-bar-links nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-bottom: 0;
    background-color: transparent;
  }

  .top-bar-links nav ul li a {
    padding: 0 25px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    box-sizing: border-box;
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    display: block;
    height: 100%;
    font-family: ClanComp-Medium, sans-serif;
  }
  .top-bar-links nav ul li:nth-last-child(2){
    background: #1b4098;
  }

  .top-bar-links nav ul li:nth-last-child(2) a{
    padding: 0 25px;
  }
  .top-bar-links nav ul li:nth-last-child(2) a:hover{
    background-color: #09235E;
  }
  .top-bar-links nav ul li a:hover {
    background-color: #898175;
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  .top-bar-links nav ul li.search {
    display: block;
    margin-left: 0;
  }
  .top-bar-links nav ul li.search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .top-bar-links nav ul li.search form input{
    height: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #c7c1bb;
    font-size: 13px;
    outline: none;
  }
  .top-bar-links nav ul li.search form #s{
    width: 100%;
    background-color: #efefef;
    margin: 0;
    height: 40px;
  }
  .top-bar-links nav ul li.search form .search-icon{
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 0;
    background-color: #898175;
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor:pointer;
  }
  .custom-main-header {
    display: block;
    height: 83px;
    background: #ffffff;
  }
  .custom-main-header .row-fluid .page-center > div > div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .custom-logo a{
    display: block;
    width: 150px;
    height: 56px;
    background-size: cover;
    text-indent: -9999px;
  }


  /*** Navigation ****/
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #1b4098;
    background-image: none;
    font-family: "ClanComp-Bold", sans-serif;
    padding: 0 17px;
    font-size: 14px;
    line-height: 83px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child):hover > a:hover:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a:after {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active{
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.houses:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.houses.active{
    background-color: #387ac0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments.active{
    background-color: #d9e2e8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments:hover > a:hover:after {
    border-top-color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments.active > a{
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.multi-residential:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.multi-residential.active{
    background-color: #516191;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.civil---utilities:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.civil---utilities.active{
    background-color: #4d4d4d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.commercial---industrial:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.commercial---industrial.active{
    background-color: #302c2c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.products.active{
    background-color: #1D4270;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    position: relative;
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > ul{
    visibility: visible !important;
    opacity: 1 !important;
    z-index:2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    display: none;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: unset !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
    z-index:3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.multi-residential > ul{
    background-color: #516191;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.houses > ul{
    background-color: #387ac0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments > ul{
    background-color: #d9e2e8;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.apartments > ul > li:after{
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.multi-residential > ul{
    background-color: #516191;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.civil---utilities > ul{
    background-color: #4d4d4d;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.commercial---industrial > ul{
    background-color: #302c2c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products > ul{
    background-color: #1b4098;
    margin-right: 196px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul > li {
    position: relative;
    height: 60px;
    background-color: transparent;
    font-size: 14px;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child  ul > li{
    min-height:61px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul > li:not(:last-child):after {
    display: block;
    content: '|';
    position: absolute;
    top: 15px;
    right: -3px;
    opacity: 0.2;
    font-family: "ClanComp-Book", sans-serif;
    line-height: 30px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul > li > a {
    display: block;
    height: 100%;
    padding: 0 20px;
    line-height: 45px;
    color: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    height: 60px;
    line-height: 60px;
    background-color: transparent;
    font-family:ClanComp-Medium, sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
    text-decoration:none;
  }
  /* .nav-drop {
  z-index: 5 !important;
  width: 570px !important;
  height: auto !important;
  background-color: #1D4270 !important;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -300px !important;
}*/
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) ul {
    width: auto !important;
    z-index: 5 !important;
    width: auto !important;
    height: auto !important;
    margin-left: -300px;
    background-color: #1D4270;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: static !important;
    max-width: 570px;
  }
  .nav-drop li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #062263;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  ul.nav-drop li a{
    display: block;
    width: auto;
    padding: 14px 25px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
    position:relative;
  }
  .nav-drop li:after{
    display:none !important;
  }
  .nav-drop li a:after{
    display: block;
    font-family: "ClanComp-Book", sans-serif;
    font-size: 12px;
    color: #bdbeda;
    line-height: 14px;
    position: absolute;
    top: 32px;
    white-space:normal;
  }
  .nav-drop li.powerpanelxl a:after{
    content:'External & internal walls for houses';
  }
  .nav-drop li.powerpanel50 a:after{
    content:'Intertenancy / Party & Dual Zero Boundary walls for low rise multi-residential buildings.';
  } 
  .nav-drop li.powerpanel a:after{
    content:'Facades & internal walls for apartments & commercial buildings';
  }
  .nav-drop li.powerpanel- a:after{
    content:'External & internal walls for commercial & industrial buildings';
  }
  .nav-drop li.powerfloor a:after{
    content:'Floor system for houses';
  }
  .nav-drop li.powerfloor- a:after{
    content:'Floor system for apartments & commercial buildings';
  }
  .nav-drop li.powerfence a:after{
    content:'Fencing system for houses & multi-residential developments';
  }
  .nav-drop li.powerblock- a:after{
    content:'Solid block walls for residential, commercial & industrial construction';
  }
  .nav-drop li.powershield a:after{
    content:'Fire & acoustic solution for utilities & infrastructure sectors';
  }
  .nav-drop li.soundbarrier a:after{
    content:'Acoustic barrier system for industry, freeway & rail corridors';
  }
  .dd-contain {
    display: none;
    position: absolute;
    z-index: 5;
    width: 270px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products > .nav-drop{
    visibility:visible !important;
    opacity:1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products:hover .dd-contain{
    display:block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.products:hover .dd-contain > ul {
    opacity: 1;
    visibility: visible;
  }
  /*** Banner ***/
  .custom-banner{
    padding-top: 138px;
  }
  .inner-wrapper{
    min-height: 410px;
    margin-top: 10px;
  }
  .banner-content h1{
    font-size: 60px;
    margin-top:0;
  }
  .banner-content p{
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 24px
  }
  .copyright-content > div > span {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .copyright-content p{
    font-size:14px;
  }
  .custom-top-footer {
    padding: 60px 0 100px 0;
    color: #484848;
    font-size: 14px;
  }
  .custom-top-footer .custom-footer-menu{
    width:auto;
  }
  .custom-footer-menu .hs-menu-wrapper > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li{
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2){
    margin-top: 30px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(-n+2){
    margin-right: 70px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li > a,
  .contact-us h4{
    text-align: left;
    font-weight: bold;
    margin-bottom: 25px;
    display:block !important;
    cursor:text;
  }
  .custom-footer-menu .hs-menu-wrapper ul ul li {
    padding: 0 0 0 15px;
    margin-bottom: 20px;
    border: none;
    font-size: 14px;
    line-height: 18px;
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/bullet-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  ul.social-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ul.social-links li {
    margin: 0 10px 0 0;
  }
  .custom-top-footer a{
    color: #484848;
  }
  ul.contact-links {
    display: block;
    margin-bottom: 55px;
  }
  ul.contact-links li {
    padding-left: 20px;
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .contact-links a {
    padding: 0;
    background-color: transparent;
    text-transform: none;
    text-align: left;
  }
  ul.contact-links .mobile {
    display: none;
  }
  ul.contact-links .desktop {
    display: block;
  }
  .custom-footer-logo > div > span > span {
    width: 220px;
    height: 80px;
    margin: 0;
  }
  .custom-top-footer .seprator {
    margin: 40px 0;
  }
  body.show-main .custom-header-wrapper {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .custom-footer-wrapper .contact-us-wrapper {
    margin: 0;
    float: right;
    width: auto;
    padding-right: 23px;
  }
  .custom-footer-menu .hs-menu-wrapper ul ul li a{
    white-space:normal !important;
    display: inline-block !important;
  }
  .custom-footer-menu .hs-menu-wrapper ul ul li a:hover{
    color:#000;
  }
  .custom-top-footer .custom-mobile-links{
    display:none;
  }
  #blog-bar .breadcrumb li:after {
    content: '>';
    margin: 0 5px 0 10px;
  }
  #blog-bar .page-center {
    height: 100px;
    margin: 0 auto
  }
  body:not(.blog) .banner-content{
    max-width: 550px;
  }
  .blog .blog-sidebar{
    width: 200px;
  }
  .blog  .blog-content{
    width: 690px;
    margin-right: 50px;
  }
  .post-listing .post-item h2 {
    font-size:30px;
  }
  .blog-pagination-center {
    margin-bottom: 0;
    padding: 25px 25%;
  }
  .post-listing .post-item {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .hs-blog-post .blog-section h5 {
    font-size:30px;
  }
  .blog .banner-content h1 {
    font-size:54px;
  }
  .blog .custom-banner p{
    font-size: 16px;
    line-height: 26px;
  }
  .blog .custom-main-header {
    height: 83px;
  }
  .blog .custom-banner{
    margin-top: 138px;
    padding-top:0;
  }
  .blog .custom-banner .inner-wrapper{
    padding-top:0;
    min-height: 368px;
  }
}
@media (min-width:1024px){
  #back-to-top{
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1366px){
  .container-fluid .row-fluid .page-center {
    max-width: 1230px;
  }
  .filter-by form {
    width: 290px;
  }
  .section-subscribe input[type="submit"],
  .section-subscribe .close-form{
    width:340px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #1b4098;
    background-image: none;
    padding: 0 20px;
    font-size: 17px;
    line-height: 83px;
    text-decoration:none;
  }
  .custom-banner .banner-content{
    max-width: 550px;
  }
  .blog .blog-sidebar{
    width: 290px;
  }
  .blog  .blog-content{
    width:860px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-last-child(2) {
    margin-left: 46px;
    margin-right: 46px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1366px) {
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(-n+2){
    margin-right:50px;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li:nth-child(2){
    margin-right:45px;
  }
  .custom-footer-wrapper .contact-us-wrapper{
    padding-right:0;
  }
  .custom-footer-menu .hs-menu-wrapper > ul > li {
    width: 132px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .no-banner.search-page .body-container {
    padding-top: 81px;
  }
  .custom-mobile-header.lp .custom-logo-wrapper{
    margin: 0 auto !important;
  }
  .blog.hs-blog-post .blog-sidebar {
    display: none;
  }
  .blog .blog-sidebar{
    width: 100%;
  }
  .section-subscribe .close-form {
    top:76%;
  }
  body:not(.blog) .custom-banner{
    margin-top:81px;
  }
  .custom-banner h1{
    margin-top:30px;
  }
  .inner-wrapper{
    padding-top:0;
  }
  .blog .body-container .row-fluid .page-center,
  #blog-bar .page-center{
    max-width: none;
    padding: 0 20px;
    margin: 0 auto;
  }
  #blog-bar .breadcrumb li:last-child {
    display: none;
  }
  .blog .custom-banner .page-center{
    max-width: 770px !important;
  }
  .custom-header-wrapper{
    display:none !important;
  }
  .custom-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 105;
    height: 66px;
    padding-top: 4px;
    background-color: #ffffff;
    width:100% !important;
  }
  .custom-mobile-header button {
    border: none;
    outline: 0;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
  }
  .custom-mobile-header .mobile-trigger {
    float: left;
  }
  .custom-mobile-header .search-trigger {
    text-align: right;
    float: right;
    margin-left: 0;
    margin-right: 9px;
    margin-top: -59px;
  }
  .custom-mobile-header .custom-logo-wrapper{
    width: 50%;
    margin: 0 auto;
    padding: 8px 0;
    float: none;
  }
  .custom-mobile-header .custom-logo-wrapper .custom-logo{
    height: 43px;
  }


  /* ===== Mobile Toggle Button ===== */
  .mobile-trigger button,
  .search-trigger button {
    width: 21px;
    height: 18px;
    margin: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  .mobile-trigger button{
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/btn-menu.png);
  }

  .search-trigger button{
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search-blue.png);
  }
  .mobile-open .mobile-trigger button,
  .search-box-show .search-trigger button{
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/btn-menu-close.png);
  }
  .mobile-trigger:hover {
    text-decoration: none;
  }
  .search-trigger{
    margin-right: 5px;
  }
  .custom-logo a {
    width: 115px;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
  }

  /* Toggle Button Icon */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }

  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    /* Icon line width */
    height: 2px;
    /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000;
    /* Icon color */
    display: inline-block;
  }

  .mobile-trigger i:before {
    top: -6px;
  }

  /* Position top line */
  .mobile-trigger i:after {
    top: 6px;
  }

  /* Position bottom line */
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #000
      /* Icon color */
  }

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

  .child-trigger:hover {
    text-decoration: none;
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: '';
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    /* Icon line width */
    height: 1px;
    /* Icon line height */
    background-color: #fff;
    /* Icon color */
    display: block;
  }

  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .child-trigger.child-open i {}

  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-mobile-header .custom-mobile-menu {
    position: fixed;
    width: 100% !important;
    display:none;
    margin-top: 3px;
  }
  .custom-mobile-header .custom-mobile-menu:after {
    content: ' ';
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    left: 0;
    top: 58.1%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    display:none;
  }
  .custom-mobile-header .custom-mobile-menu:before {
    content: ' ';
    width: 100%;
    height: 50vh;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    display:none;
  }
  .mobile-open .custom-mobile-header .custom-mobile-menu:after,
  .mobile-open .custom-mobile-header .custom-mobile-menu,
  .mobile-open .custom-mobile-header .custom-mobile-menu:before{
    display:block;
  }

  .custom-mobile-menu .hs-menu-wrapper > ul {
    border-top: 1px solid #dadada;
    background: #fff;
    padding:0 !important;
    max-width: 730px !important;
    max-height: calc(100vh - 65px);
    overflow-y: auto !important;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #dadada;
  }
  .custom-mobile-menu .hs-menu-wrapper ul li a {
    display: block;
    height: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "ClanComp-Bold", sans-serif;
    color: #1b4098;
    text-decoration: none;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:nth-last-child(-n+5){
    height: 46px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:nth-last-child(-n+5) > a{
    display: block;
    height: 100%;
    padding: 0 20px;
    color: #555;
    font-size:16px;
    line-height:45px;
    font-family:ClanComp-Medium, sans-serif;
  }
  .custom-mobile-menu .hs-menu-wrapper > ul > li:last-child> a{
    font-family: "ClanComp-Bold", sans-serif;
  }
  .custom-footer-logo {
    text-align: center;
  }
  .custom-top-footer .custom-footer-menu {
    display: none;
  }
  .contact-us h4 {
    display: block;
    font-weight: 400;
  }
  .custom-footer-wrapper .contact-us-wrapper {
    margin: 0;
    width: 100%;
  }
  .custom-mobile-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .custom-mobile-links ul li {
    display: block;
  }
  .custom-mobile-links ul li a {
    border-top: 1px solid #c7c1bb;
    padding: 20px 10px;
    font-size: 14px;
    display: block;
    line-height: 14px;
    color:#000;
  }
  .custom-mobile-links ul li a:hover,
  .contact-links a:hover{
    text-decoration:none;
  }
  .custom-mobile-header .mobile-search{
    margin-top: 3px;
    display:none;
  }
  .custom-mobile-header.search-box-show  .mobile-search{
    display:block;
  }

  .custom-mobile-header .mobile-search.search .search-icon{
    display: block;
    width: 48px;
    height: 48px;
    margin-left: 0;
    background-color: #898175;
    background-image: url(//cdn2.hubspot.net/hubfs/4864655/Hebel_September2018/images/icon-search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    font-family: "ClanComp-Medium", sans-serif;
    font-size: 12px;
    cursor:pointer;
  }
  .custom-mobile-header .mobile-search.search input[type="text"]{
    width: calc(100% - 40px);
    max-width: 100% !important;
    margin: 0;
    height: 100%;
  }
  .custom-mobile-header .mobile-search.search form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
  }
  .no-banner .body-container{
    padding-top:100px;
  }
  .search-header .page-center {
    max-width: 500px !important;
    padding: 0 !important;
  }
}
@media(max-width:1528px) and (min-width:992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) ul{
    width: 200% !important;
  }
}
@media(max-width:1366px) and (min-width:768px){
  .section-subscribe fieldset:first-of-type > .hs-form-field {
    margin-bottom: 10px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .no-banner.search-page .body-container {
    padding-top: 97px;
  }
  .search-header .page-center {
    max-width: 100% !important;
  }
  .custom-search-title h1 {
    font-size: 30px;
  }
  .search-header .hs-search-field form input.hs-search-field__input {
    height: 52px;
  }
  body:not(.blog) select {
    line-height: 1;
  }
  .body-container{
    padding-top:0;
  }
  .blog-section .share .icons{
    width: 270px !important;
  }
  body:not(.blog) .custom-banner{
    margin-top: 97px;
  }
  .section-subscribe form{
    padding-bottom:0;
  }
  #blog-nav a span {
    font-size: 16px;
    line-height: 1.4;
  }
  .section-subscribe{
    margin-bottom:50px;
  }
  .custom-newsletter .row-fluid .page-center{
    padding:0 20px;
    border:0;
  }
  .selectric-wrapper .block h3 {
    width: 100%;
    max-width: 100%;
  }
  .filter-by {
    margin-bottom: -8px;
  }
  .section-subscribe .close-form {
    width: 100%;
    margin: 0 0 10px 0;
    font-family: "ClanComp-Medium", sans-serif;
    font-size: 12px;
    background: #c7c1bb;
    color: #fff;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    text-align: center;
    line-height: initial;
    cursor:pointer;
  }
  #blog-bar a.btn-share {
    padding: 8px 25px 8px 45px;
    font-size: 14px;
  }
  .custom-banner .page-center{
    padding:0 !important;
  }
  .inner-wrapper{
    padding-bottom: 5px;
    min-height:279px;
  }

  .hs-form-field {
    margin-bottom: 0;
  }
  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 {
    max-width: 100%;
    width: 100%;
    height: 40px;
    margin: 5px 0;
    padding: 0 10px;
  }
  .body-container .hs-button.primary, .body-container input[type="submit"], .body-container input[type="button"]{
    line-height:1;
  }
  .share .icons{
    width: 260px !important
  }
  .hs-form-field {
    width: 100% !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
  }
  .custom-footer-wrapper .row-fluid .page-center{
    padding:0;
  }
  .custom-mobile-header .search-trigger{
    margin-right: 0px;
  }
  .section-subscribe input[type="text"],
  .section-subscribe input[type="email"],
  .section-subscribe select{
    width:100% !important;
  }
  .section-subscribe .hs-form-field{
    padding:0 !important;
  }
  .section-subscribe .hs-submit{
    margin-top: 30px;
  }
  #blog-nav a:after, #blog-nav a:before
  #blog-nav a.next {
    padding-left: 10px;
  }
  #blog-nav a.previous {
    padding-right: 10px !important;
  }
  .share .icons a{
    font-size:14px;
  }
}
@media (max-width: 662px) {
  .custom-banner{
    margin-top: 97px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 405px) {
  .custom-banner{
    margin-top: 113px;
  }
  .custom-bottom-footer .row-fluid .page-center{
    padding:0 10px;
  }
}

@media (max-width: 325px) {
  .custom-banner{
    margin-top: 129px;
  }
}

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