/* ==========================================================================
   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                                            
   ========================================================================== */
:root {
    --odoscope-primary: #009FEF;
    --odoscope-secondary: #00b5e8;
    --odoscope-primary-text: #000000;
    --odoscope-secondary-text: #5f5f5f;
    --odoscope-border: #dcdcdc;
  
    --odoscope-primary-font: 'DINPro-Medium';
    --odoscope-secondary-font: DINPro;
}
@import url('//fonts.googleapis.com/css?family=PT+Sans:400,700');
/* DIN Pro */
@font-face{
    font-family: DINPro;
    src: url('//cdn2.hubspot.net/hubfs/4404980/osc%20Templates/Fonts/DINPro.ttf') format("truetype");
}
/* DIN Pro Bold */
@font-face{
    font-family: DINProBold;
    src: url('//cdn2.hubspot.net/hubfs/4404980/osc%20Templates/Fonts/DINPro-Bold.ttf') format("truetype");
}
/* Din Pro Medium */
@font-face{
    font-family: DINPro-Medium;
    src: url('//cdn2.hubspot.net/hubfs/4404980/osc%20Templates/Fonts/DINPro-Medium.ttf') format("truetype");
}
/* =============== @import, @font-face, and CSS File Includes =============== */  

/* EX: @import url('http://example.com/example_style.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; 
}


 
div.update2021 > div > div > div
  {
    background:none !important;
  }
  

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

/* ==============!! IMPORTANT !!============== 
 * Do not delete the styling here. It's the moving logo style!
 * */

.st2  { fill: #1D1D1B; }
.st10 { fill: #009FEE; }
.st13 { fill: #009FEE; }
/* Inverted Moving Logo */
.st-white  { fill: #FFFFFF; }
/* End moving logo style */

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

div.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-weight: 700;
    transition: color .1s,background-color .1s,padding .2s ease-in;
    padding: 4px 0;
    margin: 0 12px;
    color: var(--odoscope-primary-text);
    font-size: 1rem;
}
body.mobile-open div.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  padding: 4px 0;
  color: white;
}
.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;
}
div.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 5px 0px;
}
/* Test Fix Bug - Karina 28-10-2019 -- Menu Footer was bold and with box-shadow when hover */
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    box-shadow: none !important;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper a {
    font-weight: normal !important;
}
.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper a {
    font-weight: normal !important;
}
/* ----- End fixes -----*/

body.mobile-open div.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  box-shadow: none;
  background-color: var(--odoscope-primary);
}
.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: var(--odoscope-primary-text); 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; }

.checkbox-row input {
    vertical-align: middle;
    padding: 0;
    float: left;
    width: 12px;
    max-width: 12px;
    margin-top: 3px;
}


input[type="checkbox"] {
    vertical-align: middle;
    padding: 0;
    float: left;
    width: 12px;
    max-width: 12px;
    margin-top: 3px;
}

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

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
    font-family: var(--odoscope-secondary-font), var(--odoscope-primary-font);
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
  /*background: #fcfcfc;*/
  background: white;
  line-height: 20px;
  font-family: var(--odoscope-secondary-font), var(--odoscope-primary-font);
  letter-spacing: 1px;
  color: var(--odoscope-primary-text);
  font-size: 1rem;
  font-weight: 300;
  overflow-x: hidden;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;

  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: white;
  background: var(--odoscope-primary);
  text-shadow: none;
}
::selection {
  color: white;
  background: var(--odoscope-primary);
  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-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
    margin:10px 0 15px;
    line-height:120%;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 700;
  font-size: 3rem;
  color: var(--odoscope-primary);
}
h2 {  
  font-weight: 500;
  color: var(--odoscope-primary-text);
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 500;
  color: var(--odoscope-primary-text)
}
h4 {
  font-weight: 700;
  font-size: 1.6rem;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a { 
 		text-decoration: none;
     color: var(--odoscope-primary);
}
a:hover, a:focus {}

/* 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 {}
/*.land .mobile-trigger {
    display: none !important;
}*/

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

.header-container-wrapper {

}
.header-container {}
.subscribe-options label {
    margin-left:  0;
}

.custom-header .page-center > .row-fluid-wrapper >.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
    /*max-width: 100%;*/
    max-width: 85%;
    height: 100px;
    position: relative;
    /*height: 125px;*/
    height: 80px;
    padding: 0 20px;
}

.custom-header {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: static;
    background: #fff;
    z-index: 1000;
    top: -150px;
}

.custom-header .page-center > .row-fluid-wrapper >.row-fluid:before,.custom-header .page-center > .row-fluid-wrapper >.row-fluid:after {
    display: none;
}

.custom-top-menu {
    position: absolute;
    top: 5px;
    right: 10px;
    width: auto !important;
    margin-left:  0 !important;
    display: none !important;
}

.custom-top-menu .hs-menu-wrapper > ul > li {
    padding: 5px 10px;
    display: inline-block;
    vertical-align:  middle;
}

.custom-top-menu .hs-menu-wrapper > ul > li a {
    text-decoration:  none;
    text-decoration: none;
    color: var(--odoscope-primary-text);
    font-size: .8125rem;
}
.banner-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    margin-top: 0;
    z-index: 1;
}
.banner-area a{
 font-family: var(--odoscope-primary-font);
 color: var(--odoscope-primary);
 border: 2px solid var(--odoscope-primary);
 background: 0 0;
 text-decoration: none;
 padding: 10px 20px;
 display: inline-block;
 text-align: center;
 width: auto;
 -webkit-transition: all .5s ease;
 transition: all .5s ease;
 position: relative;
}

.mobile-only{
	display: none !important;
}
@media screen and (max-width:500px){
  .mobile-only {
    display: block !important;
  }
}
 
}
.banner-area a:hover{
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
    color:  white;
}
.banner-content-wrap {
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45%;
    padding: 20px;
    left: 0;
}
.banner-inner {
    position:  relative;
    min-height: 100%;
}

/*.custom-header:after {
    content:  "";
    height: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.4);
    display:  block;
}*/
.banner-content {
    background: rgba(255,255,255,.9);
    position:  relative;
    padding:  20px;
}

.banner-area h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--odoscope-primary);
    margin:  0;
    padding: 10px 0;
    font-family: DINPro-Medium;
    font-weight: 400;
 }

.update2021 .banner-inner {
  max-height:400px;
}
.update2021 .banner-area {
  max-height:400px;
  overflow:hidden;
}


.update2021 .banner-content {
    background: none;
    position:  relative;
    padding:  20px;
}

