

/* ==========================================================================
LAYOUT                            
========================================================================== */

.card { transition: all 250ms ease-in-out; }
.post-listing { width: 100%; }
.card:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.1);
  z-index: 999;
}

.show-on-phone,
.show-on-tablet-portrait,
.show-on-tablet-landscape,
.show-on-desktop,
.show-on-big-desktop {
  display: none;
}


@media screen and (max-width: 599px) {
  
.show-on-phone {
  display: block;
}
.row-fluid [class*="span"]{
  margin-left: 0;
  *margin-left: 0;
  width: 100%;
  *width:	100%;
}
}




@media screen and (min-width: 600px) and (max-width: 899px) {
  
.show-on-tablet-portrait {
  display: flex;
}
}




@media screen and (min-width: 900px) and (max-width: 1199px) {
  
.show-on-tablet-landscape {
  display: flex;
}
}




@media screen and (min-width: 1200px) and (max-width: 1799px) {
  
.show-on-desktop {
  display: flex;
}
}




@media screen and (min-width: 1800px) {
  
.show-on-big-desktop {
  display: flex;
}
}



.row-fluid > .widget-span:first-of-type {
  margin-left: 0;
  *margin-left: 0;
}


@media screen and (min-width: 600px) {
  
.row-fluid [class*="span"] {
  margin-left: 01.38121547%;
  *margin-left: 01.354619725%;
  flex: none;
}
.row-fluid .span12	{
  width: 100%;
  *width:	100%;
}
.row-fluid .span11	{
  width:	91.55156538%;
  *width:	91.55378169%;
}
.row-fluid .span10	{
  width:	83.10313076%;
  *width:	83.10756338%;
}
.row-fluid .span9 {
  width:	74.65469613%;
  *width:	74.66134507%;
}
.row-fluid .span8 {
  width:	66.20626151%;
  *width:	66.21512676%;
}
.row-fluid .span7 {
  width:	57.75782689%;
  *width:	57.76890845%;
}
.row-fluid .span6 {
  width:	49.30939227%;
  *width:	49.32269014%;
}
.row-fluid .span5 {
  width:	40.86095764%;
  *width:	40.87647183%;
}
.row-fluid .span4 {
  width:	32.41252302%;
  *width:	32.43025352%;
}
.row-fluid .span3 {
  width:	23.9640884%;
  *width:	23.98403521%;
}
.row-fluid .span2 {
  width:	15.51565378%;
  *width:	15.5378169%;
}
.row-fluid .span1 {
  width: 7.067219153%;
  *width: 7.091598586%;
}
}




@media screen and (min-width: 1200px) {
  
.row-fluid [class*="span"] {
  margin-left: 01.282051282%;
  *margin-left: 01.255455537%;
}
.row-fluid .span12 {
  width:	100%;
  *width:	100%;
}
.row-fluid .span11 {
  width:	91.55982906%;
  *width:	91.56204537%;
}
.row-fluid .span10 {
  width:	83.11965812%;
  *width:	83.12409074%;
}
.row-fluid .span9 {
  width:	74.67948718%;
  *width:	74.68613612%;
}
.row-fluid .span8 {
  width:	66.23931624%;
  *width:	66.24818149%;
}
.row-fluid .span7 {
  width:	57.7991453%;
  *width:	57.81022686%;
}
.row-fluid .span6 {
  width:	49.35897436%;
  *width:	49.37227223%;
}
.row-fluid .span5 {
  width:	40.91880342%;
  *width:	40.9343176%;
}
.row-fluid .span4 {
  width:	32.47863248%;
  *width:	32.49636298%;
}
.row-fluid .span3 {
  width:	24.03846154%;
  *width:	24.05840835%;
}
.row-fluid .span2 {
  width:	15.5982906%;
  *width:	15.62045372%;
}
.row-fluid .span1 {
  width: 7.158119658%;
  *width: 7.182499091%;
}
}



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


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

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


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


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

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

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

@font-face{
  font-family:"ITC Conduit W01";
  src:url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/0f250d3b-13fd-469c-a4ec-9f9984165dea.eot") format("eot"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/0f250d3b-13fd-469c-a4ec-9f9984165dea.woff2") format("woff2"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/0f250d3b-13fd-469c-a4ec-9f9984165dea.ttf") format("truetype");
  font-weight:200;
  font-style:normal;
}
@font-face{
  font-family:"ITC Conduit W01";
  src:url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/a81af59b-a5d9-4e96-a7cc-919403c0d86c.eot") format("eot"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/a81af59b-a5d9-4e96-a7cc-919403c0d86c.woff2") format("woff2"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/a81af59b-a5d9-4e96-a7cc-919403c0d86c.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: "app-icon-font";
  font-style: normal;
  font-weight: 400;
  src:url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/app-icon-font.eot") format("eot"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/app-icon-font.woff2") format("woff2"),
    url("//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Fonts/app-icon-font.ttf") format("truetype");
}



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

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

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


html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 10px;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #F6F6F6;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  color: #000000;
  line-height: 1.5;
  /* padding-top: 15rem; */
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 114.4rem;
  margin: 0 auto;
}

/* Page Center */
.container-fluid .row-fluid .page-center-large {
  float: none;
  width: 1640px;
  max-width: 90vw;
  margin: 0 auto;
}

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #FF6900;
  font-family: "ITC Conduit W01",sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  margin: 10px 0px 15px 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 4.5rem;
  line-height: 1.2;
}
h2{
  font-size: 4rem;
  color: #FF6900;
  line-height: 1.15;
}
h3{
  color: #555555;
  font-size: 3rem;
  line-height: 1.25;
}
h4{
  color: #FF6900;
  font-size: 2.5rem;
}
h5 {
  color: #000000;
  font-size: 2rem;
}
h6 {
  color: #000000;
  font-size: 1.8rem;
}

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

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper { height: 110px; }
.header-container {}

.custom-header-bg.nav-up {
  transform: translateY(0%);
}
.custom-header-bg.nav-down {
  transform: translateY(-100%);
}
.custom-header-bg {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform .2s ease-in-out;
  transform: translateY(0);
  z-index: 5000;
  width: 100% !important;
  color: #000000;
  background-color: #fff;
  border-bottom: .2rem solid #F6F6F6;
}

.custom-header-logo img {
  height: 3.5rem;
  display: block;
}

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

.custom-header-bg .progress > div {
  height: 0;
  line-height: 0;  
}

.custom-header-bg .progress,
.custom-header-bg .progress * {
  pointer-events: none;
}


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

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

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

}
.body-container .sidebar.right{
  padding: 6rem 5rem;
  background-color: #fff;
  margin-bottom: 3rem;
}
.body-container .sidebar.left{
  padding: 6rem 5rem;
  background-color: #fff;
  margin-bottom: 3rem;  
}

.body-container .main-content {
  padding: 6rem 5rem;
  background-color: #fff;
  margin-bottom: 3rem;
}


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

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

.custom-footer-bottom-bg {
  position: relative;
  z-index: 2;
}
.custom-footer-bottom-bg .page-center {
  padding: 0 2.5rem;
  max-width: 119.4rem !important;
}
.custom-footer-bottom-links ul {
  margin: 0px;
  padding: 0px;
  display: block;
}
.custom-footer-bottom-links ul li {
  display: inline-block;
  line-height: 7rem;
}
@media screen and (min-width: 768px) {
  .custom-footer-bottom-links ul li + li {
    margin-left: 1rem;
  }
}
.custom-footer-bottom-links ul li a {
  color: #cacaca;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
}
.custom-footer-social-icons ul {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}
.custom-footer-bottom-links ul li a:hover {
  color: #FF7F00;
}
.custom-footer-social-icons ul li a:hover path {
  fill: #FF7F00;
}
.custom-footer-social-icons ul li a svg {
  display: block;
  height: 100%;
  width: 100%;
}
.custom-footer-top-bg {
  position: relative;
  z-index: 2;
  background-color: #fff;
  color: #a5a7ae;
  margin: 1rem 0;
}
.custom-footer-top-bg .page-center {
  padding: 1rem 0 6rem;
  max-width: 114.4rem !important;
}
.custom-footer-top-bg:before {
  content: "";
  display: block;
  background-color: #F6F6F6;
  border: 0 solid #a5a7ae;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  border-top-width: .1rem;
  bottom: 100%;
}
.custom-footer-top-bg:after {
  content: "";
  display: block;
  background-color: #F6F6F6;
  border: 0 solid #a5a7ae;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  border-bottom-width: .1rem;
  top: 100%;
}
.custom-footer-navigation ul li ul li + li {
  margin-top: .3rem;
}
.custom-footer-navigation ul li ul li a {
  display: block;
  color: #a5a7ae;
  font-size: 1.5rem;
  white-space: normal !important;
}
.custom-footer-navigation ul li ul li a:hover {
  color: #FF7F00;
}


.custom-footer-contact ul,
.custom-footer-navigation ul {
  margin: 0px;
  padding: 0px;
}
.custom-footer-contact ul li {
  display: block;
}
.custom-footer-navigation ul > li.hs-item-has-children {
  width: 33%;
  padding-right: 2rem;
}
.custom-footer-navigation ul > li.hs-item-has-children > a {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: .75rem;
  line-height: 1.2;
  display: block;
  color: #a5a7ae;
  cursor: text;
}
.custom-footer-navigation ul > li ul li + li {
  margin-top: .3rem;
}
.custom-footer-navigation ul > li ul li a:hover {
  color: #FF7F00;
}
.custom-footer-contact ul li ul li span {
  display: block;
  color: #a5a7ae;
  font-size: 1.5rem;
}
.custom-footer-contact ul li:first-child > span {
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: .75rem;
  line-height: 1.2;
  display: block;
  color: #a5a7ae;
  cursor: text;
}
.custom-footer-contact ul > li ul li + li {
  margin-top: .3rem;  
}
.custom-footer-contact ul > li ul li a {
  display: block;
  color: #a5a7ae;
  font-size: 1.5rem;  
}
.custom-footer-contact ul > li ul li a:hover {
  color: #FF7F00;
}

.custom-footer-social-icons ul {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 2rem;
}
.custom-footer-social-icons ul li a {
  display: block;
  width: 3rem;
  height: 3rem;
}
.custom-footer-social-icons ul li {
  display: inline-block;
}
.custom-footer-social-icons ul li + li {
  margin-left: 8px;
}

