/* ==========================================================================
   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:300i,400,400i,600,600i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
} 
html {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    background-color: #eee;
}
body {
    min-height: 100vh;
    max-width: 1440px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    overflow-x: hidden;
    margin: 0 auto;
}

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

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

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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 { 
    font-weight: 400;
    margin:15px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.15;
    margin-top: 0;
}
h2 { 
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
}
h3 { 
   font-size: 1.5rem;
}
h4 { 
    font-size: 1.375rem;
    line-height: 1.3;
}
h5 { 
   font-size:20px;
}
h6 { 
   font-size: 18px;
}

/* Anchor Links */
a { 
    color: #008edb;
    text-decoration: none;
}
a:hover { 
    color: #2cc0ff;
    text-decoration: underline;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
/* header top css */
.custom-header {
    min-height: 150px !important;
    width: 100%;
    position: relative;
    z-index: 100;
}

.custom-logo a {
    display: block;
    width: 170px;
    height: 53px;
    position: absolute;
    top: 40px;
}

.custom-logo a img {
    height: 100%;
    max-width: 100%;
    display: block;
}

.custom-menu-primary.top {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-menu-primary.top .hs-menu-wrapper>ul {
    list-style: none;
    padding: 0 0 0 96px;
    margin: 0 -8px;
    float: right;
    background: 0 0;
    position: relative;
}

.custom-menu-primary.top .hs-menu-wrapper>ul >li {
    font-size: 13px;
    position: relative;
}

.custom-menu-primary.top .hs-menu-wrapper>ul >li >a {
    display: block;
    padding: 0 6px;
    margin: 0 3px 0 0;
    line-height: 28px;
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
.custom-menu-primary.top .hs-menu-wrapper>ul>li>a svg#icon-pin {
    width: 14px;
    height: 20px;
    fill: #000;
    margin-top: 3px;
    vertical-align: text-bottom;
    transition: all .3s;
    margin-right: 7px;
}
/* HEADER BOTTOM */
  .mainNav {
    width: 100%;
    bottom: 0;
    background-color: #686868;
    z-index: 100;
    position: absolute;
    top: auto;
}

nav#mainNav-bar {
    min-height: 0!important;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul {
    padding: 3px 0;
    margin: 0 -16px;
    display: block !important;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 0 14px;
    margin: 0 3px 0 0;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}


.custom-menu-primary.bottom .hs-menu-wrapper>ul>li>a:hover {
    background-color: #209cdf!important;
    transition: all .1s;
}
.custom-menu-primary.top .hs-menu-wrapper>ul>li:hover {
    background-color: #209cdf!important;
    transition: all .1s;
}

.custom-menu-primary.top .hs-menu-wrapper>ul>li:hover >a {
    transition: all .1s;
    color: #fff;
}

.custom-menu-primary.top  .hs-menu-wrapper>ul ul {
    border-top: 2px solid #fff;
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease !important;
    background-color: #eee;
    width: 200px;
}

.custom-menu-primary.top  .hs-menu-wrapper>ul ul li {
    transition: all .3s;
}

.custom-menu-primary.top .hs-menu-wrapper>ul ul li a {
    display: block;
    padding: 0 6px;
    margin: 0 3px 0 0;
    line-height: 28px;
    text-decoration: none;
    color: #000;
    transition: all .3s;
    white-space: normal !important;
}

.custom-menu-primary.top .hs-menu-wrapper>ul ul li:hover {
    background-color: #209cdf;
    transition: all .1s;
}

.custom-menu-primary.top .hs-menu-wrapper>ul ul li:hover a {
    color: #fff;
    text-decoration: none;
    transition: all .1s;
}
.custom-menu-primary.top .hs-menu-wrapper>ul>li:hover a svg#icon-pin {
    fill: #fff;
}

.custom-menu-primary.top .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a:after {
    content: '';
    display: inline-block;
    height: 7px;
    width: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    float: right;
    margin-top: 12px;
}

.custom-menu-primary.top .hs-menu-wrapper>ul>li:last-child>ul {
    width: 130px;
}

.custom-menu-primary.top .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
    border-top: 2px solid #fff;
}
.mainNav:after {
    content: "";
    display: block;
    height: 20px;
    bottom: -20px;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.05) 50%,transparent);
    width: 100%;
    position: absolute;
}

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

.body-container-wrapper {}
.body-container {}
.banner-image {
    margin-left: -160px;
    margin-right: -160px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    box-sizing: border-box;
    padding: 64px;
    padding-left: 160px;
    padding-right: 160px;
      margin-top: -1px;
}
body:not(.blog) .body-container-wrapper {
    margin-top: 32px;
    margin-bottom: 60px;
}

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


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

.footer-container-wrapper {

}
.footer-container {



}
/* footer bottom */
.pageDisclaimer.page-center {
    height: 30px;
    background-color: #eee;
    color: #000;
    font-size: .875rem;
    line-height: 30px;

}


.pageDisclaimer-copyRight {
    float: left;
}

.pageDisclaimer-disclaimerNav {
    float: right;
}