.update2021 .banner-area h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: white;
    margin:  0;
    padding: 10px 0;
    font-family: DINPro;
    font-weight: 600;
    text-align:center;
}

.update2021 .banner-content-wrap {
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 20px;
    left: 0;
 }


@media screen and (min-width:1900px){
  .banner-area h1 {
    font-size: 3rem;
line-height: 3.5rem;
    font-weight: 300;
  }
}

.banner-subtitle {
    margin:  0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary-text);
}




.custom-logo {
    width: auto;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.custom-logo img, .custom-logo svg {
    width: 100%;
    /*max-width: 219px;*/
    max-width: 300px;
    left: 2px;
    top: -2px;
    position: relative;
    margin-top: 10px;
    margin-left: 18px;
 
}
.mobile-open .custom-menu-primary.js-enabled > div > span {
    width:  100%;
}

.hs-blog-post .section.post-body {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary-text);
}
.banner-area img {
    width:  100%;
    max-height: 700px;
}

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

.blog .body-container-wrapper {
  background: white;
}
.body-container {}

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


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

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


.custom-footer-top {
    max-width:  1440px;
    margin:  0 auto !important;
    float:  none !important;
    padding:  0 20px;
}
.custom-copyright p {
    margin:  0;
    font-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
    font-size: 1rem;
    line-height: 2rem;
    padding: 10px 0;
    color: var(--odoscope-primary-text);
    text-align:  center;
}
.custom-copyright a {
    color: black !important;
}
.custom-copyright a:hover {
    color: var(--odoscope-primary) !important;
}

.custom-footer {
    background: #f7f8f9 !important;
    border-top: 1px solid #e8eaf0 !important;
}

.custom-footer-top > .row-fluid-wrapper > .row-fluid:before,.custom-footer-top > .row-fluid-wrapper > .row-fluid:after {
    display:  none;
}

.custom-footer-top > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.custom-social.box {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: left;
    padding-bottom: 10px;
    width: auto !important;
    position: relative;
    top: 3px;
}

.custom-social.box p {
    color: var(--odoscope-primary-text);
    font-size: 15px;
    line-height: 23px;
    margin: 0;
    font-family: var(--odoscope-secondary-font);
    padding: 10px 0;
}

.custom-social.box > div > span > div {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.custom-social.box > div > span > div a {
    padding-right: 30px;
}


.custom-footer-top {
    margin-bottom: 8px !important;
}
.custom-footer-menu.box {
    padding: 20px;
    margin-left: 0 !important;
    width:  auto !important;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    padding-top: 5px;
    text-align: left;
}

.custom-footer-menu a {
    color: black !important;
    font-size: 1.2rem !important;
}


.custom-footer-menu.box .hs-menu-wrapper > ul {
    display:  block;
}

.custom-footer-menu.box .hs-menu-wrapper > ul ul {
    position:  static !important;
    visibility:  visible !important;
    opacity:  1 !important;
    display:  block !important;
}

.custom-footer-menu.box .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    display: block;
    color: var(--odoscope-primary);
    font-weight: 700;
    margin: 0px;
    font-size: 19px;
    line-height: 29px;

}

.custom-footer-menu.box .hs-menu-wrapper > ul > li ul ul li a {
    text-decoration: none;
    color: var(--odoscope-primary-text);
    font-family: var(--odoscope-primary-font);
    line-height: 21px;
}

.custom-footer-menu.box .hs-menu-wrapper > ul > li ul ul li {
    list-style-type: none;
    /* padding-bottom: 10px; */
    font-size: 14px;
}


.custom-footer-menu.box .hs-menu-wrapper {
     
}



.custom-footer-menu.box .hs-menu-wrapper > ul {

}

.custom-footer-menu.box .hs-menu-wrapper > ul > li {
 
}
  
.custom-footer-menu.box .hs-menu-wrapper > ul > li >  ul {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

.custom-footer-menu.box .hs-menu-wrapper > ul > li >  ul > li {
    padding-top: 10px;
  	padding-right: 10px;
    -ms-flex-preferred-size: 35%;      
    flex-basis: 35%;
}

.custom-footer-menu.box > div {
    width:  100%;
}          

.custom-footer-menu.box .hs-menu-wrapper > ul > li {    
    float:  none !important;
}


.custom-footer-menu.werden {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
    width:  auto !important;
    margin-left:  0 !important;
}


.custom-werden.box {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    text-align: left;
    margin-left: 0;
    width: auto;
    position: relative;
    top: 3px;
}


.custom-werden.box h2 {
    margin:  0;
    color: var(--odoscope-primary);
    font-weight: 700;
    font-family: var(--odoscope-primary-font);
    font-size: 1.2rem;
    line-height: 2rem;
    padding:  10px 0;
}

.custom-werden.box p {
    margin:  0;
    color: var(--odoscope-primary-text);
    font-size: 15px;
    line-height: 23px;
    font-family: var(--odoscope-secondary-font);
    padding:  20px 0;
}

.custom-werden.box  a {
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary);
    border: 2px solid var(--odoscope-primary);
    background: 0 0;
    text-decoration:  none;
    padding: 10px 20px;
    display: inline-block;
  text-align: center;
    width: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}
.custom-werden.box a {
    background-color: var(--odoscope-primary);
    border-radius: 20px;
    color: white;
    padding: 13px 35px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}
.custom-werden.box A:hover {
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
.body-container .page-center {
    max-width:  980px;
    padding:  0 20px;
}
.body-container {
    padding:  30px 0;
}
.osc-prices {
    display: flex;
    padding-top: 10px;
}
.osc-prices a {
    margin: auto 0;
}
.osc-prices a:first-child {
    padding-right: 15px;
}

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


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

/* Parent List */



.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    position: relative;
    display: block;
    -webkit-transition: color .1s,background-color .1s,padding .2s ease-in;
    transition: color .1s,background-color .1s,padding .2s ease-in;
    padding: 8px 0;
    margin: 0 12px;
    /*font-weight:  700;*/
    color: var(--odoscope-primary-text);
    line-height:  20px;
    font-size:1.1rem;
    font-family: var(--odoscope-secondary-font);
    /*font-family: "DIN Pro";*/
    font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-top: 3px;
    /*padding-right: 20px;*/
    padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{
/*    color: var(--odoscope-primary); */
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    background: var(--odoscope-primary);
    color: #ffffff;
    letter-spacing: 1px;
    border-width: 1px;
    border-style: solid;
    border-radius: 25px;
    border-color:var(--odoscope-primary);  
    text-transform: uppercase;

}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:hover {
    color: var(--odoscope-primary);
    background: #ffffff;
    border-color:var(--odoscope-primary);
}
 

  
.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
/*    border: 2px solid var(--odoscope-primary);
    background: 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 20px;
    padding:  0;
    margin-right: 20px;  
  */
    margin: -3px 20px 0 10px;
}

