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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@font-face {
  font-family: "EASY_Action_Icons";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/EASY_Action_Icons.eot") format("embedded-opentype"),
    url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/EASY_Action_Icons.ttf") format("truetype"), 
    url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/EASY_Action_Icons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "EASY_Action_Icons-2";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/easy-iconfont-2.eot") format("embedded-opentype"),
    url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/easy-iconfont-2.ttf") format("truetype"), 
    url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/Facelift-2021/fonts/easy-iconfont-2.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "EASY head font";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_head_font_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EASY head font light";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_head_font_light.woff2") format("woff2");
  font-weight: lighter;
  font-style: normal;
}

@font-face {
  font-family: "EASY head font demibold";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_head_font_demibold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "EASY head font bold";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_head_font_bold.woff2") format("woff2");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "EASY text font";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "EASY text font italic";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "EASY text medium";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_medium.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "EASY text font medium italic";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_medium_italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "EASY text font demibold";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_demibold.woff2") format("woff2");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "EASY text font demibold italic";
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/easy_text_font_demibold_italic.woff2") format("woff2");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: 'Material Icons Sharp';
  font-style: normal;
  font-weight: 400;
  src: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/fonts/MaterialIconsSharp-Regular.woff2") format('woff2');
  font-display: swap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

:root {
  /* Colors */  
  --easy-yellow: #DBFF00;
  --easy-darkgrey: #B2B2B2;
  --easy-middlegrey: #CBCBCB;
  --easy-lightgrey: #D7D9D8;
  --easy-ghostwhite: #F2F2F2;
  --easy-red: #F7655E;
  --easy-black: #000000;
  --easy-white: #ffffff;
  --easy-blue: #000ae5;
  --easy-green: #00d396;
  --easy-cyan: #20d0d6;
  --easy-purple: #7b1e7a;
  --easy-lavender: #6f43d5;
  
  /* Font sizes */
  --heading-2x-large-size: 125px;
  --heading-x-large-size: 95px;
  --heading-x-large-line-height: 104.5px;
  --heading-line-height: 1.1em;
  --text-h1-size: 60px;
  --text-h2-size: 50px;
  --text-h3-size: 40px;
  --text-h4-size: 30px;
  --text-h5-size: 20px;
  --text-line-height: 1.3em;
}

/******* CUSTOM *******/

/* banner */

.banner {
  background-color: var(--easy-lightgrey);
}

.banner::after {
  background: none; 
}

.banner h1{
  font-size: calc(var(--heading-x-large-size) - 1em);
  line-height: var(--heading-line-height);
  color: var(--easy-black) !important;
  z-index: 2;
  position: relative;
}

.banner h3 {
  font-size: var(--text-h3-size);
  color: var(--easy-black) !important;
}

.banner #pre-headline {
  font-family: 'EASY head font demibold';
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .075em;
}

.banner #sub-headline {
  font-family: 'EASY head font';
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}

.banner .container-right {
  box-shadow: none;
  background-color: var(--easy-ghostwhite);
  border-radius: 0px;
}

.banner-intro a:hover {
  fill: var(--easy-red);
  color: var(--easy-red); 
}

/*
.banner-intro a::after {
  content: url("https://microsite.easy-software.com/hubfs/EASY%20SOFTWARE%20Templates%20%28do%20not%20delete%29%20/2023/icons/arrow.svg");
  width: 25px;
  padding-left: 10px;
  display: inline-block;
  cursor: pointer;
}
*/

.banner-intro a.button::after {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); 
}

.full-width-wrapper.bg-dark {
  background-color: var(--easy-ghostewhite);
}

.full-width-wrapper.bg-light {
  background-color: var(--easy-yellow);
}

.full-width-wrapper.bg-light .reference-banner.content-banner {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'EASY head font demibold';
  font-weight: bold;
  text-transform: lowercase !important;
  letter-spacing: 0px;
  line-height: 1.1em;
  color: var(--easy-black) !important;
}

h1 em, h2 em, h3 em, h4 em, h4.glossar-post-title em, .gb-accordion__toggle .gb-button-text em {
  font-style: normal;
  text-transform: none;
}

.column-56-44 .container-big {
  width: 56%; 
}

.column-56-44 .container-small {
  width: 44%; 
}


/******* CUSTOM END *******/

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

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

body {
  background: var(--easy-ghostwhite);
  font-size: 16px;
  font-weight: normal !important;
  color: var(--easy-black);
  line-height: 1.4em !important;
  font-family: "EASY text font", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.28px;
  -webkit-font-smoothing: antialiased;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--easy-darkgrey);
  outline: 0;
}

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

.container {
  /*padding-left: 15px;
  padding-right: 15px;*/
  margin-bottom: 50px;
}

.content-padding {
    padding: 60px 130px;
}

/* Highlighted Text */
::-moz-selection {
  color: var(--easy-black);
  background: var(--easy-yellow);
  text-shadow: none;
}
::selection {
  color: var(--easy-black);
  background: var(--easy-yellow);
  text-shadow: none;
}

/* graphical elements */

.yellow-edge {
  position: relative;
}

.yellow-edge-top-left::before {
  width: 120px;
  height: 120px;
  border: solid #DBFF00;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 30px 30px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}

.yellow-edge-bottom-left::before {
  width: 120px;
  height: 120px;
  border: solid #DBFF00;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 30px 30px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
}

.yellow-edge-bottom-right::before {
  width: 120px;
  height: 120px;
  border: solid #DBFF00;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 30px 30px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  content: '';
  bottom: 0;
  right: 0;
  position: absolute;
}

@media (max-width: 760px) {
  .yellow-edge-top-left::before, .yellow-edge-bottom-right::before, .yellow-edge-bottom-left::before {
    width: 40px;
    height: 40px;
    border-width: 0 15px 15px 0;
  }
}

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

/* Basic text */
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
} 
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 {
    font-family: "EASY head font demibold", Arial, Helvetica, Verdana, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    line-height: var(--heading-line-height);
    margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: var(--text-h1-size);
    text-align: left;
    font-weight: 700;
}