.pageDisclaimer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pageDisclaimer-permalink ul li {
    padding: 5px;
}

.pageDisclaimer li {
    margin-left: 15px;
    display: inline-block;
}

.pageDisclaimer-permalink #copyToClipboard {
    color: inherit;
    font: inherit;
    margin: 0;
    background-color: #fff;
    border: 1px solid #686868;
    font-size: 1rem;
    line-height: 1.625;
    padding: .1875em .75em;
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.pageDisclaimer-permalink span {
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 165px;
    background-color: #686868;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s;
}

.contactList-data-list>dd::after, .contactList-socialIcons a::after, .js-contactSelector-loader::after, .tooltip .tooltiptext:after {
    content: "";
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #686868 transparent transparent;
}

.pageDisclaimer-permalink ul li img, .pageDisclaimer-permalink ul li object {
    height: auto;
    display: block;
    max-width: 100%;
}

.pageDisclaimer a {
    color: #000;
    text-decoration: none;
}

.pageDisclaimer a:hover {
    text-decoration: underline;
    color: #2cc0ff;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.footer-top-wrapper {
    background-color: #eee;
    padding: 3rem 16px 5rem;
}

.footer-top-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}

.footer-top-wrapper .row .col-sm-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 25%;
}
.footer-top-wrapper ul li.hs-menu-item {
    float: none !important;
}
.footer-top-wrapper h3 {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    display: block;
    font-weight: 400;
    line-height: 1.3;
    font-size: 1.1rem;
    padding-bottom: .5rem;
    margin-bottom: .66667rem;
    border-bottom: #686868 solid 1px;
    margin-top:0;
}

.footer-top-wrapper ul li {
    margin-bottom: .5rem;
}

.footer-top-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-wrapper ul li a {
    color: #000;
    text-decoration: none;
}

.footer-top-wrapper .socialMediaChannels {
    margin: 0 -.5rem!important;
    padding-top: .2rem!important;
    margin-left: -.5rem!important;
    margin-right: -.5rem!important;
}

.footer-top-wrapper .socialMediaChannels li {
    float: left;
    padding: 0 .5rem;
    margin: 0;
    margin-bottom: .5rem;
    width: 46px;
    height: 30px;
}

.footer-top-wrapper .socialMediaChannels li a {
    display: block;
    height: 30px;
    width: 30px;
}

.socialMediaChannels-item svg {
    fill: currentColor;
    display: block;
}
.socialMediaChannels-item.is-facebook a:hover {
    color: #3b5999;
}

.socialMediaChannels-item.is-linkedin a:hover {
    color: #2cc0ff;
}

.socialMediaChannels-item.is-twitter a:hover {
    color: #55acee;
}

.socialMediaChannels-item.is-xing a:hover {
    color: #2cc0ff;
}

.socialMediaChannels-item.is-youtube a:hover {
    color: #cd201f;
}
.footer-top-wrapper ul li a:hover {
    color: #2cc0ff;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */

/* scroll header */
.fixed .mainNav {
    z-index: 100;
    position: fixed;
    top: 0px;
    bottom: auto;
    max-width: 1440px;
}

.fixed .mainNav .page-center {
    position: relative;
}
/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1024px) {
/* header search */
  div#mainNav-search {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 16px;
    padding-left: 160px;
    padding-right: 160px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

div#mainNav-search .wrapper {
    box-sizing: content-box;
    width: 240px;
}

form.mainNav-search-form {
    position: relative;
}

.mainNav-search-field {
    display: block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    box-sizing: border-box;
    width: 100%;
    transition: all .3s ease;
    padding: 0 48px 0 14px;
    border: 0;
    background: #8e8e8e;
    color: #fff;
}

input.mainNav-search-field::placeholder {
    color: rgba(255,255,255,.5);
}
/* Placeholder Text */
input.mainNav-search-field::-webkit-input-placeholder {   color: rgba(255,255,255,.5); } /* Webkit Browsers */
input.mainNav-search-field:-moz-placeholder {   color: rgba(255,255,255,.5); } /* Firefox 18- */
input.mainNav-search-field::-moz-placeholder {   color: rgba(255,255,255,.5); } /* Firefox 19+ */
input.mainNav-search-field:-ms-input-placeholder {   color: rgba(255,255,255,.5); } /* IE10 */
button.mainNav-search-button {
    display: block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    -webkit-appearance: button;
    cursor: pointer;
    padding: 0;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #209cdf;
    transition: all .3s ease;
    background: #8e8e8e;
    color: #fff;
}

button.mainNav-search-button svg#icon-search {
    width: 14px;
    height: 14px;
    fill: currentColor;
    margin-top: 9px;
}

.mainNav-search-field:focus, .mainNav-search-field:hover {
    background: #fff;
    color: #000;
    transition: all .1s ease;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li.active>a {
    background-color: #8e8e8e;
}
.custom-menu-primary.bottom  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
opacity: 0;
visibility: hidden;
}
.custom-menu-primary.bottom .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul >li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
   opacity: 0;
   visibility: hidden;
}