.header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a
{
    line-height:  1.2rem  !important;
    font-size:1.0rem  !important;
    /*font-family: var(--odoscope-primary-font);*/
    /*font-family: "DIN Pro";*/
    font-family: var(--odoscope-secondary-font);
    font-weight: 400 !important;
}


.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-of-type) > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--odoscope-primary);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,transform .2s ease-out;
    transition: color .1s,transform .2s ease-out,-webkit-transform .2s ease-out;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-of-type) > a:hover {
    color: var(--odoscope-secondary-text);
    text-decoration: none;
}*/

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: var(--odoscope-primary);
    text-decoration: none;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-of-type) > a:hover:before, .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-of-type).active > a:before {
    -webkit-transform-origin: left top!important;
    transform-origin: left top!important;
    -webkit-transform: scale(1,1)!important;
    transform: scale(1,1)!important;
}*/

/*.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type:hover {
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type:hover a {
    color:  #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    margin-left: 31px;
}*/




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


.mobile-trigger {
    display:  none !important;
}

.smaller .mobile-trigger {
    display: inline-block !important;
}

 .mobile-trigger{
    cursor: pointer;
    position: absolute;
    top: 27px;  
    right: 0;
    margin-top: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 10000;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 30px;
    height: 4px;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */

.mobile-open .mobile-trigger i:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    right: -1px;
}
.custom-menu-primary.js-enabled {display:  none;}
.mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: -2px;
}

.mobile-open .mobile-trigger i {
    background:  none;
}
@keyframes mNavSlideDown {
  from   { height: 0; }
  to { height: 100vh; }
}

.mobile-open .mobile-trigger {
-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 10px;
}

.mobile-open {
    overflow:  hidden;
}

.mobile-open .custom-menu-primary.js-enabled {
    display: block !important;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    position: fixed;
    bottom: auto;
    margin-left: 0 !important;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    background-color: var(--odoscope-primary);
    overflow: auto;
    -webkit-animation-name: mNavSlideDown;
    animation-name: mNavSlideDown;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    width: 100% !important;
}

.smaller .custom-header-scroll .page-center > .row-fluid-wrapper:not(:last-of-type) >.row-fluid{
    height: 68px;  
}
.smaller .custom-header {
    /*background: var(--odoscope-primary);*/
    background: white;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
    position: fixed;
    transform: translateY(0px);
    top: 0;
    top: 0;
    right:  0;
    left:  0;
    z-index:  1000;
    left: 0;
    z-index: 999;
}

.custom-menu-primary.js-enabled  > ul {
    display: none;
}

.smaller .custom-header .page-center > .row-fluid-wrapper >.row-fluid {
    height: 68px;
} 

.smaller .custom-header img {
    width: 80%;
}

.smaller .custom-menu-primary.js-enabled > ul {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
}

.smaller .custom-menu-primary.js-enabled > ul > li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
    text-align: right;
    color: #fff;
}

.smaller .custom-menu-primary.js-enabled > ul > li a {
    text-decoration: none;
    color: var(--odoscope-primary-text);
    font-size: .8125rem;
    color:  #fff;
}

.mobile-open .custom-menu-primary.js-enabled > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.smaller .custom-logo {
    width: 100%;
    margin-left: 0;
    position: relative;
    transform: none;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
}

.smaller .custom-logo img, .smaller .custom-logo svg {
    /*margin-top: 14px;*/
    /*max-width: 222px;*/
    max-width: 200px;
    left: 0;
    top: 0;
    position: absolute;
    margin-top: 0;
}

.custom-logo a:last-of-type {
    display:  none;
}

.smaller .custom-logo a:last-of-type {
    display: inline-block;
}
.custom-header-wrap {
min-height: 125px !important;
    position: relative;
    z-index: 10;
}
.smaller .custom-logo a:first-of-type {
    display:  none;
}

.smaller .custom-top-menu {
    display:  none !important;
}

.custom-menu-primary.js-enabled {
    display:  block;
}

.smaller .custom-menu-primary.js-enabled {
    display:   none;
}  
.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:981px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
  .custom-menu-primary.js-enabled {
    width: 73% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 18px;
    margin-left:  0 !important;
    right: 0;
}
  
  
/*  .smaller .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
    color:  #fff;
}*/
.smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding: 5px 20px;
    margin: 0 12px;
    position: relative;
    display: block;
    color:  #fff;
    -webkit-transition: color .1s,background-color .1s,padding .2s ease-in;
    transition: color .1s,background-color .1s,padding .2s ease-in;
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    text-align:  center;
    padding: 0 20px;
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul {
    float:  none;
    text-align:  center;
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--odoscope-primary);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,transform .2s ease-out;
    transition: color .1s,transform .2s ease-out,-webkit-transform .2s ease-out;
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,.smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--odoscope-primary);
}
.smaller .custom-menu-primary .hs-menu-wrapper > ul {
    display:  block;
}
.smaller .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    text-decoration:  underline;
    color: #fff;
}

/*.smaller .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    border: 2px solid #fff;
    display: inline-block;
    padding: 0;
    margin: 0
}

.smaller .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type:hover {
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
}*/


}


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

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

@media (max-width: 1024px){
.related-post-item {
    width: 100% !important;
}
  h1{
  	font-size:2rem
  }
    h2{
  	font-size:1.8rem
  }
 .banner-area {
    height:  auto !important;
    background:  none !important;
}
  .custom-footer-top {
    margin:  0 !important;
}

.custom-copyright {
    margin-top: 3px;
    background: white !important;
    max-width: 1440px !important;
}
.custom-copyright .fusion-copyright-content {
    display: table !important;
    width: 100% !important;
}
.custom-copyright .fusion-copyright-notice {
    display: table-cell !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #8f9195 !important;
    font-size: 14px !important;
}
    
.custom-copyright .fusion-social-links-footer {
    display: table-cell !important;
    vertical-align: middle !important;
    width: 40% !important;
    text-align: right !important;
}

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


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .mobile-trigger {
    display:  inline-block !important;
}
  
  
.custom-menu-primary.js-enabled > ul {
display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 20px;
}

.custom-menu-primary.js-enabled > ul > li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 10px;
    text-align: right;
    color: #fff;
}