h2 {
    font-size: var(--text-h2-size);
    font-weight: 700;
    line-height: 45px !important;
}
h3 {
    margin-top: 17px;
    margin-bottom: 35px;
    font-weight: 400;
    font-size: var(--text-h3-size);
    line-height: 39px;
}
h4 {
    font-size: var(--text-h4-size);
}
h5 {
		font-size: var(--text-h5-size);
  	font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase !important;
}

.gb-headline {
    font-family: "EASY head font demibold", Arial, Helvetica, Verdana, sans-serif !important;
    font-weight: 600;
    font-size: 0.888rem;
    text-transform: uppercase;
    letter-spacing: .075em;
    margin-bottom: 20px;
    color: var(--easy-black);
}

.banner h1, .banner h3 {
  color: #fff;
}

.easy-archive {
  color: var(--easy-blue); 
}

.easy-contract {
  color: var(--easy-green);
}

.easy-invoice {
  color: var(--easy-cyan) 
}

.easy-hr {
  color: var(--easy-purple);
}

.easy-efile {
  color: var(--easy-lavender);
}

/* Anchor Links */
/*
.content-wrapper p strong {
  	color: var(--easy-black);
    background-color: var(--easy-yellow);
    text-decoration: none;
    padding: 2px 5px;
}
*/
.content-wrapper a, .main-content a {
    color: var(--easy-black);
    text-decoration: underline;
}
a:hover, a:focus {
    color: var(--easy-red);
}

/*
p a:after, ul a:after {
  font-family: 'EASY_Action_Icons-2';
  content: "\e910";
  margin-left: 7px;
  font-size: 12px;
  font-weight: 400;
}
*/

/* Lists */
ul {
    padding-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}
.body-container ul li:not([class]), .body-container .widget-module ul li{
    list-style: none;
    margin: 0;
    padding: 0 0 5px 20px;
    position: relative;
}
.body-container ul li:not([class]):before, .body-container .widget-module ul li:before {
  	content: "\25A0";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px auto 0;
    font-size: 15px;
    color: var(--easy-yellow);
  	font-family: 'EASY_Action_Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0px;
}
/* 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 {}

/* EASY SOFTWARE Typo Cookie */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
color: #33475b;
font-family: "EASY text font", Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 18px;
}