.custom-menu-primary.bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul> li.clicked> ul{
   opacity: 1 !important;
   visibility: visible !important;
}


    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li {
    position: static !important;
}
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper ,.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper >ul>li,.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper >ul>li {
  display:none !important;
    
  }
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li.clicked >.main-dropdown-wrapper ,.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul>li.clicked >.main-dropdown-wrapper {
  display:block !important;
    opacity: 1;
    visibility: visible;
  }
  .main-dropdown-wrapper {
        opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility 0s .3s;
    display:none;
  }
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper {
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2rem 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    background-color: #eee;
}
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul ul {
    position: static !important;
    width: 100% !important;
    margin-left: 0 !important;
    opacity:1 !important;
    visibility:visible !important;
  }
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 160px;
    padding-right: 160px;
    position: relative;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul {
    position: relative !important;
    width: 25% !important;
    box-sizing: border-box;
    padding-right: 16px;
    margin-left: -16px !important;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper:before, .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
}
.custom-menu-primary.bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: static;
}
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper:before {
    top: 0;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.05) 50%,transparent);
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul .main-dropdown-wrapper {
    padding: .3125em 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    border-left: solid #686868 1px;
    margin-left: -1px;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul ul .main-dropdown-wrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
    border-left: solid #686868 1px;
    margin-left: -1px;
    padding: .3125em 0;
    position: absolute;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li {
    line-height: 1.625;
    padding: 0 0 0 16px;
    margin-bottom: -1px;
    z-index: 99;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li:not(:last-child):before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 9;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li a {
    padding: .3125em 0;
    display: block;
    position: relative;
    padding-right: .5em;
    margin-right: 0;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    transition: .3s;
   
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li:not(:last-child):after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-color: #fff;
}


  .js-megaMenu-proceed {
    height: 100%;
    box-sizing: content-box;
    width: 1.625em;
    padding: 0 .3125em;
    position: absolute;
    right: -2.25em;
    top: 0;
    background-color: #eee;
    cursor: pointer;
}

.js-megaMenu-proceed::before {
    content: "";
    display: block;
    width: 0;
    height: 80%;
    height: calc(100% - .625em);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: 1px solid #fff;
}

.js-megaMenu-proceed::after {
    content: "";
    font-family: FontAwesome;
    font-size: .75em;
    vertical-align: middle;
    margin-left: 0;
    color: #008edb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3D(50%,-50%,0);
    transition: all .3s ease;
    line-height: 1.625rem;
    font-weight: 400;
}

span.wrapper {
    padding-right: .5em;
    margin-right: 2.25em;
    display: block;
    position: relative;
}

  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child>a,
    .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li.hs-item-has-children>.main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child>span> a{
    vertical-align: middle;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    outline: 0;
    cursor: pointer;
    font-size: .875rem;
    box-sizing: border-box;
    padding: .1875em 1em;
    line-height: 1.625;
    text-decoration: none!important;
    background-color: #209cdf;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all .3s ease;
    color: #fff!important;
    display: block;
}

  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child ,
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li.hs-item-has-children>.main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child{
    font-size: .875rem;
    padding: .625em 0 0 16px;
    border-top: 1px solid #eee;
    margin-top: 1px;
    line-height: 1.625;
}
  
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li:nth-last-child(2):after {
    content: none;

}
  .js-megaMenu-proceed:hover::after {
    transform: translate3D(100%,-50%,0);
    transition: all .1s ease;
}

.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li a:hover {
    color: #2cc0ff!important;
    transition: .1s;
}
    .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child>a:hover ,   
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li.hs-item-has-children>.main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child>span> a:hover{
    color: #fff!important;
    background-color: #60c4ef;
    transition: all .1s ease;
}

  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child.active>a {
    color: #fff;
    background-color: #60c4ef;
    position: relative;
    top: 2px;
}
  .mainNav-teaser.js-mainNav-trigger {
    position: absolute;
    top: 0;
    background-color: #eee;
    display: block;
    left: 100%;
    width: 100%;
    height: 520px;
    box-sizing: border-box;
    padding: 0 16px;
    cursor: pointer;
    z-index: 12;
    margin-left: -1px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility 0s .3s;
}

.mainNav-teaser figure {
    margin: 0 auto;
    margin-bottom: 8px;
}

.mainNav-teaser img {
    display: block;
    width: 100%;
    height: auto;
}

.mainNav-teaser h3, .mainNav-teaser p {
    margin-bottom: 0;
}

.mainNav-teaser a.button {
       vertical-align: middle;
    box-sizing: border-box;
    padding: .1875em 1em !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    line-height: 1.625;
    text-align: center;
    text-decoration: none!important;
    background-color: #209cdf;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease;
    color: #fff!important;
    font-size: .875rem;
    display: block;
}
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul> li:hover> .mainNav-teaser.js-mainNav-trigger {
    opacity: 1 !important;
    visibility: visible !important;
}
    .mainNav-teaser h3, .mainNav-teaser p {
    margin: 0;
}

.mainNav-teaser figure a {
    padding: 0 !important;
}

.mainNav-teaser a.button:hover {
    background-color: #60c4ef;
    color: #fff !important;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper > .dropdown-inner-wrapper>ul>li.clicked> .mainNav-teaser.js-mainNav-trigger,
   .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li >.main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li.clicked > .mainNav-teaser.js-mainNav-trigger {
    display: none;
}
  .mob-view {
   display: none !important; 
  }
  .mobile-trigger, .child-trigger{ display: none; }
  .dl-back {
        display: none;
    }
 .menu-overlay-desktop .menu-overlay:after {
    max-width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li.hs-item-has-children.clicked>a {
    background-color: #209cdf;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li.clicked >span > a ,  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li.active >span > a  {
    color: #000;
    font-weight: 700;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li> .main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li.hs-item-has-children>.main-dropdown-wrapper> .dropdown-inner-wrapper>ul>li:last-child span.wrapper {
    margin: 0;
    padding: 0;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul> li.clicked>span>span.js-megaMenu-proceed:after {
    transform: translate3D(0,-50%,0);
    right: .3125em;
    color: rgba(0,0,0,.6);
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
}
 .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li:last-child:before {
     content: "";
     display: block;
     width: 100%;
     border-bottom: 1px solid #fff;
  }
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li:after , .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li:last-child:after  {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid transparent;
    border-color: #fff;
}
.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li .mainNav-teaser.js-mainNav-trigger a ,.custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li a {
    white-space: normal !important;
  padding-right:0;
}
  .custom-menu-primary.bottom .hs-menu-wrapper>ul>li ul li ul li ul li   span.wrapper {
       padding-right: 0;
    margin-right: 0;
  }
   .custom-menu-primary .hs-menu-wrapper > ul li .mainNav-teaser a.button:hover {
    color: #fff !important;
}
}


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

/* Hide button on Desktop */


@media (max-width: 1023px){
  .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;
}
  .custom-menu-primary.mobile  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
opacity: 0;
visibility: hidden;
}
.custom-menu-primary.mobile .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul >li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
   opacity: 0;
   visibility: hidden;
}
 .custom-menu-primary .hs-menu-wrapper > ul li {
        position: static !important;
    }
.desktop-view {
   display: none !important; 
  }
 header.mainHeader.js-offCanvasMenu {
    height: 68px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.mainHeader-logo {
    position: absolute;
    display: block;
    width: 100px;
    height: 31.18px;
    top: 50%;
    transform: translateY(-50%);
}

.mainHeader-logo img {
    height: 100%;
}

.header-container-wrapper:before {
    content: "";
    display: block;
    width: 0;
    height: 68px;
}

header.mainHeader.js-offCanvasMenu:after {
    content: "";
    bottom: -20px;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.05) 50%,transparent);
    opacity: .5;
}
  .mobile-navigation {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 100;
}

.mobile-navigation ul.js-offCanvasMenu-triggers {
    margin: 0;
    list-style: none;
    padding: 0;
    pointer-events: all;
    position: absolute;
    top: 34px;
    right: 16px;
    transform: translateY(-50%);
    margin-right: -9px!important;
    z-index: 10;
    display: inline-block;
}

.mobile-navigation ul.js-offCanvasMenu-triggers li {
    display: block;
    width: 36px;
    height: 36px;
    float: left;
}

.mobile-navigation ul.js-offCanvasMenu-triggers li:after {
    content: "";
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
}



li#mainNav-search:after {
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/images/icon/download.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
  li#mainNav-region:after {
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/images/icon/location.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

li#mainNav-bar:after {
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/images/icon/trigger.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
  /* mobile menus 
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children ul{
      position: absolute !important;
      transform: translate(100%,0);
      padding: 0;
      top: 0;
      box-shadow: none;
      transition: 0.5s all !important;
      height: 100%;
      visibility: hidden;
      transform: translateX(100%);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: 100%;
      background-color: #eee;
      transition: transform .3s,visibility 0s .3s;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
        transform: translate(0, 0);
        top: 0;
        background: #f3f3f3 !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-menu-item.hs-item-has-children ul{
        position: absolute !important;
        transform: translate(100%,0);
        padding: 0;
        top: 0;
        box-shadow: none;
        transition: 0.5s all !important;
        background-color: #fff;
        height: auto;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.child-open.hs-menu-item.hs-item-has-children ul {
        transform: translate(0, 0);
        left: 0 !important;
    }
    
*/
    
    .menu-text,
    li.dl-back a{
      
    }
    
    .dl-back {
        border-bottom: 0 !important;
        padding: 10px 0;
    }
    .custom-menu-primary.mobile .hs-menu-wrapper ul .dl-back {
    background-color: #686868;
    padding: 0;
}

.custom-menu-primary.mobile .hs-menu-wrapper ul .dl-back span {
    display: block;
    padding: 10.67px 16px 10.67px 36px;
    position: relative;
    color: #fff;
}

.dl-back span:before {
    font-family: FontAwesome;
    font-size: .75em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    line-height: 1.625rem;
    font-weight: 400;
    content: "";
    margin-right: 0;
    color: inherit;
    position: absolute;
    left: 0;
    transform: translate(16px,-50%);
}
  
  .custom-menu-primary.mobile {
    box-sizing: content-box;
    padding-bottom: 88px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 9999;
    margin-top:68px;
}



.custom-menu-primary.mobile .hs-menu-wrapper {
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: auto;
    width: 100%;
    background-color: #eee;
    transition: all 0.3s;
}

.mobile-open .custom-menu-primary.mobile .hs-menu-wrapper {
    transform: translateX(0);
    top: auto;
    visibility: visible;
    z-index: 99;
     transition: all 0.3s;
}

.mobile-open .custom-menu-primary.mobile {
    display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.custom-menu-primary.mobile .hs-menu-wrapper ul li {
    float: none !important;
    display: block !important;
    width: 100% !important;
}

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

.custom-menu-primary.mobile .hs-menu-wrapper ul li a {
    color: #000;
    display: block;
    padding: 10.67px 16px;
    position: relative;
}
.custom-menu-primary.mobile .hs-menu-wrapper> ul > li:nth-child(5)> a,
  .custom-menu-primary.mobile .hs-menu-wrapper> ul > li:nth-child(6) > a,
  .custom-menu-primary.mobile .hs-menu-wrapper >ul > li:nth-child(7) >  a,
  .custom-menu-primary.mobile .hs-menu-wrapper >ul > li:nth-child(8)>  a,
  .custom-menu-primary.mobile .hs-menu-wrapper> ul >  li:nth-child(9) >  a,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul >  li:nth-child(10)  > a {
    background: #fff;
    font-size: .875rem;
    background-color: #fff;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

  span.js-offCanvasMenu-proceed {
    height: 100%;
    box-sizing: content-box;
    width: 1.625em;
    padding: 0 .625em;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #fff;
}

span.js-offCanvasMenu-proceed:after {
    font-family: FontAwesome;
    font-size: .75em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 50%;
    line-height: 1.625rem;
    font-weight: 400;
    content: "";
    margin-left: 0;
    color: #008edb;
    position: absolute;
    right: 50%;
    transform: translate3D(50%,-50%,0);
    transition: all .3s ease;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(5)> a span.js-offCanvasMenu-proceed,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6)> a span.js-offCanvasMenu-proceed ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(7)> a span.js-offCanvasMenu-proceed ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(8)> a span.js-offCanvasMenu-proceed ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(9)> a span.js-offCanvasMenu-proceed ,
    .custom-menu-primary.mobile .hs-menu-wrapper >  ul > li:nth-child(10)> a span.js-offCanvasMenu-proceed  {
    border-color: #eee;
}
.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li:last-child> a,.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li>ul >li:last-child> a {
    display: block;
    padding: 10.67px 16px;
    position: relative;
    color: #fff;
}
 .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(5)>ul> li:last-child,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6)> ul> li:last-child ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(7)> ul> li:last-child ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(8)> ul> li:last-child ,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(9)> ul> li:last-child ,
    .custom-menu-primary.mobile .hs-menu-wrapper >  ul > li:nth-child(10)> ul> li:last-child  {
   background-color: transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li:last-child ,.custom-menu-primary .hs-menu-wrapper > ul >li>ul> li>ul >li:last-child{
           background-color: #008edb;
}
   .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(5)>ul> li:last-child a,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(6)> ul> li:last-child a,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(7)> ul> li:last-child a,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(8)> ul> li:last-child a,
    .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:nth-child(9)> ul> li:last-child  a,
    .custom-menu-primary.mobile .hs-menu-wrapper >  ul > li:nth-child(10)> ul> li:last-child  a {
      color: #000;
}
  /* dl back */
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
   overflow: hidden;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
    text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute !important;
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: .3s all !important;
    left: 100% !important;
    width: 100%;
    z-index: 999;
    background-color: #eee;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-menu > ul.hs-menu-children-wrapper {
   left: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper  ul:after {
    display: block;
    height: 20px;
    bottom: -20px;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.11),rgba(0,0,0,.05) 50%,transparent);
}
  .mobile-open li#mainNav-bar:after {
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/close-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
  .custom-region-open div#mainNav-region {
    display: block;
}
}


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


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

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

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

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

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


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

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

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

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

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

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

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