.custom-menu-primary.js-enabled > ul > li a {
    text-decoration: none;
    color: var(--odoscope-primary-text);
    font-size: .8125rem;
    color:  #fff;
}
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
 


 
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%; /* Full screen width */
  }
.custom-logo a:last-of-type {
    display:  none;
}

.mobile-open .custom-logo a:last-of-type {
    display: inline-block;		
}
.smaller .custom-logo a:last-of-type {
    display: inline-block;
}
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

    overflow: visible;
  }

  
/* .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a {
    color:  #fff;
}*/
 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding: 5px 20px;
    margin: 0 12px;
    position: relative;
    display: block;
    color:  #fff;
    -webkit-transition: color .1s,background-color .1s,padding .2s ease-in;
    transition: color .1s,background-color .1s,padding .2s ease-in;
}

 .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    text-align:  center;
    padding: 0 20px;
}
  
  .custom-logo {
    position: relative;
    width:  100% !important;
    left:  0;
    right:  0;
    top: 0;
    transform: none;
    z-index:  10000;
}

.custom-top-menu {
    display:   none !important;
}
.custom-logo img, .custom-logo svg {
margin-top: 18px;
    max-width: 222px;
    left: 0;
    top: 0;
}

.mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    background-color: var(--odoscope-primary);
}

.mobile-trigger {
    right:  0;
    top: 40px;
}
.custom-menu-primary .hs-menu-wrapper > ul {
    float:  none;
    text-align:  center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--odoscope-primary);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,transform .2s ease-out;
    transition: color .1s,transform .2s ease-out,-webkit-transform .2s ease-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after, .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--odoscope-primary);
}
 .custom-menu-primary .hs-menu-wrapper > ul {
    display:  block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline !important;
    color: #fff !important;
}

/*.custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    border: 2px solid #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
}

 .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type:hover {
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
}*/
.mobile-open .custom-logo a:last-of-type {
    display:  inline-block;
}

.mobile-open .custom-logo a:first-of-type {
    display:  none;
}
  
  .custom-menu-primary.js-enabled {
    display:  none;
}

.custom-header .page-center > .row-fluid-wrapper >.row-fluid {
    height:  100px;
}

.custom-header-wrap {
    min-height:  100px !important;
}

.mobile-open .mobile-trigger i, .mobile-open  .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
    background:  #fff;
}

.mobile-open .mobile-trigger i {
    background:  none;
}
.smaller .mobile-trigger i, .smaller .mobile-trigger i:before, .smaller .mobile-trigger i:after {
    background:  #fff;
}

.smaller .mobile-trigger {
    top: 27px;
}

.smaller.mobile-open .mobile-trigger i {
    background:  none;
}

}


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


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

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

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


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

/* Blog Columns Wrapper */
.blog .content-wrapper {}
.blog .body-container {
    padding:  0;
}
.hs-blog-listing .blog-content {
    width:  100%;
}
.custom-topic {
    padding:  30px 0 20px;
    max-width:  1440px;
    margin:  0 auto;
    margin-top: 5px;
}

.custom-topic ul {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.hs-blog-listing .blog-sidebar,
.hs-blog-listing .related-post {     
    display:  none;
}
.custom-topic ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px;
}

.custom-topic ul li a {

    padding: 10px 20px;
    display: inline-block;
    width: auto;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    color: var(--odoscope-primary);
    border: 2px solid var(--odoscope-primary);
    text-decoration:  none;
    line-height:  20px;
    background: 0 0;
}

.custom-topic ul li.active a,.custom-topic ul li:hover a {
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
    color:  #fff;
}

.blog .body-container .page-center {
    max-width:  100%;
    padding:0
}


.post-listing {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-item {
    padding: 20px 10px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
}

.hs-featured-image {
    width:  100% !important;
    margin:  0 !important;
    float:  none !important;
    max-width:  100% !important;
    max-height:  100% !important;
}

.post-item-inner {
    background: #fff;
    margin-top: -6px;
    padding: 10px 20px 40px;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
    min-height: 460px;
}

.byline {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /*flex-wrap: wrap;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.byline p#hubspot-topic_data {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    margin:  0;
    color: var(--odoscope-primary);
}

.byline p#hubspot-topic_data a {
    color: var(--odoscope-primary);
    text-decoration:  none;
   	cursor: pointer;
}



.date {
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary-text);
}

.post-header h2 {
    letter-spacing: 3px;
    padding: 10px 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 30px;
}

.post-header h2 a {
    text-decoration:  none;
    display:  block;
    color: var(--odoscope-primary);
}

.post-body.clearfix p {
    margin:  0;
}

.post-body.clearfix {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary-text);
}

.blog-pagination {
    padding: 40px 0;
    width: 100%;
    text-align:  center;
    display:  block;
}
.hs-blog-post .banner-area img {
    max-height: 700px !important;
    width: 100%;
    object-fit:  cover;
}
.blog-pagination a {
    padding: 5px 10px;
    background-color: #a9a9a9;
    color: #fff;
    text-decoration: none;
}
/*.land .custom-logo {
    width:  auto !important;
}*/
.blog-pagination a:hover,.blog-pagination a.active {
    background: -webkit-linear-gradient(315.66deg,var(--odoscope-secondary) 0,var(--odoscope-primary) 100%);
    background: linear-gradient(134.34deg,var(--odoscope-secondary) 0,var(--odoscope-primary) 100%);
}

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

.hs-blog-post .body-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    padding-top: 20px;
    margin-top: 5px;
}

.hs-blog-post .blog-content {
    width: 75%;
    padding-right:  20px;
}

.hs-blog-post .blog-sidebar {
    padding: 0;
    width: 25%;
    margin:  0;
}


.custom-newsletter > div >  span > div {
    padding: 20px;
}

.custom-newsletter  h3 {
    color:  var(--odoscope-primary);
    margin:  0;
    font-size: 1.8rem;
    text-align:  center;
    font-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
    font-weight: 500;
    padding: 10px 0;
}

.custom-newsletter {
    text-align:  center;
}

.custom-newsletter p {
    margin:  0;
}

.custom-newsletter a {
    border: 2px solid var(--odoscope-primary);
    background: 0 0;
    margin-top: 20px;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    -webkit-transition: all .5s ease;
    color: var(--odoscope-primary);
    transition: all .5s ease;
    position: relative;
    text-decoration: none;
}

.custom-newsletter a:hover {
    background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
    color:  #fff;
}

.custom-newsletter {
    border: 1px solid #ddd;
}

.modules-content {
    max-width: 613px !important;
}


.related-post {
    background: #f7f7f7;
}

.article__more {
    background: #f7f7f7;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

  .related-post h3 {
    margin:  0;
    text-align: center;
    font-size: 25px;
    color: #333;
    line-height: 35px;
    padding: 10px 0;
    font-weight: bold;
}


.related-post-item-wrap {
    padding-top: 12px;
}

.related-post-item {
    padding: 20px;
    float: left;
    width: 33.333%;
}

.related-post-inner {	
    text-align: center;
    margin-top: -5px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
    padding: 20px;
    min-height: 260px;
}
.related-post:after {
    content:  "";
    clear:  both;
    display:  block;
}
.article__more:after {
    content:  "";
    clear:  both;
    display:  block;
}
.related-title a {
    text-decoration:  none;
    display:  block;
    font-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
    color: #333;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
}
/* =============== 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 {
	position: relative;
  height: 250px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.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;
}
div#infscr-loading {
    position: absolute;
    top: 105%;
    left: 50%;  
    transform: translateX(-50%);
}
/* 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: 1px solid #ccc;
   margin-bottom: 30px;
   margin-top: 30px;*/
  display: none;
}
.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;
   color: inherit;
   display: block;
   padding: 0;
}
.comment-reply-to{
margin-bottom: 15px;
}
.comment-from h4 {
   margin: 0;
   padding-top: 15px;
}