.custom-section-header {
  padding: 6rem 5rem;
  background: #FF7F00 center top/cover no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  color: #000000;
  line-height: 1.5;
  min-height: 42rem !important;
  margin-bottom: 4rem;
}
.custom-section-header h1 {
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.custom-section-header p {
  color: #0023D7;
  margin: 0;
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.custom-footer-bottom-bg.for-mobile {
  display: none !important;
}
.custom-spacer1 {
  padding: 39px 0px;
}

.row-fluid [class*="span"] {
  float: left;
}

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

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: flex !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  line-height: 8rem;
  white-space: nowrap;
  font-size: 1.8rem;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  cursor: pointer;
  display: block;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  color: #000000;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    max-height: 7.8rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    background:;
    position: static !important;
    margin-left: 5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    margin-left: 37px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper {
    background: #fff;
    width: 100%;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    width: 100%;
    left: 0px;
    height: auto;
    transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
    transition-duration: 0ms;
    transform: translate(0px, 0px) translateZ(0px);
    min-height: 100%;
    border-top: .2rem solid #F6F6F6;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.drop-down-wrapper {        
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul {
    max-width: 114.4rem;
    margin: 0 auto !important;
    padding: 5rem 0;
    box-sizing: content-box;
    position: relative !important;
    width: 100% !important;
    float: none !important;
    border-top: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.drop-down-wrapper>ul {        
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li {
    display: inline-block !important;
    width: calc(33% - 6.5rem) !important;
    font-size: 1.7rem;
    margin: 0rem 0 0 6.5rem;
    vertical-align: top;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li>ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li ul li a {
    padding-left: 1.5rem;
    font-size: 1.5rem;
    position: relative;
    font-weight: 200;
    font-family: "ITC Conduit W01",sans-serif;
    color: #000000;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li ul li a:hover {
    color: #FF7F00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    line-height: 8rem;
    white-space: nowrap;
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: -3px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background-image: url(https://info.all-for-one.com/hubfs/afoG%20%E2%80%93%20Facelift/assets/afoG%20%E2%80%93%20hamburger.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px !important;
    height: 7.3rem;
    border-bottom: 2px solid transparent;
    line-height: 7.6rem;
    margin-top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:hover > a {
    background-image: url(https://info.all-for-one.com/hubfs/afoG%20%E2%80%93%20Facelift/assets/afoG%20%E2%80%93%20hamburger.svg);
    border-color: #0023D7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #FF7F00;
    border-color: #FF7F00;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li.hs-item-has-children > a {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.05;
    color: #FF7F00;
    margin-bottom: 1.5rem;
    font-family: "ITC Conduit W01",sans-serif;
    cursor: text;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li ul li a:before {
    content: ">";
    position: absolute;
    left: 0;
    top: .45em;
    color: #FF7F00;
    font-family: "app-icon-font";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .65em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li:first-child {
    margin: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li:nth-child(4),
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li:nth-child(5){
    margin-top: 5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.drop-down-wrapper>ul>li:nth-child(4){
    margin-left: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li ul li ul li + li {
    margin-top: .3rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul {
    background-color: #0023D7;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper {
    background-color: #0023D7;
    color: #fff;
    border-color: #0023D7;
    min-height: 100vh;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li {
    width: 25% !important;
    position: relative;
    min-height: 100%;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li:first-child {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > a {
    font-size: 2.2rem;
    line-height: 1.05;
    font-weight: 200;
    font-family: "ITC Conduit W01",sans-serif;
    color: #fff;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li:hover > a {
    color: #FF7F00;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li >ul {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li:hover >ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li {
    width: 25% !important;
    position: relative;
    min-height: 100%;
    display: block !important;
    left: 0px;
    margin: 0px;
    margin-top: 1.5rem;
    padding-right: 4rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > ul {
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > ul li {
    width: auto;
    display: block;
    padding-right: 4rem;
    margin-top: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>.drop-down-wrapper>ul>li>ul li:first-child {
    margin: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > ul li a {
    font-size: 1.8rem;
    line-height: 1.05;
    color: #fff;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > ul li a:before {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child >.drop-down-wrapper > ul > li > ul li a:hover {
    color: #FF7F00;
  }

}

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


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

 /* Set mobile icon color */
 /* Set close icon color */
 /* Set full menu background color */
 /* Set link Color */
 /* Set link Hover Color */


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

.mobile-icon {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  left: -13px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 17px;
}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 35px;
  height: 2px;
  background-color: #FF7F00;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0px;
  display: block;
  transform-origin: center center;
  transition-property: transform,opacity,left,width, background;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}
.mobile-icon  span:before {
  margin-top: -11px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 11px; /* Position bottom line */
}

.show-mobile-nav .mobile-icon span:before {
  transform: translateY(1.1rem) rotateZ(45deg);
}
.show-mobile-nav .mobile-icon span:after {
  transform: translateY(-1.1rem) rotateZ(-45deg);
}
.show-mobile-nav .mobile-icon span {
  background: transparent;
}


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

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


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

@media (min-width: 1025px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

}

@media (max-width: 1024px) {

  body, html {
    height: auto;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: inline-block !important;
    float:left;
  }

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

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{
    padding-left: 0px;
  }

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;
    padding-right: 0px;
    padding-left: 0px;
    display: flex !important;
    flex-direction: column;
  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: absolute;
    width: 72rem !important;
    z-index: 1000;
    background: #0023D7;
    left: 0;
    top: 8rem;
    max-height: 100vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  /* Set Link Colors */
  .custom-menu-primary a { color: #fff; }
  .custom-menu-primary a:hover { color: #ccc; }

  /* All Main Containers Display FULL Width By Default */
  .custom-menu-primary {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }

  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .custom-menu-primary{
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1); /* the x value must match the 'left' and 'width' values of '.custom-menu' */
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  .custom-menu-primary li{
    width:100%;
  }
  li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    position: relative !important;
  }
  /*---------------------*/
  @media (min-width:1025px) {
    .child-trigger {
      display:none !important;
    }
  }

  @media (max-width:1024px) {
    .child-trigger {
      display: inline-block !important;
      background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
      border: medium none !important;
      cursor: pointer;
      height: 34px;
      padding: 0 !important;
      position: absolute;
      right: 0;
      top: 0;
      min-width: 100% !important;
      height: 8.5rem;
    }
    .child-trigger:before {
      background: url(https://2849983.fs1.hubspotusercontent-na1.net/hubfs/2849983/All_For_One_Apr2017/Images/arrow-right-white.svg) center/2.8rem 2.8rem no-repeat;
      display: block;
      background-position: right;
      width: 100%;
      height: 100%;
      content: "";
      float: right;
      margin-right: 2.5rem;
    }
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper {
      visibility: visible !important;
      opacity: 1 !important;
      position: static !important;
      display: none;
    }

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/
      width: 100%;
    }

    .custom-menu-primary .hs-menu-flow-horizontal{
      width: 100%; /* Full screen width */
      z-index: 8888;
    }
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
    }
    .custom-menu-primary {
      position:fixed !important;
    }
    a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
    }
    a.child-trigger span:after {
      position: absolute;
      content: '';
    }
    a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: none;

    }
    a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
    }
    a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
    }
    a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
    }
  }
}

/* Blog Listing */

.hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* Labels and Legends */
.hs-form-field.hs-fieldtype-checkbox > label {
  font-weight: bold;
  position: relative;
  top: 10px;
}
.hs-form-field:not(.hs-fieldtype-checkbox) > label {
  display: none;
}

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,#comment-form {
  display: block !important;
  width: 100%;
  background-color: #FF6900;
  margin-bottom: 120px;
  padding: 50px 25px;  
}

.hs_cos_wrapper_type_blog_subscribe .hs-richtext,
.hs_cos_wrapper_type_blog_subscribe a {
  color: white;
}

.hs_cos_wrapper_type_blog_subscribe a {
  text-decoration: underline;
}

.hs_cos_wrapper.form-title {
  color: white;
  margin: 0px;
  margin-bottom: 3rem;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 400;
  word-wrap: break-word;
  padding-right: 25px;
}
ul.hs-error-msgs.inputs-list label {
  color: red;
}
ul.hs-error-msgs.inputs-list li {
  padding: 0px;
}
ul.hs-error-msgs.inputs-list li:before {
  display: none;
}

/* 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 {
  cursor: pointer;
  padding: 1.2rem 1.4rem;
  color: #8c8e94;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  border: .1rem solid #000000;
  background-color: #fff;
  width: 100%;
  margin: 5px 0px 15px 0px;
  height: 50px;
}
.localization-language{
	height: auto;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

/* 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-right: 10px;}

.body-container .main-content ul.inputs-list li{
  padding-left: 2.1rem;
  text-indent: -2.1rem;
}

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

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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background-color: transparent;
  position: relative;
  padding: 1.25rem 3rem;
  background: 0 0;
  outline: 0;
  display: inline-block;
  font-size: 29px;
  color: white;
  border: 2px solid white;
  font-family: "ITC Conduit W01", sans-serif;
  line-height: 33px;
  margin: 10px 0px;
  white-space: normal;
}

.lp-header {
  height: 8rem;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: space-between;
}

@media (max-width: 1260px) and (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.drop-down-wrapper {
    padding: 0px 2rem;
  }
}

@media (max-width: 1194px) {
  .landingpage .custom-header-bg .page-center,
  .website-page .custom-header-bg .page-center {
    padding: 0 2.5rem;
  } 
  .custom-header-logo img {
    height: 3.5rem;
    display: block;
  }
  .custom-footer-top-bg {
    padding: 0 2.5rem;
  }
  .custom-footer-navigation ul > li.hs-item-has-children {
    padding-right: 1rem;
  }
  .body-container .page-center {
    padding: 0px 2.5rem;
  }
}

@media (max-width: 1024px) {

  .custom-menu-primary.desktop-view {
    display: none !important;
  }
  .custom-menu-primary.mobile-view {
    display: block !important;
  }
  .custom-header-logo {
    float: right !important;
  }
  .custom-header-logo img {
    height: 3.5rem;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    display: none;
  }
  .close-icon {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    padding: 2rem 0;
    font-size: 3rem;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 200;
    font-family: "ITC Conduit W01",sans-serif;
    border: none;
    line-height: 1.5;
    max-height: auto;
    padding-left: 2.5rem;
  }
  .custom-menu-primary li {
    float: none !important;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    border-top: solid .1rem #3d4b5a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    padding: 0 2.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a{
    color: #fff;
    padding: 2rem 0;
    font-size: 3rem;
    display: block;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li + li {
    border-top: solid .1rem #3d4b5a;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger:before {
    transform: rotateZ(90deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a {
    font-size: 2.5rem;
    width: 100%;
    color: #fff;
    padding: 2rem 0;
    display: block;
    cursor: pointer;
  }
  .custom-footer-navigation ul > li.hs-item-has-children > a,
  .custom-footer-contact ul li:first-child > span{
    font-size: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger:before {
    float: right;
    position: relative;
    margin-right: 0px;
    width: 8.5rem;
    height: 8rem;
    background-position: center center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger:before {
    position: relative;
    margin-right: 0px;
    width: 8.5rem;
    height: 8rem;
    background-position: center center;
  }
  /* body {
  padding-top: 12rem;
} */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.child-open {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    display: block !important;
    left: 100% !important;
    height: 100%;
    width: 100%;
    top: 0px;
    transition: all .5s ease-in-out !important;
    background-color: #0023D7;
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li.child-open > ul.hs-menu-children-wrapper {
    left: 0px !important;
  }
  .custom-menu-primary li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    position: absolute !important;
  }
  .back-to-parent {
    display: block;
  }
  .back-to-parent a {
    color: #FF7F00;
    display: block !important;
    border-right: unset;
    padding: 2rem 0;
    font-size: 3rem;
    position: relative;
    padding-left: 7rem;
    border-bottom: solid .1rem #3d4b5a;
  }
  .back-to-parent a:before {
    content: "";
    display: inline-block;
    height: 85px;
    background: url(https://2849983.fs1.hubspotusercontent-na1.net/hubfs/2849983/All_For_One_Apr2017/arrow-right-highlight.svg) center/1.6rem 2.7rem no-repeat !important;
    transform: rotateZ(180deg);
    width: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .back-to-parent a:hover {
    color: #FF7F00;
  }
  .custom-menu-primary ul > li > ul >li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
    position: static !important;
  }
  .custom-menu-primary ul > li > ul >li.hs-item-has-children.child-open ul.hs-menu-children-wrapper {
    position: static !important;
    display: block !important;
    left: 0px !important;
    width: 100%;
    top: 0px !important;
    background-color: #0023D7;
  }
  .custom-menu-primary ul > li > ul > li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
    position: static !important;
  }
  .custom-menu-primary ul > li > ul >li.hs-item-has-children ul.hs-menu-children-wrapper > .back-to-parent {
    display: none;
  }
  .custom-menu-primary ul > li > ul >li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none !important;
  }
}

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

@media (max-width: 767px) {
  .custom-header-logo {
    display: inline-block !important;
    width: auto !important;
  }
  .custom-header-logo a {
    display: inline-block;
  }

  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,#comment-form {
    max-width: 100%;
  }
  .custom-menu-primary {
    width: 100% !important;
  }
  .custom-footer-navigation ul > li.hs-item-has-children > a,
  .custom-footer-contact ul li:first-child > span {
    font-size: 2.5rem;
  }
  .custom-footer-navigation ul > li.hs-item-has-children {
    width: 33%;
    margin-bottom: 20px;
  }
  .custom-footer-bottom-links,
  .custom-footer-social-icons{
    width: 49% !important;
    display: inline-block !important;
    vertical-align: top;

  }
  .custom-footer-social-icons {
    float: right !important;
  }


  .blog .post-header h2 {
    margin-bottom: 3rem;
    margin-top: 2.5rem;
    font-size: 2.5rem;
  }
  .blog #hubspot-topic_data a {
    font-size: 1.8rem;
    padding: 1rem 2.5rem;
  }
  .blog .blog-sidebar .block, 
  .blog .blog-sidebar .custom-blog-sidebar-event {
    background-color: #fff;
    padding: 3rem 2rem;
  }
  .blog .custom-blog-slogen h3 {
    line-height: 1.5;
    font-size: 2rem;
  }
  .blog .custom-blog-slogen h4 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .hs-blog-post .section.post-header {
    background-color: #fff;
    padding: 3rem 2rem;
  }
  .hs-blog-post .section.post-header h1 {
    font-size: 2.5rem;
  }
  .hs-blog-post .custom-blog-featured-image {
    margin: 4rem 0 0;
    padding-bottom: 4rem;
  }
  .hs-blog-post .blog-content {
    background-color: #fff;
  }
  .hs-blog-post .blog-sidebar {
    background-color: #fff;
    margin-top: 4rem;
  } 
  .body-container .sidebar.right,
  .body-container .sidebar.left,
  .body-container .main-content{
    padding: 3rem 2rem;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }
  .custom-section-header {
    padding: 3rem 2rem;
  }
  .custom-section-header h1,
  .custom-section-header p{
    font-size: 2rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2{
    font-size: 2.5rem;
  }
  h3{
    font-size: 2.2rem;
  }
  h4{
    font-size: 20px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 15px;
  }
  .custom-menu-primary .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: absolute !important;
  }



}  

@media (max-width: 720px) {
  .custom-footer-bottom-links,
  .custom-footer-social-icons{
    width: 100% !important;
    display: block !important;
  }
  .custom-footer-social-icons {
    float: none !important;
  }
  .custom-footer-bottom-bg.for-mobile {
    display: block !important;
  }
  .custom-footer-bottom-bg.for-desktop{
    display: none !important;
  }
  .custom-footer-social-icons ul {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
  }
  .custom-footer-bottom-bg .page-center {
    padding: 0px;
  }
  .custom-footer-bottom-links ul {
    padding: 0px 2.5rem;
  }
  .custom-footer-social-icons {
    padding: 0 2.5rem;
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 3rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .custom-footer-social-icons:before {
    content: "";
    display: block;
    background-color: #F6F6F6;
    border: 0 solid #a5a7ae;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1rem;
    border-top-width: .1rem;
    bottom: 100%;
  }
  .custom-footer-social-icons:after {
    content: "";
    display: block;
    background-color: #F6F6F6;
    border: 0 solid #a5a7ae;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1rem;
    border-bottom-width: .1rem;
    top: 100%;
  }
  .custom-footer-navigation ul > li.hs-item-has-children {
    width: 100%;
  }
  .custom-footer-social-icons ul li + li {
    margin-left: 2.5rem;
    margin-top: 1.5rem;
  }
  .custom-footer-navigation ul li ul li a {
    display: inline-block !important;
  }


}


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

@media (max-width: 479px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 2rem;
  }
  .child-trigger {
    min-width: 7rem !important;
    height: 7rem;
  }
  .child-trigger:before {
    background-size: 2rem 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul li a{
    font-size: 2rem;
  }
  .custom-footer-bottom-links ul li a {
    font-size: 1.5rem;
  }
  .custom-footer-social-icons ul li + li {
    margin-left: 2.2rem;
  }
  .custom-footer-navigation ul > li.hs-item-has-children {
    width: 100%;
  }
  .back-to-parent a {
    font-size: 2rem;
  }
  .back-to-parent a:before {
    background-size: 2rem 2rem !important;
    margin-right: 0px;
    width: 7rem;
    height: 7rem;
    background-position: center center;
  }


}



/* ==========================================================================
8. PRIVACY POLICY                                        
========================================================================== */

body div#hs-eu-cookie-confirmation {
  display: none;
  position: initial !important;
  background: #F6F6F6 !important;
  box-shadow: none !important;
  border-bottom: none !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 8px 0px 12px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  display: inline-block;
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a {
  color: #000000 !important;
  text-shadow: none !important;
  font-family: "ITC Conduit W01",sans-serif !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 200 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {
  border-bottom: 1px solid #000000 !important;
  text-decoration: none !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  font-size: 13px !important;
  color: #cacaca !important;
  font-weight: 200 !important;
  margin-bottom: 0 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 200 !important;
  color: #000000 !important;
  background-color: #F6F6F6 !important;
  text-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  font-family: "ITC Conduit W01",sans-serif !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  border: 0 !important;
  margin-left: 0px !important;
  margin-right: 25px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  color: #ccc !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button i,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button svg {
  font-size: 16px;
  display: inline;
  line-height: 0;
  padding-left: 10px;
  width: 20px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover {
  background-color: #000000 !important;
  color: #F6F6F6 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  display: inline-block;
  float: right;
  height: 20px !important;
  text-align: right !important;
  margin-bottom: 10px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{
  font-family:helvetica neue,helvetica,arial,sans !important;
  color:#add8e6 !important;
  font-size:14px !important;
  text-decoration:none !important;
  background:none !important;
  border:none !important;
  font-weight:normal !important
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover{
  text-decoration:underline;
  background:none !important;
  border:none !important
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  margin-right:16px !important;
  padding:4px 12px !important;
  line-height: 1;
}

@media (min-width: 1194px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    width: 1144px !important;
    margin: auto !important;
  }
}

@media (max-width: 1193px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    width: 100% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 777px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    margin-top: 12.5px !important;
    margin-bottom: 25px !important;
  }
}

@media (max-width: 860px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    float: none !important;
  }
}

@media (max-width: 800px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 8px 16px 22px !important;
  }
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    float: none !important;
  }
}

@media (min-width: 861px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    position: relative !important;
    top: -18px !important;
  }
}

.mobile-view .hs-menu-wrapper > ul,
.mobile-view .hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}


@media screen and (max-width: 599px) {
  
.custom-footer-top-bg {
  display: none !important;
}
}



.section .copy ul {
  list-style: square;
  padding-left: 2em;
}


/* ==========================================================================
VIDEO                            
========================================================================== */

.video-js {
  font-size: 10px;
  color: #fff;
}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: none;
  border-radius: 1em;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out;
}

.vjs-default-skin .vjs-big-play-button:hover {
  opacity: .9;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}



.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -1em;
  margin-left: -1em;
}

.vjs-default-skin.white .vjs-control-bar,
.vjs-default-skin.white .vjs-big-play-button,
.vjs-default-skin.white .vjs-menu-content {
  background: #FFFFFF;
  color: #000000;
}

.vjs-default-skin.primary .vjs-control-bar,
.vjs-default-skin.primary .vjs-big-play-button,
.vjs-default-skin.primary .vjs-menu-content {
  background: #51C165;
  color: #FFFFFF;
}

.vjs-default-skin.secondary .vjs-control-bar,
.vjs-default-skin.secondary .vjs-big-play-button,
.vjs-default-skin.secondary .vjs-menu-content {
  background: #FDC542;
  color: #FFFFFF;
}

.vjs-default-skin.accent .vjs-control-bar,
.vjs-default-skin.accent .vjs-big-play-button,
.vjs-default-skin.accent .vjs-menu-button .vjs-menu-content {
  background: #C24337;
  color: #FFFFFF;
}

.vjs-default-skin .vjs-control-bar {
  margin: calc(5px);
  width: calc(100% - 10px);
}

.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.vjs-poster {
  background-size: cover;
}


/* ==========================================================================
LANDINGPAGES                          
========================================================================== */

h2 {
  font-weight: 600;
}

.lp-container {
  max-width: 1105px;
  width: 90vw;
  margin: 0 auto;
}

.lp-small-inner-container {
  max-width: 807px;
  width: 100%;
  margin: 0 auto;
}

small {
  font-size: .8em;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.white-color,
.form-wrapper.white .hs_cos_wrapper_type_form .hs-button {
  background: #FFFFFF;
  color: #000000;
}

.gray-color,
.form-wrapper.gray .hs_cos_wrapper_type_form .hs-button {
  background: #F6F6F6;
  color: #000000;
}

.primary-color,
.primary-color a,
.button-wrapper.primary-color a,
.form-wrapper.primary .hs_cos_wrapper_type_form .hs-button {
  background: #FF6900;
  color: #FFFFFF;
}

.secondary-color,
.secondary-color a,
.button-wrapper.secondary-color a,
.form-wrapper.secondary .hs_cos_wrapper_type_form .hs-button {
  background: #0023D7;
  color: #FFFFFF;
}

.secondary-color a {
  text-decoration: underline;
}

.secondary-color .button-wrapper a,
.overview-boxes.secondary-color a {
  text-decoration: none;
}

.accent-color, 
.accent-color a,
.button-wrapper.accent-color a,
.form-wrapper.accent .hs_cos_wrapper_type_form .hs-button {
  background: #FFFF00;
  color: #000000;
}

.white-text,
.white-text p {
  color: #FFFFFF;
}

.primary-text,
.button-wrapper.primary-text a {
  color: #FF6900;
}

.secondary-text,
.button-wrapper.secondary-text a {
  color: #0023D7;
}

.accent-text,
.button-wrapper.accent-text a {
  color: #FFFF00;
}

.black-text,
.button-wrapper.black-text a {
  color: #000000;
}

.button-wrapper,
.button-wrapper a {
  display: inline-block;
}

.button-wrapper a {
  padding: .5em 1.75em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out;
}

.button-wrapper a:hover {
  opacity: .95;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}


.video-js {
  font-size: 10px;
  color: #fff;
}

.vjs-default-skin .vjs-big-play-button {
  font-size: 3em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border: none;
  border-radius: 1em;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out;
}

.vjs-default-skin .vjs-big-play-button:hover {
  opacity: .9;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -1em;
  margin-left: -1em;
}

.vjs-default-skin.white .vjs-control-bar,
.vjs-default-skin.white .vjs-big-play-button,
.vjs-default-skin.white .vjs-menu-content {
  background: #FFFFFF;
  color: #000000;
}

.vjs-default-skin.primary .vjs-control-bar,
.vjs-default-skin.primary .vjs-big-play-button,
.vjs-default-skin.primary .vjs-menu-content {
  background: #FF6900;
  color: #FFFFFF;
}

.vjs-default-skin.secondary .vjs-control-bar,
.vjs-default-skin.secondary .vjs-big-play-button,
.vjs-default-skin.secondary .vjs-menu-content {
  background: #0023D7;
  color: #FFFFFF;
}

.vjs-default-skin.accent .vjs-control-bar,
.vjs-default-skin.accent .vjs-big-play-button,
.vjs-default-skin.accent .vjs-menu-button .vjs-menu-content {
  background: #FFFF00;
  color: #000000;
}

.vjs-default-skin .vjs-control-bar {
  margin: calc(5px);
  width: calc(100% - 10px);
}

.video-js .vjs-slider {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-volume-level,
.video-js .vjs-play-progress,
.video-js .vjs-slider-bar {
  background: #fff;
}

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.vjs-poster {
  background-size: cover;
}

body div#hs-eu-cookie-confirmation {
  display: block;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: transparent;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  text-align: right !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  float: none;
}

@media (min-width: 861px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    position: relative !important;
    top: -18px !important;
  }
}

/* ==========================================================================
MODULES                         
========================================================================== */

/* --------------------------------------------------------------------------
afoG – Agenda – HubDB                         
-------------------------------------------------------------------------- */

.section.agenda {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.agenda .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.agenda .flex-row {
  flex-direction: column;
}

.section.agenda .flex-item {
  align-self: center;
  width: 100%;
}

.section.agenda .date-separator {
  padding: 5px 15px;
  margin-bottom: 10px;
}

.section.agenda .date-separator p {
  margin: 0;
  display: inline-block;
}

.section.agenda .date-separator p.time {
  font-size: 1.5em;
  font-weight: 600;
}

.section.agenda .date-separator p.date {
  position: relative;
  top: -3px;
  padding-left: 20px;
  font-size: .9em;
}

.section.agenda ul {
  list-style: none;
  padding: 0;
}


.section.agenda .event-wrapper {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  position: relative;
}

.section.agenda ul.event-listing > li:nth-of-type(2n + 1) > div.event-wrapper {
  background: #eee;
}

.section.agenda .event-info-row,
.section.agenda .event-description-row {
  display: flex; 
}

.section.agenda .event-info-row {
  justify-content: space-between;
}

.section.agenda .event-info-column .date,
.section.agenda .event-info-column .type,
.section.agenda .event-info-column .time {
  margin-top: 20px;
  margin-bottom: 0;
}

.section.agenda .event-info-column .date,
.section.agenda .event-info-column .time {
  display: inline-block;
}

.section.agenda .event-info-column .date {
  padding-left: 20px;
}

.section.agenda .event-info-column .type {
  background: #555555;
  color: white;
}


.section.agenda .event-info-column.veranstaltungsart {
  position: relative; 
  font-weight: 200;
}

.section.agenda .event-info-column .corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 37px 37px 0;
  border-color: transparent #555555 transparent transparent;
  position: absolute;
  top: 0px;
  left: -37px;
}

.section.agenda .event-info-column .type {
  margin: 0;
  padding: 10px 20px 10px 5px;
  line-height: 1;
}

.section.agenda .event-headline-column h3 {
  padding-left: 20px;
  margin: 0 0 20px;
}

.section.agenda .event-headline-column .topic,
.section.agenda .event-headline-column .speaker {
  position: relative;
  display: inline-block;
}

.section.agenda .event-headline-column .topic p,
.section.agenda .event-headline-column .speaker p{
  background: #0023D7;
  color: white;
  display: inline-block;
  padding: 5px 20px;
  margin: -10px 0 0;
  line-height: 1;
  font-weight: 200;
}



.section.agenda .event-headline-column .topic .corner,
.section.agenda .event-headline-column .speaker .corner,
.section.agenda .event-headline-column .speaker .corner-before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 27px 27px 0;
  border-color: transparent transparent #0023D7 transparent;
  position: absolute;
  margin: 0;
  top: -1px;
}

.section.agenda .event-headline-column .topic .corner,
.section.agenda .event-headline-column .speaker .corner {
  right: -27px;
}

.section.agenda .event-headline-column .speaker p {
  background: #BBBBBB;
  margin-left: 30px;
}

.section.agenda .event-headline-column .speaker.no-topic p {
  margin-left: 0;
}

.section.agenda .event-headline-column .speaker .corner,
.section.agenda .event-headline-column .speaker .corner-before {
  border-color: transparent transparent #BBBBBB  transparent;
}

.section.agenda .event-headline-column .speaker .corner-before {
  border-color: transparent #BBBBBB transparent transparent;
  left: 3px;
}


.section.agenda .event-description-column {
  padding: 0 20px 40px;  
  width: 33.33%;
  display: none;
}

.section.agenda .event-description-column h4 {
  line-height: 1;
  margin: 15px 0 10px 0;
}

.section.agenda .event-description-column .richttext p {
  line-height: 1.2;
  font-weight: 300;
  margin: 0;
}

.section.agenda .event-description-column .richttext ul {
  list-style: square;
  padding-left: 20px;
}

.section.agenda .event-description-column .richttext li {
  line-height: 1.2;
  margin-bottom: 5px;
}

.section.agenda .event-wrapper .detail-button {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FF7F00;
  z-index: 99;
  cursor: pointer;
}

.section.agenda .event-wrapper .detail-button p {
  line-height: 1;
  margin: 0;
  padding: 4px 5px;
  color: #FF7F00;
  height: 27px;
}

.section.agenda .event-wrapper .detail-button.open p.more,
.section.agenda .event-wrapper .detail-button:not(.open) p.less {
  display: none;
}

.section.agenda .event-wrapper .detail-button p svg {
  position: relative;
  top: 0;
}

.section.agenda .time-scroller-wrapper ul {
  display: flex;
  justify-content: flex-start;  
  flex-wrap: wrap;
}

.section.agenda .time-scroller-wrapper ul > li {
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  -moz-transition: -moz-transform 250ms ease-in-out;
  -ms-transition: -ms-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}

.section.agenda .time-scroller-wrapper ul > li:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section.agenda .time-scroller-wrapper ul > li > a {
  padding: 20px 10px;
}

.section.agenda .time-scroller-wrapper ul > li > a:hover,
.section.agenda .time-scroller-wrapper ul > li > a:focus {
  color: #FF7F00; 
}

.section.agenda #agendafilter {
  display: flex;
  background: #eee;
}

.section.agenda #agendafilter .select-wrapper {
  padding: 10px;
}

.section.agenda #agendafilter select {
  margin: 0;
}

.section.agenda #agendafilter_reset input[type="submit"] {
  font-size: 12px;
  padding: 5px 10px;
  float: right;
  background: #0023D7;
}

.section.agenda input[type="submit"],
.section.agenda .button-print {
  margin: 0;
  border: none;
  color: #fff;
  background: #FF7F00;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, opacity 250ms ease-in-out;
}

.section.agenda input[type="submit"]:hover,
.section.agenda .button-print:hover {
  opacity: .95;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section.agenda .button-print {
  margin: 30px auto;
  display: block;
}

.section.agenda .button-print svg {
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .section.agenda .flex-item {
    width: 100% !important;
  }
  .section.agenda .event-description-row {
    flex-direction: column;
  }
  .section.agenda .event-description-column {
    width: 100%
  }
  .section.agenda .event-description-column:not(:first-of-type) h4 {
    margin: 0 0 10px 0;
  }
  .section.agenda .event-description-column:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .section.agenda .event-headline-column .topic,
  .section.agenda .event-headline-column .speaker,
  .section.agenda .event-headline-column .topic p,
  .section.agenda .event-headline-column .speaker p {
    display: block;
  }

  .section.agenda .event-headline-column .speaker p {
    margin-left: 0;
    margin-top: 3px;
  }

  .section.agenda .event-headline-column .topic .corner,
  .section.agenda .event-headline-column .speaker .corner,
  .section.agenda .event-headline-column .speaker .corner-before {
    display: none;
  }
  .section.agenda .event-info-column .time {
    margin: 0 0 15px;
    padding-left: 20px;
  }
  .hide-on-small {
    display: none;
  }
  .section.agenda #agendafilter {
    flex-direction: column;
  }
}

@media print {
  body {
    background: white !important;
  }
  .hs-tools-menu,
  .filter-wrapper,
  .time-scroller-wrapper,
  .header-container-wrapper,
  .footer-container-wrapper,
  .section,
  .section.agenda .button-print { 
    display: none;
  }
  .section.agenda .event-description-column,
  .section.agenda .event-description-column.open,
  .section.agenda {
    display: block !important;
  }
}

/* --------------------------------------------------------------------------
afoG – Centered Text with Form                      
-------------------------------------------------------------------------- */

.section.form-below-image .lp-container {
  max-width: 650px;
  width: 90vw;
  margin: 0 auto;
}

.section.form-below-image p.copy {
  text-align: left;
}

.section.form-below-image {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.form-below-image.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.form-below-image .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.form-below-image .flex-row {
  flex-direction: column;
}

.section.form-below-image .flex-item {
  align-self: center;
}

.section.form-below-image .image-wrapper,
.section.form-below-image .text-wrapper {
  padding: 10px;  
}

.section.form-below-image .button-wrapper {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section.form-below-image .flex-item {
    width: 100% !important;
  }
}


.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  background: transparent;
  text-align: left;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form label {
  color: #000000;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs-button {
  font-size: 1.7rem;
  border: none;
  padding: .5em 1.75em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out,-webkit-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out,-moz-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out,-ms-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out,transform 250ms ease-in-out,opacity 250ms ease-in-out;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs-button:hover {
  opacity: .95;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs {
  margin-top: 0;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs-input.invalid.error {
  margin-bottom: 0;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: #C24337;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs  {
  padding-left: 0;
  list-style: none;
}

.section.form-below-image .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs label {
  font-weight: bold; 
}

@media (max-width: 400px) {
  .section.form-below-image form .form-columns-2 .hs-form-field .hs-input, 
  .section.form-below-image form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
afoG – Centered Text with Interaction                 
-------------------------------------------------------------------------- */

.section.text-below-image {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.text-below-image.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.text-below-image .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.text-below-image .flex-row {
  flex-direction: column;
}

.section.text-below-image .flex-item {
  align-self: center;
}

.section.text-below-image .image-wrapper,
.section.text-below-image .text-wrapper {
  padding: 10px;  
}

.section.text-below-image .button-wrapper {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section.text-below-image .flex-item {
    width: 100% !important;
  }
}

/* --------------------------------------------------------------------------
afoG – Feature Matrix             
-------------------------------------------------------------------------- */

.section.feature-matrix {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.feature-matrix h3, h4, h5, h6, p {
  color: #000000;
}

.section.feature-matrix .lp-small-inner-container {
  margin-bottom: 30px; 
  padding: 10px;
}

.section.feature-matrix .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.feature-matrix .flex-item-wrapper {
  width: 50%;
  padding: 10px;
}

.section.feature-matrix .flex-item {
  height: 100%;
  padding: 20px 20px 20px 0;
}

.section.feature-matrix .feature-wrapper {
  display: flex;
  flex-direction: row;
}

.section.feature-matrix .feature-icon {
  flex: none;
  width: 64px;
}

.section.feature-matrix .feature-text {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1024px) {
  .section.feature-matrix .flex-item-wrapper {
    width: 50%;
  }
  .section.feature-matrix .flex-item {
    padding: 20px 20px 20px 0;
  }
  .section.feature-matrix .feature-text {
    padding-left: 40px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .section.feature-matrix .flex-item-wrapper {
    width: 100%;
  }
  .section.feature-matrix .flex-item {
    padding: 20px 0 20px 0;
  }
  .section.feature-matrix .feature-text {
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media (max-width: 375px) {
  .section.feature-matrix .feature-wrapper {
    flex-direction: column;
  }
  .section.feature-matrix .feature-text {
    padding-left: 0;
    padding-top: 30px;
  }
}

/* --------------------------------------------------------------------------
afoG – Form beside Image or Video        
-------------------------------------------------------------------------- */

.section.form-beside-image {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.form-beside-image .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.form-beside-image.right .flex-row {
  flex-direction: row;
}

.section.form-beside-image.left .flex-row {
  flex-direction: row-reverse;
}

.section.form-beside-image .flex-item {
  align-self: center;
  width: 50%;
}

.section.form-beside-image .image-wrapper,
.section.form-beside-image .text-wrapper {
  padding: 10px;  
}



.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  background: transparent;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form label {
  color: #000000;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs-button {
  font-size: 1.7rem;
  border: none;
  padding: .5em 1.75em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out,-webkit-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out,-moz-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out,-ms-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out,transform 250ms ease-in-out,opacity 250ms ease-in-out;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs-button:hover {
  opacity: .95;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs {
  margin-top: 0;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs-input.invalid.error {
  margin-bottom: 0;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: #C24337;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs  {
  padding-left: 0;
  list-style: none;
}

.section.form-beside-image .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs label {
  font-weight: bold; 
}

@media (max-width: 400px) {
  .section.form-beside-image form .form-columns-2 .hs-form-field .hs-input, 
  .section.form-beside-image form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .section.form-beside-image.right .text-wrapper {
    padding-left: 40px;
  }

  .section.form-beside-image.left .text-wrapper {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section.form-beside-image.right .flex-row,
  .section.form-beside-image.left .flex-row {
    flex-direction: column;
  }
  .section.form-beside-image .flex-item {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
afoG – Form beside Text    
-------------------------------------------------------------------------- */

.section.form-beside-text {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.form-beside-text .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.form-beside-text.right .flex-row {
  flex-direction: row;
}

.section.form-beside-text.left .flex-row {
  flex-direction: row-reverse;
}

.section.form-beside-text .flex-item {
  width: 50%;
}

.section.form-beside-text .image-wrapper,
.section.form-beside-text .text-wrapper {
  padding: 10px;  
}

.section.form-beside-text .form-wrapper {
  margin-top: 13px;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
  background: transparent;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form h3 {
  display: none;
}

/*
.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form label {
  color: #000000;
}
*/

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs-button {
  font-size: 1.7rem;
  border: none;
  padding: .5em 1.75em;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out,-webkit-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out,-moz-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out,-ms-transform 250ms ease-in-out,opacity 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out,transform 250ms ease-in-out,opacity 250ms ease-in-out;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs-button:hover {
  opacity: .95;
  -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  box-shadow: 0 0 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs {
  margin-top: 0;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs-input.invalid.error {
  margin-bottom: 0;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs-error-msgs label {
  color: #C24337;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs  {
  padding-left: 0;
  list-style: none;
}

.section.form-beside-text .form-wrapper .hs_cos_wrapper_type_form .hs_error_rollup .hs-error-msgs label {
  font-weight: bold; 
}

@media (max-width: 400px) {
  .section.form-beside-text form .form-columns-2 .hs-form-field .hs-input, 
  .section.form-beside-text form .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .section.form-beside-text.right .text-wrapper {
    padding-left: 40px;
  }

  .section.form-beside-text.left .text-wrapper {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section.form-beside-text.right .flex-row,
  .section.form-beside-text.left .flex-row {
    flex-direction: column;
  }
  .section.form-beside-text .flex-item {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
afoG – Hero Image 
-------------------------------------------------------------------------- */

.hidden-hero-spacer {
  height: 81px;
}

/* Anpassungen Navigation Background */

body.landingpage .header-container-wrapper,
body.website-page .header-container-wrapper {
  height: 0px !important;
}

.custom-header-bg {
  background: rgba(255,255,255,0.8) !important;
  -webkit-transition: background 250ms ease-in-out, transform .2s ease-in-out !important;
  -moz-transition: background 250ms ease-in-out, transform .2s ease-in-out !important;
  -ms-transition: background 250ms ease-in-out, transform .2s ease-in-out !important;
  transition: background 250ms ease-in-out, transform .2s ease-in-out !important;
}

.custom-header-bg:hover {
  background: rgba(255,255,255,1) !important;
}

/* Hero Settings */

.section.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.section.hero .backdrop,
.section.hero .background-image,
.section.hero .header-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section.hero .background-image {
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.section.hero .backdrop {
  z-index: 2;
}

.section.hero .header-wrapper {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section.hero .header {
  text-align: center;
  width: 90vw;
  max-width: 800px;
}

.section.hero .header .emotional-title,
.section.hero .header .seo-title {
  margin-bottom: 1em;
}

.section.hero .header .emotional-title p,
.section.hero .header .seo-title h1 {
  margin: 0 auto;
  display: inline;
  max-width: 800px;
  line-height: 1.2;
}

.section.hero .header.white .emotional-title p span,
.section.hero .header.white .seo-title h1 span {
  background-color: #FFFFFF;
}

.section.hero .header.green .emotional-title p span,
.section.hero .header.green .seo-title h1 span {
  background-color: #FF6900;
  color: #fff; 
}

.section.hero .header .emotional-title p {
  font-size: 64px;
  line-height: 1.25; 
}

.section.hero .header .emotional-title p span {
  display: inline;
  padding: .1em .3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.section.hero .header.standard .emotional-title p span,
.section.hero .header.white .emotional-title p span{ 
  color: #FF6900; 
}

.section.hero .header .seo-title h1 {
  font-size: 35px;
  margin-bottom: 50px;
  line-height: 1.25; 
  font-weight: 200;
}

.section.hero .header .seo-title h1 span {
  display: inline;
  padding: .1em .3em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.section.hero .header.standard .seo-title h1 span,
.section.hero .header.white .seo-title h1 span { 
  color: #555555;
}

.section.hero .header .cta-wrapper {
  margin-top: 30px;
  display: inline-block;
}

.section.hero .header .cta-wrapper span,
.section.hero .header .cta-wrapper a {
  display: inline-block; 
}

.section.hero .header .cta_button {
  color: white;
  background: #FF6900;
  font-size: 29px;
  text-transform: uppercase;
  padding: 12px 30px;
}

.section.hero .header .cta_button:hover {
  background: #FF7F00;
}

.section.hero .header .cta-description {
  font-size: 17px;
  padding-top: 10px;
  text-align: left;
  max-width: 280px;
}

@media (max-width: 1024px) {
  .section.hero .header .emotional-title p {
    font-size: 54px;
  }
  .section.hero .header .emotional-title p span {
    padding: .5rem .5em;
  }
  .section.hero .header .seo-title h1 {
    font-size: 32px;
  }
  .section.hero .header .seo-title h1 span { 
    padding: .3rem .5em;
  }
  .section.hero .header .cta_button {
    font-size: 27px;
  }
  .section.hero .header .cta-description {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .section.hero .header .emotional-title p {
    font-size: 32px;
  }
  .section.hero .header .emotional-title p span {
    padding: .5rem 0;
  }
  .section.hero .header .seo-title h1 {
    font-size: 18px;
  }
  .section.hero .header .seo-title h1 span { 
    padding: .3rem .5em;
  }
  .section.hero .header .cta_button {
    font-size: 18px;
  }
  .section.hero .header .cta-description {
    font-size: 14px;
  }
  .section.hero .header .cta-wrapper {
    margin-top: 15px;
  }
}

.scroll-button-wrapper {
  position: absolute;
  z-index: 4;
  bottom: 40px;
  width: 100vw;
}

.scroll-button {
  display: block;
  margin: 0 auto;
}

.scroll-button,
.scroll-button-frame {
  width: 20px;
  height: 40px;
}

.scroll-button-frame {
  border-radius: 10px;
  border: 2px solid white;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.5);
  background: rgba(0,0,0,.1);
}

.scroll-button-dot {
  position: relative;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(20px); opacity: 0;}
}

/* --------------------------------------------------------------------------
afoG – Image 
-------------------------------------------------------------------------- */

.section.image {
  position: relative;
  width: 100vw;
}

.section.image .backdrop,
.section.image .background-image {
  position: absolute;
  width: 100vw;
}

.section.image .background-image {
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.section.image .backdrop {
  z-index: 2;
}

/* --------------------------------------------------------------------------
afoG – Logo Bar 
-------------------------------------------------------------------------- */

.section.logo-bar {
  height: 100%;
  width: 100vw;
  background: #efefef;
}

.section.logo-bar .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.logo-bar .flex-item {
  max-width: 200px;
  padding: 15px;
}

@media (max-width: 1024px) {
  .section.logo-bar .flex-item {
    max-width: 160px;
    padding: 12.5px;
  }
}

@media (max-width: 479px) {
  .section.logo-bar .flex-item {
    max-width: 120px;
    padding: 10px;
  }
}

/* --------------------------------------------------------------------------
afoG – More Content Cards
-------------------------------------------------------------------------- */

.section.more-content-cards {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.more-content-cards h3 {
  margin-bottom: 0;
}

.section.more-content-cards .subheadline {
  color: #000000;
  font-weight: 600;
  margin-top: 0;
}

.section.more-content-cards .upper-wrapper {
  height: 100%;
}

.section.more-content-cards .lower-wrapper p {
  padding: 0 20px;
  font-size: .8em;
  text-transform: uppercase;
}

.section.more-content-cards .lp-small-inner-container {
  margin-bottom: 30px; 
  padding: 10px;
}

.section.more-content-cards .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.more-content-cards .flex-item-wrapper {
  width: 25%;
  padding: 10px;
}

.section.more-content-cards .flex-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 1px solid #585858;
  background: rgba(255,255,255,.05);
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, background 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, background 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, background 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background 250ms ease-in-out;
}

.section.more-content-cards .flex-item:hover {
  background: rgba(255,255,255,.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.section.more-content-cards .text-wrapper {
  padding: 20px;
}

.section.more-content-cards a:hover {
  color: #FF7F00;
}

@media (max-width: 1024px) {
  .section.more-content-cards .flex-item-wrapper {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .section.more-content-cards .flex-item-wrapper {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
afoG – Overview Boxes
-------------------------------------------------------------------------- */

.section.overview-boxes {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.overview-boxes .lp-small-inner-container {
  margin-bottom: 30px; 
  padding: 10px;
}

.section.overview-boxes .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.overview-boxes .flex-item-wrapper {
  width: 25%;
  padding: 10px;
}

.section.overview-boxes .flex-item {
  height: 100%;
  border: 1px solid #FFFFFF;
  padding: 20px;
  background: rgba(255,255,255,.05);
  -webkit-transition: -webkit-box-shadow 250ms ease-in-out, -webkit-transform 250ms ease-in-out, background 250ms ease-in-out;
  -moz-transition: -moz-box-shadow 250ms ease-in-out, -moz-transform 250ms ease-in-out, background 250ms ease-in-out;
  -ms-transition: -ms-box-shadow 250ms ease-in-out, -ms-transform 250ms ease-in-out, background 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, transform 250ms ease-in-out, background 250ms ease-in-out;
}

.section.overview-boxes.white-color .flex-item {
  border-color: #999999;
}

.section.overview-boxes.gray-color .flex-item {
  border-color: #999999;
}

.section.overview-boxes.primary-color .flex-item {
  border-color: #FFFFFF;
}

.section.overview-boxes.secondary-color .flex-item {
  border-color: #FFFFFF;
}

.section.overview-boxes.accent-color .flex-item {
  border-color: #FFFFFF;
}

.section.overview-boxes .flex-item:hover {
  background: rgba(255,255,255,.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,.25);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}


@media (max-width: 1024px) {
  .section.overview-boxes .flex-item-wrapper {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .section.overview-boxes .flex-item-wrapper {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
afoG – PDF Viewer
-------------------------------------------------------------------------- */

.section.pdf-below-text {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.pdf-below-text.small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.pdf-below-text .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.pdf-below-text .flex-row {
  flex-direction: column;
}

.section.pdf-below-text .flex-item {
  align-self: center;
}

.section.pdf-below-text .image-wrapper,
.section.pdf-below-text .text-wrapper {
  padding: 10px;  
}

.section.pdf-below-text .button-wrapper {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .section.pdf-below-text .flex-item {
    width: 100% !important;
  }
}

.section.pdf-below-text .pdf-viewer {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  height: 80vh;
}

/* --------------------------------------------------------------------------
afoG – Schedule a Meeting
-------------------------------------------------------------------------- */

.section.schedule_meeting {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.schedule_meeting .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.schedule_meeting .flex-item {
  align-self: center;
  width: 100%;
}

.section.schedule_meeting .flex-item .iframe-wrapper {
  margin-top: 40px;
}

.section.schedule_meeting .flex-item iframe {
  width: 100%;
  border: none;
}

.section.schedule_meeting .text-wrapper {
  padding: 10px;  
}

/* --------------------------------------------------------------------------
afoG – Testimonial
-------------------------------------------------------------------------- */

.section.testimonial {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.testimonial h3, h4, h5, h6, p {
  color: #000000;
}

.section.testimonial .lp-small-inner-container {
  margin-bottom: 30px; 
  padding: 10px;
}

.section.testimonial .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.testimonial .flex-item-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 10px;
}

.section.testimonial .flex-item {
  height: 100%;
  padding: 20px 0 20px 0;
}

.section.testimonial .feature-wrapper {
  display: flex;
  flex-direction: row;
}

.section.testimonial .feature-icon {
  flex: none
}

.section.testimonial .feature-text {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.section.testimonial .background-icon-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section.testimonial .cite {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
}

.section.testimonial .person,
.section.testimonial .position {
  margin-bottom: 0;
  font-weight: 600;
  font-size: .8em;
}

.section.testimonial .cite,
.section.testimonial .position {
  margin-top: 0;
}

.section.testimonial .background-icon {
  position: absolute;
  z-index: 0;
}

@media (max-width: 1024px) {
  .section.testimonial .flex-item {
    padding: 20px 20px 20px 0;
  }
  .section.testimonial .feature-text {
    padding-left: 40px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .section.testimonial .flex-item {
    padding: 20px 0 20px 0;
  }
  .section.testimonial .feature-text {
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .section.testimonial .flex-item {
    padding: 20px 0 20px 0;
  }
  .section.testimonial .feature-text {
    padding-left: 30px;
    padding-right: 0px;
  }
}

@media (max-width: 479px) {
  .section.testimonial .feature-wrapper {
    flex-direction: column;
  }
  .section.testimonial .feature-text {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* --------------------------------------------------------------------------
afoG – Text beside Image or Video
-------------------------------------------------------------------------- */

.section.text-beside-image {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.text-beside-image .flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section.text-beside-image.right .flex-row {
  flex-direction: row;
}

.section.text-beside-image.left .flex-row {
  flex-direction: row-reverse;
}

.section.text-beside-image .flex-item {
  align-self: center;
  width: 50%;
}

.section.text-beside-image .image-wrapper,
.section.text-beside-image .text-wrapper {
  padding: 10px;  
}

@media (min-width: 768px) {
  .section.text-beside-image.right .text-wrapper {
    padding-left: 40px;
  }

  .section.text-beside-image.left .text-wrapper {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section.text-beside-image.right .flex-row,
  .section.text-beside-image.left .flex-row {
    flex-direction: column;
  }
  .section.text-beside-image .flex-item {
    width: 100%;
  }
}


/* --------------------------------------------------------------------------
afoG – Footer
-------------------------------------------------------------------------- */

.custom-footer-top-bg .page-center {
  overflow: hidden;
}

.custom-footer-top-bg .page-center .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}

.custom-footer-top-bg .page-center .hs-menu-wrapper > ul > li {
  margin-top: 5rem;
  width: 25%;
}

@media (max-width: 1144px) {
  .custom-footer-top-bg .page-center .hs-menu-wrapper > ul > li {
    width: 50%;
  }  
}
}


/* --------------------------------------------------------------------------
afoG – Footer
-------------------------------------------------------------------------- */

body.blog .page-header {
  background: #fff;
}

body.blog .page-header .upper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 14rem;
}

body.blog .page-header .logo-large { 
  display: block;
  width: 24rem;
}

body.blog .page-header .logo-mobile {
  width: 18rem;
  padding-left: 2rem;
}

body.blog .page-header .logo-mobile,
body.blog .hamburger {
  display: none;
}

body.blog .page-header .main-nav {
  padding: 0 0 2rem; 
}

body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  color: #222;
  font-size: 2.2rem;
  font-weight: bold;
  padding: .5rem 2.5rem;
}

body.blog .credit {
  position: absolute;
  left: 2rem;
  top: 3.5rem;
}

body.blog .credit p,
body.blog .credit p a {
  line-height: 1.2;
  color: #a5a7ae;
  margin: 0;
  font-size: 1.5rem;
}

body.blog .credit p a:hover {
  color: #585858;
}

body.blog .search {
  position: absolute;
  right: 2rem;
  top: 3.5rem;
}

body.blog .search span {
  width: 3rem;
  height: 3rem;
}

body.blog .search span svg {
  width: 3rem;
  height: 3rem;
  fill: #FF6900;
}

body.blog .main-nav .hs-menu-item a {
  border-bottom: 3px solid transparent;
}

body.blog .main-nav .hs-menu-item.active a {
  border-bottom: 3px solid black;
}

@media screen and (max-width: 789px) {
  body.blog .credit {
    display: none;
  }
  body.blog .search {
    position: absolute;
    right: 9rem;
    top: 2.5rem;
  }
  body.blog .page-header {
    width: 100vw;
  }
  body.blog:not(.system-page) .page-header:not(.custom-header-bg) {
    position: fixed !important; 
    z-index: 99999;
  }
  body.blog .page-header .upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8rem;
    border-bottom: 1px solid #ccc;
  }
  body.blog .page-header .logo-large { 
    display: none;
  }  
  body.blog .page-header .logo-mobile {
    display: block;
  }
  body.blog .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3rem;
    height: 2.25rem;
    margin-right: 3rem;
    cursor: pointer;
  }
  body.blog .hamburger > div {
    height: 2px;
    width: 100%;
    background: #FF6900;
    position: relative;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      top 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
  }
  body.blog .hamburger > div:nth-child(2) {
    opacity: 1;
  }
  body.blog .mobile-open .hamburger > div:first-child {
    top: 1.02rem;
    transform: rotate(45deg)
  }
  body.blog .mobile-open .hamburger > div:nth-child(2) {
    opacity: 0;
  }
  body.blog .mobile-open .hamburger > div:last-child {
    top: -1.05rem;
    transform: rotate(-45deg);
  }
  body.blog .page-header .main-nav {  
    position: fixed;
    width: 100vw;
    background: white;
    opacity: 0;
    display: none;
    transition: opacity 0.55s ease;
  }
  body.blog .page-header.mobile-open .main-nav {  
    display: block;
    opacity: 1;
  }
  body.blog .page-header .main-nav,
  body.blog .page-header .main-nav > div,
  body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding: 0; 
    height: calc(100vh - 8rem);
  }
  body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    text-align: center;
  }
  body.blog .page-header .main-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
    font-size: 2rem;
    padding: 3.5vh 2.5rem;
  }
}




/****************************************************************
POST ITEMS
****************************************************************/

.blog-listing .blog-listing-wrapper .post-listing .post-item {
  background-color: #fff;
  display: block;
  position: relative;
}

.blog-listing .blog-listing-wrapper .post-listing .post-item a,
.blog-listing .blog-listing-wrapper .post-listing .post-item a:hover {
  color: #000000;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content {
  overflow: hidden;
}

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

.blog-listing .blog-listing-wrapper .post-listing .post-content .punchline {
  line-height: 1;
  margin-top: 0px;
  color: #FF6900;
  font-weight: 400;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .description {
  line-height: 1.2;
  font-weight: 300;
  color: #555555;
}

.blog-listing .blog-listing-wrapper .post-listing .post-item:not(.lead-post) .post-content .punchline {
  color: #000000;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper {
  position: absolute;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p {
  display: inline-box;
  float: left;
  margin: 0;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p.topic {
  text-transform: uppercase;
}

/****************************************************************
CTA BOXES
****************************************************************/

.blog-listing .blog-listing-wrapper .post-listing .cta-box.green {
  background: #FF6900;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-box.gray {
  background: #0023D7;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white {
  background: #fff;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-box h2 {
  color: #fff;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section,
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .row-fluid-wrapper,
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .row-fluid {
  height: 100%;
  margin: 0;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span:first-of-type .cta-box-content {
  text-align: center;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white .hs-featured-image {
  margin: 0 !important;
  width: auto;
  max-height: 300px;
  max-width: 90%;
  float: none;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white h2 {
  color: #FF6900;
  font-weight: 900;
  margin: 0;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large {
  color: #000000;
  font-weight: 500;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large a.cta_button {
  display: inline-block;
  color: #000000;
  line-height: 1.2;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large a.cta_button:hover {
  color: #FF6900;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-style: solid;
  border-width: 2px;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  color: white;
}

/****************************************************************
LISTING CARD
****************************************************************/

.blog-listing .blog-listing-wrapper .preview-listing-card h2 {
  margin: 0;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: white;
  background: #FF6900;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item .post-content {
  height; auto;
  min-height: 0;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  color: #FF6900;
  line-height: 1;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-content .meta-wrapper {
  position: relative;
  left: 0 !important;
  bottom: 0 !important;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-content .meta-wrapper .reading-time {
  margin: 0;
}


/* Pagination */
.separator-line {
  width: 100%;
  height: 2px;
  background: #707070;
  margin-top: 15px;
}

.blog-listing .pagination {
  display: block;
  padding-left: 0;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  position: relative;
  top: -17px;
}

.blog-listing .pagination ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 32px;
}

.blog-listing .pagination ul > li {
  display: inline;
  height: 20px;
  margin: 0;
}

.blog-listing .pagination ul > li > a, 
.blog-listing .pagination ul > li > span {
  display: inline-block;
  float: left;
  padding: 7px 11px;
  line-height: 1;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #707070;
  border-left-width: 0;
  margin: 0;
  height: 32px;
  width: 32px;
}

.blog-listing .pagination ul > li > a:hover {
  color: white;
  background: #FF6900;
}

.blog-listing .pagination ul > li:first-child > a, 
.blog-listing .pagination ul > li:first-child > span {
  border-left-width: 1px;
}

.blog-listing .pagination ul > li > span {
  color: #707070;
  cursor: default;
}

/****************************************************************
BLOG TEASER
****************************************************************/

.blog-overview .blog-overview-wrapper .blog-teaser-item {
  background: #FF6900;
}

.blog-overview .blog-overview-wrapper h2 {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
}

.blog-overview .blog-overview-wrapper .blog-teaser-item h3,
.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  color: white;
  text-align: center;
}

.blog-overview .blog-overview-wrapper .blog-teaser-item h3 {
  line-height: 1;
}

.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  line-height: 1.2;
}


/*##############################################################################
RESPONSIVE STYLES
##############################################################################*/


/****************************************************************
POST ITEMS
****************************************************************/

.hs-featured-image-wrapper { margin: 0px; }

.hs-featured-image-wrapper img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content {
  padding: 30px 25px 70px;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .description,
.blog-listing .blog-listing-wrapper .preview-listing-card h2,
.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  font-size: 20px;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper {
  left: 25px;
  bottom: 25px;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p {
  font-size: 13px;
}

.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p.topic {
  margin-right: 15px;
}

/****************************************************************
CTA BOXES
****************************************************************/

.blog-listing .blog-listing-wrapper .post-listing .cta-box h2 {
  margin-bottom: 20px;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .row-fluid {
  padding: 25px;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large {
  font-size: 26px;
  margin: 10px 0 0;
}

.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  font-size: 29px;
  padding: 15px 36px 17px;
}

/****************************************************************
LISTING CARD
****************************************************************/

.blog-listing .blog-listing-wrapper .preview-listing-card .preview-card-content:first-child {
  margin-bottom: 35px;
}

.blog-listing .blog-listing-wrapper .preview-listing-card h2 {
  padding: 2px 15px;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item .post-content {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item:first-of-type .post-content {
  padding-top: 20px;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item:last-of-type .post-content {
  padding-bottom: 20px;
}

.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  margin: 0 0 5px;
}



/****************************************************************
BLOG TEASER
****************************************************************/

.blog-overview {
  margin-bottom: 35px;   
}

.blog-overview .blog-overview-wrapper .blog-teaser-item {
  background: #FF6900;
  margin-bottom: 35px;
}

.blog-overview .blog-overview-wrapper h2 {
  margin-bottom: 45px;
  font-size: 33px;
}

.blog-overview .blog-overview-wrapper .blog-teaser-item .post-content {
  padding: 25px;   
}

.blog-overview .blog-overview-wrapper .blog-teaser-item h3 {
  font-size: 43px;
}

.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  font-size: 20px;
}

.blog-overview .blog-overview-wrapper .hs_cos_wrapper_type_blog_subscribe {
  background: #C0443B;
}


/****************************************************************
NEWSLETTER ABO
****************************************************************/

/*
form.hs-form ul.hs-error-msgs.inputs-list label,
.submitted-message {
  color: white !important;
}
*/

.submitted-message {
  margin-top: 10px;
}

form.hs-form :not(.hs_error_rollup) ul.hs-error-msgs.inputs-list {
  margin-top: -10px;
}

form.hs-form :not(.hs_error_rollup) ul.hs-error-msgs.inputs-list label {
  font-size: .8em;
}

form.hs-form .hs_error_rollup ul.hs-error-msgs.inputs-list {
  padding: 0;
  list-style: none;
}

form.hs-form .hs_error_rollup ul.hs-error-msgs.inputs-list label {
  font-weight: bold;
}





@media screen and (max-width: 599px) {
  
.post-listing > .post-item, .post-listing > .cta-box, .post-listing > .cta-image-box, .post-listing > .preview-listing-card {
  margin-bottom: 25px;
}
.hs_cos_wrapper.form-title {
  min-width: 40.86095764%;
}

/****************************************************************
POST ITEMS
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .lead-post .post-content .punchline,
.blog-listing .blog-listing-wrapper .post-listing .cta-box h2,
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white h2 {
  font-size: 30px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .punchline {
  font-size: 26px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .description,
.blog-listing .blog-listing-wrapper .preview-listing-card h2,
.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  font-size: 17px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p {
  font-size: 11px;
}
/****************************************************************
CTA BOXES
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large {
  font-size: 23px;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  font-size: 25px;
}
/****************************************************************
BLOG TEASER
****************************************************************/
.blog-overview .blog-overview-wrapper h2 {
  font-size: 29px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item h3 {
  font-size: 37px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  font-size: 17px;
}
}






@media screen and (min-width: 600px) {
  
.blog-listing .blog-listing-wrapper .post-listing {
  display: flex;
  margin-bottom: 35px;
}
.blog-overview .blog-overview-wrapper .post-listing {
  display: flex;
}
.hs_cos_wrapper.form-title {
  min-width: 32.41252302%;
}
.hs_cos_wrapper_type_blog_subscribe {
  display: flex !important;
}


/****************************************************************
POST ITEMS
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .lead-post .post-content .punchline,
.blog-listing .blog-listing-wrapper .post-listing .cta-box h2,
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white h2 {
  font-size: 34px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .punchline {
  font-size: 24px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .description,
.blog-listing .blog-listing-wrapper .preview-listing-card h2,
.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  font-size: 19px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p {
  font-size: 13px;
}
/****************************************************************
CTA BOXES
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large {
  font-size: 25px;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  font-size: 28px;
}
/****************************************************************
BLOG TEASER
****************************************************************/
.blog-overview .blog-overview-wrapper h2 {
  font-size: 31px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item h3 {
  font-size: 41px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  font-size: 19px;
}
}






@media screen and (min-width: 900px) {
  
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span {
  display: table;
  height: 100%;
}
.hs_cos_wrapper.form-title {
  min-width: 24.20212766%;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span .cta-box-content {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
}






@media screen and (min-width: 1200px) {
  
/****************************************************************
POST ITEMS
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .lead-post .post-content .punchline,
.blog-listing .blog-listing-wrapper .post-listing .cta-box h2,
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white h2 {
  font-size: 36px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .punchline {
  font-size: 26px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .description,
.blog-listing .blog-listing-wrapper .preview-listing-card h2,
.blog-listing .blog-listing-wrapper .preview-listing-card .post-item h3 {
  font-size: 20px;
}
.blog-listing .blog-listing-wrapper .post-listing .post-content .meta-wrapper p {
  font-size: 13px;
}
/****************************************************************
CTA BOXES
****************************************************************/
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white p.large {
  font-size: 26px;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-box .cta_button {
  font-size: 29px;
}
/****************************************************************
BLOG TEASER
****************************************************************/
.blog-overview .blog-overview-wrapper h2 {
  font-size: 33px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item h3 {
  font-size: 43px;
}
.blog-overview .blog-overview-wrapper .blog-teaser-item p {
  font-size: 20px;
}
}






@media screen and (max-width: 899px) {
  
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span {
  display: block;
  width: 100%;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span .cta-box-content {
  padding: 0;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span:first-of-type {
  padding: 25px;
  text-align: center;
}
.blog-listing .blog-listing-wrapper .post-listing .cta-image-box.white section .span:last-of-type {
  padding: 0 15px 25px;
}
}









.blog strong { font-weight: 400; }
.blog .custom-section-header { margin-bottom: 7rem; }
.blog .custom-author-image {
  width: 4rem;
  height: 4rem;
  float: left;
  border-radius: 50%;
  margin-right: 1.2rem;
  background: center center no-repeat;
  background-size: cover;
}
.blog .custom-author-desc {
  display: inline-block;
  width: auto;
}
.blog .custom-author-desc h3 {
  margin: 0;
  color: #FF6900;
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 0;
  padding-top: 10px; 
  line-height: 1.25;
  font-family: "ITC Conduit W01",sans-serif;
}
.blog .custom-author-desc h3 a { color: #FF6900; }
.blog .lead-image-wrapper img {
  height: auto;
  min-width: 100%;
  width: 100%;
}


@media screen and (max-width: 599px) {
  
.blog-post .section.post-body { top: 0px; }
}




@media screen and (min-width: 600px) and (max-width: 899px) {
  
.blog-post .section.post-body { top: 0px; }
}




@media screen and (min-width: 900px) and (max-width: 1199px) {
  
.blog-post .section.post-body { top: -40px; }
}




@media screen and (min-width: 1200px) and (max-width: 1799px) {
  
.blog-post .section.post-body { top: -80px; }
}




@media screen and (min-width: 1800px) {
  
.blog-post .section.post-body { top: -100px;}
}



.blog .post-header h2 {
  margin: 0px;
  margin-top: 2.5rem;
  font-size: 4rem;
  color: #FF6900;
  line-height: 1.15;
  font-weight: 400;
  word-wrap: break-word;
  font-family: "ITC Conduit W01",sans-serif;
  margin-bottom: 3rem;
}
.blog .post-header h2 a { color: #FF6900; }
.blog .post-header h2.post-sub-header {
  color: #000000; 
  font-size: 3rem; 
  line-height: 1.25; 
  margin: 0px; 
}
.blog .post-body {
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  color: #000000;
  line-height: 1.5;
}
.blog .post-body h2 {
  padding-top: 1em;
  font-size: 2.2rem;
}
.blog .post-body h3 {
  padding-top: 1em;
  font-size: 2rem;  
}
.blog .post-body h2 strong,
.blog .post-body h3 strong {
  font-weight: 400 !important;
}
.blog .post-body p { margin: 0 0 1rem; }
.blog .more-link {
  background-color: transparent;
  color: #FF6900;
  text-decoration: none;
}
.blog .post-body img.hs-cta-img { margin: 2rem 0; }
.blog .custom-blog-post-byline { margin-top: 3rem; }
.blog #hubspot-topic_data { display: block; }
.blog #hubspot-topic_data a {
  background: #f8f8f8;
  color: #4f4f4f;
  display: inline-block;
  border: 0;
  font-size: 1.2rem;
  padding: .7rem 1rem;
  margin: 1rem 1rem 0 0;
  position: relative;
  text-decoration: none;
}
.blog #hubspot-topic_data a:hover {
  background-color: #FF6900;
  color: #fff;
}
.blog .custom_listing_comments {
  display: inline-block;
  float: right;
  color: #000000;
  font-size: 1.4rem;
  background: url(//2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/Kwpteamhr%20April2017/Images/comment.svg) right center no-repeat;
  background-size: 1.3rem 1.7rem;
  padding: 0 2.5rem 0 1rem;
}
.blog .custom_listing_comments a { color: #000000; }
.blog .body-container .page-center {
  padding-top: 0px;
  padding-bottom: 4rem;
}
.blog .custom-blog-slogen {
  margin-top: 7rem;
  display: block;
}
.blog .custom-blog-slogen h3 {
  margin: 0px;
  font-size: 3rem;
  color: #FF6900;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  line-height: 1.5;
}
.blog .custom-blog-slogen h4 {
  margin: 0px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
  word-wrap: break-word;
  font-family: "ITC Conduit W01",sans-serif;
}
.blog .blog-sidebar .hs-rss-item {
  border-top: solid #efefef .1rem;
  display: block;
  padding: 2rem 0;
  margin-bottom: 0px; 
}
.blog .blog-sidebar .hs-rss-date {
  color: #000000; 
  font-size: 17px; 
}
.blog .blog-sidebar .hs-rss-module .hs-rss-item:first-child { border-top: 0px; }
.blog .blog-sidebar .custom-blog-sidebar-event ul li a:first-child {
  color: #FF6900;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  display: block;
}
.blog .blog-sidebar .custom-blog-sidebar-event ul li a:last-child {
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  line-height: 1.5;
  display: block;
  font-size: 1.7rem;
  color: #000000;
}
.blog span.filter-link-count { display: none; }
.blog .custom-author-profile .hs-author-profile {
  color: #fff;
  background: #FF6900 center center no-repeat;
  background-size: cover;
  padding: 7rem 2rem;
  text-align: center;
}
.blog .custom-author-profile .hs-author-avatar {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  position: relative;
  background: center center no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  float: none;
  max-width: 100%;
}
.blog .custom-author-profile .hs-author-profile h2 {
  font-size: 4rem;
  padding: 1rem;
  background-color: #FF6900;
  margin: 3rem auto !important;
  text-align: center;
  display: inline-block;
  font-weight: 200;
  margin: 3rem auto;
  color: #fff;
}
.blog .custom-author-profile .hs-author-bio {
  text-align: center;
  max-width: 70rem;
  margin: 0 auto;
  font-weight: 200;
  font-family: "ITC Conduit W01",sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.blog .custom-author-profile .follow-me {
  margin: 30px auto 0px;
  text-align: center;
}
.blog .custom-author-profile .follow-me h3 {
  color: #fff;
  font-weight: 200;
  font-size: 17px;
  margin-bottom: 2px;
}
.blog .custom-author-profile .follow-me img {
  height: 20px; 
  width: 24.6px; 
}
.blog .custom-author-profile .follow-me a { margin-right: 10px; }
.blog .custom-author-profile .follow-me a:last-child { margin-right: 0px; }

.blog-post .hs-blog-header.custom-section-header { display: none !important; }
.blog-post .section.post-header {
  padding: 6rem 5rem;
  background-color: #fff;
}
.blog-post .custom-blog-author-content { padding-bottom: 20px; }
.blog-post .section.post-body #punchline {
  margin: 0px;
  font-size: 4rem;
  color: #FF6900;
  line-height: 1.15;
  margin-top: 2rem;
  padding: 1rem 0;
  font-weight: 400;
  word-wrap: break-word;
}
.blog-post .section.post-body .description {
  margin: 0px;
  font-size: 2.5rem;
  color: #000000;
  line-height: 1.15;
  padding: 1rem 0 3rem;
  font-weight: 400;
  word-wrap: break-word;
}
.blog-post .custom-blog-featured-image {
  margin: 7rem 0 0;
  padding-bottom: 7rem;
}
.blog-post .blog-content {
  background-color: #fff;
  margin-bottom: 7rem;
}
.blog-post .post-body img:not(.hs-cta-img) {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-post .section.post-body {
  position: relative;
  padding: 30px 25px;
  background: #fff;
}
.blog-post .aside-left,
.blog-post .aside-right {
  position: sticky;
  top: 70px;
  align-self: flex-start;
}
.blog-post .reason-wrapper { padding: 50px 50px; }


@media screen and (max-width: 599px) {
  
.blog-post .reason-wrapper { padding: 30px 25px 0px; }
}




@media screen and (min-width: 600px) and (max-width: 899px) {
  
.blog-post .reason-wrapper { padding: 40px 25px 0px; }
}



.blog-post .reason-wrapper .meta-wrapper .topic,
.blog-post .reason-wrapper .meta-wrapper .reading-time {
  display: inline-block;
  font-size: 13px;
}
.blog-post .reason-wrapper .meta-wrapper .topic {
  font-size: 13px;
  margin-right: 15px;
}
.blog-post .reason-wrapper .meta-wrapper .reading-time { font-size: 13px; }
.blog-post .reason-wrapper h2 {
  font-size: 34px;
  color: #999999;
}
.blog-post .reason-wrapper p {
  font-size: 20px;
  color: #999999;
  font-weight: light;
  line-height: 1.2;
}
.blog-post .reason-wrapper .author-wrapper { margin-top: 30px; }
.blog-post .reason-wrapper .author-wrapper img {
  height: 64px;
  width: 64px;
  border-radius: 34px;
  float: left;
  margin-right: 20px;
}
.blog-post .reason-wrapper .author-info-wrapper {
  height: 68px;
  display: table;
}
.blog-post .reason-wrapper .author-info-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.blog-post .reason-wrapper .author-wrapper .name,
.blog-post .reason-wrapper .author-wrapper .email {
  font-size: 17px;
  margin: 0;
}  
.blog-post .shariff-wrapper {
  padding-top: 63px;
  padding-bottom: 63px;    
}
.blog-post .shariff > ul {
  margin: 0 0 0 .75rem;
  padding: 0;
  list-style: none;
}
.blog-post .shariff-button a {
  width: 2rem;
  height: 2rem;
  color: #000000;
  text-decoration: none;
  font-size: 2rem;  
}
.blog-post .shariff-button a span::before { color: #FF6900; }
.blog-post .shariff-button a .social-sharing-icon {
  text-align: center;
  padding: .25rem;
  -webkit-transition: font-size 250ms ease-out;
  -moz-transition: font-size 250ms ease-out;
  transition: font-size 250ms ease-out;
}
.blog-post .shariff-button a:hover .social-sharing-icon { font-size: 1.75rem; }
.blog-post .shariff-button a .share_text {
  position: absolute;
  white-space: nowrap;
  left: 2.75rem;
  padding: 0rem .1rem;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.blog-post .shariff-button a:hover .share_text { opacity: 1; }

@media (max-width: 940px) {
  .blog-post .shariff-button a:hover .share_text { display: none; }  
}

@media (max-width: 899px) {
  .blog-post .aside-right {
    z-index: 9999;
    margin: 0;
  }
  .blog-post .shariff,
  .blog-post .shariff ul {
    width: 100vw;
    background: #ddd;
  }
  .blog-post .shariff {    
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }  
  .blog-post .shariff > ul {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-shadow: 0 -.3rem 0.5rem 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 -.3rem .5rem 0 rgba(0,0,0,0.3);
    -o-box-shadow: 0 -.3rem .5rem 0 rgba(0,0,0,0.3);
    box-shadow: 0 -.3rem 0.5rem 0 rgba(0,0,0,0.3);
  }
  .blog-post .shariff-button,
  .blog-post .shariff-button a {
    display: inline-block;
    width: 100%;
    height: 100%;    
  }
  .blog-post .shariff-button { text-align: center; }
  .blog-post .shariff-button a { padding: .5rem 0 2rem; }
  .blog-post .shariff-button a:hover .social-sharing-icon { font-size: 1.5rem; }
  .blog-post .shariff-button.twitter a span { color: #55acee; }
  .blog-post .shariff-button.facebook a span { color: #3b5998; }
  .blog-post .shariff-button.googleplus a span { color: #d34836; }
  .blog-post .shariff-button.linkedin a span { color: #0077b5; }
  .blog-post .shariff-button.xing a span { color: #126567; }
  .blog-post .shariff-button.pinterest a span { color: #bd081c; }
  .blog-post .shariff-button.whatsapp a span { color: #5cbe4a; }
  .blog-post .shariff-button.mail a span { color: #999; }
  .shariff-button.print { display: none; }
}

.blog-post .post-comments,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper {
  background: #F6F6F6;
  height: auto;
}
.blog-post .teaser-wrapper-header .header {
  background: #F6F6F6;
  border-top: 4px solid #999999;
}
.blog-post .teaser-wrapper-header h2 {
  color: #999999;
  font-size: 27px;
  margin: 30px 0;
}
.blog-post .teaser-wrapper .blog-teaser-item-wrapper .row-fluid {
  background: #F6F6F6;
  display: flex;
  padding-bottom: 50px;
}
.blog-post .teaser-wrapper .post-item { background: white; }
.blog-post .teaser-wrapper .post-item article,
.blog-post .teaser-wrapper .post-item article a,
.blog-post .teaser-wrapper .post-item article a .post-item-content {
  position: relative;
  height: 100%;
}
.blog-post .teaser-wrapper .post-item article a .post-item-content {
  display: flex;
  justify-content: space-between;
}
.blog-post .teaser-wrapper .post-item .hs-featured-image-wrapper img { width: 100%; }
.blog-post .teaser-wrapper .post-item-content .post-content { padding: 25px 25px 50px; }
.blog-post .teaser-wrapper .post-item-content .post-content .punchline {
  line-height: 1;
  margin-top: 0px;
  color: #000000;
  font-weight: 400;
}
.blog-post .teaser-wrapper .post-item-content .post-content .description {
  line-height: 1.2;
  font-weight: 300;
  color: #555555;
}
.blog-post .teaser-wrapper .post-item-content .post-content .punchline { font-size: 26px; }
.blog-post .teaser-wrapper .post-item-content .post-content .description { font-size: 19px; }
.blog-post .teaser-wrapper .post-item-content .meta-wrapper p { color: #000000; }
.blog-post .teaser-wrapper .post-item-content .post-content h3 {
  line-height: 1;
  font-size: 36px;
}
.blog-post .teaser-wrapper .post-item-content .post-content p { line-height: 1.2; }
.blog-post .teaser-wrapper .post-item-content .meta-wrapper {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.blog-post .teaser-wrapper .post-item-content .meta-wrapper p {
  display: inline-box;
  float: left;
  margin: 0;
  font-size: 13px;
}
.blog-post .teaser-wrapper .post-item-content .meta-wrapper p.topic {
  text-transform: uppercase;
  margin-right: 15px;
}
.blog-post #hubspot-author_data {}
.blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.blog-post #hubspot-author_data a.author-link {}
.blog-post #hubspot-author_data .hs-author-avatar {}
.blog-post #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%;
}
.blog-post .hs-featured-image-wrapper { margin: 0px; }
.blog-post .hs-featured-image-wrapper img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0px;
}
.blog-post .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-post #comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.blog-post .comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.blog-post .comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.blog-post .comment-date {
  color:  !important;
  display: block !important;
  text-align: left !important;
}
.blog-post .comment-from { font-weight: bold; }
.blog-post .comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}
.blog-post .comment-reply-to{
  margin-bottom: 15px;
}
.blog-post .comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.blog-post #comments-listing.no-comments {
  border: none;
}
.blog .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.blog .hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}
.blog .back-to-blog-container {
  margin-top: 4rem;
  display: block;
}
.blog .back-to-blog-container a, .custom-download-section a {
  background-color: transparent;
  position: relative;
  padding: 1.25rem 3rem;
  text-decoration: none;
  background: 0 0;
  outline: 0;
  display: inline-block;
  font-size: 2.2rem;
  color: #FF6900;
  border: 1px solid #FF6900;
  cursor: pointer;
}
.blog .back-to-blog-container a:hover, .custom-download-section a:hover {
  color: #fff;
  background-color: #FF6900;
}
.blog .hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.blog .hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}
.blog .hs-author-profile .hs-author-bio { overflow: hidden; }
.blog .hs-author-profile h2.hs-author-name { margin: 0 0 10px 0; }
.blog-post .blog-post-wrapper .clearfix > .row-fluid { display: inline-block; }
.blog-post .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.blog-post .lightgray { background: #F6F6F6; }
.blog-post .blog-content .aside-left,
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .blog-content .aside-right,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper { margin: auto; }
.blog-post .blog-content .aside-left,
.blog-post .blog-content .post-body,
.blog-post .blog-content .aside-right { float: left; }
.blog-post .reason-content-button-open,
.blog-post .reason-content-button-close { cursor: pointer; }
.blog-post .reason-content-button-open:hover,
.blog-post .reason-content-button-close:hover { color: #FF6900; }
.blog-post .reason-content-button-close { display: none; }


@media screen and (max-width: 599px) {
  
.blog-post .blog-content .aside-left,
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .blog-content .aside-right,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper {
  width: 100%;
  *width:	100%;
}
.blog-post .blog-post .teaser-wrapper .blog-teaser-item-wrapper .row-fluid { display: block; }
.blog-post .blog-teaser-item-wrapper .post-item {
  width: 100%;
  *width:	100%;  
}
.blog-post .blog-teaser-item-wrapper .post-item:first-of-type { margin-bottom: 40px; }
.blog-post .reason-content { display: none; }
}




@media screen and (min-width: 600px) and (max-width: 899px) {
  
.blog-post .blog-content .aside-left {
  width:	83.10313076%;
  *width:	83.10756338%;
}
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper {
  width:	83.10313076%;
  *width:	83.10756338%;    
}
.blog-post .blog-content .aside-right {
  width: 100%;
  *width:	100%;   
}
.blog-post .blog-teaser-item-wrapper .post-item {
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-teaser-item-wrapper .post-item:last-of-type {margin-left: 1.28205128%; }
.blog-post .blog-teaser-item-wrapper .post-item:first-of-type { margin-left: 0; }
.blog-post .reason-content { display: none; }
}




@media screen and (min-width: 900px) and (max-width: 1199px) {
  
.blog-post .blog-content .aside-left {
  width:	32.41252302%;
  *width:	32.43025352%;
}
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper {
  width:	57.75782689%;
  *width:	57.76890845%;    
}
.blog-post .blog-content .aside-right {
  width: 7.067219153%;
  *width: 7.091598586%;    
}
.blog-post .blog-teaser-item-wrapper .post-item {
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-teaser-item-wrapper .post-item:last-of-type { margin-left: 1.28205128%; }
.blog-post .blog-teaser-item-wrapper .post-item:first-of-type { margin-left: 0; }
.blog-post .reason-content-button-open { display: none; }
.blog-post .reason-content { display: block !important; }
}




@media screen and (min-width: 1200px) and (max-width: 1799px) {
  
.blog-post .blog-content .aside-left {
  width:	24.03846154%;
  *width:	24.05840835%;
}
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper{
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-content .aside-right {
  width:	24.03846154%;
  *width:	24.05840835%;    
}
.blog-post .blog-teaser-item-wrapper .post-item {
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-teaser-item-wrapper .post-item:last-of-type { margin-left: 1.28205128%; }
.blog-post .blog-teaser-item-wrapper .post-item:first-of-type { margin-left: 0; }
.blog-post .reason-content-button-open { display: none; }
.blog-post .reason-content { display: block !important; }
}




@media screen and (min-width: 1800px) {
  
.blog-post .blog-content .aside-left {
  width:	24.03846154%;
  *width:	24.05840835%;
}
.blog-post .blog-content .post-body,
.blog-post .blog-content .post-comments,
.blog-post .teaser-wrapper-header,
.blog-post .teaser-wrapper {
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-content .aside-right {
  width:	24.03846154%;
  *width:	24.05840835%;    
}
.blog-post .blog-teaser-item-wrapper .post-item {
  width:	49.35897436%;
  *width:	49.37227223%;    
}
.blog-post .blog-teaser-item-wrapper .post-item:last-of-type { margin-left: 1.28205128%; }
.blog-post .blog-teaser-item-wrapper .post-item:first-of-type {margin-left: 0; }
.blog-post .reason-content-button-open { display: none; }
.blog-post .reason-content { display: block !important; }
}



.blog-listing progress,
.system-page progress {
  display: none !important;
}

.blog-post progress {
  display: block !important;
  line-height: 0;
  position: relative;
  left: 0;
  top: 7px;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  color: #FF6900;
}
progress::-webkit-progress-bar { background-color: transparent; }
progress::-webkit-progress-value { background-color: #FF6900; }
progress::-moz-progress-bar { background-color: #FF6900;}
.blog-post .post-comments { padding-bottom: 50px; }
.blog-post .post-comments label { color: #FF6900; }
.blog-post .post-comments input[type="submit"] {
  margin-top: 30px;
  color: #FF6900;
  border: 2px solid #FF6900;
}
.blog-post .post-comments input[type="submit"]:hover {
  color: #FF7F00;
  border-color: #FF7F00;
}
.blog-post .post-comments textarea {
  height: none;
  min-height: 150px;
}
.blog-post #comments-listing {
  background: #fff;
  padding-bottom: 15px;
  padding-top: 5px;
}
.blog-post #comments-listing .replying {
  margin: 10px 10px 10px !important;
  padding: 10px 15px !important;
}
.blog-post #comments-listing .comment-reply-to {
  background: url("https://2998488.fs1.hubspotusercontent-na1.net/hubfs/2998488/assets/icons/fontawesome/regular/comments.svg") no-repeat 5px;;
  padding-left: 30px;
}
.blog-post #comments-listing .replying-to {
  margin-bottom: 20px;
}
.blog-post #comments-listing .comment.depth-0 {
  border-bottom: 1px solid #FF6900 !important;
  margin-bottom: 0 !important;
}
.blog-post #comments-listing .comment.depth-1 {
  margin-left: 25px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 0;
  border-top: none;
  margin-right: 10px;
  margin-top: 0;
  border-left: 1px solid #FF6900 !important;
  border-bottom: 1px solid #FF6900 !important;
}
.blog-post #comments-listing .comment.depth-1 h4 { padding-top: 0; }
.blog-post .section.toc.reason-wrapper {
  padding-top: 0;
}

.blog-post .section.toc .article-toc {
  padding-left: 0;
  list-style: none;
}
.blog-post .section.toc .article-toc li {
  margin-bottom: 10px;
  line-height: 1.1;
}
.blog-post .section.toc .article-toc a {
  color: #999999;
}
.blog-post .section.toc .article-toc a:hover,
.blog-post .section.toc .article-toc a:focus {
  color: #FF6900;
}

.blog .post-body .custom-blog-post-form {
  margin-top: 40px;
}

.blog .post-body .custom-blog-post-form h3 {
  padding: 0;
  font-size: 26px; 
}

.blog .post-body .custom-blog-post-form .hs_cos_wrapper_type_form {
  padding: 25px 25px;
}

.blog .hs-error-msgs {
  margin-top: -10px;
}

.blog .hs-error-msgs * {
  font-weight: bold;
}

.blog .hs_error_rollup {
  margin-top: 30px;
}

.blog .hs_error_rollup ul {
  padding-left: 0;
  list-style: none;
}

.blog .post-body .custom-blog-post-form .hs-error-msgs *,
.blog .post-body .custom-blog-post-form .hs-richtext,
.blog .post-body .custom-blog-post-form .hs-richtext * {
  color: white;
}

.blog .post-body .custom-blog-post-form .hs-richtext a {
  text-decoration: underline;
}


.hs-form-booleancheckbox .hs-form-required {
  display: none !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    margin-top: 6px !important;
}