/* ==========================================================================
   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 {
    min-height: 65px;
}
.header-container {}

.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    transition: all .3s ease-in-out;
    z-index: 1000;
    background-color: var(--easy-middlegrey);
    padding: 0px 60px;
}
.custom-logo {
    padding: 25px 0 24px 0px !important;
    transition: all .3s ease-in-out;
}
.custom-logo img {
    max-width: 151px !important;
}
.scroll-header .custom-logo {
    padding: 8px 0 21px 24px;
}
.scroll-header .custom-logo img {
    max-width: 164.19px;
}
.main-nav-side-search {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    position: relative;
}
.mk-search-trigger {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    color: #464646;
    height: 70px;
    line-height: 70px;
    transition: height .25s ease,line-height .25s ease;
    -webkit-transition: height .25s ease,line-height .25s ease;
    -moz-transition: height .25s ease,line-height .25s ease;
    -ms-transition: height .25s ease,line-height .25s ease;
    -o-transition: height .25s ease,line-height .25s ease;
}
.main-nav-side-search i {
    font-family: 'EASY_Action_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: 70px;
    vertical-align: top;
}
.mk-search-trigger .mk-svg-icon-wrapper svg {
    display: none;
}
.mk-search-trigger .mk-svg-icon-wrapper:before {
  	font-family: 'EASY_Action_Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e917";
    line-height: normal;
    text-align: center;
    font-size: 18px;
    color: #003671;
}
.mk-search-trigger .mk-svg-icon-wrapper svg {
    display: none;
}
a.fa-comment:before, .mk-language-nav > a:before {
    content: "\e933";
      font-family: 'EASY_Action_Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.fa-comment:before, a.fa-home:before {
    font-size: 18px;
    color: #003671;
}
.mk-language-nav {
    margin: 0 0 0 20px;
    line-height: 70px;
    height: 70px;
    vertical-align: top;
    overflow: hidden;
    transition: overflow .25s cubic-bezier(0.4, 0, 1, 1) .25s;
  position: relative;
    display: inline-block;
}
.mk-language-nav:hover {
    overflow: visible;
}
.mk-language-nav > a {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    color: #999999;
}
.mk-language-nav > a:before {
    content: "\e9b2";
    line-height: normal;
    text-align: center;
    font-size: 18px;
    color: #003671;
}
.mk-search-trigger .mk-svg-icon-wrapper svg, .mk-language-nav a svg {
    display: none;
}
.mk-language-nav > a svg {
    padding-right: 5px;
    vertical-align: middle;
    height: 16px;
    margin-top: -1px;
}
.mk-language-nav-sub-wrapper {
    left: unset !important;
    right: 0;
    display: block;
    opacity: 0;
    top: 0;
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 20;
}
.mk-language-nav-sub {
    border: 0;
    height: 100%;
    min-width: 350px;
    padding: 15px;
    background-color: #fff;
    position: relative;
}
.mk-language-navigation {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
a.fas.fa-comment {
    margin: 0 0 0 25px;
    line-height: 70px;
    height: 70px;
    transition: all .3s;
    position: relative;
    top: 1px;
}
.mainpages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(70, 70, 70, 0.3);
}
.software-ag, .software-deutschland {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.software-ag-label, .software-deutschland-label {
    line-height: normal;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 38px;
    margin-bottom: 10px;
}
.software-ag-langs ul, .software-deutschland-langs ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mk-language-navigation li {
    margin: 0;
}
.mk-language-navigation li a {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    min-width: 120px;
    color: #464646;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-align: left;
}
.mk-language-navigation li a .mk-lang-flag {
    margin-left: 0;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 2px;
}
.mk-lang-flag img {
    display: inline-block;
}
.mk-language-navigation li a .mk-lang-name {
    padding-left: 8px;
}
.software-ag, .software-deutschland {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.software-deutschland {
    opacity: 0;
}
.software-ag-label, .software-deutschland-label {
    line-height: normal;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    min-height: 38px;
    margin-bottom: 10px;
}


.language-switcher{
	position: absolute;
  top: 20px;
  right: 40px;
  text-align: right;
}

.lang_list_class li a{
  font-family: 'EASY text font';
  font-weight: normal;
  font-size: 16px;
  color: #464646;
}
.lang_list_class li a:hover{ 
  color: #0AA1E2
}
.landingpage-wrapper {
    text-align: left;
    display: block;
}
span.landingpage-label {
    display: block;
    text-align: left;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.landingpage-lang-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -5px;
}
.mk-language-navigation .landingpage-lang-wrapper li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50%);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    list-style: none;
    padding: 0 5px;
    margin: 0;
}
.quad-round, .lang-switch-text {
    display: inline-block;
    padding-bottom: 2px;
    width: 18px;
    padding-top: 0px;
    position: relative;
    top: 2px;
}
img.wpml-ls-flag {
    width: 18px;
}
.quad-round {
    top: 0;
}
.lang-switch-text {
    margin-left: 7px;
}
.quad-round, .lang-switch-text {
    display: inline-block;
}
.lang-switch-text span.grey {
    color: rgba(70, 70, 70, 0.6);
    margin-left: 5px;
}
div#mk-nav-search-wrapper {
    position: absolute;
    right: 69px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 42px;
    background-color: #fff;
    display: none;
    width: 330px;
}
.form-open div#mk-nav-search-wrapper {
    display: block;		
}
#mk-nav-search-wrapper form {
    display: block;
    overflow: hidden;
}
#mk-nav-search-wrapper input[type=text] {
    background-color: rgba(245, 245, 245, .5);
    border: 1px solid rgba(111, 111, 111, 0.5);
    border-right: none;
    border-radius: 2px;
    font-size: 15px;
    line-height: 42px;
    font-style: italic;
    padding: 0 10px;
    width: 275px;
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    right: 40px;
    box-shadow: none;
    font-family: "EASY text font", Arial, Helvetica, Verdana, sans-serif;
}
#mk-nav-search-wrapper input[type=submit] {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: button;
    height: 42px;
}
i, #mk-nav-search-wrapper .nav-side-search-icon:before {
    font-family: 'EASY_Action_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#mk-nav-search-wrapper form i{
  	transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
}
#mk-nav-search-wrapper .nav-side-search-icon {
    width: 56px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #bfbcbc;
      background-color: rgba(245, 245, 245, 0.5);
    border: 1px solid rgba(111, 111, 111, 0.5);
    border-left: 0;
    border-radius: 0 2px 2px 0;
    height: 42px;
}
#mk-nav-search-wrapper .nav-side-search-icon:before {
    content: "\e917";
    line-height: normal;
    text-align: center;
    font-size: 18px;
    color: #003671;
}
.cm-header-search {
    width: 108px !important;
    margin-left: 0 !important;
    float: right !important;
    display: inline-block;
    margin: 0 30px 0 0;
}
#mk-nav-search-wrapper .nav-side-search-icon svg {
    fill: #fff;
    display: none;
}
.scroll-header .main-nav-side-search i, .scroll-header a.fas.fa-comment, 
.scroll-header .mk-language-nav, .scroll-header .mk-search-trigger {
    line-height: 55px;
    height: 55px;
}
.mk-language-nav:hover>.mk-language-nav-sub-wrapper {
    opacity: 1;
    top: calc(100% - 50px);
    padding: 50px 0 0 0;
}
/* =============== Content =============== */