.comment-from h4 a {
   text-decoration: none;
}
.comment-date {
   color: inherit !important;
   display: block !important;
   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 {}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
     overflow: auto;
    overflow-y: hidden;
}

.hs-blog-post .banner-area h1 {
    line-height: 50px;
    color: var(--odoscope-primary);
    font-size: 2rem;
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}

.related-image{
    position: relative;
    height: 180px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.hs-blog-post .banner-content-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    padding:  0;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hs-blog-post .banner-content {
    width: 50%;
    max-width: 800px;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hs-blog-post .banner-area {
    /*height: 500px;*/
}

/* Custom Blog Author Profile */
.full-article-footer {
    border-top: 1px solid #E0DFDB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.article-footer {
    padding: 20px 10px 10px 10px;
    min-height: 115px;
    display:table;
}
.avatar-module {
    display: table-cell; 
    vertical-align: middle;
}
.avatar-module img {
    border-radius: 50%!important;
    height: 120px;
    width: 120px;
    float: left;
    margin:0px 20px 0px 20px;
}
.article-footer p {
    line-height:1.5em;
    padding-left:15px;
}
a.author-link {
    font-size:25px;
    line-height:2em;
    color:#617a3a;
    text-decoration:none;
}
a.author-link:hover {
    color:#000000;
    text-decoration:none;
}

@media (max-width:750px) {
  .article-footer {
  display:inherit;
  margin:0px;
  }
  .avatar-module {
  display:inherit; 
  vertical-align: none;
  }
  .avatar-module img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  float:none;
  margin-top:0px;
  }
  .article-footer p {
  text-align:center;
  padding-left:0px;
  }
}

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


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

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

/* Descriptions */
.hs-field-desc {}
/*.land .mobile-trigger {
    display:  none !important;
}*/

/* Labels and Legends */
label {}
.hs-form-field > label {}
.body-container .hs-form{
        margin-bottom:25px;
    }
/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
     font-size:16px;
     margin-top: 15px;
     font-family: var(--odoscope-secondary-font);
    /* line-height: 54px; */
     line-height: 20px;
     display: block;
     font-weight: 300;
     padding: 5px 10px;
     color: var(--odoscope-primary-text);
     border: 1px solid #ccc;
     width: 100%;
     margin-bottom: 30px;
}

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

/* 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{
    background-color: var(--odoscope-primary);
    max-width: 95%;
    font-size: .8rem;
    padding: 5px 5px 5px 0px;
    color: white;
    box-shadow: 1px 5px 9px rgba(0,0,0,.2);
}
.hs-error-msgs label a {
    color: white !important;
    padding: 5px;
}
ul.hs-error-msgs.inputs-list {
    padding-left:  0;
    list-style:  none;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */

.body-container #email-prefs-form .email-edit {
    width:  100% !important;
    max-width:  700px !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%; margin: 5px 0 10px; padding: 10px;}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; margin-left: 0}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="radio"] { margin-right: 10px; }
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 !important; */
}

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    font-family: var(--odoscope-secondary-font);
    font-size: 16px;
    line-height: 1.15;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    border: 2px solid var(--odoscope-primary);
    background: 0 0;
    color: var(--odoscope-primary);
    /* padding: 14px 30px; */
    font-size: 23px;
  white-space: normal;
    line-height: 15 px;
    font-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
  margin-top: 20px;
}
.hs-input.invalid.error {
    margin-bottom: 0;
}
.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
background-color: var(--odoscope-primary);
    border: 2px solid rgba(255,255,255,0);
  color: #fff!important;
}

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

.widget-type-blog_comments .hs-button {
    margin-top: 10px !important;
}
/* =============== 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. */


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


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

@media (max-width: 1024px) {
.custom-social.box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 10px; 
}
 .hs-blog-post .banner-area h1 {
    line-height: 40px;
    color: var(--odoscope-primary);
    font-size: 2.8rem;
} 
  
  .banner-content-wrap {
    bottom: 0;
    top: auto;
    height: auto;
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 0;
    left: 0;
    width: 100%;
    position:  static;
}

.banner-content {
    background:  #fff;
}
  .banner-area h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: var(--odoscope-primary);
}
  .post-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.mobile-open .custom-menu-primary.js-enabled > div > span {
    width:  100%;
}

.custom-footer-menu.box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
    text-align: center;
}

.custom-werden.box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
}

.custom-social.box > div > span > div {
    text-align:  center;
}

.custom-social.box > div > span > div {
    padding:  0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 10px;
}
  
div#hs_menu_wrapper_module_152595373489513_ .custom-footer-menu.box .hs-menu-wrapper > ul > li > ul {
    display: block !important;
}
  
 .hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts
  {
   padding-left:33%;
   padding-right:33%;
  }
.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
 width: 100% !important;
}
  .custom-footer-menu.box
  {
   margin:0;
    padding:0;
  }