#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;
    padding: 0;
}

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

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

.comment-date {
    text-align: left;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field { 
  margin-bottom:18px;
}

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

/* Labels and Legends */
label {}
.hs-form-field>label {
    margin-bottom: 5px;
    display: block;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
    padding: 6px .75em;
    width: 100%;
    padding-left: 10px;
    background-color: #fff;
    border: 1px solid #686868;
    color: inherit;
    font: inherit;
    margin: 0;
    display: block;
    max-width: 767px;
    -webkit-appearance: none;
} 
#email-prefs-form .email-edit {
    max-width: 767px !important;
}
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 {}
input.mainNav-search-field {
    background: #8e8e8e;
    color: #fff;
    padding: 0 48px 0 14px;
    border: 0;
    box-sizing: border-box;
    width: 100%;
    transition: all .3s ease;
    display: block;
    height: 34px;
    line-height: 34px;
    outline: 0;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


/* =============== 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;
}
ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    color: red;
}
/* =============== 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"] {
  -webkit-appearance: none;
  text-decoration: none !important;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: .1875em 32px;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
  background-color: #209cdf;
  color: #fff;
  transition: all .3s ease;
  margin:20px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
      color: #fff!important;
    background-color: #60c4ef;
    transition: all .1s ease;
}

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


/* =============== 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                                      
   ========================================================================== */
/*  blog breadcrumb */
.wrapper.breadcrumb {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.breadcrumbNav {
    padding-bottom: .5rem;
    font-size: .875rem;
    color: #686868;
    border-bottom: #686868 solid 1px;
}

.breadcrumbNav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 2px;
}

.breadcrumbNav-item {
    float: left;
}

.breadcrumbNav-item:not(:last-child) {
    margin-right: .5rem;
}

.breadcrumbNav-list:after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumbNav a, .breadcrumbNav a:link, .breadcrumbNav a:visited {
    color: #686868;
    text-decoration: none;
}

.breadcrumbNav-item:not(:last-child)::after {
    content: "";
    font-family: FontAwesome;
    font-size: 1em;
    line-height: 1;
    vertical-align: middle;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .4rem;
}

.breadcrumbNav a:hover {
    color: #2cc0ff;
    text-decoration: underline;
}
.hs-blog-header h1 {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.15;
}
.blog-list-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.filter-title {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.625;
    background-color: #eee;
    color: #000;
    border-bottom: #fff solid 1px;
    padding: 0;
    transition: .3s;
    position: relative;
}

.filter-title a {
    color: #000;
}

.filter-title a h3 {
    margin-top: 0;
    font-size: 1.063rem;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0;
}

.filter-title:after {
    content: "";
    font-size: 1rem;
    line-height: 1.625;
    display: block;
    padding: .5rem 0;
    text-align: center;
    box-sizing: border-box;
    width: 2.625rem;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/download%20%281%29.svg) 50% 50% no-repeat #209cdf;
    pointer-events: none;
    transform: translateY(-50%);
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/download.svg);
}
.custom-reset-filter .widget-module {
    padding: 1rem;
    margin-top: -1rem;
    background-color: rgba(238,238,238,.5);
}