.body-container-wrapper {}
.body-container .page-center{
		/* max-width: 1050px !important; */
    max-width: 1600px !important;
  	padding: 40px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.body-container .page-center.full-width-wrapper {
    max-width: 100% !important;
}

.body-container .page-center.full-width-wrapper .main-content {
    max-width: 1600px !important;
    margin: auto;
    float: none;
}

.full-width-wrapper.no-padding {
    padding: 0px !important;
}

.full-width-wrapper {
    padding: 30px 60px !important;
}

.full-width-wrapper form {
  max-width: 1200px;
  display: table;
  padding: 0px;
}

.body-container .max-width-wrapper {
    max-width: 1600px !important;
}

.main-content.form-column, .main-content.form-column-small {
    padding: 60px 120px;
    background-color: var(--easy-lightgrey);
    z-index: 3;
    position: relative;
    margin-left: 0px;
}

.landing-page-partner .main-content.form-column-small {
    padding-top: 220px;
}

.main-content.form-column {
    margin-top: -120px;
}

.double-view .main-content.content-padding {
    padding: 60px;
}

.main-content .hs_cos_wrapper_type_rich_text {
    display: block;
}

.main-content .hs-button {

}

.double-view .main-content img {
  height: 100%;
  min-height: 600px;
  object-fit: cover;
}

@media (max-width: 1550px) {
  .body-container .page-center {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 1360px){
  .double-view .main-content.content-padding {
    padding: 30px 60px;
  }
}

@media (max-width: 760px) {
  .content-padding, .full-width-wrapper, .double-view .main-content.content-padding {
      padding: 25px !important;
  }
  
  .main-content.form-column, .main-content.form-column-small {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  
  .double-view .main-content img {
    min-height: 200px;
    height: 200px;
    object-fit: cover;
    width: 100%;
  }
}

.content-wrapper {
  /*max-width: 1920px;*/
  margin: auto !important;
  float: none !important;
}

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

.banner-area {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.inner-container {
    width: 800px;
    height: 330px;
    position: absolute;
    top: 50%;
    left: calc(50vw - 400px);
    border: 3px solid #fff;
    transform: translateY(-50%);
    overflow: hidden;
}
.banner-area img {
    -moz-filter: blur(20px);
    -webkit-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw !important;
    height: 485px;
    max-width: 100vw;
    transform: translate3d(-50%, -50%, 0);
    border: 0;
    vertical-align: middle;
    z-index: 0;
}
.box.newsletter-form {
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'EASY text font';
    color: #fff;
    background: rgba(0,0,0,0.13);
    padding: 30px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-area h1 {
    font-size: 34px !important;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    margin: 0 0 30px 0;
    font-weight: 700;
    line-height: 44px;
}
.banner-area p {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 24px;
}

.lightgrey-bg{
  background-color: var(--easy-lightgrey) !important;
}

.darkgrey-bg {
  background-color: var(--easy-darkgrey) !important;
}

/* Tables */

table {
  border: none !important;
  font-size: 18px;
  min-width: 500px;
}

table td, table th {
  padding: 25px 25px 25px 0px !important;
  border-bottom: 1px solid #000;
  text-align: left;
}

table strong { 
  font-family: "EASY head font demibold", sans-serif;
}

@media (max-width: 760px) {
  table {
      min-width: 100%;
  }
  
  
  table th {
      display: none;
  }
  
  table tr {
      border-bottom: 1px solid #000;
      padding: 5px 0px !important;
      display: grid;
  }
  
   table td {
       display: flex;
       width: 100% !important;
       flex-direction: column;
       padding: 5px 0px !important;
       border: none !important;
  }
}

/*
.box.newsletter-form a {
    color: #fff;
    border-color: #0AA1E2;
    background-color: #0AA1E2;
    background-image: none;
    border-radius: 2px;
    padding: 0 30px;
    min-height: 48px;
    line-height: 48px;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
    text-align: center;
    float: none;
    margin: 0 auto;
}
.box.newsletter-form a:hover {
    color: #fff;
    border-color: #0883C0;
    background-color: #0883C0;
}
*/
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
    background-color: var(--easy-black);
    width: 100%;
    position: relative;
    z-index: 10;
    display: block;
    font-size: 13px;
    color: var(--easy-white);
    font-weight: 400;
}
.custom-footer .page-center {
    max-width: 1550px !important;
}
.cm-col1, .cm-col2, .cm-col3, .cm-col4, .cm-col5, .cm-col6 {
    margin-left: 0 !important;
    width: 16.667% !important;
}
.cm-footer-inner {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #c5c5c5;
}
.cm-footer-inner h6 {
    position: relative;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #464646;
    font-weight: 700;
    line-height: 26.56px;
}
.cm-footer-inner li {
    line-height: 26.56px;
}
.cm-footer-inner a, .custom-footer a {
    color: #464646;
    display: inline-block !important;
    font-family: "EASY text font", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cm-footer-inner a:hover, .custom-footer a:hover {
}
.footer-social {
    display: inline-block;
    float: none !important;
    width: auto;
    z-index: 500;
    max-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
    border-left: 3px solid #000;
}
.footer-social a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px 0 0;
    /*background: transparent url(//3973635.fs1.hubspotusercontent-na1.net/hubfs/3973635/EASYSOFTWARE_October2018/Images/sprite.svg) no-repeat scroll 0 0;*/
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: var(--easy-ghostwhite);
    text-decoration: none;
}

.footer-social a:after, .social-sharing-container a:after {
    font-family: 'EASY_Action_Icons';
}

.footer-social a:after {
    font-size: 15px;
    font-weight: 400;
    color: var(--easy-black);
    padding-left: 2px;
}

.social-sharing-container span {
    color: var(--easy-black);
    font-weight: 700;
    text-transform: lowercase;
    font-size: 16px;
}

.social-sharing-container a {
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 10px !important;
    padding: 10px 9px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease-in-out;
    background-color: var(--easy-middlegrey);
    color: #fff;
    border: 2px solid var(--easy-middlegrey);
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 5px;
}

.social-sharing-container a img {
    display: none;
}

.social-sharing-container a:after {
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    vertical-align: top;
  /*
    width: 24px;
    height: 24px;
    line-height: 50px;
  */
}

.social-sharing-container a:hover {
    border-color: var(--easy-middlegrey);
    background-color: var(--easy-middlegrey);
}

.footer-social a.facebook:after, .social-sharing-container a.facebook:after {
    content: "\ea63";
}

.footer-social a.xing:after, .social-sharing-container a.xing:after {
    content: "\ea5d";
}
.footer-social a.linkedin:after, .social-sharing-container a.linkedin:after {
    content: "\ea5c";
}
.footer-social a.youtube:after, .social-sharing-container a.youtube:after {
    content: "\ea5b";
}

.footer-social a.twitter:after, .social-sharing-container a.twitter:after {
    content: "\e970";
}

.cm-footer-bottom-group {
    width: 100%;
    float: none;
    display: block;
    text-align: left;
    padding: 0;
    position: relative;
    min-height: 75px !important;
  /**/
}

.cm-col6 p {
    font-size: 13px;
    color: #464646;
    font-weight: 400;
    line-height: 1.66;
    margin: 0 0 20px;
}
/*
.copyright {
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    line-height: 20px;
    z-index: 5;
    transform: translateY(-50%);
    float: none !important;
}

.copyright-text {
    color: var(--easy-white);
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 20px 0 0;
    font-size: 13px;
}

.copyright a {
    color: var(--easy-white);
    font-size: 14px;
    text-decoration: none;
    padding: 0 20px;
}

.copyright a:hover {
    color: var(--easy-white);
}

.copyright a:before {
    content: '';
    width: 1px;
    height: 15px;
    background-color: #7b7b7b;
    position: absolute;
    left: 0;
    top: 2px;
}
*/
.scroll-header .mk-language-nav {
    top: -8px;
}
.scroll-header a.fas.fa-comment {
    position: relative;
    top: 1px;
}

.footer-container-wrapper .intro-container, .footer-container-wrapper .page-center .hs_cos_wrapper{
  padding-left: 5%;
  padding-right: 5%;
}

.footer-container-wrapper .page-center .hs_cos_wrapper:last-child, .footer-container-wrapper .reference-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

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


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:1025px) {
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    text-align: center;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    float: none !important;
    margin: 0 -2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    position: relative;
    line-height: 1;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #464646;
    font-size: 13px;
    font-weight: 700;
    padding-right: 24px;
    padding-left: 24px;
    text-transform: uppercase;
    position: relative;
    line-height: 70px;
    transition: line-height .35s ease;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    line-height: 55px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:first-child ul li a:hover {
    box-shadow: none;
    font-weight: normal;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #0aa1e2;
    color: #0aa1e2;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after, 
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
      -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
}
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
		overflow: hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {
		overflow: visible;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(255,255,255,0.9);
    min-width: 340px;
    text-align: left;
    overflow: hidden !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
    display: block;
    line-height: 1;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 20px;
    transition: all .2s ease-in-out;
    color: #464646;
    line-height: 18px;
    white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
    font-weight: 700;
    color: #0aa1e2;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child.hs-item-has-children > ul.hs-menu-children-wrapper{
  overflow: visible;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
    color: #464646;
    display: block !important;
    text-align: right;
    width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column wrap !important;
    flex-flow: column wrap !important;
    left: calc(0px + 25%) !important;
    top: 0 !important;
    background: #fff !important;
    width: 20% !important;
    height: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 60px;
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul {
    left: 100% !important;
    position: absolute !important;
    width: 55% !important;
    position: fixed !important;
    top: 60px !important;
    left: 45% !important;
    width: 55% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    height: 300px !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul li {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(50% - 40px) !important;
    flex: 0 0 calc(50% - 40px) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    text-align: left !important;
}
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:first-child ul > li {
    position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child.hs-item-has-children > ul.hs-menu-children-wrapper > li {
    width: 25% !important;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:first-child > ul > li:hover > a {
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  color: #0aa1e2;
}
/* 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;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child.hs-item-has-children > ul.hs-menu-children-wrapper > li > a:after {
    font-family: 'EASY_Action_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e908';
    padding-left: 10px;
}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul ul.hs-menu-children-wrapper {
    left: 46% !important;
    width: 27.5% !important;
    right: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    height: 300px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
  }

}

/* globe icon */

.globe_class {
    background: none;
}

.globe_class:before {
    content: '\e91c';
    font-family: 'EASY_Action_Icons-2' !important;
    font-size: 22px;
    color: #003671
}

.lang_list_class {}

/* Fix menu disappearing on desktop after toggling mobile menu */

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .custom-menu-primary.mobile{
  	display: none;
  }
}


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

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

@media (max-width: 1024px){

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

  /* ===== Mobile Toggle Button ===== */
.cm-trigger {
    position: absolute;
    top: 7px;
    line-height: 8px;
    cursor: pointer;
    padding: 10px;
    float: right;
    right: 6px;
    transition: all .15s ease-in-out;
    z-index: 1000;
}
.mk-css-icon-close, .mk-css-icon-menu {
    width: 18px;
    height: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
  .mk-css-icon-close div, .mk-css-icon-menu div {
    height: 2px;
    margin-bottom: 4px;
    background-color: #003671;
    border-radius: 3px;
    display: block;
    position: relative;
}
  .mk-css-icon-menu-line-1, .mk-css-icon-menu-line-3 {
    transition: all .2s ease;
}
  .mk-css-icon-menu-line-2 {
    transition: opacity .1s ease;
}
  .mobile-open .mk-css-icon-menu-line-1, .mobile-open .mk-css-icon-menu-line-1 {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    top: 6px;
}
  .mobile-open .mk-css-icon-menu-line-2, .mobile-open .mk-css-icon-menu-line-2 {
    opacity: 0;
}
  .mobile-open .mk-css-icon-menu-line-3, .mobile-open .mk-css-icon-menu-line-3 {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    top: -6px;
}
  /* ===== Mobile Child Toggle Buttons ===== */

.child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border-left: 0;
    font-size: 20px;
    color: #464646;
}
  .child-trigger:before {
    content: "\e908";
    font-family: 'EASY_Action_Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .child-trigger.child-open:before {
    content: "\e906";
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul li .child-trigger {
    top: 6px;
    right: 9px;
	}
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  }

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

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

}


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


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

/* Blog Post and Listing Body Class */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #cccccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}

.blog-post-wrapper h2, .post-header h2{
    margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
    text-decoration: none;
}
.blog-post-wrapper h2 a:hover, .post-header h2 a:hover{}

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



#hs_cos_wrapper_blog_subscription_title{}

#comment-form h4{}

#hubspot-topic_data{
    color: #888888;
    font-weight:700;
}
.post-listing #hubspot-author_data{
    margin-top: 0;
    font-style: italic;
}
.hs-form .input ul {
    list-style: none;
    padding: 0;
  margin: 0;
}
.hs-form .input ul li{
    padding: 0 !important;
}
.custom_listing_comments {
    border: 1px solid #ccc;
    padding: 10px;
  margin: 10px 0;
}
.more-link{
    display: inline-block;
    padding-top: 10px;
}
.hs-blog-social-share{
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0 0;
}
.blog .blog-sidebar .cell-wrapper{
    margin-bottom: 15px;
}

.blog .blog-sidebar ul li{
    padding: 0 0 0 20px;
}
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}


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

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
   border: none;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
#comments-listing.no-comments{
   border: none;
}



#hubspot-author_data .hs-author-avatar {
    max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
#comments-listing.no-comments {
  border: none;
}


div#comment-form input.hs-button.primary {
   margin: 20px 0!important;
}

/* Blog Listing
   ========================================================================== */
   
.blog-pagination a{
  display:block;
  padding: 0 15px 0 0;
}

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

.blog .blog-sidebar {}

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


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

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

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

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

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

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

.post-header h2 a {
    color: #464646;
}
.comment-from, .comment-date {
  display: block !important;
  text-align: left !important;
}
.blog .blog-sidebar {
    padding-left: 20px;
}
/* ==========================================================================
   6. FORMS                                        
   ========================================================================== */


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

@media (max-width: 1600px) {
  .main-content form {
      /*padding-left: 15px;*/
  }
}

h3#hs_cos_wrapper_module_1518120876397100_blog_subscribe_title {
    font-size: 44px;
    line-height: 60px;
    color: var(--easy-black);
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
    color: var(--easy-black);
    font-weight: 600;
    font-family: "EASY head font", Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 12px;
    padding: 0px;
}