.custom-footer-menu.box .hs-menu-wrapper > ul > li >  ul > li {
    -ms-flex-preferred-size: 50%;      
    flex-basis: 50%;
}
  
  
.custom-footer-menu.box .hs-menu-wrapper > ul > li > a {
    margin-bottom:  0;
}  
  .mobile-open .custom-logo img, .mobile-open .custom-logo svg {
    margin-top: 27px;
}
.osc-prices {
  justify-content: flex-end;
  padding-top: 20px !important;
}
  
/* Inverted Moving Logo */
.smaller .mobile-open .custom-logo svg {
  margin-top: 0;
}
  
.custom-newsletter h3 {
    font-size: 1.4rem;
}
  .hs-blog-post .banner-content {
    position:  relative;
    transform: none;
    width:  100%;
    max-width:  100%;
    left:  0;
}

.hs-blog-post .banner-content-wrap {
    position:  static;
    transform: none;
}

.hs-blog-post .body-container {
    padding-top: 0;
    margin-top:  0;
}
  
}

@media (max-width: 800px){
  .hs-blog-post .blog-content,
.hs-blog-post .blog-sidebar {
    width:  100%;
}
  
}

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

@media (max-width: 767px) {
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type {
    width:  auto;
}
  .custom-newsletter h3 {
    font-size: 1.2rem;
}
.hs-blog-post .blog-content {
    padding-right:  0;
}
.post-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.5rem;
    padding: 20px;
}

.mobile-open .mobile-trigger {
    top: 40px;  
}

.custom-logo img, .custom-logo svg {
    margin-top:  18px;
}

/* Inverted Moving Logo */
.smaller .custom-logo img, .smaller .custom-logo svg {
    margin-top:  0;
}
  
.mobile-open  .custom-logo img, .mobile-open .custom-logo svg {
    margin-top: 27px;
}
  

  
  
  
  .smaller.mobile-open .custom-logo img, .smaller.mobile-open .custom-logo svg {
    margin-top: 14px;
}

.smaller.mobile-open .mobile-trigger {
    top: 27px;
}
}  

@media (max-width: 650px) {
  
  .banner-area h1 {
    font-size: 2rem;
    line-height: 2.5rem;
}          
  .hs-blog-post .banner-area h1 {
line-height: 30px;
    font-size: 1.5rem;
    color: var(--odoscope-primary)
}
  
  }
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 767px)  and (max-height:500px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1rem;
    padding: 5px 20px;
}


}



@media screen and (min-width: 1440px){
.hs-blog-post .banner-area h1 {
    font-size: 2.8rem;
}
}


@media screen and (min-width: 1821px){
  .custom-logo img {
    max-width: 300px; /* 222*/
    left:  0;
    top: 0;
	}
}


/* From styling form Mark-Lotse 2018 */ 

span.private-form__label--required {
    display: none;
}


span.hs-form-required {
    display: none;
}

input {
    /*min-height: 66px;*/
    padding: 5px 10px;
    color: var(--odoscope-primary-text);
    border: 1px solid #ccc;
    width: 100%;
    background-color: #ffffff; /* !important */
}

.private-flex__child.form-field-group-drop-target-container{
    display: none;
}

.private-moveable-area__content {
    padding: .225rem;
}

.private-moveable-area--selected {
    background-color: #ffffff;
}

.private-form__control[type=button], .private-form__control[type=search], .private-form__control[type=submit], .private-form__control[type=text] {
    border-radius: 0;
    -webkit-appearance: none;
}

.body-container input[type="text"], .body-container input[type="password"], .body-container input[type="datetime"], .body-container input[type="datetime-local"], .body-container input[type="date"], .body-container input[type="month"], .body-container input[type="time"], .body-container input[type="week"], .body-container input[type="number"], .body-container input[type="email"], .body-container input[type="url"], .body-container input[type="search"], .body-container input[type="tel"], .body-container input[type="color"], .body-container input[type="file"], .body-container textarea, .body-container select {
    margin-top: 5px;
  	margin-bottom: 10px;
}

li.hs-form-radio {
    float: left;
  	margin-bottom: 10px;
}

li.hs-form-radio:nth-of-type(2) {
    padding-left: 20px;
}


/* Text styling form Mark-Lotse 2018 Edited by Raed Bettaieb */
b, strong {
    font-weight: 700;
    font-family: var(--odoscope-secondary-font);
    font-size: 1.1rem;
}
p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px 0;
    font-family: var(--odoscope-secondary-font);
    color: var(--odoscope-primary-text);
    font-weight: 300;
    margin: 0;
    letter-spacing: 1px;
}


.h2, .h3, .h4, h2, h3, h4 {
    font-family: var(--odoscope-primary-font), var(--odoscope-secondary-font);
    font-weight: 500;
    padding: 10px 0;
    margin: 0;
}

.h2, h2 {
    font-size: 2.2rem;
    letter-spacing: 3px;
    line-height: 40px;
    color: var(--odoscope-primary-text);
}

@media screen and (min-width: 650px)
.h2, h2 {
    font-size: 1.5rem;
}

@media screen and (min-width: 1024px)
.h2, h2 {
    font-size: 1.8rem;
}

@media screen and (min-width: 1024px)
.h3, h3 {
    font-size: 1.8rem;
}

@media screen and (min-width: 650px)
.h3, h3 {
    font-size: 1.4rem;
}

.h3, h3 {
    font-weight: 500;
  	font-size: 1.8rem;
  	letter-spacing: 1px;
  	line-height: 3rem;
}
.h4, h4 {
    font-weight: 500;
  	font-size: 1.6rem;
  	line-height: 20px;
  	letter-spacing: 1px;
}
.h5, h5 {
    font-weight: 300;
    font-size: .8125rem;
    line-height: 20px;
  	letter-spacing: 1px;
}
.h6, h6 {
    font-weight: 300;
    font-size: .625rem;
    line-height: 20px;
  	letter-spacing: 1px;
}

@media screen and (min-width: 1024px)
.article_single .article h3 {
    line-height: 3rem;
}

@media screen and (min-width: 650px)
.article_single .article h3 {
    line-height: 2.5rem;
}
.article_single .article h3 {
    line-height: 2rem;
}

ul {
  padding-left: 30px;
}
ul li {
  padding-top: 10px;
}
.body-container-wrapper ul{
  margin: 0;
}
.body-container-wrapper ul li {
  font-family: var(--odoscope-secondary-font);
  font-size: 1.2rem;
}
hr {
 	display: flex;
  width: 100%;
  margin-top: 10px;
 	margin-bottom: 10px;
  padding-top:20px;
  border-bottom: 1px solid #ccc;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(95,95,95,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Add Animation - Zoom in the Modal */
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 650px){
    .modal-content {
        width: 100%;
    }
}