.custom-reset-filter .block h3 {
    margin: 0;
}

.custom-reset-filter  .widget-module ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto 1rem;
}

.custom-reset-filter  .widget-module ul li {
    position: relative;
    margin-bottom: .5rem;
    padding-left: 0;
}

.custom-reset-filter  .widget-module ul li a {
    display: inline-block;
    padding-left: 1.2em;
    padding-right: .6em;
    margin-right: -.6em;
    color: #008edb;
    text-decoration: none!important;
    position: relative;
    transition: padding .3s;
}

.custom-reset-filter  .widget-module ul li a:before {
    font-family: FontAwesome;
    font-size: .75em;
    line-height: 2.16667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    vertical-align: middle;
    margin-right: .5em;
    color: #008edb;
    position: absolute;
    left: .2em;
}

.custom-reset-filter  .widget-module ul li a:hover {
    padding-left: 1.8em;
    padding-right: 0;
    transition: padding .1s;
}

.custom-reset-filter  span.filter-link-count {
    display: none;
}
.custom-filter.active .filter-title:after {
    background-image: none;
    background: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/plus-icon.svg) 50% 50% no-repeat #209cdf;
}
.filter-title:hover {
    transition: .1s;
}

.filter-title:hover:after ,.custom-filter.active .filter-title:hover:after {
    background-color: #60c4ef;
}
.blog-pagination {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 4px 0;
    margin-bottom:16px;
}