.hs-form-required {
    color: red;
}
/* 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"],
input[type="checkbox"],
textarea,
select {
    border: none !important;
    border-radius: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 30px !important;
    color: var(--easy-black);
    font-weight: 400;
    background-color: #ffffff;
    font-family: "EASY text font",Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    transition: border 0.2s linear,box-shadow 0.2s linear;
}

::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
}
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
}
:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
}
::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #989898;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #989898;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #989898;
}

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

input[type="text"]:-internal-autofill-selected,
input[type="password"]:-internal-autofill-selected, 
input[type="datetime"]:-internal-autofill-selected, 
input[type="datetime-local"]:-internal-autofill-selected, 
input[type="date"]:-internal-autofill-selected, 
input[type="month"]:-internal-autofill-selected, 
input[type="time"]:-internal-autofill-selected, 
input[type="week"]:-internal-autofill-selected, 
input[type="number"]:-internal-autofill-selected, 
input[type="email"]:-internal-autofill-selected, 
input[type="url"]:-internal-autofill-selected, 
input[type="search"]:-internal-autofill-selected, 
input[type="tel"]:-internal-autofill-selected, 
input[type="color"]:-internal-autofill-selected,
input[type="file"]:-internal-autofill-selected,
textarea:-internal-autofill-selected,
select:-internal-autofill-selected,
input[type="text"]:-webkit-autofill,
input[type="password"]:-webkit-autofill, 
input[type="datetime"]:-webkit-autofill, 
input[type="datetime-local"]:-webkit-autofill, 
input[type="date"]:-webkit-autofill, 
input[type="month"]:-webkit-autofill, 
input[type="time"]:-webkit-autofill, 
input[type="week"]:-webkit-autofill, 
input[type="number"]:-webkit-autofill, 
input[type="email"]:-webkit-autofill, 
input[type="url"]:-webkit-autofill, 
input[type="search"]:-webkit-autofill, 
input[type="tel"]:-webkit-autofill, 
input[type="color"]:-webkit-autofill,
input[type="file"]:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill{
  background-color: #f2fbff !important;
  transition: background-color 5000s ease-in-out;
}

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

/* phone */