.checkbox-row input {
    vertical-align: middle;
    padding: 0;
    float: left;
    width: 12px;
    max-width: 12px;
    margin-top: 3px;
}


input[type="checkbox"] {
    vertical-align: middle;
    padding: 0;
    float: left;
    width: 12px;
    max-width: 12px;
    margin-top: 3px;
}
form p, form span{
 		font-size: 0.8rem;
    line-height: 1rem; 
}
form strong, form b{
 		font-size: 0.8rem;
    font-weight: 700;
}

.overlapping_form{
  border: 1px solid #aaa;    
  border-radius: 3px;    
  box-shadow: 2px 3px 5px rgba(0,0,0,0.25);    
  background-color: #fff;
  padding: 10px 30px 40px 38px;    
  position: relative;    
  z-index: 1;    
  float: right !important; 
  width: 33% !important;
  margin-right: 30px !important;
} 

/* DefShop Buttons 

/* DE */
#hs_cos_wrapper_widget_1558705086637 input[type="submit"]{
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 17px;
  font-family: var(--odoscope-secondary-font) !important;
  padding: 10px 20px;
  background-color: #fcfcfc !important;
  transition: all .5s ease;
  border: 2px solid var(--odoscope-primary); !important;
  color: var(--odoscope-primary); !important;
} 
#hs_cos_wrapper_widget_1558705086637 input[type="submit"]:hover{
  background-color: var(--odoscope-primary) !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: #ffffff !important;
} 

/* EN */
#hs_cos_wrapper_widget_1558365177906 input[type="submit"]{
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 17px;
  font-family: var(--odoscope-secondary-font) !important;
  padding: 10px 20px;
  background-color: #fcfcfc !important;
  transition: all .5s ease;
  border: 2px solid var(--odoscope-primary); !important;
  color: var(--odoscope-primary); !important;
}

#hs_cos_wrapper_widget_1558365177906 input[type="submit"]:hover{
  background-color: var(--odoscope-primary) !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: #ffffff !important;
}

/* InStyle Buttons */

/* DE */
#hs_cos_wrapper_widget_1558362859538 input[type="submit"]{
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 17px;
  font-family: var(--odoscope-secondary-font) !important;
  padding: 10px 20px;
  background-color: #fcfcfc !important;
  transition: all .5s ease;
  border: 2px solid var(--odoscope-primary); !important;
  color: var(--odoscope-primary); !important;
}
#hs_cos_wrapper_widget_1558362859538 input[type="submit"]:hover{
  background-color: var(--odoscope-primary) !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: #ffffff !important;
}

/* EN */
#hs_cos_wrapper_widget_1558362859538 input[type="submit"]{
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 17px;
  font-family: var(--odoscope-secondary-font) !important;
  padding: 10px 20px;
  background-color: #fcfcfc !important;
  transition: all .5s ease;
  border: 2px solid var(--odoscope-primary); !important;
  color: var(--odoscope-primary); !important;
}
#hs_cos_wrapper_widget_1558362859538 input[type="submit"] {
  background-color: var(--odoscope-primary) !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: #ffffff !important;
}

/* asambeauty Buttons */ 

/* GE */
#hs_cos_wrapper_widget_1558362859538 input[type="submit"]{
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 17px;
  font-family: var(--odoscope-secondary-font) !important;
  padding: 10px 20px;
  background-color: #fcfcfc !important;
  transition: all .5s ease;
  border: 2px solid var(--odoscope-primary); !important;
  color: var(--odoscope-primary); !important;
}

#hs_cos_wrapper_widget_1558362859538 input[type="submit"]:hover{
  background-color: var(--odoscope-primary) !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: #ffffff !important;
}

html {
  scroll-behavior: smooth;
}

/* A/B Tests Download Forms */

.sticky-forms {
  padding: 20px;
  background: #ffffff;
  position: sticky;
  position: -webkit-sticky; /* for Safari */
  max-width: 430px; 
  top: 300px; 
  z-index: 1;
  margin-top: -240px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
}

@media only screen and (max-width: 650px){
  .sticky-forms {
    position: initial;
    right: 0px;
    top: 0px;
    margin-top: 20px;
  }
  .mockup-wrap img {
    padding: 15px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .mockup-wrap {
    width: 100% !important;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .content-wrap {
    width: 100% !important;
  }
  .banner-content h1, .banner-subtitle {
    width: 67% !important;
  }
  .main-content {
    width: 100% !important;
  }
  .container-fluid .row-fluid .page-center {
    padding: 35px !important;
  }
  .banner-content {
    padding: 30px !important;
  }
  .body-container {
    padding: 0 !important;
  }
  .content-wrapper {
    padding-top: 0 !important;
  }
}
.banner-area-sticky-form {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 0;
  margin-top: 0;
  z-index: 0;
}
.banner-area-sticky-form img {
  width: 100%;
  max-height: 400px;
}

/* ---------------- */

/*Product Test Form Chain*/
.form-chain {
  padding: 20px;
  background: #ffffff;
  position: sticky;
  position: -webkit-sticky; /* for Safari */
  max-width: 430px; 
  top: 300px; 
  z-index: 1;
  margin-top: -140px;
  box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
}

@media only screen and (max-width: 650px){
  .form-chain {
    position: initial;
    right: 0px;
    top: 0px;
    margin-top: 20px;
  }
}

/* Thank You Pages */ 
.thank-you-forms {
  padding: 20px;
  background: #ffffff;
  max-width: 430px; 
  top: 300px; 
  z-index: 1;
  box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
}
.ty-smart-offers {
  box-shadow: 0 0 24px 0 rgba(0,0,0,.12); 
  padding: 20px;
}

@media only screen and (max-width: 650px){
  .ty-smart-offers {
    box-shadow: 0 0 24px 0 rgba(0,0,0,.12); 
    padding: 20px;
    margin-top: 20px;
  }
}

/* Submit Buttons */
#hs_cos_wrapper_module_1533822669986133 input[type="submit"] {
  width: 100%;
}
#hs_cos_wrapper_module_1533822669986133 input[type="submit"]:hover {
  background-color: #ffffff !important;
  border: 2px solid var(--odoscope-primary) !important;
  color: var(--odoscope-primary) !important;
}