.blog-pagination >div {
    display: inline-block;
}

.blog-pagination a {
    height: 24px;
    width: 24px;
    display: inline;
    color: #fff!important;
    background: #209cdf;
    font-size: .875rem;
    margin-right: 8px;
    line-height: 24px;
    text-align: center;
}

.blog-pagination  a {
    display: inline-block;
}

.blog-pagination a.active {
    background: #000;
    cursor: auto;
}

.blog-pagination a:hover {
    text-decoration: underline;
}

.blog-pagination a.active:hover {
    text-decoration: none;
}
/* post listing */
.blog-listing-wrapper .post-listing .post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link {
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 16px);
    padding-bottom: 22.22%;
    margin-bottom: 0;
    float: left;
    height: 0;
    display: block;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link img {
    margin: 0 auto 1rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 79px;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    object-fit: cover;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center,transparent,transparent,rgba(0,0,0,.08));
}
.blog-listing-wrapper .post-listing .post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link {
    overflow: hidden;
    position: relative;
    width: calc(33.33% - 16px);
    padding-bottom: 22.22%;
    margin-bottom: 0;
    float: left;
    height: 0;
    display: block;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link img {
    margin: 0 auto 1rem;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 79px;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    object-fit: cover;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(circle at center,transparent,transparent,rgba(0,0,0,.08));
}

.post-header {
    float: right;
    width: 66.67%;
    box-sizing: border-box;
    padding-left: 16px;
}
.no-feature-image .post-header {
  float:none;
  width:100%;
  padding-left:0;
}
.post-header .post-date {
    display: block;
    margin: 0 0 .25rem;
    font-size: .875rem;
}

.post-header  h2 {
    line-height: 1.2;
    font-size: 1.063rem;
    font-weight: 700;
    margin: 0 0 .25rem;
}

.post-header h2 a {
    color: inherit;
}

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

.post-header p {
    margin-top: 0;
    line-height: 26px;
}

div#hubspot-topic_data a {
    text-decoration: none;
    display: inline-block;
    color: #008edb;
}