.hs-fieldtype-intl-phone > select {
  font-size: 10px;
}

.full-width-wrapper .hs-fieldtype-intl-phone > select {
  padding: 15px 15px !important;
}


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

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

/* Error */
.hs-error-msgs label{
  font-weight: 400;
  color: rgba(70, 70, 70, 0.75);
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 20px;
}
.invalid.error {
    border-color: #c87872;
    box-shadow: none;
}
ul.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.hs-error-msgs.inputs-list li {
    padding: 0;
}
ul.hs-error-msgs.inputs-list li:before {
    display: none;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

/* Help Text */
legend.hs-field-desc {
    font-size: 12px;
    padding: 25px 0;
    color: #464646;
}

/* Consent Texts */
.legal-consent-container p {
    font-size: 12px;
    margin-bottom: 5px;
}

.hs-form a.hs-button {
    margin-top: 30px;
}

/* Submit Message */
.submitted-message {
    border: 2px solid var(--easy-red);
    font-family: "EASY text font";
    text-align: center;
    padding: 10px 20px;
    color: var(--easy-red);
}

.cookie-reset-container {
    font-size: 12px !important;
    text-align: left !important;
}

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

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; margin-left: -2px; margin-top: 8px; margin-right: 0px; }
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; }
}

legend.hs-field-desc {
    font-size: 12px;
    padding: 25px 0;
}
/* =============== Blog Comment Form =============== */

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"],
.cta_button,
a.cta_button,
.hs-cta-node a.cta_button,
.button,
.primary-button,
.secondary-button, 
.hs-button, button {
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  
  background-image: none;
  border: 0;
  outline: 0;
  border-radius: 0px !important;
  
  font-family: "EASY head font demibold", sans-serif;
  /*max-height: 48px;*/
  font-size: 22px !important;
  line-height: 32px;
  text-transform: lowercase !important;
  
  text-align: center;
  
  white-space: normal !important;
  margin: 10px 0;
  margin-right: 15px !important;
  
  padding: 16px 45px !important;
  
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  cursor: pointer;
  
  color: var(--easy-white) !important;
  background-color: var(--easy-red);
}

/* PRIMARY - green filled */

.primary-button,
form input[type="submit"],
.hs-button.primary,
.cta_button {
  background-color: var(--easy-red) !important;
  font-size: 22px !important;
  line-height: 32px !important;
}

.primary-button:hover,
form input[type="submit"]:hover,
.hs-button.primary:hover,
.cta_button:hover,
.hs-button:hover {
  background-color: var(--easy-black) !important;
}

.primary-button:focus,
form input[type="submit"]:focus,
.hs-button.primary:focus,
.cta_button:focus,
.hs-button:focus {
  background: var(--easy-red);
}

/* SECONDARY */

.secondary-button {
  background-color: transparent;
  min-width: 200px;
  text-transform: none !important;
  color: var(--easy-black);
  border: 2px solid var(--easy-black);
}

.secondary-button:hover {
  background-color: transparent;
  border-color: var(--easy-red);
  color:  var(--easy-red);
}

/* TERTIARY - green outined */