/* ------- Pop Up Form leading Modal --------- */ 
.leadinModal .leadinModal-content{
    border-radius:0 !important;
    background-color: white !important;
}
.leadinModal .leadin-button-primary{
    padding: 10px 20px !important;
    border: 2px solid rgba(255,255,255,0) !important;
    border-radius: 0 !important;
    transition: all .5s ease !important;
    font-family: var(--odoscope-primary-font) !important;
    font-size: 1.1rem !important;
}
.leadinModal.leadinModal-v3 .leadin-button:hover{
    background: white !important;
    border: 2px solid #009fef !important;
    color: #009fef !important;
}
.leadinModal .back-button{
    border-radius:0 !important;
    height: 41px !important;
}
.leadin-form-wrapper input{
    border-radius: 0 !important;
}
.leadin-form-wrapper input[type="checkbox"] {
    top: 1px !important;
}
input[type="submit"].hs-button.primary.large {
  cursor: pointer;
  height: 50px;
  width: max-content;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: var(--odoscope-secondary-font);
  padding: 10px 20px;
  background-color: #009fef;
  transition: all .5s ease;
  border: 2px solid #009fef;
  color: #ffffff;
  width: 100%;
}

input[type="submit"].hs-button.primary.large:hover {
  background-color: #ffffff;
  border: 2px solid var(--odoscope-primary);
  color: #009fef !important;
}

.page-box {
  padding-bottom: 100px;
  top: 33%;     
  position: absolute; 
  transform: translateY(-50%); 
  max-width: 42%; 
  padding: 20px; 
  background: rgba(255,255,255,.9);
}
/* Case Study CSS */
.case-study-description {
  margin: 0 auto; 
  max-width: 1400px; 
  padding: 50px 0; 
}
.spoiler {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(transparent,transparent,transparent,#fcfcfc,#fcfcfc);
  background: -o-linear-gradient(transparent,transparent,transparent,#fcfcfc,#fcfcfc);
  background: -moz-linear-gradient(transparent,transparent,transparent,#fcfcfc,#fcfcfc);
  background: linear-gradient(transparent,transparent,transparent,#fcfcfc,#fcfcfc);
}

  /* New - CS 2020 */
  .cs-highlights {
    max-width: 1400px;
    margin: 0 auto;
    float: none;
    padding-top: 2.2%;
    padding-bottom: 2.2%;
  }
  .cs-highlights h2 span {
    color: #ffffff;
    font-size: 4rem;
  }

  /* */


@media only screen and (max-width: 780px) {
  .page-box {
    top: auto;
    position: initial;
    transform: none;
    max-width: 100%;
    padding: 20px;
    margin: -5px 0 0;
    background: #ffffff;
    text-align: center;
  }
  .case-study-h2 {
    margin-top: 20px;
    padding: 20px;
  }
}

/* =============== Custom Language Switcher =============== */
.globe_class {
  display: inline-block;
  background-image: url("//cdn2.hubspot.net/hubfs/53/Logos/language-switcher-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 19px;
  height: 24px;
  cursor: pointer;
}

@media only screen and (max-device-width : 1024px) {
  .lang_switcher_class {
    float: left;
    text-align: left;
    padding: 20px;
  }
}
  
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .lang_switcher_class {
    float: right;
    padding-right: 110px;
  }  
}

/* =============== Tryout of Forms CSS =============== */
.hs-fieldtype-checkbox span {
  font-size:16px;
}
form.hs-form .hs-form-field ul.inputs-list li.hs-form-checkbox {
  width: 50%;
  float: left;
}
form.hs-form .hs-form-field ul.inputs-list li.hs-form-checkbox label.hs-form-checkbox-display {
  margin-left: 5px;
}
form#hsForm_930ce011-39c2-4bc6-98e2-0d8bcb5c9a15_3625 span {
  font-size: 1.2rem !important;
}
.legal-consent-container {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
}
.legal-consent-container .hs-error-msgs label {
  color: white !important;
}
li.hs-form-booleancheckbox {
  padding-top: 16px;
}
form.hs-form .hs-error-msgs a {
  color: #ffffff !important;
  font-size: .8rem;
}
form.hs-form .hs-error-msgs label a {
  color: #ffffff !important;
}
.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul li label a {
  color: #ffffff !important;
}
.hs_interessen_beruflich.hs-interessen_beruflich.hs-fieldtype-checkbox.field.hs-form-field {
  margin-top: 20px;
}

/* Form - Thank You Page Newsletter */
h3#hs_cos_wrapper_module_157199397318534_title, h3#hs_cos_wrapper_module_1571994415021507_title {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}

/* =============== Thank you page form - Legal consent line & button =============== */
#hs_form_target_module_1565690861324307 .legal-consent-container {
  margin-top: 105px !important;
  padding-top: 7px;
}
#hs_form_target_module_1565690861324307 input[type="submit"] {
  width: 100%;
}

/* =============== Welcome Page =============== */
.welcome-page {
  padding: 80px !important; 
  max-width: 1400px !important;
}

.language-mobile-fix {
   margin-top: -3%;
}

@media screen and (max-width: 800px) {
  .welcome-page {
      padding: 15px !important;
      text-align: center !important;
  }
  .welcome-page-video {
      margin-top: 15px;
      margin-bottom: 15px;
  }
  #hs_form_target_module_1565690861324307 .legal-consent-container {
      margin-top: 125px !important;
  }  
  .language-mobile-fix {
      margin-bottom: 15%;
      text-align: left;
  }
}

/* =============== Custom Search Bar =============== */

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  margin-bottom: 20px;
  background-color: white;
  display: block;
  position: fixed;
  z-index: 1;
}

.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding-bottom: 8px;
}

input.hs-search-field__input {
  margin-bottom: 20px !important;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .05) !important;
}

.hs-search-results__listing li {
  padding-top: 40px !important;
}

@media only screen (max-device-width : 1024px) {
  .searchbar-custom {
     display: none;
  }
}

/* ================== Custom Author Profile ====================*/
.hs-author-listing-header {
  display:none;
}
.hs-author-profile .hs-author-bio {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.hs-author-profile .hs-author-social-section {
    margin-top: 5px;
}

@media (max-width: 768px) {
  .hs-author-profile .hs-author-avatar {
    float: unset;
    margin-right: 15px;
    max-width: 120px;
    margin: 0 auto;
  }
  .hs-author-profile h2.hs-author-name {
    text-align: center;
  }
  .hs-author-profile .hs-author-bio {
    text-align: center;
    margin-top: 20px;
  }
  .hs-author-profile .hs-author-social-section {
    margin-top: 10px;
    text-align: center;
  }
}