div#hubspot-topic_data a:hover {
    color: #2cc0ff;
    text-decoration: underline;
}
.post-image-wrapper img {
    width: 100%;
    margin: 0 auto 1rem;
    height: auto;
}
.section.post-header {
    width: 100%;
    display: block;
    padding-left: 0;
}

.section.post-header h1 {
    font-size: 2.625rem;
    font-weight: 400;
    line-height: 1.15;
    margin-top: 27px;
}

.section.post-body {
    line-height: 26px;
}
.iconBox.is-product-finder {
    margin-bottom: 4rem;
}

.mainContent .iconBox {
    padding-left: 25%;
    padding-right: 8px;
    position: relative;
    left: 8px;
    min-height: 25%;
}

.iconBox.is-product-finder {
    padding-left: 25%;
    padding-right: 8px;
    position: relative;
    left: 8px;
    min-height: 25%;
    margin-bottom: 4rem;
}

.iconBox.is-product-finder:before {
    width: calc(25% - 8px);
    height: 0;
    padding-bottom: calc(25% - 8px);
    position: absolute;
    top: 0;
    left: -8px;
    border-radius: 0;
    content: "";
    display: block;
    background: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/download%20image.svg) 50% 50% no-repeat #eee;
    background-size: contain;
}

header.iconBox-header {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: #686868 solid 1px;
}

header.iconBox-header h3 {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.iconBox-content ul {
    margin: 0 auto 1rem;
    list-style: none;
    padding-left: 0;
}

.box.box-info {
    margin-bottom: 1rem;
    margin-top: .33333rem;
}

.box.box-info h2 {
    display: none;
}

ul.box-list {
    list-style-type: circle;
    padding-left:40px;
}

ul.box-list li a {
    color: #008edb;
    text-decoration: none;
}

ul.box-list li a:hover {
    color: #2cc0ff;
    text-decoration: underline;
}
.newsDetail_footer {
    display: block;

}

.newsDetail_footer a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: .1875em 32px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.625;
    text-align: center;
    text-decoration: none!important;
    background-color: #209cdf;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    transition: all .3s ease;
}

.newsDetail_footer a:hover {
    text-decoration: none;
    color: #fff!important;
    background-color: #60c4ef;
    transition: all .1s ease;
}

.no-nav .pageDisclaimer-disclaimerNav.pageDisclaimer-permalink {
    display: none;
}

.no-nav .pageDisclaimer-disclaimerNav ul li:not(:last-child) {
    display: none;
}

.no-nav ul.js-offCanvasMenu-triggers {
    display: none;
}
/* Styles that do not fit into any of the available sections above can go here. */
.menu-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: fixed;
}

.menu-overlay:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility 0s .3s;
}

.mobile-open .menu-overlay:after , .custom-region-open .menu-overlay:after ,  .custom-search-open .menu-overlay:after , .menu-overlay-desktop  .menu-overlay:after  {
    visibility: visible;
    opacity: .75;
    transition: opacity .1s,visibility 0s;
}
.mobile-open .menu-overlay , .custom-region-open .menu-overlay ,  .custom-search-open .menu-overlay , .menu-overlay-desktop  .menu-overlay  {
    z-index: 3;
  }
.comment-date, .comment-from {
    display: block;
}
/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */


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

@media (max-width: 1231px)  and (min-width: 1024px) { 
  div#site-wrapper {
    margin-left: -80px;
    margin-right: -80px;
    min-height: 100vh;
}
  
}

@media (max-width: 1023px) { 
  html {
    font-size: 15px;
     overflow-x: hidden;
}

.container-fluid .row-fluid .page-center {
    padding-left: 32px;
    padding-right: 32px;
}


.footer-top-wrapper .socialMediaChannels li {
    width: 45px;
}

.footer-top-wrapper ul {
    margin-bottom: 22px !important;
}

.footer-top-wrapper h3 {
      font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 1.133rem;
    font-weight: 700;
    line-height: 1.45;
    padding-bottom: 8px;
}


.footer-top-wrapper {
    padding-top: 16px;
    font-size: .875rem;
}
  /* header search */
  div#mainNav-search {
    box-sizing: content-box;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    overflow: visible;
    display: none;
}

div#mainNav-search:before {
    content: "";
    display: block;
    width: 0;
    height: 68px;
}

.mainNav-search>.wrapper {
    pointer-events: all;
    padding: 10.67px 16px;
    box-sizing: border-box;
    width: 100%;
    background-color: #686868;
}

.mainNav-search-form {
    position: relative;
}