/*
.tertiary-button,
input[type="button"] {
  color: #1FB254;
  border: solid 2px #1FB254;
  background-color: transparent;
}

.tertiary-button:hover,
input[type="button"]:hover,
.tertiary-button:focus,
input[type="button"]:focus {  
  color: #129738;
  border-color: #129738;
  -webkit-box-shadow: 0px 0px 4px rgba(12, 70, 33, 0.3);
          box-shadow: 0px 0px 4px rgba(12, 70, 33, 0.3);
}

.tertiary-button.alternative {
  border: 0;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.tertiary-button.alternative:before {
    font-family: 'EASY_Action_Icons-2';
    content: "\e910";
    float: right;
    margin-left: 10px;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.tertiary-button.alternative:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #003671;
}
*/

.text-button, .text-link.link-has-icon {
  text-decoration: none !important;
  font-family: "EASY head font demibold", sans-serif;
}

.text-button::after, .text-link.link-has-icon:after, .button.link-has-icon:after, .primary-button.link-has-icon:after {
  content: '\f1df';
 font-family: 'Material Icons Sharp';
 font-size: 16px;
 padding-left: 10px;
 position: relative;
 top: 3px;
}

.button.link-has-icon:after, .primary-button.link-has-icon:after {
 filter: none !important;
 font-size: 20px;
}

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

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


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

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


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

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


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

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


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


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

.menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 70px;
    left: 0;
    background: rgba(33, 56, 80, 0.4);
    z-index: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease;
}
/*
.show-overlay .menu-overlay{
    opacity: 1;
    visibility: visible;		
}
*/
.scroll-header .menu-overlay {
		top: 55px;
}

.icon-location::before {
  content: '\e0c8';
  font-family: 'Material Icons Sharp';
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  padding: 0px 5px;
}

.icon-date:before {
  content: '\ebcc';
  font-family: 'Material Icons Sharp';
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  padding: 0px 5px;
}

.icon-booth:before {
  content: '\ea12';
  font-family: 'Material Icons Sharp';
  font-size: 18px;
  font-weight: normal;
  line-height: 48px;
  padding: 0px 5px;
}

#back-to-top {
    position: fixed;
    bottom: 15px;
    width: 49px;
    height: 49px;
    text-align: center;
    transition: all .2s ease-in-out;
    background-color: var(--easy-black);
    color: var(--easy-yellow);
    border: none;
    border-radius: 50%;
    text-decoration: none;
    right: 15px;
    opacity: 1;
    z-index: 1000;
    font-weight: 600;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#back-to-top:before {
    content: '\e5ce';
    font-family: 'Material Icons Sharp';
    font-size: 2.5rem;
    font-weight: bolder;
    line-height: 48px;
}

#back-to-top:hover {
    background-color: var(--easy-black);
    color: var(--easy-ghostwhite);
}

/* user centrics button */

.eGeXmi {
  bottom: 15px;
}
.custom-form{
  width: 100%;
  max-width: 50%;
}
.no-nav #back-to-top {
    right: 10px;
}
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .custom-comment-form {
 padding: 25px;
/*  background-color: #f5f5f5; */
 margin: 20px 0 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx){
  .custom-logo img {
    max-width: 164px;
  }
  .custom-logo {
    padding: 16px 0 27px 25px;
	}
}

/* Header Fix Abstand Landingpages */
div.row-fluid-wrapper.row-depth-1.row-number-1 div.row-fluid div.span12.widget-span.widget-type-custom_widget .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
  padding:0 !important;
  margin:0 !important;
}

/* SPEAKER BOXES */
/* moved to speaker-style.css */

/* CONTENT CTA BANNER */
/* inline in Content CTA Banner */

/*
.cta-banner .content-container {
  color: #333;
}

.cta-banner .content-container.center-text {
  text-align: left;
  max-width: 100%;
}

.cta-banner .content-container.center-text .content-button {
    margin: 0px;
}

.cta-banner .content-button {
  background-color: #0AA1E2;
  border: 0;
  background-image: none;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  padding: 8px 24px !important;
  margin-right: 15px !important;
  min-width: 200px;
  cursor: pointer;
  text-transform: none !important;
}
*/

/* video */

.vjs-big-play-button.play-button-circle {
  border: 3px solid var(--easy-yellow) !important;
  background-color: transparent !important;
}

/*
.vidyard-player-container {
    border-radius: 16px;
    -webkit-box-shadow: 0 10px 40px 0px rgb(2 30 62 / 30%);
    box-shadow: 0 10px 40px 0px rgb(2 30 62 / 30%);
}
*/

/* mail subscription preferences */

.email-prefs .item .item-inner {
    border: none;
    border-radius: 0px;
    background-color: var(--easy-lightgrey);
    padding: 20px;
}

/* override image slider / gallerie button size */
.hs_cos_gallery_main button.slick-arrow:before {
    font-size: 30px;
    text-align: center;
    margin-left: -5px;
}

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


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

@media (max-width: 1600px) {
  
  /*.custom-footer .page-center,*/
  .banner .container, 
  .body-container .page-center {
    max-width: 1300px !important;
  }
  
  .cm-col1, .cm-col2, .cm-col3, .cm-col4, .cm-col5, .cm-col6 {
    width: 33.333% !important;
    margin: 0 0 40px 0;
    padding: 0 20px 0 0;
	}
  .cm-col4, .cm-col5, .cm-col6 {
    margin: 0;
	}
  /*
  .copyright {
    width: calc(100% - 300px);
    float: right;
    text-align: right;
	}
  */
  .cm-footer-bottom-group {
    /*padding: 20px 0 0 0;*/
    min-height: 95px !important;
  }
  /*
  .copyright, .footer-social {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	}
  */
  /*
  .footer-social {
    width: 300px;
    float: left;
	}
  */
  .footer-social a {
    margin: 0 5px 0 0;
	}
  .box.newsletter-form {
    padding-left: 5%;
    padding-right: 5%;
	}
  .banner-area img {
    width: 1920px !important;
    max-width: none !important;
    height: auto !important;
    max-height: auto !important;
	}
}