input.mainNav-search-field {
    display: block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    padding: 0 48px 0 14px;
    border: 0;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    transition: all .3s ease;
    max-width: 100%;
}

button.mainNav-search-button {
    display: block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    padding: 0;
    width: 34px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #209cdf;
    transition: all .3s ease;
}

button.mainNav-search-button svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    position: relative;
    top: 2px;
}

.mainNav-search-form input::placeholder {
    color: rgba(255,255,255,.5);
}
  /* language */
  div#mainNav-region {
    box-sizing: content-box;
    padding-bottom: 88px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    min-height: 125.938px;
    display:none;
}

div#mainNav-region:before {
    content: "";
    display: block;
    width: 0;
    height: 68px;
}



div#mainNav-region .mainNav-level {
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: auto;
    width: 100%;
    background-color: #eee;
    transition: transform .3s,visibility 0s .3s;
    transform: translateX(0);
    top: auto;
    visibility: visible;
    z-index: 4;
    transition: transform .3s;
}

.mainNav-level:before {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-bottom: 0 solid #fff;
}

.mainNav ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

div#mainNav-region ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

div#mainNav-region ul li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

div#mainNav-region ul li a {
    color: #000;
    display: block;
    padding: 10.67px 16px;
    position: relative;
}

div#mainNav-region ul li:last-child {
    background-color: #008edb;
}

div#mainNav-region ul li:last-child a {
    color: #fff;
}
  /* blog css */
  .hs-blog-header h1 {
    font-size: 2.267rem;
    line-height: 1.15;
    margin-bottom: 2rem;
}
  .section.post-header h1 {
    font-size: 2.267rem;
    line-height: 1.15;
    margin-bottom: 2rem;
}
  .hs-blog-post .blog-sidebar {
    width: 100% !important;
    margin-left: 0 !important;
}

.hs-blog-post .blog-content {
    width: 100% !important;
}

.newsDetail_footer {
    overflow: hidden;
    color: both;
      margin-top: 100px;
}
div#mainNav-region ul li a:hover {
    text-decoration: none;
}
.custom-region-open li#mainNav-region:after {
    background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/close-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
  .custom-search-open li#mainNav-search:after {
      background-image: url(//cdn2.hubspot.net/hubfs/1720957/Lenze_April2019%20Theme/close-icon.svg);
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
  }
  .custom-search-open   div#mainNav-search {
    display:block;
  }
  div#mainNav-search:after {
    content: "";
    bottom: -20px;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.05) 50%,transparent);
}
  div#mainNav-region .mainNav-level:after {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    height: 20px;
    bottom: -20px;
    background-color: transparent;
    background: linear-gradient(to bottom,rgba(0,0,0,.15),rgba(0,0,0,.05) 50%,transparent);
}
}
/* =============== Landscape tablet and smaller devices =============== */
 
@media (max-width: 790px) and (min-width: 768px) { 
  .pageDisclaimer.page-center {
    height: 30px;
    background-color: #eee;
    color: #000;
    font-size: .875rem;
    line-height: 20px;
}
.pageDisclaimer-copyRight {
    float: left;
    position: relative;
    top: 5px;
}
.pageDisclaimer-disclaimerNav.pageDisclaimer-permalink {
    position: relative;
    top: -15px;
}

.pageDisclaimer-disclaimerNav {
    float: right;
    margin-top: 14px;
}
}
@media (max-width: 767px) { 
  .pageDisclaimer li {
    width: auto !important;
    float: left !important;
}
.breadcrumbNav-item {
   line-height:21px;
}


.pageDisclaimer-disclaimerNav {
    height: 30px;
}


.pageDisclaimer-disclaimerNav:last-of-type {
    float: left;
    padding-left: 20px;
}

.footer-top-wrapper .row .col-sm-3 {
    width: 100%;
    float: none;
}
  .pageDisclaimer-disclaimerNav.pageDisclaimer-permalink {
    width: 45px;
}
  /* blog */
  .blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link {
    float: none;
    width: 100%;
    margin-bottom: 15px;
     padding-bottom: 66.66667%;
}

.post-header {
    float: none;
    width: 100%;
    padding-left: 0;
}

.blog-listing-wrapper .post-listing .post-item a.hs-featured-image-link img {
    height: 125px;
}
}  
@media (max-width:750px) {  
  .banner-image {
      position: relative;
  }
.banner-image:after {
    content: "";
    background: linear-gradient(to top,rgba(255,255,255,.8),rgba(255,255,255,.9) 25%);
    float: none;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 37px!important;
    padding-bottom: 25px!important;
}
}
@media (max-width: 639px) {  
.container-fluid .row-fluid .page-center {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media (max-width: 518px) {  
  .pageDisclaimer-disclaimerNav:last-of-type {
    float: right;
    padding-left: 0;
}
.pageDisclaimer-disclaimerNav ul li:first-child {
    margin-left: 15px !important;
}
.pageDisclaimer-disclaimerNav {
    height: auto;
}
 .no-nav .pageDisclaimer-disclaimerNav:last-of-type {
    float: left;
    padding-left: 0;
}
}

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

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