@media (max-width: 1360px) {
  .banner .container, .custom-footer .page-center, .body-container .page-center {
    max-width: 1000px !important;
  }
  
  .inner-container {
      width: 1000px;
      position: absolute;
      left: 0;
      margin: auto;
      max-width: 100%;
      right: 0;
  }
  
  .cm-footer-bottom-group {
    text-align: left;
    padding: 0;
    padding-left: 0;
    position: relative;
    min-height: 75px !important;
    padding-top: 120px;
    padding-bottom: 55px;
	}
  /*
  .copyright {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
    line-height: 20px;
    z-index: 5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
  }
  .footer-social {
    display: inline-block;
    float: none;
    width: auto;
    z-index: 500;
    max-height: 20px;
    position: absolute;
    top: 70px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	}
  */
  .cm-footer-inner {
    padding: 0;
	}
  
  .mobile-reverse .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  
    .row-fluid [class*="span"] {
      width: 100%;
      margin: 0px;
    }
  
  
    .main-content.form-column {
      margin-top: 0px;
    }
}

@media (max-width: 1139px) {
    
}

@media (max-width: 1024px) {
  .banner .container, .custom-footer .page-center, .body-container .page-center {
    /*max-width: calc(100% - 80px) !important;*/
  }
 
  #back-to-top {
    right: 22px;
    bottom: 72px;
	}
  .custom-menu-primary.desktop{
  	display: none;
  }
  .custom-header {
    position: relative;
	}
  .cm-header-search {
    display: none !important;
	}
  .custom-logo {
    padding: 6px 0 18px 20px;
    transition: none;
	}
  .scroll-header .custom-logo img {
    max-width: 173.19px;
	}
  .menu-overlay {
    display: none !important;
	}
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 1px;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.1);
	}
  .custom-menu-primary .hs-menu-wrapper > ul li{
    display: block;
    margin: 0;
    position: relative;
    border: 0 ;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6), .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: 50px;
    padding-left: 40px;
    position: relative;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6):before, .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:before {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size: 20px;
    color: #003671;
    font-family: 'EASY_Action_Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6):before{
    content: "\e933";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  	margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child:before{
    content: "\e9b2";
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
    color: #444444;
    text-align: left;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  	display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    background-color: rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    min-width: unset;
    padding: 0 20px 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative !important;
    display: block;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 20px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children a {
    display: inline-block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    box-shadow: none;
    font-weight: normal;
    color: #444444;
    background-color: rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li .child-trigger {
    display: none !important;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul{
    padding: 0;
    margin-left: -20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul > li > ul {
    display: block !important;
	}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  .cm-mobile-search form.responsive-searchform {
    position: relative;
    line-height: 24px;
    margin: 0;
  }
  .cm-mobile-search input[type="text"] {
    font-size: 13px;
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    border-radius: 0;
    color: #464646;
    margin-bottom: 0;
  }
  .cm-mobile-search i {
    position: absolute;
    bottom: 14px;
    right: 18px;
    color: #464646;
  }
  .cm-mobile-search i:before {
    content: "\e917";
  }
  .cm-mobile-search i input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }
  .cm-mobile-search i svg {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a img {
    position: relative;
    margin-right: -6px;
    left: -10px;
    top: -4px;
    width: auto;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:last-child a img {
    margin-right: 0;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
    padding: 1px 0 0 0;
    margin-left: -20px;
	}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:last-child > ul > li > a {
    display: block !important;
	}
  .header-container-wrapper {
    min-height: 50px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative !important;
    display: block;
    line-height: 1;
	}
  .inner-container {
    left: 0;
    width: calc(100% - 100px);
    max-width: 100%;
    margin: auto;
    top: 50%;
	}

}

@media (max-width: 849px) {
  .cm-col4 {
    clear: left;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container .page-center {
    max-width: 90% !important;
  }
  .custom-header {
    padding: 0px 25px; 
  }
  .cm-col1, .cm-col2, .cm-col3, .cm-col4, .cm-col5, .cm-col6 {
    width: 100% !important;
    margin-bottom: 40px;
    padding: 0;
	}
  h1 {
    font-size: 30px;
    line-height: 36px;
	}
  h2 {
    font-size: 30px;
    line-height: 36px;
	}
  h3 {
    font-size: 20px;
    line-height: 28px;
	}
  h4 {
    font-size: 18px;
    line-height: 24px;
	}
  h1, h2, h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  h1{
    font-size: 40px !important;
    margin-bottom: 25px;
  }
  
  font-size: 16px;
  .custom-form{
    max-width: 100%;
  }
  .checkbox-row span.fakelabel span {
    float: none;
	}
  h3#hs_cos_wrapper_module_1518120876397100_blog_subscribe_title {
    font-size: 22px;
    line-height: 30px;
	}
  .blog .blog-sidebar {
    padding-left: 0;
	}
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0 20px;
	}
  .banner-area h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .banner-area p {
    font-size: 20px;
    line-height: 28px;
  }
  .inner-container {
    height: 400px;
	}
  
  .hs-button.primary,
  input[type="submit"],
  input[type="button"],
  .cta_button,
  .button,
  .primary-button,
  .secondary-button,
  .reference-banner .content-button {
    /*font-size: 16px !important;*/
    padding: 15px 30px !important; 
  }
  
  .reference-banner .content-container, .content-banner.reference-banner .author {
    font-size: 18px;
    line-height: 26px;
  }
  
  .full-width-wrapper .hs_cos_wrapper_type_rich_text {
    padding: 0px !important; 
}  
}  


/* =============== Landscape phones and smaller devices =============== */
@media (max-width: 480px) {
  .inner-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: none;
    left: 0;
  }
  .banner-area img {
    height: auto;
    min-height: calc(100% + 80px);
    width: auto !important;
    min-width: calc(100% + 80px);
	}
}

@media (max-width: 400px) {
  .custom-logo img {
    max-width: 160px;
  }
  .subscribe-options label {
    margin: 0;
	}
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
}

/* DEPRECATED REFERENCES */

.related-reference-container img[alt*='KYOCERA'] {
    /* display: none; */
}