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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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


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

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


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


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

@import url('//fonts.googleapis.com/css?family=Roboto:200,300,400,500,700');

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

@font-face {
  font-family: FontAwesome;
  src: url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/FontAwesome.ttf"),
    url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/FontAwesome.eot"), 
    url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/FontAwesome.woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/Roboto-Regular.ttf"),
    url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/Roboto-Regular.eot"),
    url("//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Fonts/Roboto-Regular.woff");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #000;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-size: 19px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Highlighted Text */
::-moz-selection {
  color: #ebebeb;
  background-color: #00358e;
  text-shadow: none;
}
::selection {
  color: #ebebeb;
  background-color: #00358e;
  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 {
  margin: 0 0 15px;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-weight: 300;
  line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

@media screen and (min-width: 41.875em){
  h1 {
    font-size: 2.8125rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.875rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5 {
    font-size: 1.1875rem;
  }
  h6 {
    font-size: 1rem;
  }
}


/* Anchor Links */
a {
  text-decoration: underline;
  color: #00358e;
}
a:hover, a:focus { 
  color: #00358e;
  text-decoration: none;
}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
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                                            
========================================================================== */

.footer-contact svg {
    width: 1.4375rem;
    height: 1.4375rem;
    fill: #00358e;
    stroke: #00358e;
    position: relative;
    left: 0;
    top: 5px;
}
  .span12.widget-span.widget-type-cell.custom-footer {
    padding: 0px 20px;
}
/* =============== 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 {}
.body-container-wrapper .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.banner-area {
  margin-top: 80px;
  min-height: 345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #484747;
  position: relative;
  border-bottom: 0px solid #999;
}
.no-no-border .banner-area {
  margin-top: 80px;
  min-height: 345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #484747;
  position: relative;
  border-bottom: 0px solid #999;
}
.banner-area-2 {
  margin-top: 0px;
  min-height: 345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #484747;
  position: relative;
  border-bottom: 0px solid #999;
}
.no-no-border .banner-area-2 {
    margin-top: 0px !important;
    min-height: 345px ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #484747;
  position: relative;
  border-bottom: 0px solid #999;
}
.banner-logo-wrapper img.overlay-image.aplus {
  right: -2.875rem;
  z-index: 9 !important;
  height: 20rem;
  width: auto;
  top: 1.25rem;
  bottom: auto;
  padding: 0;
  position: absolute;
  left: auto;
}

.banner-content {
  width: 33.5rem;
  top: 120px;
  bottom: auto;
  right: 9.45rem;
  padding-top: 80px !important;
  background-color: rgba(255,255,255,0.75);
  min-height: 100px;
  padding: 20px;
  left: auto;
  color: #00358e;
  position: absolute;
}
img.overlay-image {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-content .banner-content-inner {
  width: 100%;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.banner-content .banner-content-inner h1 {
  font-size: 1.875rem;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #00358e;
  font-weight: 300;
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header {
  zoom: 1;
  position: absolute;
  background: transparent;
  top: auto;
  left: 0;
  width: 100% !important;
  z-index: 11;
/*   background-image: url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/header_weiss.png); */
  padding-bottom: 23px;
  background-position: bottom;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.custom-logo img {
  max-height: 70px;
  max-width: 100%;
  width: 120px;
}
.custom-menu-primary .hs-menu-wrapper ul li a {
  text-decoration: none;
}
.header-right-pan > .row-fluid-wrapper.row-depth-2.row-number-1{
  margin: 1.0625rem 0 10px;
  padding-bottom: .125rem;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  float: right;
  text-align: right;
  width: 100%;
}
.header-top-nav {
  border-bottom: 1px solid #00358e;
  position: relative;
  min-height: 40px;
}
.header-top-nav span.meta-nav--leadtext {
  position: absolute;
  top: .625rem;
  left: 0;
  font-size: .875rem;
  color: #00358e;
  text-transform: uppercase;
  letter-spacing: .7px;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print {
  float: right;
  margin-bottom: -0.125rem;
  margin: 0;
  list-style-type: none;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list {
  position: relative;
  font-size: .9375rem;
  display: table-cell;
  white-space: normal;
  vertical-align: middle;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a {
  border: 1px solid transparent;
  color: #00358e;
  display: block;
  text-decoration: none;
  padding: 12px 18px;
  line-height: 1;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.js-login.gtm_portallinkclick {
  padding-left: 2.1875rem;
  padding-right: .6875rem;
  padding-top: 12px;
  color: #fff;
  border-color: #00358e;
  background-color: #00358e;
  border: 1px solid transparent;
  display: block;
  padding: 12px 18px;
  line-height: 1;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.js-login.gtm_portallinkclick svg{
  color: #fff;
  stroke: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: .625rem;
  top: .5rem;
  fill: transparent !important;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.language-select {
  position: relative;
  padding-right: 2.5rem;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.language-select span.language-divider {
  padding: 0 .9375rem;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.js-login.gtm_portallinkclick {
  padding-left: 2.1875rem;
  padding-right: .6875rem;
}
body.search-active {
  overflow: hidden;
}
.search-active div#searchModal{
  display:block;
}
div#searchModal {
  display: none;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
  background-color: rgba(1,69,135,0.85);
  border: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
  overflow-y: auto;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  width: 100%;
  z-index: 1006;
  border-radius: 0;
  position: absolute;
}
div#searchModal form#headersearchform {
  margin: 1.5625rem 0;
  position: relative;
}
div#searchModal form#headersearchform label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
div#searchModal form#headersearchform label input.inpagequery {
  float: left !important;
  width: 83.33333%;
  padding-left: 0;
  padding-right: 0;
  height: 3.75rem;
  background: transparent;
  color: #fff;
  margin: 0;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  padding: .3125rem .625rem;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #fff;
  font-size: 1.875rem;
  font-weight: 300;
}
div#searchModal form#headersearchform label input.inpagequery::-webkit-input-placeholder {
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "Roboto",Arial,sans-serif,SimSun;
} 
div#searchModal form#headersearchform a.button.button--form-cta {
  margin-top: -1px !important;
  font-size: 1.25rem;
  margin: 0;
  width: 16.66667%;
  padding-left: 0;
  padding-right: 0;
  padding: 1.1875rem;
  box-shadow: none;
  background: #fff;
  color: #00358e;
  outline-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .25s ease-out;
  vertical-align: middle;
}
div#searchModal .modal-close {
  margin: 6.3% .9375rem 0;
  position: relative;
  border-top: 2px solid #fff;
  cursor: pointer;
  clear: both;
}
div#searchModal form#headersearchform a.button.button--form-cta:hover {
  border: 2px solid #fff;
  background: #00358e;
  color: #fff;
}
div#searchModal .modal-close button.close-button {
  color: #fff;
  width: calc(100% - 40px);
  top: 1.875rem;
  outline: 0;
  position: absolute;
  right: 1rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
div#searchModal .modal-close button.close-button svg#icon-x {
  fill: #ebebeb;
  fill-opacity: .6;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
div#searchModal .modal-close button.close-button:hover svg#icon-x {
  fill: #fff;
  fill-opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.main-nav__list {
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.main-nav__list a {
  position: absolute;
  right: 0;
}

.custom_header_fixed .custom-inner-header {
  background-color: #fff;
  border-bottom: 3px solid #00358e;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 4.25rem;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.custom_header_fixed .header-right-pan>.row-fluid-wrapper.row-depth-2.row-number-1 {
  display: none;
}

.custom_header_fixed .header-right-pan {
  margin: 1.0625rem 0 0;
}
.custom_header_fixed .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  top: 80px;
}
.custom_header_fixed .custom-logo img{
  width: 121.9px;
}
.custom_header_fixed .custom-menu-primary .hs-menu-wrapper > ul > li{
  padding-bottom: 16px;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list:hover a {
  background: #00358e;
  color: #fff;
}
.custom_header_fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a svg {
  fill: #000;
}
.custom_header_fixed .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
  margin-right: -10px;
}
/* =============== Content =============== */

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

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


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

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



.cm-footer-copyright-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.0625rem;
  margin-bottom: 0.8625rem;
  font-size: .9375rem;
  width: 100%;
}
.cm-footer-travel-payment-section {
  width: auto !important;
  text-transform: uppercase;
  color: #00358e;
}

/*====Page css 17-7-2019=====*/
.lg-rmv.no-banner .body-container-wrapper { padding-top: 0; }

.lg-rmv .row-fluid .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: 0; }
.lg-rmv .row-fluid .banner-area-2 { min-height: 290px; width: 100%; float: left; margin-top: -20px; z-index: 1; }
.lg-rmv .row-fluid .banner-area-2 .new-overlay { z-index: -1; }
.lg-rmv .row-fluid .banner-area-2 .banner-logo-wrapper img { position: static; }
.lg-rmv .row-fluid .banner-logo-wrapper img.overlay-image.aplus { position: static; float: right; max-width: 414px; width: 100%; height: auto  !important;  }
.lg-rmv.custom_header_fixed  .row-fluid .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) { margin-right: 0 !important; }
.lg-rmv .row-fluid .banner-area-2 img.overlay-image { z-index: -1; }

@media(max-width: 1024px) {
  
}
@media(max-width: 991px){
  .lg-rmv .row-fluid .banner-logo-wrapper img.overlay-image.aplus {  display: none; }
  .lg-rmv .row-fluid .banner-area-2 { min-height: 320px; }
}


@media screen and (max-width: 0), screen and (min-width: 41.875em){
  .show-for-small-only {
    display: none !important;
  }
}
.custom-footer .page-center {
  padding: 0 !important;
}
.custom-footer-product-menu ul li:first-child a,
.custom-footer-legal-disclamer-menu ul li:first-child a,
.custom-footer-quetion-menu ul li:first-child a,
span.contact-label {
  letter-spacing: 1px;
  font-size: .9375rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: .625rem;
  line-height: 1.4!important;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  color: #000;
  cursor: text;
}
.custom-footer-product-menu ul li:first-child,
.custom-footer-legal-disclamer-menu ul li:first-child,
.custom-footer-quetion-menu ul li:first-child{
  line-height: 1.4;
}

.custom-footer-product-menu ul li a,
.custom-footer-legal-disclamer-menu ul li a,
.custom-footer-quetion-menu ul li a{
  color: #000;
  font-size: .9375rem;
  text-decoration: none;
  line-height: 28.5px !important;
}
a.link-more.link--underline:hover {
  text-decoration: none;
}
a.link-more.link--underline {
  text-decoration: underline !important;
}
.custom-footer-product-menu ul li:hover a,
.custom-footer-legal-disclamer-menu ul li:hover a,
.custom-footer-quetion-menu ul li:hover a{
  text-decoration: underline;
  color: #00358e;
}
.custom-footer-product-menu ul li:first-child:hover a,
.custom-footer-legal-disclamer-menu ul li:first-child:hover a,
.custom-footer-quetion-menu ul li:first-child:hover a{
  text-decoration: none;
  color: #000;
}
.custom-footer-social-wrapper {
  width: 100%;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  margin-top: 1.5625rem;
  margin-bottom: .6875rem;
}
.footer__social ul.social-media__list {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}
.footer__social ul.social-media__list li.social-listitem {
  float: left;
}
.footer__social ul.social-media__list li.social-listitem a {
  display: block;
}
.footer__social ul.social-media__list li.social-listitem a svg {
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
}
.footer__social ul.social-media__list li.social-listitem:not(:first-child) {
  margin-left: 1.25rem;
}
svg#icon-twitter {
  fill: #6bacdf;
}
g#youtube-XMLID_38_ path {
  fill: #d62423;
}
a#back-to-top {
  display: inline-block;
  text-indent: -9000px;
  transition: all 1s ease-in-out;
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(134,134,134,1) url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/icon-arrow-up-white.svg) no-repeat center center;
  background-size: 1.5625rem;
  z-index: 20;
  border-radius: 2px;
  color: #fff;
  margin-right: 1px;
  zoom: 1;
}
.custom-inner-header .page-center {
  position: relative;
}

.footer-top-social-share-links-wrap {
  margin: 1.875rem 0;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: .9375rem;
}
.footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 110px;
  max-width: 160px;
  margin-right: 1.8%;
  width: auto;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
  -webkit-box-flex: 1;
  float: left;
}
.shariff .linkedin a {
  background-color: #0077b5;
}
.shariff li a {
  height: 30px;
}
.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.shariff .linkedin .fa-linkedin {
  font-size: 19px;
}
.shariff li .fa {
  width: 30px;
  line-height: 30px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shariff li .fa {
  text-align: center;
  vertical-align: middle;
}
.shariff li a span.share_text {
  padding-left: 0;
  text-indent: 0;
  display: inline;
  line-height: 30px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  position: relative;
  left: -2px;
  vertical-align: middle;
}
@media only screen and (min-width: 600px){
  .shariff .facebook .fa-facebook {
    font-size: 19px;
  }
  .shariff .linkedin .fa-linkedin {
    font-size: 19px;
  }
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
  .shariff .mail .fa-envelope {
    font-size: 18px;
  }
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.shariff .facebook a {
  background-color: #3b5998;
}
.shariff .twitter a {
  background-color: #55acee;
}
.fa-twitter:before {
  content: "\f099";
}
.shariff .googleplus a {
  background-color: #d34836;
}
.fa-google-plus:before {
  content: "\f0d5";
}
.shariff .mail a {
  background-color: #999;
}
.fa-envelope:before {
  content: "\f0e0";
}
a[href^="tel://"]:hover, a[href^="tel:"]:hover, a[href^="mailto:"]:hover, .link-more:hover {
  color: #00358e;
  cursor: pointer;
}
.shariff .mail a:hover {
  background-color: #a8a8a8;
}
.shariff .googleplus a:hover {
  background-color: #f75b44;
}
.shariff .twitter a:hover {
  background-color: #32bbf5;
}
.shariff .facebook a:hover {
  background-color: #4273c8;
}
.shariff .linkedin a:hover {
  background-color: #0369a0;
}

.info-block {
  display:block;
  position: fixed;
  bottom: 40%;
  top: 7.5rem;
  right: 0;
  z-index: 999999999999;
}
div#searchModal .page-center {
  padding: 0;
}
.info-block .info-container {
  margin: .5rem 0;
}
.info-block .info-container .info-element {
  height: 3.25rem;
  width: 3.25rem;
  position: relative;
  background-color: #00358e;
  color: #fff;
  border: 3px solid #00358e;
  display: block;
  padding: .1875rem;
  border-radius: 0px;
  margin-bottom: .1875rem;
}
.info-block .info-container .info-element svg {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.925rem;
  margin-left: -0.925rem;
}
.info-block svg.icon--phone {
  fill: #fff;
  stroke: #fff;
}
.icon--card {
  fill: none;
  stroke: #fff;
}
.info-block svg#icon-mail {
  fill: #fff;
}
.info-block .info-element .info {
/*   display: none; */
  visibility:hidden;
  opacity:0;
}
a.totop {
  display: none;
  text-indent: -9000px;
  transition: all 1s ease-in-out;
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(134,134,134,0.85) url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/icon-arrow-up-white.svg) no-repeat center center;
  background-size: 1.5625rem;
  z-index: 20;
  border-radius: 2px;
  color: #fff;
  margin-right: 1px;
  zoom: 1;
}

.info-block .info-container .info-element:hover .info {
/*   display: inline-block; */
  visibility:visible;
  opacity:1;
  position: absolute;
  right: 3rem;
  background-color: transparent;
  max-width: 44.6875rem;
  min-width: 44.6875rem;
  top: -0.125rem;
  color: #fff;
}
.info-block .info-container .info-element:hover .info .info-inhalt {
  background-color: #00358e;
  padding: 3.125rem 1.25rem 3.125rem 3.125rem;
  margin-right: .3125rem;
  border-right: 10px solid transparent;
}
.info-block .info-container .info-element:hover .info .info-inhalt h3, .info-block .info-container .info-element:hover .info .info-inhalt h4 {
  font-weight: 300;
  margin-bottom: .5rem;
  color: #fff;
}
.info-block .info-container .info-element:hover .info .info-inhalt .vertical-center {
  margin-top: .625rem;
}
.vertical-center {
  display: table;
  width: 100%;
}
.info-block .info-container .info-element:hover .info .info-inhalt svg {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 1.875rem;
  margin: 0 .625rem 0 0;
}
.info-block .info-container .info-element:hover .icon--phone {
  fill: #00358e;
  stroke: #00358e;
}
.info-block .info-container .info-element:hover .info .info-inhalt span.middle {
  font-weight: 200;
  font-size: 1.5625rem;
  width: 100%;
  letter-spacing: .125rem;
}
.vertical-center .middle {
  vertical-align: middle;
  display: table-cell;
}
.info-block .info-element a[href^="tel:"], .info-block .info-element a[href^="mailto:"], .info-block .info-element .link-more {
  color: #fff;
  font-weight:400;
}
.info-block .info-container .info-element:hover {
  position: relative;
  background-color: #fff;
  border: 3px solid #00358e;
  color: #00358e;
}
.info-block .info-container .info-element:hover .icon--phone {
  fill: #00358e;
  stroke: #00358e;
}
.info-block .info-container .info-element:hover svg#icon-mail {
  fill: #00358e;
}






.custom-menu-primary.mobile {
  display: none;
}
.custom-logo {
  margin: 0 !important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */

.custom-menu-primary.js-enabled {
  width: auto !important;
  float: right;
  padding-right: 19px;
}

@media screen and (min-width:1024px) {
  .custom_header_fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-align: center;
    white-space: nowrap;
    color: #00358e;
    display: block;
    padding: 12px 18px;
    line-height: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) {
    margin-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    background-color: #00358e;
    border: 0;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a svg {
    fill: #00358e;
    transform: rotate(270deg);
    position: relative;
    right: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
  }
  /* Child List */


  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3);
    top: 100%;
    display: block;
    right: 0;
    width: calc(100% - 15px);
    padding-left: 15px;
    padding-right: 15px;
    left: 15px !important;
    min-width: 200px;
    background-color: #fff;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    padding-top: 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 25%;
    float: left;
    padding-left: .9375rem;
    padding-right: .9375rem;
    text-align: left;
    zoom: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li.main-nav__list:hover > a {
    background: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #00358e;
    font-weight: bold;
    padding-bottom: .3125rem;
    padding-left: .625rem;
    border-bottom: 1px solid #00358e;
    font-size: .9375rem;
    cursor: text;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    position: relative;
    padding-left: 1.6875rem;
    line-height: 1.3;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    color: #00358e;
    font-size: .9375rem;
    line-height: 24.5px;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:before {
    top: 0.50rem;
    left: .5625rem;
    width: .4375rem;
    height: .4375rem;
    border-right: 1px solid #00358e;
    border-bottom: 1px solid #00358e;
    transform: rotate(-45deg);
    position: absolute;
    content: "";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {
    color: #000;
  }

  .custom-menu-primary .hs-menu-wrapper {
    overflow: visible !important;
    height: auto !important;
  }





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

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  
  .lg-rmv .custom-menu-primary .hs-menu-wrapper > ul > li > a { padding:12px 12px; }
  
  
  
}


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

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

@media (max-width: 1023px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: #00358e;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  .mobile-trigger:hover {
    background-color: #fff;
  }
  .mobile-open .mobile-trigger {
    background-color: #fff;
    pointer-events: none;
  }
  .mobile-trigger:hover i:after {
    background: #00358e;
    box-shadow: 0 7px 0 #00358e, 0 14px 0 #00358e;
  }
  .mobile-open .mobile-trigger i:after {
    background: #00358e;
    box-shadow: 0 7px 0 #00358e, 0 14px 0 #00358e;
  }
  .mobile-trigger i:after {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 4px;
    background: #fff;
    top: .6875rem;
    left: .625rem;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    width: 20% !important;
    min-width: 20% !important;
    height: 43px !important;
    padding: 0 !important;
    float: right;
  }
  .child-trigger i:before {
    position: absolute;
    content: "";
    border-right: 1px solid;
    border-bottom: 1px solid;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    top: .875rem;
    left: 50%;
    margin-left: -0.3125rem;
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    height: 80vh;
    padding-bottom: 20px;
    right: -95vw;
    z-index: 1000;
    top: 9.5vw;
    width: 95vw !important;
    border-left: 3px solid #999;
    position: fixed;
    color: #fff;
    background: #00358e;
    max-height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: .9375rem;
    padding-top: .75rem;
    overflow-y: scroll;
  }
  body.mobile-open {
    overflow: hidden;
  }
  li.off-canvas__heading button.close-button:focus {
    outline: none;
  }
  .mobile-open .custom-menu-primary.js-enabled {
    right: 0;
    z-index: 1000;
  }
  .custom-menu-primary.mobile {
    display: block !important;
  }
  .custom-menu-primary.desktop {
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.hs-menu-item.hs-item-has-children > ul {
    position: absolute !important;
    transform: translate(104%,0);
    padding: 0;
    top: 0;
    box-shadow: none;
    transition: all .5s linear !important;
    display: block !important;
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding-left: 0;
    background: #00358e;
    transition: transform .15s linear;
  }
  .custom-menu-primary .hs-menu-wrapper  ul  li.child-open.hs-menu-item.hs-item-has-children > ul {
    transform: translate(0px, 0px);
  }
  .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:0px;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display:block !important;
  }
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.custom-parent-link a {
    display: inline-block !important;
    padding: .7rem 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    font-family: "Roboto",Arial,sans-serif,SimSun;
    font-weight: 300 !important;
    font-size: 1.5rem;
  }

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #fff;
    position:static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    width: 80%;
    float: left;
    line-height: 1;
    padding: .7rem 0 0.8rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back:before {
    position: absolute;
    content: "";
    width: .625rem;
    height: .625rem;
    top: .0625rem;
    left: 0;
    transform: rotate(135deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
    margin-right: .75rem;
    z-index: 999;
    margin-left: .6rem;
    margin-top: .875rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) .child-trigger {
    margin-top: -50px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.custom-parent-link a {
    display: inline-block !important;
    padding: .7rem 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center; 
    font-size: 1.5rem;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(3) > a {
    margin-top: 50px;
    min-height: 32px;
  }
  li.off-canvas__heading button.close-button:hover svg#icon-x {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    padding: .7rem 0;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__search-mobile {
    margin-bottom: 1.875rem !important;
    position: relative !important;
    border: 0 !important;
    float: left !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    border-bottom: 1px solid #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:last-child {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:nth-child(2) {
    padding-bottom: 49px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:nth-child(1), 
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li:nth-child(2) {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    display: block;
    padding: 12px 18px;
    line-height: 1;
    color: #fff;
    padding-left: 0 !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.off-canvas__search-mobile svg#icon-suche {
    display: inline-block;
    width: 1.25rem;
    fill: #fff;
    transform: rotate(270deg);
    position: relative;
    right: 0;
    top: 0;
    height: 1rem;
    line-height: 1;
    margin-right: 15px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__login {
    float: left !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__login svg#icon-login {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin-right: 0.925rem;
    stroke-width: 2px;
    stroke: #fff;
    width: 1.25rem;
    height: 1.25rem;
    fill: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    position: static !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__lang {
    float: left !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__meta {
    border: 0 !important;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
}

/* ==========================================================================
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-wrapper .page-center {
  padding-top: 0 !important;
  padding-bottom: 10px;
}
.custom-footer-sidebar-top-sec {
  padding-top: 10px;
}
.custom-footer-sidebar-top-sec p {
  margin-top: 16px;
}
ul.l_tinynav1 {
  display: none;
}

element.style {
}
.cm-blog-sidebar-categories select#tinynav1 {
  -webkit-appearance: menulist;
  height: 40px;
  background-color: #fff;
  border: 1px solid #aaa !important;
  cursor: pointer;
  display: block;
  padding: 3px 45px 7px 20px;
  color: #444;
  width: 17%;
  background: none;
  line-height: 28px;
  box-shadow: none;
  font-weight: normal;
  font-size: 1.25rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-sidebar-site-search .hs-search-field__bar {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
}
.blog-sidebar-site-search .hs-search-field__bar input.hs-search-field__input {
  width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  display: inline-block !important;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca !important;
  margin: 0 0 0.5rem;
  font-family: inherit;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: no-repeat;
}
.blog-sidebar-site-search .hs-search-field__bar input.hs-search-field__input:focus {
  border: 1px solid #8a8a8a;
  background: #fff;
  outline: 0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
}


.blog-content-wrap {
  padding: .5rem .625rem .625rem;
  display: inline-block;
  width: 82%;
}
.blog-content-wrap h2 {
  font-size: 1.875rem;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.post-body.clearfix p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}


/* =============== 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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.post-item .hs-featured-image-wrapper {
  width: 17%;
  padding-left: 0px;
  padding: .5rem .625rem .625rem 0;
  display: inline-block;
  vertical-align: top;
}
.blog-pagination-center {
  float: right;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 0;
}

/* Read More Link */
a.more-link {
  display: inline-block;
  margin: 0;
  text-decoration: underline;
}
a.more-link:hover {
  text-decoration: none;
}
/* 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

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

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

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

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

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {
  clear: both;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.blog-pagination a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.blog-pagination-center a {
  background: #00358e none repeat scroll 0 0;
  color: #fff;
  padding: .1875rem .625rem;
  font-size: 1rem;
  margin-left: 1px;
  margin-right: 1px;
  text-decoration:none;
}
.blog-pagination-center a.active {
  cursor: default;
}
.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 {
  margin-bottom: 0;
}

.blog .blog-sidebar .cell-wrapper{
  margin:0 0 30px;
}

/* =============== 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;
  overflow: hidden;
}
.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-blog-post .blog-sidebar {
  display: none !important;
}
.hs-blog-post .section.post-header h1 {
  font-size: 1.875rem;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.hs-blog-post .section.post-header {
  margin: 3.375rem 0 1.875rem;
}
.section.post-body hr {
  display: none;
}
.blog-post-ebook-wrap hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #000;
  border-left: 0;
  margin: 1.25rem .9375rem;
  clear: both;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all {
  margin: 1.875rem 0;
  overflow: hidden;
  width: 100%;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all .ebook-title h3 {
  font-size: 1.875rem;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-weight: 300;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all .content__image--right {
  float: right;
  position: relative;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all p.blog-post-ebook-sub {
  font-weight: 300;
  margin-top: 1rem;
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all a.button {
  margin-top: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
  padding: .9375rem 1.875rem;
  margin: 0 1rem 1rem 0;
  font-size: 1rem;
  background: #00358e;
  color: #fff;
}
.blog-post-ebook-wrap .blog-post-ebook-content__all a.button:hover {
  background: #013b73;
  color: #fff;
}





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


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

/* Form Field */
.hs-form-field {}
.hs-blog-listing .blog-post-ebook-wrap {
  display: none;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}
body .hs-form-field > label,
.widget-type-google_search label,
#comment-form li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}
h3.form-title {
  font-size: 1.5rem;
}
/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea,
.body-container-wrapper select {
  color: #00358e;
  border-color: #00358e !important;
  border-width: 1px;
  background: white url(data:image/gif;base64,R0lGODlhBwACAIABAMzMzP///yH5BAEAAAEALAAAAAAHAAIAAAIFhA+hGwUAOw==) repeat-x 0 0;
  border-top: 1px solid #7C7C7C;
  border-left: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  border-bottom: 1px solid #D3D3D3;
  padding: 5px!important;
  font-size: 16px;
  width: 100% !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 2.4375rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border-radius: 0;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus,
.body-container-wrapper select:focus {
  outline: 0;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  border: 1px solid #8a8a8a;
}

/* 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 {
  color: red;
  font-size: 16px;
  margin-top: 0.5em !important;
  line-height: 1.6;
  margin-bottom: 1rem;
  display: block;
}

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

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

/* =============== GDPR Text =============== */

.hs-richtext p,
.hs-richtext a,
.hs-richtext span, 
li.hs-form-booleancheckbox p {
  font-size: 10px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  display:inline;
  width:90%;
  vertical-align:middle;
}

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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

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

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

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

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

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

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


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


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

.body-container-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-size: 1.1875rem;
  background-color: #00358e;
  border-radius: 0;
  color: #FFF;
  font-weight: bolder;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 6px 12px;
  font: inherit;
  line-height: normal;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
  background-color: #fff;
  border-color: #00358e;
  color: #00358e;
}

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


/* =============== 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                                      
========================================================================== */
span.select2-selection__arrow {
  display: block !important;
}
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,	
.widget-type-google_search,
.hs-search-field__bar,
.section.post-footer form{
  display: block;
  width: 100%;   
  max-width:500px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1em;
}

.grecaptcha-badge {
  margin: 10px 0;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
.custom-site-search .hs-search-field__bar{
  max-width:600px;
}
.lp .mobile-trigger {
  display: none !important;
}
.no-banner .body-container-wrapper {
  padding-top: 120px;
}
.search-open div#searchModal{
  display:block;
}


/*================ header language============ */
.language-active .header-language-wrapper{
  display: block;
}
.header-language-wrapper {
  display: none;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding-top: 5.9375rem;
  padding-bottom: 5.9375rem;
  background-color: rgba(1,69,135,0.85);
  border: 0;
  padding-left: .9375rem;
  padding-right: .9375rem;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  z-index: 1006;
  border-radius: 0;
  position: absolute;
}
.header-language-wrapper .page-center {
  padding: 0 10px !important;
}
.custom-language > ul {
  margin: 1.5625rem 0;
  position: relative;
}
.custom-language > ul span.flag-sec {
  width: 49.5%;
  display:inline-block;
  padding-left: .9375rem;
  padding-right: .9375rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: top;
  position: relative;
  line-height: 1.8;
}
.custom-language > ul span li.drop {
  background-color: #fff;
  border: 1px solid #aaa;
  color: #444;
  line-height: 28px;
  font-weight: normal;
  font-size: 1.25rem;
  display: block;
  padding: 16px 45px 13px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  cursor: pointer;
  /*   background-image: url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/pfeil_dropdown.svg);
  background-repeat: no-repeat;
  background-size: 5.3%;
  background-position: 97.3% 47.9%; */
}
li.drop.flag-language {
  padding: 10px !important;
}
.custom-language button {
  margin-top: 1.3125rem;
  position: relative;
  float: none !important;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  font-size: 1.25rem;
  padding-left: 0;
  padding-right: 0;
  width: 16.66667%;
  padding: 1.1875rem;
  box-shadow: none;
  background: #fff;
  color: #00358e;
  outline-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all .25s ease-out;
  vertical-align: middle;
  font-family: "Roboto",Arial,sans-serif,SimSun;
  font-weight: normal;
}
.custom-language button:hover {
  border: 2px solid #fff;
  background: #00358e;
  color: #fff;
}

.custom-language ul span li.drop ul li {
  cursor: pointer;
  font-size: 1.25rem;
  padding: 6px 20px;
}
.countery-open span.select2-selection__arrow b {
  background: url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/pfeil_dropdown.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 6px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
}
.countery-open li.drop.flag-language ul {
  display: block;
}
.custom-language ul span li.drop ul {
  position: absolute;
  left: 0px;
  display: none;
  top: 100%;
  background-color: #fff;
  width: 100%;
  z-index: 9;
  display: none;
  overflow-y: auto !important;
}
.lang-open .custom-language span.select2-selection__arrowre {
  transform: rotate(180deg);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 6px;
  width: 30px;
  height: 30px;
}
.lang-open .custom-language ul span li.drop ul {
  display: block;
}

.custom-language ul span li.drop ul li:hover {
  background-color: #999;
  color: #fff;
}
.flag-language ul {
  visibility: hidden;
  opacity: 0;
}
.custom-language ul span li.drop ul li img {
  width: 30px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.modal-close.hide-for-print {
  margin: 7.2% .9375rem 0;
  position: relative;
  border-top: 2px solid #fff;
  cursor: pointer;
}
.modal-close.hide-for-print button.close-button {
  color: #fff;
  width: calc(100% - 40px);
  top: 1.875rem;
  outline: 0;
  font-size: 2em;
  line-height: 1;
  cursor: pointer;
  right: 1rem;
  position: absolute;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
}
.modal-close.hide-for-print button.close-button:hover svg#icon-x {
  fill: #fff;
  fill-opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.modal-close.hide-for-print button.close-button svg#icon-x {
  fill: #ebebeb;
  fill-opacity: .6;
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
body {
  overflow-x: hidden;
}
.custom-language>ul span li.drop img {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list img#languageflag {
  width: 27px;
  margin-right: 9px;
}
span.custom-flag-lang {
  height: 36px !important;
  position: relative;
  top: 5px;
  display: block!important;
}
ul.active-lang.inn {
  visibility: visible;
  opacity: 1;
}
span.select2-selection__arrow b,
span.select2-selection__arrowre{
  background: url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/pfeil_dropdown.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 30px;
}
body.language-active {
  overflow: hidden;
}
.blog-content-wrap h2 a {
  text-decoration: none;
  color: #000;
}
ul.dropdown.menu.meta-nav__menu.hide-for-print li.meta-nav__list a.language-select:after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: .4375rem;
  height: .4375rem;
  transform: rotate(45deg);
  top: .8125rem;
  right: 1rem;
}
.custom-header.lp {
  
}

.transparent-header {
  zoom: 1;
  position: absolute;
  background: transparent;
  top: auto;
  left: 0;
  width: 100% !important;
  z-index: 11;
  padding-bottom: 23px;
  background-position: bottom;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.transparent-header.lp {
  min-height: 136px !important;
}

.custom_header_fixed .lp .custom-inner-header {
  height: 80px;
}



.blog-banner-menu.mobile-hidden {
  margin-top: -3.875rem;
  position: relative;
  z-index: 10;
}

.blog-banner-menu.mobile-hidden .blog-banner-menu {
  position: relative;
  width: 100%;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul {
  background-color: #00358e;
  width: 100%;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li:first-child {
  background-color: #999;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li {
  line-height: 29px;
  border-right: 1px solid #fff;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li a {
  padding: 1.25rem .9375rem;
  line-height: 1;
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: .9375rem;
  text-decoration: none;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li.hs-item-has-children:after {
  content: '';
  width: .625rem;
  height: .625rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  margin-right: .625rem;
  top: 1.1875rem;
  right: .3125rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li.hs-item-has-children {
  padding: 0 1.25rem 0 0;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li:first-child a {
  cursor: text;
  padding: 0;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li:first-child {
  background-color: #999;
  padding: 20px;
  border-right: 1px solid #fff;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li ul {
  border: 1px solid #fff;
  padding: 0;
  background-color: #00358e;
  left: -1px !important;
  right: auto;
  width: auto !important;
  min-width: 200px;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li ul li a {
  border-bottom: 1px solid #fff;
  white-space: nowrap !important;
  padding: .625rem .875rem !important;
}
.blog-banner-menu.mobile-hidden .blog-banner-menu ul li ul li {
  padding: 0 !important;
  background: transparent !important;
}

.f-blue-btn a { display: inline-block; text-align: center; line-height: 1; cursor: pointer; -webkit-appearance: none; transition: all 0.25s ease-out; vertical-align: middle; border: 1px solid transparent; border-radius: 0; padding: 0.9375rem 1.875rem; margin: 0 1rem 1rem 0; font-size: 1rem; background: #00358e; color: #fff; text-decoration: none; }
.f-blue-btn a:hover, .f-blue-btn a:focus { background: #013b73;  color: #fff;}
.shariff .xing a {  background-color: #126567;}
.shariff .fa-xing:before { content: "\f168";}
.shariff .xing a:hover {  background-color: #29888a;}

.de-de-floating .vertical-center > span, .de-en-floating .vertical-center > span{ display: inline-block; }
.de-de-floating .vertical-center > span h4, .de-en-floating .vertical-center > span h4 {  letter-spacing: .125rem; }


.row-fluid .stage-easy.small.new { overflow: hidden; }
.lp-fr .row-fluid .sidebar.right .hs_cos_wrapper_type_rich_text table td img { max-width: 350px; width: 100% !important; }

/* 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 screen and (min-width: 41.875em){
  body {
    font-size: 1.1875rem;
  }
}

@media (max-width: 1200px) and (min-width: 1023px) {

  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 18px;
    padding: 12px 8px;
  }
   .lg-rmv .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 16px;
    padding: 12px 8px;
  }
  
}

@media (max-width: 1200px) {
  .banner-logo-wrapper img.overlay-image.aplus {
    right: 3.125rem;
    z-index: 200;
    height: 10rem;
    width: auto;
    top: 5.05rem;
  }
  .banner-area{
    min-height: 46.9vw;
    margin-top: 60px;
  }

  .banner-content {
    width: 23.5rem;
    top: 12.65rem;
    bottom: auto;
    right: 5.25rem;
    padding-top: 50px !important;
  }
  .banner-content .banner-content-inner h1 {
    font-size: 1.625rem;
    line-height: 1.1em;
  }
}


@media (max-width: 1023px) {
  .custom_header_fixed .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-bottom: 0;
  }
  .custom_header_fixed .custom-logo img {
    width: 157.55px;
    margin-bottom: 3px;
  }
  .custom_header_fixed .header-right-pan>.row-fluid-wrapper.row-depth-2.row-number-1 {
    display: block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.off-canvas__lang span.language-divider {
    padding: 0 15px;
  }
  .custom-header{
    position: fixed;
  }
  .blog-banner-menu.mobile-hidden {
    display: none;
  }
  .custom-header.lp {
    min-height: 110px !important;
  }
  .banner-logo-wrapper img.overlay-image.aplus{
    top: 3.35rem;
  }
  .modal-close.hide-for-print{
    margin: 7.2% 0 0;
  }
  span.flag-sec.second {
    margin-top: .9375rem;
  }
  .custom-language>ul span.flag-sec{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    position: relative !important;
    z-index: 9999;
  }
  .custom-language button {
    font-size: 1.25rem;
    padding: 1.1875rem !important;
    width: auto;
  }
  .header-language-wrapper {
    padding: 1rem;
  }
  .custom-language button {
    left: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0);
  }
  .banner-content .banner-content-inner h1 {
    font-size: 1.35rem;
    line-height: 1.1em;
  }
  .banner-content {
    width: 23.5rem;
    top: 11.05rem;
    bottom: auto;
    right: 5.25rem;
    padding-top: 50px !important;
  }
  .banner-area{
    min-height: 45vw;
  }
  .info-block {
    display: none;
  }
  .header-right-pan > .row-fluid-wrapper.row-depth-2.row-number-1{
    margin: 0.3625rem 0 10px 0;
    position: relative;
    left: -10px;
    top: -1px;
  }
  .header-top-nav span.meta-nav--leadtext{
    position: relative;
    top: 0;
    left: 0;
    color: #00358e;
    font-weight: 400;
  }
  .header-top-nav{
    border-bottom: none;
  }
  .header-right-pan {
    width: auto !important;
    margin: 0 !important;
  }
  .custom-logo {
    width: 18.33333% !important;
    float: left !important;
    padding-left: 0;
    padding-right: .9375rem;
  }
  .custom-logo img {
    max-height: 88.4px;
    max-width: 100%;
    width: 154.4px;
  }
  ul.dropdown.menu.meta-nav__menu.hide-for-print {
    display: none;
  }
  li.off-canvas__heading button.close-button {
    z-index: 1;
    right: initial !important;
    left: 0;
    position: absolute;
    color: #8a8a8a;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  li.off-canvas__heading button.close-button svg#icon-x {
    fill: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  li.off-canvas__heading h4 {
    display: inline-block;
    padding: .7rem 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    font-size: 1.5rem;
  }
  li.off-canvas__heading {
    margin-bottom: 1.875rem !important;
    border: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) {
    margin-top: 1.875rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.custom-parent-link {
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.dl-back {
    border: 0;
  }
  div#searchModal {
    background-color: rgba(1,69,135,0.85);
    border: 0;
    padding-left: .9375rem;
    padding-right: .9375rem;
    overflow-y: auto;
    z-index: 99999;
    padding: 1rem;
  }
  div#searchModal .modal-close{
    margin: 7.4% .9375rem 0;
  }
  div#searchModal form#headersearchform label input.inpagequery::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto",Arial,sans-serif,SimSun;
    color: #999;
  }
  div#searchModal form#headersearchform a.button.button--form-cta {
    position: relative !important;
    float: none !important;
    margin-top: 1.875rem !important;
    margin-left: 0;
    width: auto;
  }
  div#searchModal form#headersearchform label input.inpagequery {
    color: #000;
    background: #fff;
    font-size: 1rem;
    width: 100%;
    font-weight: 400;
    height: 3.75rem;
    padding: .5rem;
    border: 1px solid #cacaca;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.off-canvas__lang img#languageflag {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li .child-trigger {
    margin-top: -30px !important;
  }
}

@media (max-width: 950px) {
  .custom-logo{
    width: 17.23333% !important;
  }
  .header-top-nav{
    left: 10px;
  }
}
@media(max-width: 1023px){
 .row-fluid .custom-menu-primary.mobile.js-enabled { height: 100vh; }
 .mobile-open .row-fluid .custom-menu-primary.mobile.js-enabled { height: 100vh;  }
/*  .mobile-open .row-fluid .custom-menu-primary.js-enabled > div { height: 87%; overflow-y: scroll; }  */
  .row-fluid .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a  { width: 100%; }
  .row-fluid .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a { width: 80%; }
  .mobile-open .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul { height: 90vh; min-height: 300px; }
  
  .row-fluid .lang-hide .custom-menu-primary.mobile ul li.off-canvas__lang > a { display: none; }
/*   .row-fluid .lang-hide .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.off-canvas__search-mobile { margin-bottom: 0 !important; } */
  .row-fluid .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li .child-trigger { margin-top: -40px !important; }

  
}

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

@media (max-width: 767px) {
 
  body .custom-mid-footer>div>.row-fluid>:last-child {
    float: right !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100% !important;
}
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.off-canvas__lang img#languageflag{
    float: left;
    position: relative;
    top: 6px;
  }
  .footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 li {
    -ms-flex: none;
    flex: none;
    margin-right: 1.8%;
    min-width: 80px;
    width: auto;
    height: 35px;
  }
  .shariff li a span.share_text {
    display: none;
  }
  .post-item .hs-featured-image-wrapper{
    width: 100%;
  }
  .footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 li a span {
    position: relative;
    top: 4px;
    left: 2px;
  }
  .blog-content-wrap h2 {
    font-size: 1.1875rem;
    font-weight: 400;
  }
  a.more-link {
    font-size: 16px;
  }
  .post-body.clearfix p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    font-weight: 400;
  }
  .custom-total-pages {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  h3 {
    font-size: 1.1875rem;
  }
  .blog-content-wrap{
    padding: .5rem .625rem .625rem;
    display: inline-block;
    width: 100%;
  }

  .info-container.ft-show {
    display: flex !important;
  }
  li.off-canvas__heading h4{
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    float: left !important;
  }
  .header-top-nav {
    left: -10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span#language-name-mobile {
    float: left;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.language-divider {
    width: auto;
    float: left;
    padding: 0 .9375rem;
  }
  li.off-canvas__heading button.close-button{
    float: left;
    width: auto;
  }
  .header-right-pan>.row-fluid-wrapper.row-depth-2.row-number-1{
    width: 80%;
    text-align: left;
  }
  li.off-canvas__heading button.close-button{
    top: .95rem;
  }
  .info-block .info-element .info {
    bottom: 43px;
    position: fixed;
    z-index: 2000;
    padding: 20px;
    background-color: #00358e;
    color: #fff;
    border-bottom: 1px solid #3572a8;
    width: 100%;
  }
  a#back-to-top {
    display: none !important;
  }
  .info-block {
    bottom: 0;
    top: auto;
    width: 100%;
  }
  .info-block .info-container .info-element {
    flex-grow: 1;
    height: 43px;
    background-color: #00358e;
    border-left: 1px solid #013b6d;
    border-right: 1px solid #3572a8;
    border-radius: 0;
    margin-bottom: 0;
  }
  .info-element.print {
    display: none !important;
  }
  .info-block .info-container {
    display: flex !important;
    margin: 0;
    transition: all .3s ease-in-out;
  }
  .info-block .info-container .info-element.totop a.totop {
    background-color: transparent;
    background-position: 50% 5px;
    background-size: 15px 15px;
    display: block !important;
    width: 100%;
    position: static;
  }
  .info-block .info-container .info-element.totop {
    display: block;
    background-color: #a3a3a3;
    border-right: 0;
    border-left-color: #b5b5b5;
    border-color: #a3a3a3;
  }
  .info-block .info-fold {
    background: transparent url(//cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/img-burgermenue-filler.png) bottom left repeat-x;
    text-align: center;
    cursor: pointer;
  }
  .info-block.show-for-xs {
    display: block !important;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form, 
  .widget-type-google_search, 
  .hs-search-field__bar,
  .section.post-footer form{
    max-width: 100%;
  }
  .footer-top-social-share-links-wrap{
    margin: 1.875rem 0 ;
  }
  .custom-footer-quetion-menu ul {
    margin-bottom: 28px !important;
  }
  .custom-footer-quetion-menu ul li a{
    line-height: 25.5px !important;
  }
  .footer-contact {
    font-size: 16px;
  }
  .custom-footer-copyright strong {
    float: left;
  }
  .custom-footer-copyright{
    float: left !important;
  }
  .footer__social ul.social-media__list{
    float: left;
  }
  .custom-footer-product-menu, 
  .custom-footer-legal-disclamer-menu {
    display: none !important;
  }
  .custom-footer-quetion-menu{
    width: 100% !important;
  }
  .custom-mid-footer>div>.row-fluid>.custom-footer-quetion-menu{
    float: right !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100% !important;
  }
  .section.post-footer {
    max-width: 100%;
  }
  .landing-page.one-column .body-container form, 
  .error-template.one-column .body-container form, 
  .password-template.one-column .body-container form, 
  .subscription-template.one-column .body-container form{
    width: 100%;
  }

  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 0;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }	
  .custom-site-search .hs-search-field__bar{
    max-width:100%;
  }
  .hs_recaptcha.hs-form-field {
    overflow: auto;
  }
  .cm-blog-sidebar-categories select#tinynav1{
    width: 198px;
  }
  .info-block .info-element .info {
    display: none !important;
  }

  .info-element-content {
    bottom: 43px;
    position: fixed;
    z-index: 2000;
    padding: 20px;
    background-color: #00358e;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #3572a8;
    width: 100%;
  }
  .info-element-content .close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem; 
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 2em;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    cursor: pointer;
  }
  .info-element-content svg#icon-x {
    width: 1.5625rem;
    height: 1.5625rem;
    fill: #fff;
  }
  .info-element-content h4 {
    margin-bottom: .5rem;
    font-size: 18px;
  }
  .info-element-content .vertical-center {
    position: relative;
    padding-left: 40px;
  }
  .icon--phone {
    fill: #00358e;
    stroke: #00358e;
    width: 1.4375rem;
    height: 1.4375rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .info-element-content .vertical-center {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .vertical-center svg {
    fill: #00358e;
    stroke: #00358e;
    width: 1.4375rem;
    height: 1.4375rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .info-element-content.info-element-content-envelope a.link-more.link--underline {
    color: #fff;
  }
  .info-element-content .close-button:focus {
    outline: none;
  }
  .info-block .info-container .info-element:hover svg#icon-mail {
    fill: #00358e;
  }
}  


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

@media (max-width: 669px) {
  .custom_header_fixed .header-right-pan>.row-fluid-wrapper.row-depth-2.row-number-1 {
    display: none;
  }
  div#searchModal form#headersearchform a.button.button--form-cta {
    padding: .625rem 1.1875rem;
  }
  div#searchModal form#headersearchform label input.inpagequery {
    height: 2.5rem;
  }
  div#searchModal form#headersearchform{
    margin: 0 0 1.5625rem;
    padding: 0 14px;
  }
  .footer-top-social-share-links-wrap {
    margin: 1.875rem 0 0;
  }
  .custom-language>ul span li.drop {
    padding: 0.625rem 1.875rem .625rem 1.25rem;
    line-height: 1.25rem;
    border: 0;
    margin-top: 4px;
  }

  .custom-language button {
    margin-top: 2.8125rem;
    padding: .625rem 1.1875rem !important;
  }
  .custom-language>ul {
    margin: 0;
    position: relative;
  }
  span.select2-selection__arrow b,
  span.select2-selection__arrowre{
    width: 1.25rem;
    height: 1.25rem;
    top: .9375rem;
  }
  span.custom-flag-lang {
    height: 21px !important;
    display: block !important;
    top: 0;
  }
  .footer-contact span.footer__nav--phone a {
    text-decoration: none;
  }
  .blog-post-ebook-wrap hr{
    margin: 1.25rem 0;
  }
  .blog-post-ebook-wrap .blog-post-ebook-content__all .ebook-title h3 {
    font-size: 1.1875rem;
    font-weight: 400;
  }
  .banner-logo-wrapper img.overlay-image.aplus {
    top: -1rem;
    right: 0;
    height: 9rem;
    width: auto;
    z-index: 0;
  }
  .body-container-wrapper {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .custom-menu-primary.js-enabled{
    top: 4rem;
    padding-right: 0;
  }
  .section.post-body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
  .hs-blog-post .section.post-header h1 {
    font-weight: 400;
    font-size: 1.1875rem;
  }
  h2 {
    font-size: 1.25rem;
  }
  .custom-logo{
    width: 100% !important;
  }
  .banner-area {
    min-height: 66.2vw;
    margin-top: 62px;  
  }
  .banner-content .banner-content-inner h1 {
    font-size: 1.875rem;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 0;
  }
  li.off-canvas__heading h4 {
    text-align: center;
    font-size: 18px;
  }
  .banner-content {
    width: 100%;
    min-height: 60px;
    padding: 10px 0 !important;
    bottom: 0;
    top: auto;
    right: 0;
    background: #fff;
  }
  span.meta-nav--leadtext {
    display: none;
  }
  span.hide-for-small-only {
    display: none;
  }
  .custom-logo img {
    width: 6.25rem;
  }
  .custom-header{
    height: 80px;
  }
  .header-language-wrapper .page-center {
    padding: 0 14px !important;
  }
  span.select2-selection__arrow b,
  span.select2-selection__arrowre{
    width: 1.25rem;
    height: 1.25rem;
    top: 68%;
    right: 20px;
  }
  .custom_header_fixed .custom-logo img {
    width: 6.25rem;
  }
  .lang-open .custom-language span.select2-selection__arrowre,
  .countery-open span.select2-selection__arrow b{
    width: 1.25rem;
    height: 1.25rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
  }
  .child-trigger{
    height: 40px !important;
  }
  .custom-header.lp {
    min-height: 80px !important;
  }
  .custom_header_fixed .lp .custom-inner-header {
    height: 66px;
  }
}


@media (max-width: 368px) {
  .banner-area {
    min-height: 71.2vw;
    margin-top: 62px;
  }
}


@media (max-width: 350px) {
  .banner-area {
    min-height: 71.2vw;
    margin-top: 62px;
  }
}


@media screen and (min-width: 1024px) {
  .span12.widget-span.widget-type-custom_widget.lp-hero-padding {padding-top: 120px}
}
@media screen and (max-width: 1024px) {
  .span12.widget-span.widget-type-custom_widget.sidebar-form, .span6.widget-span.widget-type-cell.main-content {display: block;float: none;width: auto;margin-left: 0;}
  .span12.widget-span.widget-type-custom_widget.sidebar-form .hs_cos_wrapper_type_form {max-width: 100%;}
}
@media screen and (max-width: 1023px) {
  .span12.widget-span.widget-type-custom_widget.lp-hero-padding {padding-top: 90px}
}
@media screen and (max-width: 767px) {
  .span12.widget-span.widget-type-custom_widget.lp-hero-padding {padding-top: 80px}
  .span12.widget-span.widget-type-cell.custom-footer {
    padding-bottom: 80px;
}
}

/*------------------------------------- Footer -------------------------------------*/

.custom-footer {
    zoom: 1;
    position: relative;
    background-color: #fff;
    color: #000;
    border-top: 10px solid #ebebeb;
}
.custom-mid-footer {
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.125rem;
    padding-bottom: 1.875rem;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
}
.custom-footer-product-menu, .custom-footer-legal-disclamer-menu, .custom-footer-quetion-menu {
    width: 20% !important;
    float: left !important;
    margin: 0 !important;
    padding: 0 15px;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1:first-child>a {
    font-size: 19px;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto;
}
.custom-footer-product-menu ul li:first-child a, .custom-footer-legal-disclamer-menu ul li:first-child a, .custom-footer-quetion-menu ul li:first-child a, span.contact-label {
    letter-spacing: 1px;
    font-size: .9375rem;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: .625rem;
    line-height: 1.4 !important;
    font-family: "Roboto",Arial,sans-serif,SimSun;
    color: #000;
    cursor: text;
}
.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-footer-product-menu ul li a, .custom-footer-legal-disclamer-menu ul li a, .custom-footer-quetion-menu ul li a {
    color: #000;
    font-size: .9375rem;
    text-decoration: none;
    line-height: 28.5px !important;
    white-space: normal !important;
}
.footer-container .widget-span {
    min-height: 0;
}
.custom-footer p:last-child, .custom-footer ul:last-child, .custom-footer ol:last-child {
    margin: 0;
}
.custom-mid-footer>div>.row-fluid>:last-child {
    float: right !important;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 21% !important;
}
.footer-contact span.footer__nav--phone {
    color: #00358e;
    position: relative;
    padding-left: 1.875rem;
    font-size: .9375rem;
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    z-index: 1;
    vertical-align: text-bottom;
}
.cm-footer-copyright-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 1.0625rem;
    margin-bottom: .8625rem;
    font-size: .9375rem;
    width: 100%;
}
.cm-footer-travel-payment-section {
    width: auto !important;
    text-transform: uppercase;
    color: #00358e;
}
.custom-footer-copyright {
    width: auto !important;
    float: right !important;
    margin: 0 !important;
}
/* Resources */

a {
  text-decoration: none !important;
}

.video-module-title h2, .video-module-text p, .video-title h4, .embedded-sub-header {
  color: #fff;
}

select::-ms-expand {
   display:none !important;
  }

a.resources--outer--sorter--reset  {
    text-transform: capitalize !important;
    font-size:18px;
}

.list-blog-sidebar h3 {
    font-size:20px;
}

.mobile-only {
    display:none;
}

#topic-label {
    width:45%;
}

#product-label {
    width:45%;
}

h6 {
    margin: 20px 0 0 0;
    font-size:16px;
}
/* .resource-wrapper {
    max-width:1095px;
    margin: 0 auto;
} */

.cpa-resources-wrapper {
    display:inline-block;
    width: 48%;
    margin-bottom:20px;
}

.im--visuallyhidden {
    display:none!important;
}
.resources--outer--sorted {
    font-size:0px;
}
.resources--outer--sorted .mix {
    display: none;
    vertical-align: top;
    border: 0;
    width: 23%;
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 5%;
    overflow: hidden;
    position:relative
}
.resources--outer--sorter {
    margin-bottom:60px;
    padding:10px;
}
.span6 .resources--outer-sorter {
		display: inline-flex !important;
}
.resources--outer--sorter select {
    display: inline-flex !important;
    max-width: 100%;
    width: 45% !important;
    margin: 10px 10px 0 0;
    outline: none;
    box-shadow: none;
    height: auto;
    background-color: #ffffff;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.35em;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1.5px solid #00358e;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    color: #00358e;
    padding: 0 20px;
    height: 50px;
    cursor: pointer;
    position: relative;
    background-image: url("https://cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/Arrow%20dark%20blue.png");
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    text-transform:capitalize;
    border-radius: 0px!important;
}

.resources--outer--sorter select:focus {
    border-bottom: 1.5px solid #00358e;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    box-shadow:none;
}
option {
    text-transform:capitalize;
}

div.sorter-wrapper {
    display:inline-flex;
}


.resources--outer--sorter--reset {
    display: inline-flex;
    display: -webkit-inline-flex;
    max-width: 100%;
    margin-left:10px;
    /*width: 15% !important;*/
    padding: 13px 70px;
    /* margin-top: 10px; */
    outline: none;
    box-shadow: none;
    height: auto;
    background-color: #00358e;
    color: #FFF;
    font-family: inherit;
  	font-size: 18px;
    line-height: 1.35em;
    font-weight: 400;
    text-align: center;
    border-color: transparent;
    text-shadow:none;
    border-style: solid;
    border-width:1px;
    cursor:pointer;
    -webkit-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    top:20px;
}
.resources--outer--sorter--reset:hover {
    cursor:pointer;
    background:#FFF;
    color:#00358e;
    border: 1px solid #00358e;
}
.resources--item--image {
    display: block;
    height: 200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    border: 1.5px solid #00358e;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-color: #999;
}
.resources--item--meta {
    display:block;
    text-align:center;
    background: #00358e;
    padding: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.resources--item--categories {
    display:block;
    font-size:13px !important;
    line-height:1.5em;
    color:#000000;
    margin-top:0px;
    padding:10px 0 0px;
    text-transform:capitalize;
    text-align:left;
    margin-bottom:0px;
}
.resources--item--categories span {
    display:inline-block;
    margin:0px 3px 5px;
    padding: 1px 5px;
    border-radius: 0px;
    background:#fff;
  	color: #00358e;
}
.resources--item--title {
    margin-top:0px;
    color:#ffffff;
    font-size: 19px !important;
    line-height:1.35em;
    margin-bottom:10px;
}
.resources--item--title a {
    font-family: inherit;
  	color: #fff;
    line-height:inherit;
    font-weight: 400;
}

p.resources--item--categories.two {
    position: absolute;
    top: 0;
    right: -2px;
    margin: 0;
    padding: 0;
}

p.resources--item--categories span.edit-topic-bg {
    line-height: 3.5;
    
}
.resources--item--description, .resources--item--description p {
    font-size:14px;
    line-height:1.5em;
    color:#fff;
    margin-top:0px;
    margin-bottom:0px;
}
.resources--item--info {
    display:block;
    padding: 0 20px 20px 0;
  	text-align:left;
}
.resources--item--meta .lap-and-up-equalize--1 {
    display:block;
    margin-bottom:5px;
}
.resources--item--meta .lap-and-up-equalize--2 {
    display:block;
}
.resources--item--btnwrapper {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: left;
    -webkit-justify-content: left; /* Safari 6.1+ */
  	margin-bottom: 10px;
}
.resources--item--btn {
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 6.1+ */
    width:auto;
    min-width:50%;
    max-width:100%;
    margin-bottom:0 !important;
    background:transparent;
    color:#00358e !important;
    font-size:13px !important;
    text-transform: uppercase;
    font-weight:700;
    font-family: inherit;
    line-height:1.5em;
    padding:10px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid #00358e;
}
.resources--item--btn:hover {
    background:#00358e;
    color:#FFF !important;
}
.resources--item--btn:after {
    content:"↓";
    float:right;
    margin-left:15px;
}
.resources--outer--cta {
    text-align:center;
}
.resources--outer--sidebar .scroll--item {
    -webkit-transition: margin-top .5s ease-in-out;
    -moz-transition: margin-top .5s ease-in-out;
    -ms-transition: margin-top .5s ease-in-out;
    -o-transition: margin-top .5s ease-in-out;
    transition: margin-top .5s ease-in-out;
    
    -webkit-transition-delay:0s;
    transition-delay:0s;
}
.one-column-resources .custom-home-row1 .inner-wrapper .inner-row2 .hs_cos_wrapper_type_rich_text {
    bottom:-28px;
}

.sidebar-width {
     margin-left: 5% !important;
     width: 24% !important;
 }

#resources {
    width:100%;
    display:block;
}
span.edit-topic-bg {
    background-color:#00358e;
  	color: #fff
}

span.edit-topic-year {
    font-size:14px;
    font-weight:500;
    color:#00358e;
    margin:0;
    padding:0;
}
.item-overlay {
}

/*
.one-column-resources .custom-header.main-nav {
    position:absolute!important;
    top:0!important;
}
.one-column-resources .mm-container {
    position:absolute!important;
}
.one-column-resources .mega-menu .active-branch > ul {
    position:relative!important;
}*/

@media (max-width:1150px) {
    .resources--outer--sorted .mix {
      width:30%;
  }
}


@media (max-width:900px) {
    .resources--outer--sorted .mix {
        width:45%;
    }
}
@media (max-width:767px) {
    .resources--outer--sorter select {
        width:100% !important;
      	height: auto;
    }
    .resources--outer--sorter--reset {
        display:block !important;
        width: 95% !important;
        margin: 0 auto;
        top:0;
      	padding: 2px 0 2px 20px;
    }
    .cpa-resources-wrapper {
        display:block;
        width: 100%;
        margin-bottom:0;
    }
    #resources {
        width:100%;
    }
    #desktop-and-tablet-sorter {
    margin-bottom:56px;
    }
    .resources--outer--cta {
        display:none!important;
    }
    .resources--outer--sorter {
        margin-bottom:0px;
    }
    .resources--outer--sidebar {
        padding-bottom:0px!important;
    }
    .resources--outer--sidebar .scroll--item {
        position:relative!important;
        margin-top:0px!important;
        display:none;
        -webkit-transition: margin-top 0s ease-in-out;
        -moz-transition: margin-top 0s ease-in-out;
        -ms-transition: margin-top 0s ease-in-out;
        -o-transition: margin-top 0s ease-in-out;
        transition: margin-top 0s ease-in-out;
        -webkit-transition-delay:0s;
        transition-delay:0s;
    }
    .subscribe-mobile-padding {
        padding-top: 20px;
        text-align: center;
    }
    .sidebar-width {
        margin-left: 0% !important;
        width: 100% !important;
    }
}
@media (max-width:767px) and (min-width:501px) {
    .resources--outer--sorter {
        padding-left:2.5%;
        padding-right:2.5%;
    }
}
@media (max-width:766px) {
    .resources--outer--sorted .mix {
        width:100%;
        margin-left:auto;
        margin-right: auto;
    }
}


@media (max-width:1139px) and (min-width: 768px) {
    .resources--outer--sorter--reset {
        font-size: 12px;
        padding: 15px 63px;
    }
}

/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
.body input[type="button"] a {
    padding-left: 17px;
    padding-right: 17px;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
    line-height: 32px;
    display: inline-block;
    font-weight: 400;
    border: 0;
    background: #FFC80A;
    color: #2a3c5a;
    font-size: 12px;
    font-family: inherit;
    opacity: 1;
    text-transform: capitalize;
    font-weight: 700;
    border-radius:23px;
}

.body input[type="button"] a:after{
    background-color: #e5202e;
    color: #ffffff;
    content: "→";
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-weight: 400;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background-color: #2a3c5a;
    color: #fff;
}

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

body input[type="email"] {
    display: block;
    max-width: 100%;
    width: 100%!important;
    padding: 6px 15px;
    margin: 10px 0;
    outline: none;
    box-shadow: none;
    height: auto;
    background-color: #ffffff;
    color: #333333;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35em;
    font-weight: 400;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-repeat: no-repeat;
background-position: right center;
padding-right: 30px;

}

label {
    display:none;
}

/* span.lap-and-up-equalize--1.tablet-equalize--1 {
    display:none;
} */

span.lap-and-up-equalize--2.tablet-equalize--2 {
    height:auto !important;
}
/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */

   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media(min-width:1000px) {
  .resources--outer--sorter {
    padding:0;
  }
}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* --------------------------------------------------
FOOTER
-------------------------------------------------- */
.widget-span.global-footer {
  display: none;
}
.widget-span.global-footer.default {
  display: block;
}
.footer-container .page-center {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto !important;
  float: none;
}
.footer-container .widget-span {
  min-height: 0;
}

.custom-footer {
  zoom: 1;
  position: relative;
  background-color: #fff;
  color: #000;
  border-top: 10px solid #ebebeb
}

.cm-footer-copyright-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.0625rem;
  margin-bottom: .8625rem;
  font-size: .9375rem;
  width: 100%
}

.cm-footer-travel-payment-section {
  width: auto !important;
  text-transform: uppercase;
  color: #00358e
}

.custom-footer-copyright {
  width: auto !important;
  float: right !important;
  margin: 0 !important
}

.custom-footer-copyright a:hover {
  text-decoration: none
}

.custom-footer-copyright a {
  text-decoration: underline;
  font-weight: normal
}

.custom-mid-footer {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2.125rem;
  padding-bottom: 1.875rem;
  border-top: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb
}

.custom-footer-product-menu,
.custom-footer-legal-disclamer-menu,
.custom-footer-quetion-menu {
  width: 20% !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 15px
}

.custom-mid-footer>div>.row-fluid>.span5 {
  float: right !important;
  padding-left: .9375rem;
  padding-right: .9375rem;
  width: 20%!important;
}

/*HD - Updating info bar*/
.row-fluid .info-block {
  display: none;
}

.info-block {
  bottom: -10px;
  top: unset;
  background-color: #fff;
}

.info-element-content {
  bottom: 93px;
  left: 20px;
  width: 80%;
}

.info-element-content .close-button {
  color: #fff;
  font-size: 1.6rem;
}

.info-element-content .close-button:before {
  content: 'x';
}

@media (min-width: 768px) {
  .info-block {
    bottom: 40%;
    top: 7.5rem;
    background-color: #0000;
  }

  .row-fluid .info-block {
    display: block;
  }

  .info-element-content {
    bottom: 43px;
    left: unset;
    width: 100%;
  }
}

@media (min-width: 768px) {  
  .custom-dach-footer>div>.row-fluid>.span5 {
    width: 57% !important;
  }   
}

@media (min-width: 992px) { 
  .custom-dach-footer>div>.row-fluid>.span5 {
    width: 45% !important;
  }  
}

@media (min-width: 1200px) {  
  .custom-dach-footer>div>.row-fluid>.span5 {
    width: 38% !important;
  }    
}

.cta-btn-left{
  width: auto!important;
}

.footer-contact {
  font-size: 19px;
}

.footer-contact span.footer__nav--phone {
  color: #00358e;
  position: relative;
  padding-left: 1.875rem;
  font-size: .9375rem;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  z-index: 1;
  vertical-align: text-bottom;
  margin-left: 7px
}

.footer-contact hr.footer__nav--divider {
  margin: .625rem 0;
  border-color: #ebebeb !important;
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #000;
  border-left: 0
}

.footer-contact svg {
  overflow: hidden;
  fill: #00358e;
  stroke: #00358e;
  width: 1.4375rem;
  height: 1.4375rem;
  position: absolute;
  left: 0;
  top: 2px
}

.custom-footer-product-menu ul li:first-child a,
.custom-footer-legal-disclamer-menu ul li:first-child a,
.custom-footer-quetion-menu ul li:first-child a,
span.contact-label {
  letter-spacing: 1px;
  font-size: .9375rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: .625rem;
  line-height: 1.4 !important;
  font-family: "Roboto", Arial, sans-serif, SimSun;
  color: #000;
  cursor: text
}

.custom-footer-product-menu ul li:first-child,
.custom-footer-legal-disclamer-menu ul li:first-child,
.custom-footer-quetion-menu ul li:first-child {
  line-height: 1.4
}

.custom-footer-product-menu ul li a,
.custom-footer-legal-disclamer-menu ul li a,
.custom-footer-quetion-menu ul li a {
  color: #000;
  font-size: .9375rem;
  text-decoration: none;
  line-height: 28.5px !important;
  white-space: normal !important;
}

a.link-more.link--underline:hover {
  text-decoration: none
}

a.link-more.link--underline {
  text-decoration: underline
}

.custom-footer-product-menu ul li:hover a,
.custom-footer-legal-disclamer-menu ul li:hover a,
.custom-footer-quetion-menu ul li:hover a {
  text-decoration: underline;
  color: #00358e
}

.custom-footer-product-menu ul li:first-child:hover a,
.custom-footer-legal-disclamer-menu ul li:first-child:hover a,
.custom-footer-quetion-menu ul li:first-child:hover a {
  text-decoration: none;
  color: #000
}

.custom-footer-social-wrapper {
  width: 100%;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem;
  margin-top: 1.5625rem;
  margin-bottom: .6875rem
}

.footer__social ul.social-media__list {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0
}

.footer__social ul.social-media__list li.social-listitem {
  float: left
}

.footer__social ul.social-media__list li.social-listitem a {
  display: block
}

.footer__social ul.social-media__list li.social-listitem a svg {
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden
}

.footer__social ul.social-media__list li.social-listitem:not(:first-child) {
  margin-left: 1.25rem
}

svg#icon-twitter {
  fill: #6bacdf
}

g#youtube-XMLID_38_ path {
  fill: #d62423
}

a#back-to-top {
  display: inline-block;
  text-indent: -9000px;
  transition: all 1s ease-in-out;
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(134, 134, 134, 1) url("https://cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/icon-arrow-up-white.svg") no-repeat center center;
  background-size: 1.5625rem;
  z-index: 20;
  border-radius: 2px;
  color: #fff;
  margin-right: 1px;
  zoom: 1
}

@media screen and (max-width:0),
  screen and (min-width:41.875em) {
    .show-for-small-only {
      display: none !important
    }
}

.info-block {
  display: block;
  position: fixed;
  bottom: 40%;
  top: 7.5rem;
  right: 0;
  z-index: 9;
}

div#searchModal .page-center {
  padding: 0
}

.info-block .info-container {
  margin: .5rem 0
}

.info-block .info-container .info-element {
  height: 40px;
  width: 40px;
  position: relative;
  background-color: #00358e;
  color: #fff;
  border: 3px solid #00358e;
  display: block;
  padding: .1875rem;
  border-radius: 0px;
  margin-bottom: .1875rem;
  box-sizing: content-box;

}

.info-block .info-container .info-element svg {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.925rem;
  margin-left: -0.925rem
}

.info-block svg.icon--phone {
  fill: #fff;
  stroke: #fff
}

.icon--card {
  fill: none;
  stroke: #fff
}

.info-block svg#icon-mail {
  fill: #fff
}

.info-block .info-element .info {
  visibility: hidden;
  opacity: 0;
  font-size: 19px
}
.info-block .info-element .info h4 {
  color: #fff;
}

a.totop {
  display: none;
  text-indent: -9000px;
  transition: all 1s ease-in-out;
  position: fixed;
  right: 0;
  bottom: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  background: rgba(134, 134, 134, 0.85) url("https://cdn2.hubspot.net/hubfs/4703149/Airplus_January2019%20Theme/Images/icon-arrow-up-white.svg") no-repeat center center;
  background-size: 1.5625rem;
  z-index: 20;
  border-radius: 2px;
  color: #fff;
  margin-right: 1px;
  zoom: 1
}

.info-block .info-container .info-element:hover .info {
  visibility: visible;
  opacity: 1;
  position: absolute;
  right: 3rem;
  background-color: transparent;
  max-width: 44.6875rem;
  min-width: 44.6875rem;
  top: -0.125rem;
  color: #fff
}

.info-block .info-container .info-element:hover .info .info-inhalt {
  background-color: #00358e;
  padding: 3.125rem 1.25rem 3.125rem 3.125rem;
  margin-right: .3125rem;
  border-right: 10px solid transparent
}

.info-block .info-container .info-element:hover .info .info-inhalt h3,
.info-block .info-container .info-element:hover .info .info-inhalt h4 {
  font-weight: 300;
  margin-bottom: .5rem;
  color: #fff
}

.info-block .info-container .info-element:hover .info .info-inhalt .vertical-center {
  margin-top: .625rem
}

.vertical-center {
  display: table;
  width: 100%
}
.info p {
  margin: 1em 0 !important;
}

.info-block .info-container .info-element:hover .info .info-inhalt svg {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 1.875rem;
  margin: 0 .625rem 0 0
}

.info-block .info-container .info-element:hover .icon--phone {
  fill: #00358e;
  stroke: #00358e
}

.info-block .info-container .info-element:hover .info .info-inhalt span.middle {
  font-weight: 200;
  font-size: 1.5625rem;
  width: 100%;
  letter-spacing: .125rem
}

.vertical-center .middle {
  vertical-align: middle;
  display: table-cell;
  padding-left: 40px;
}

.info-block .info-element a[href^="tel:"],
.info-block .info-element a[href^="mailto:"],
.info-block .info-element .link-more {
  color: #fff;
  font-weight: 400
}

.info-block .info-container .info-element:hover {
  position: relative;
  background-color: #fff;
  border: 3px solid #00358e;
  color: #00358e
}

.info-block .info-container .info-element:hover .icon--phone {
  fill: #00358e;
  stroke: #00358e
}

.info-block .info-container .info-element:hover svg#icon-mail {
  fill: #00358e
}

.info-block h4 {
  font-size: 24px;
  font-weight: 300;
}

.footer-top-social-share-links-wrap {
  margin: 1.875rem 0;
  overflow: hidden;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: .9375rem
}

.footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-top-social-share-links-wrap ul.theme-color.orientation-horizontal.col-5 li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 110px;
  max-width: 160px;
  margin-right: 1.8%;
  width: auto;
  margin-bottom: 10px;
  height: 30px;
  overflow: hidden;
  -webkit-box-flex: 1;
  float: left
}

.shariff .linkedin a {
  background-color: #0077b5
}

.shariff li a {
  height: 30px
}

.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  box-sizing: border-box
}

.shariff .linkedin .fa-linkedin {
  font-size: 19px
}

.shariff li .fa {
  width: 30px;
  line-height: 30px
}

.shariff li .far, .shariff li .fab {
  width: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle
}

.shariff li a span.share_text {
  padding-left: 0;
  text-indent: 0;
  display: inline;
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  left: -2px;
  vertical-align: middle
}

@media only screen and (min-width:600px) {
  .shariff .facebook .fa-facebook {
    font-size: 19px
  }
  .shariff .linkedin .fa-linkedin {
    font-size: 19px
  }
  .shariff .twitter .fa-twitter {
    font-size: 19px
  }
  .shariff .mail .fa-envelope {
    font-size: 18px
  }
}

.shariff .facebook a {
  background-color: #3b5998
}
.shariff .twitter a {
  background-color: #55acee
}
.shariff .googleplus a {
  background-color: #d34836
}
.shariff .xing a {
  background-color: #126567
}
.shariff .mail a {
  background-color: #999
}

a[href^="tel://"]:hover,
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover,
.link-more:hover {
  color: #00358e;
  cursor: pointer
}

.shariff .mail a:hover {
  background-color: #a8a8a8
}

.shariff .googleplus a:hover {
  background-color: #f75b44
}

.shariff .twitter a:hover {
  background-color: #32bbf5
}

.shariff .facebook a:hover {
  background-color: #4273c8
}

.shariff .linkedin a:hover {
  background-color: #0369a0
}


.footer-contact svg {
  width: 1.4375rem;
  height: 1.4375rem;
  fill: #00358e;
  stroke: #00358e;
  position: relative;
  left: 0;
  top: 5px;
}
.fullwidth.section-two.no-form ul {
  list-style: inherit;
}


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } 

body { margin: 0; padding: 0; color: #000; font-weight: 400; overflow-x: hidden; }  

img { max-width: 100%; height: auto; border: none; vertical-align: top; }

p { margin:0 0 10px; width: 100%; display: block; } 


.row-fluid .fullwidth { float: left; width: 100%; }
.row-fluid .wrapper { width: 100%; float: none !important; display: block; margin: 0 auto !important; max-width: 75rem; padding-right: 15px !important; padding-left: 15px !important;  box-sizing: border-box;}

.text-center, .text-center a, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 { text-align: center;}

.text-light, .text-light a, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 { font-weight: 300; }

.text-bold, .text-bold a, .text-bold h1, .text-bold h2, .text-bold h3, .text-bold h4, .text-bold h5, .text-bold h6 { font-weight: 600; }

.text-bolder, .text-bolder a, .text-bolder h1, .text-bolder h2, .text-bolder h3, .text-bolder h4, .text-bolder h5, .text-bolder h6 { font-weight: 800;}

.text-black, .text-black a, .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 { color: #000;}

.text-uppercase, .text-uppercase a, .text-uppercase h1, .text-uppercase h2, .text-uppercase h3, .text-uppercase h4, .text-uppercase h5, .text-uppercase h6 { text-transform: uppercase;}

.p10-0 { padding-top: 10px; padding-bottom: 10px; }
.p20-0 { padding-top: 20px; padding-bottom: 20px; }
.p30-0 { padding-top: 30px; padding-bottom: 30px; }
.p40-0 { padding-top: 40px; padding-bottom: 40px; } 
.p50-0 { padding-top: 50px; padding-bottom: 50px; } 
.p60-0 { padding-top: 60px; padding-bottom: 60px; }
.p70-0 { padding-top: 70px; padding-bottom: 70px; } 
.p80-0 { padding-top: 80px; padding-bottom: 80px; } 

.pt10 { padding-top: 10px; } 
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; } 
.pt40 { padding-top: 40px; } 
.pt50 { padding-top: 50px; } 
.pt60 { padding-top: 60px; } 
.pt70 { padding-top: 70px; } 
.pt80 { padding-top: 80px; } 
.pt90 { padding-top: 90px; } 
.pt100 { padding-top: 100px; }

.pb10 { padding-bottom: 10px; } 
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; } 
.pb70 { padding-bottom: 70px; } 
.pb80 { padding-bottom: 80px; } 

.m10-0 { margin-top: 10px; margin-bottom: 10px; } 
.m20-0 { margin-top: 20px; margin-bottom: 20px; }
.m30-0 { margin-top: 30px; margin-bottom: 30px; } 
.m40-0 { margin-top: 40px; margin-bottom: 40px; }
.m50-0 { margin-top: 50px; margin-bottom: 50px; } 
.m60-0 { margin-top: 60px; margin-bottom: 60px; } 
.m70-0 { margin-top: 70px; margin-bottom: 70px; } 
.m70-0 { margin-top: 80px; margin-bottom: 80px; } 

.mt10 { margin-top: 10px; } 
.mt20 { margin-top: 20px; } 
.mt30 { margin-top: 30px; } 
.mt40 { margin-top: 40px; } 
.mt50 { margin-top: 50px; } 
.mt60 { margin-top: 60px; } 
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; } 

.mb10 { margin-bottom: 10px; } 
.mb20 { margin-bottom: 20px; } 
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; } 
.mb50 { margin-bottom: 50px; } 
.mb60 { margin-bottom: 60px; } 
.mb70 { margin-bottom: 70px; } 
.mb80 { margin-bottom: 80px; }

.row-fluid .bb-style a.cta_button, .row-fluid .lp-hero .bb-style a { display: inline-block;  color: #fff; margin: 0 !important; background: #174885; font-weight: 400; border: 2px solid #174885; text-transform: uppercase; font-size: 16px; min-width: 127px; text-align: center; padding: 10px 25px; border-radius: 15px; }
.row-fluid .bb-style a.cta_button:hover, .row-fluid .lp-hero .bb-style a:hover { background: #fff; color: #174885; }  
.row-fluid .hori-line { position: relative;  margin-bottom: 30px; padding-bottom: 1px; }
.row-fluid .hori-line:before { content: ''; position: absolute; left: 0; bottom: 0; background: #f3f3f3; height: 4px; width: 126px; }

/*======= Custom Style======*/

.row-fluid .lp-hero { padding: 150px 0 200px; overflow: hidden; position: relative; z-index: 9; }
.row-fluid .hero-right { float: right; width: 52%;   }
.row-fluid .hero-right h1 { color: #fff; font-size: 34px; }
.row-fluid .hero-right h1 > span { display: block; font-size: 26px; }

.row-fluid .section-two { padding: 60px 0; }
.row-fluid .stwo-left { width: 70%; float: left; }
.row-fluid .stwo-right { width: 30%; float: left; margin-top: 125px; padding-left: 10px; } 
.row-fluid .section-two .hori-line h2 { font-size: 40px; font-weight: 700; color: #000; margin: 0 0 18px; }

.row-fluid .stwo-content { text-align: justify; }
.row-fluid .stwo-content p, .row-fluid .top-content p { margin: 0 0 30px; }

.row-fluid .section-three { padding-bottom: 30px; }
.row-fluid .teaser-row { display: flex; flex-flow: row wrap; }
.row-fluid .teaser-box:nth-child(4n) {  margin-right: 0; }
.row-fluid .teaser-box { width: 23.5%; margin: 15px 2% 15px 0; box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1); }
.row-fluid .tp-inner { padding: 0px 20px 20px; }
.row-fluid .teaser-box > .tp-inner > h3 { font-size: 22px; color: #000; font-weight: 700; text-transform: uppercase; }
.row-fluid .tp-content { font-size: 16px; color: #000; }
.row-fluid .tp-link a { font-weight: 700; font-size: 16px; text-transform: uppercase; }
.row-fluid .tp-link a:after { content: ''; border-top: 3px solid #00358e; width: 9px; height: 9px; display: inline-block; border-right: 3px solid #00358e; transform: rotate(45deg); margin-left: 6px; margin-bottom: 1px; }

.row-fluid .blog-sub h3.form-title { padding: 0 0 15px;  margin: 0 0 28px; font-size: 40px; font-weight: 700; color: #000; position: relative; }
.row-fluid .blog-sub h3.form-title:before { content: ''; position: absolute; left: 0; bottom: 0; background: #f3f3f3; height: 4px; width: 126px; }
.row-fluid .blog-sub .hs_cos_wrapper_type_blog_subscribe { max-width: 700px; padding: 0 !important; background: transparent !important; border: 0 !important;}

.row-fluid .blog-sub .wrapper > div > div { display: flex; flex-flow: row wrap;}
.row-fluid .blog-sub form { position: relative; }
.row-fluid .blog-sub .hs-form-field > label { display: none; }
.row-fluid .blog-sub .hs-input { width: calc(100% - 300px) !important; height: 50px; padding: 10px 20px;  border-radius: 15px;  border: 3px solid #d7d5d5 !important; outline: 0; background-image: none !important; }
.row-fluid .blog-sub input[type="submit"] { position: absolute; right: 0; top: 0; min-width: 127px !important; font-family: "Roboto",Arial,sans-serif,SimSun; text-transform: uppercase; display: inline-block; width: auto; padding: 14px 47px; font-size: 16px;  height: auto; border: 2px solid #00358e; border-radius: 15px; max-width: 280px; white-space: normal !important; word-break: break-word; outline: 0; }
.row-fluid .bs-text { font-size: 16px; }

.row-fluid .social-right { align-self: flex-end; text-align: right; }
.row-fluid .social-right ul li { display: inline-block; margin: 0 0 0 15px; }
.row-fluid .social-right ul li a { width: 55px; height: 55px; display: inline-block; background: #00358e; color: #fff; text-align: center; line-height: 55px; border-radius: 50%; font-size: 32px; vertical-align: middle; }
.row-fluid .social-right ul li a > i { vertical-align: middle; margin-left: 6px;  }


.row-fluid .fc-right a { font-size: 1rem;  text-decoration: underline !important; }
.resources--item--image {
  border: 0px solid #00358e !important;
}
/*========Lp2=======*/
.lp2 .body-container-wrapper, .lp3 .body-container-wrapper { padding-top: 0 !important; }

.row-fluid .lp2-header { position: absolute; left: 0; top: 0; padding: 40px 0; z-index: 99; }

.lp2 .row-fluid .section-two { padding-right: 50px; }
.row-fluid .top-content { text-align: justify; }
.lp2 .row-fluid .stwo-left { width: 38%;  }
.lp2 .row-fluid .stwo-right{ width: 62%; margin-top: 0; display: flex; flex-flow: row wrap; }
.row-fluid .stwo-img { float: left; width: 50%; -webkit-align-self: flex-end; align-self: flex-end; position: relative; z-index: 11; }
.row-fluid .right-form  { float: left; width: 50%; color: #fff;  position: relative; padding-left: 30px; }
.row-fluid .right-form:before { content: ''; width: 136%; height: calc(100% - 80px); background: #E6E6E5; position: absolute; right: -50px; top: 40px; border-radius: 20px; }
.row-fluid .right-form > .hs_cos_wrapper_type_form { background: #0051a1;     background-image: url(https://cdn2.hubspot.net/hubfs/4703149/curvnew.png); background-repeat: no-repeat; background-position: center top; background-size: 100% 100%; position: relative; border: 0; margin: 0;  }
.row-fluid .right-form > .hs_cos_wrapper_type_form:before { content: ''; position: absolute; left: -40px; top: 0; border-top: 20px solid transparent; border-left: 20px solid transparent; border-right: 20px solid #2E3F73; border-bottom: 20px solid #2E3F73;}
.row-fluid .right-form > .hs_cos_wrapper_type_form:after { content: ''; position: absolute; left: -40px; bottom: 0; border-top: 20px solid #2E3F73; border-left: 20px solid transparent;  border-right: 20px solid #2E3F73; border-bottom: 20px solid transparent;}

.row-fluid .right-form .hs-form-field > label { color: #fff; text-transform: uppercase;  font-size: 12px; }
.row-fluid .right-form .hs-form-booleancheckbox label { display: block !important; color:#fff; }
.row-fluid .right-form .hs-form-field .hs-input { padding: 10px; border: 2px solid #254597; background: rgba(255, 255, 255, 0.35) !important;  border-radius: 6px; outline: 0; color: #fff;  }
.row-fluid .right-form .hs-form-field select { font-size: 16px; padding:6px 10px !important;   }
.row-fluid .right-form .hs-form-field select > option { color: #00358e;  }
.row-fluid .right-form .hs-form-booleancheckbox label , .row-fluid .right-form .hs-richtext{ line-height: 14px; }
.row-fluid .right-form  li.hs-form-booleancheckbox p, .row-fluid .right-form .hs-richtext p { font-size: 12px; font-weight: 400; display: block; width: 100%; margin: 0 0 10px;}
.row-fluid .right-form .hs-richtext p a, .row-fluid .right-form .hs-richtext a { font-size: 12px; color: #fff; text-decoration: underline !important; }
.row-fluid .right-form .hs-form-booleancheckbox { position: relative; }
.row-fluid .right-form .hs-form-booleancheckbox label > .hs-input { opacity: 0; }
.row-fluid .right-form .hs-form-booleancheckbox .hs-input + span { padding-left: 10px; }
.row-fluid .right-form .hs-form-booleancheckbox .hs-input + span:before { content: '';  position: absolute; left: 0; top: 0;  width: 18px; height: 18px; border: 3px solid #fff;  border-radius: 50%; }
.row-fluid .right-form .hs-form-booleancheckbox .hs-input + span:after { content: ''; position: absolute; left: 6px; top: 4px; width: 5px; height: 8px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; opacity: 0; transform: rotate(45deg); }
.row-fluid .right-form .hs-form-booleancheckbox .hs-input:checked + span:after { opacity: 1; }
.row-fluid .right-form .hs_submit.hs-submit { text-align: center; }
.row-fluid .right-form input[type="submit"] { margin: 10px 0 0; background: #fff; font-weight: normal; color: #4051A2; border: 0; font-family: "Roboto",Arial,sans-serif,SimSun; -webkit-border-radius: 4px;  border-radius: 4px; padding: 8px 25px; width: auto; font-size: 16px; }
.row-fluid .right-form label span.hs-form-required { display: none; }
.row-fluid .right-form .hs-error-msgs label { color: red; font-size: 12px; margin-top: -10px !important; }
.row-fluid .right-form .hs_error_rollup .hs-error-msgs label { margin-top : 10px !important; }

/*=========Lp3=======*/

.row-fluid .left-video { position: relative; overflow: hidden; padding: 30% 0 0; }
.row-fluid .left-video iframe, .row-fluid .left-video video, .row-fluid .left-video embed, .row-fluid .left-video object { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.row-fluid .info-block { z-index: 999;}

.row-fluid .lp-hero .bb-style { min-height: 48px; }
.row-fluid .lp-hero { padding: 10% 0 15%; }
/* .row-fluid .top-content { font-weight: 400; }

.custom_header_fixed .row-fluid .custom-menu-primary.js-enabled { white-space: unset; }

.custom_header_fixed .row-fluid .custom-menu-primary ul li.main-nav__list { margin-right: 0; } 
.row-fluid .right-form li.hs-form-booleancheckbox p a, .row-fluid .right-form .hs-richtext p a { color: #fff; text-decoration: underline !important; }
.row-fluid .stwo-content ul, .row-fluid .top-content ul, .row-fluid .top-content ol, .row-fluid .stwo-content ol  { list-style: initial; padding-left:20px; }
.row-fluid .stwo-content ul li, .row-fluid .top-content ul li, .row-fluid .stwo-content ol li, .row-fluid .top-content ol li  { margin: 0 0 30px;}

/**Resources Templates Fixes **/
.row-fluid .right-form .hs-richtext { padding-left: 30px; }
.no-banner .body-container-wrapper { padding: 0 !important; }
.row-fluid .lpres-form .stwo-right { width: 100%; padding-left: 0; margin-top: 0; -webkit-display: flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap;    -webkit- justify-content: center; justify-content: center;}
.row-fluid .lpres-form .right-form { padding-left: 80px; padding-right: 30px;  }
.row-fluid .lpres-form .right-form > .hs_cos_wrapper_type_form { max-width: 100%; }
.row-fluid .lpres-form .right-form:before { right: 0; width: 100%; }
.row-fluid .lpres-form .right-form:nth-child(1) { width: 100%; max-width: 625px; }
.row-fluid .lpres-form .right-form:nth-child(2) { padding-left: 40px; }
.row-fluid .lpres-form .right-form:nth-child(2):before { width: 120%; }

.row-fluid p.resources--item--categories.two { width: auto; }
.row-fluid .resources--outer--sorter--reset { top: 0; margin-top: 10px; }
.row-fluid .tp--col--set .resources--outer--sorter--type { width: 100% !important; margin-right: 0 !important;}
.row-fluid span.resources--item--btnwrapper a { background: #00358e; color: #fff; margin: 10px 0 0; padding: 4px 18px; border-radius: 5px; font-size: 16px; }

.resTheme .row-fluid .section-two.lpres-form { padding-top: 0; }
.row-fluid .right-form .hs-fieldtype-booleancheckbox .hs-error-msgs label { margin: 10px 0 0 !important; padding-left: 30px; }

.row-fluid .resources--outer--sorted > span { -webkit-display: flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap;   }

.row-fluid .resources--outer--sorted .mix { overflow: visible; margin-bottom: 70px; background: #00358e; -webkit-border-radius: 4px; border-radius: 4px;  }

.row-fluid span.resources--item--btnwrapper { position: absolute; left: 0; bottom: -52px; width: 100%; }

.row-fluid .lp-hero { height: calc(100vh - 120px); }

.row-fluid .right-form .hs_error_rollup { display: none; }

.row-fluid .lpres-form .right-form label span.hs-form-required { display: inline-block; }  
.row-fluid .lpres-form .right-form li.hs-form-booleancheckbox span.hs-form-required { display: none; }

.resTheme .row-fluid .section-two.no-form { padding:60px 0px 0px; }
.res-page .row-fluid .section-two.no-form { padding:60px 0px 0px; }
.resTheme .body-container-wrapper .page-center { padding-top: 20px; padding-bottom:20px; } 
.res-page .body-container-wrapper .page-center { padding-top: 20px; padding-bottom:20px; } 
.res-page .row-fluid .resources--outer--sorted .mix { width:31.33%; margin-bottom:20px;  }  
.it-thank-you .row-fluid .resources--outer--sorted .mix { margin-bottom:70px;  }  
.res-page .resources--outer--sorted .mix .resources--item--image { height:auto; }
.lp2 .row-fluid .section-two.lpres-form { padding-top:0px; }
.row-fluid .top-content.top-back { padding:30px 20px 0px; width:100%; float:left; }
.row-fluid .section-line-inner { padding:0px 20px; }
.row-fluid .section-line-inner .hori-line-bottom p { margin:0 0 30px; }
.lp2 .row-fluid .section-two.no-form { padding:60px 0 20px; }
.row-fluid .right-form label span.hs-form-required { display: inline-block; }

.resTheme.res-page .row-fluid .resource-wrapper.takethis .resources--outer--sorter--reset,  body.res-page .row-fluid .resource-wrapper.takethis .resources--outer--sorter--reset{ display: none !important; }

@media(max-width: 1240px){
  .row-fluid .hero-right { width: 60%; }
  .row-fluid .lp-hero { height: calc(100vh - 100px); }
}

@media(max-width: 1024px){
  .no-banner .body-container-wrapper { padding-top: 67px; }
  /*   .row-fluid .hero-right { width: 100%; padding-right: 200px; } */

  /*=========Lp2 ==========*/
  .lp2 .row-fluid .section-two { padding-right: 30px; }
  .row-fluid .right-form:before { width: 380px; right: -30px;}

  .row-fluid .lp-hero h1 { font-size: 3.2vw; }
  .row-fluid .hero-right h1 > span { font-size: 2.6vw; }



}
@media(max-width: 991px){
  .row-fluid .teaser-box { width: 49%; }
  .row-fluid .teaser-box:nth-child(2n) { margin-right: 0; }
  .row-fluid .blog-sub .hs-input {  width: calc(100% - 200px) !important; }
  .row-fluid .blog-sub input[type="submit"] { max-width: 181px; }

  /*===========Lp2=========*/

  .lp2 .row-fluid .section-two { padding-right: 0; }
  .lp2 .row-fluid .stwo-left { width: 100%; }
  .row-fluid .right-form:before { width: 128%; }
  .lp2 .row-fluid .stwo-right { width: 100%; padding-left: 0; padding-right: 30px; }

  .row-fluid .lp2-header .logo img { max-width: 150px; }

  .row-fluid .lpres-form .right-form:nth-child(2) { padding-left: 30px; }
  .res-page .row-fluid .resources--outer--sorted .mix { width:48%; }



}
@media(max-width: 767px){
  .body-container-wrapper { font-size: 16px; line-height: 26px; font-weight: 400; }
  .row-fluid .blog-sub h3.form-title:before, .row-fluid .hori-line:before { width: 80px; }
  .row-fluid .hero-right { width: 100%; padding-right: 100px; } 
  .row-fluid .hero-right h1 { font-size: 28px; }
  .row-fluid .hero-right h1 > span { font-size: 20px; }
  .row-fluid .section-two .hori-line h2 { font-size: 30px; line-height: normal; }
  .row-fluid .section-two { padding: 40px 0; }

  .row-fluid .stwo-left { width: 100%; }
  .row-fluid .stwo-right { width: 100%; margin-top: 30px; padding-left: 0; }
  .row-fluid .stwo-right img { max-width: 300px; margin: 0 auto; display: block; width: 100%; }
  .row-fluid .teaser-box > .tp-inner > h3 { font-size: 20px;}

  .row-fluid .blog-sub { padding-bottom: 40px; }
  .row-fluid .blog-sub h3.form-title { font-size: 30px; }
  .row-fluid .social-right { text-align: center; width: 100%; margin-top: 20px; }
  .row-fluid .social-right ul li { margin: 5px; }
  .row-fluid .social-right ul li a { width: 40px; height: 40px; line-height: 40px; font-size: 24px; }

  /*=========Lp2========*/
  .row-fluid .lp2-header { padding: 20px 0; }
  .row-fluid .lp2-header .logo img { max-width: 130px; }
  .row-fluid .right-form { width: 100%; padding: 0 20px 0 80px; }
  .row-fluid .right-form:before { width: 100%; right: 0; }
  .lp2 .row-fluid .stwo-right { justify-content: center; padding-right: 0; }
  .row-fluid .stwo-img { display: none; }
  .lp2 .row-fluid .social-right { margin-top: 0; }

  /*=======Lp3=======*/
  .row-fluid .secright-img img { max-width: 300px; width: 100%; margin: 30px auto 0; display: block; }
  .row-fluid .left-video { padding: 56.25% 0 0; }

  /*=========Common========*/
  .lp1 .row-fluid .stwo-right, .row-fluid .secright-img img { display: none; }

  .row-fluid .lp-hero { padding: 100px 0 55%; }
  .row-fluid .lp2-header .logo img { max-width: 130px; }
  .row-fluid .lpres-form .stwo-img { display: none; } 

  .row-fluid .lpres-form .right-form { padding-right: 20px;}
  .row-fluid .lpres-form .right-form:nth-child(2) { padding: 0 20px 0 80px; }
  .row-fluid .lpres-form .right-form:nth-child(2):before { width: 100%; }

  .row-fluid .resources--item--image { height: auto}
  .row-fluid .resources--outer--sorter--type, .row-fluid .resources--outer--sorter select { height: 50px;}
  .row-fluid .resources--outer--sorter--reset { padding: 10px !important; }

  .row-fluid .lp-hero { min-height: 507px; height: auto;}

}
@media(max-width: 766px){
  .row-fluid .resources--outer--sorted .mix { width: 45%; margin-left: 1%; margin-right: 1%; }
  .res-page .row-fluid .resources--outer--sorted .mix { width: 45%; }
  .row-fluid .resources--outer--sorted > span { display: -webkit-box; display: -moz-box; display: -ms-box; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: center; -webkit-justify-content: center; margin: 0 -1%; width: auto; }
}
@media(max-width: 669px){
  .row-fluid .teaser-box { width: 100%; margin-right: 0; }
}

@media(max-width: 560px){
  .row-fluid .hero-right { padding-right: 0; }
  .row-fluid .resources--outer--sorted .mix { width: 100%; margin: 0 0 30px;  overflow: hidden; background-color: transparent; border-radius: 0; }
  .row-fluid .resources--outer--sorted > span { padding: 0 10px; margin: 0; }
  .row-fluid span.resources--item--btnwrapper { position: static; }
  .res-page .row-fluid .resources--outer--sorted .mix { width:100%; margin: 0 0 30px; }
  .it-thank-you .row-fluid .resources--outer--sorted .mix {  margin: 0 0 30px; }
}

@media(max-width:480px){
  .row-fluid .blog-sub .hs-input { width: 100% !important; }
  .row-fluid .blog-sub input[type="submit"] { position: static; max-width: 100%;  width: 100%; }

  /*=====lp2========*/

  .row-fluid .right-form:before { height: calc(100% - 40px); top: 20px; }
  .row-fluid .right-form { padding-left: 40px; }
  .row-fluid .right-form > .hs_cos_wrapper_type_form:before { left: -20px; border-top: 10px solid transparent; border-left: 10px solid transparent; border-right: 10px solid #2e3f73; border-bottom: 10px solid #2e3f73; }
  .row-fluid .right-form > .hs_cos_wrapper_type_form:after { left: -20px; border-top: 10px solid #2e3f73; border-left: 10px solid transparent; border-right: 10px solid #2e3f73; border-bottom: 10px solid transparent; }

  .row-fluid .hero-right h1 { font-size: 26px; }
  .row-fluid .hero-right h1 > span { font-size: 18px; }
  .row-fluid .section-two .hori-line h2 { font-size: 28px; }
  .row-fluid .blog-sub h3.form-title { font-size: 28px; }

  .row-fluid .lpres-form .right-form { padding-left: 40px; }
  .row-fluid .lpres-form .right-form:nth-child(2) { padding-left: 40px;  }
  .row-fluid .right-form .hs-form-field .hs-input { width: 100% !important; }
  .row-fluid .right-form .hs-form-field .hs-form-booleancheckbox .hs-input{ width: auto !important;} 

}

@media(max-width: 360px){
  .row-fluid .hero-right { padding-right: 0; }
}

/* --------------------------------------------------
NEW FORM STYLING
-------------------------------------------------- */
/* --------------------------------------------------
FORMS
-------------------------------------------------- */

.hd-form{

}

.hd-form .custom-module .cell-wrapper {
    display: block;
/*     width: 90%; */
    max-width: 1220px !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 1;
    float: none;
}

.hd-form .custom-module.form-module .cell-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.hd-form .form-module .form {
  padding: 50px;
  margin: 0 auto;
}

.hd-form .hs-form {
   margin-bottom: 0;
}

.hd-form .hs_cos_wrapper_type_form{
  margin-bottom: 0;
}

.hd-form .form{
  max-width: 893px!important;
}

.hd-form .hs_cos_wrapper_type_form {
  width: 100%;
  max-width: 100%;
  padding: 0;
  border-top: none;
  border-bottom: none;
  background: transparent;
}

.hd-form  h3.form-title{
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0px;
  color: #000;
  text-align: center;
  margin: 0 0 35px;
}

@media (max-width: 600px){
  .hd-form h3.form-title{
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 1em;
  } 
}

.hd-form .hs-form-required, 
.hd-form .hs-form label.hs-error-msg {
  color: #e22000 !important;
  margin-bottom: 0;
}

.hd-form input.invalid.error {
  border-color: #d3604d!important;
}

body .hd-form .hs-form-field>label{
    display: block;
    margin-bottom: 6px;
}

.hd-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 6px;
}

.hd-form .hs-form li {
    margin: 8px 0 0;
}

.hd-form .hs-error-msgs label,
.hd-form .hs-error-msgs{
  font-size: 14px;
  color: #e22000 !important;
}

.hd-form textarea, 
.hd-form input[type="text"], 
.hd-form input[type="password"], 
.hd-form input[type="datetime"], 
.hd-form input[type="datetime-local"], 
.hd-form input[type="date"], 
.hd-form input[type="month"], 
.hd-form input[type="time"], 
.hd-form input[type="week"], 
.hd-form input[type="number"], 
.hd-form input[type="email"], 
.hd-form input[type="url"], 
.hd-form input[type="search"], 
.hd-form input[type="tel"], 
.hd-form input[type="color"], 
.hd-form select {
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0px;
  background: #fff!important;
  color: #000;
  padding: 10px!important;
  display: inline-block;
  width: 100%;
  border: 0;
  border: 1.5px solid #00358e;
  min-height: 51px;
  box-shadow: none;
  margin:0;

  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: border-color .2s ease;
  -moz-transition: border-color .2s ease;
  -ms-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.hd-form .hs-form-field {
  margin: 0 0 22px;
}

.hd-form .hs-form fieldset>div:first-child {
  padding-right: 15px;
}

.hd-form  form.hs-form fieldset .hs-form-field {
/*   padding: 0; */
}

.hd-form .hs-form fieldset>div:first-child ~ div {
  padding-left: 15px;
}

.hd-form .hs_job_function,
.hd-form .hs_lastname,
.hd-form .hs_email,
.hd-form .hs_country_dropdown{
  padding-right: 0!important; 
}

.hd-form .hs-form textarea {
  padding: 10px;
  border: 1px solid #dedede;
  width: 100% !important;
  min-height: 150px;
}

.hd-form .hs-form ul input {
  margin: 7px 10px 0 0;
}

.hd-form .hs-richtext p,
.hd-form .hs-richtext span, 
.hd-form li.hs-form-booleancheckbox p {
  color: #000;
  font-size: 16px;
}
 
.hd-form .hs-richtext a{
  color: #00358e;
  font-size: 16px;
}

.hd-form  .hs-button {
    display: inline-block !important;
    vertical-align: top!important;
    cursor: pointer!important;
    border: 0!important;
    text-decoration: none!important;
    background: #00358e!important;
    font: 400 18px/30px 'Roboto',sans-serif!important;
    letter-spacing: 0px!important;
    color: #fff!important;
    padding: 7px 37px 10px!important;
    text-shadow: none!important;
    white-space: normal!important;
    margin: 20px 0 0;
    width: auto!important;
    -webkit-transition: background .3s ease,color .3s ease;
    -o-transition: background .3s ease,color .3s ease;
    transition: background .3s ease,color .3s ease;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.hd-form .hs-form-booleancheckbox-display{
  display: block;
}

.hd-form .legal-consent-container .hs-richtext {
  margin-left: 23px;
}

@media (max-width: 600px){
  
  .hd-form .form-module .form{
    padding: 30px;
  }
  
  .hd-form .form{
/*     width: 95%; */
  }
  
  .hd-form fieldset.form-columns-2>div, 
  .hd-form fieldset.form-columns-3>div {
      width: 100% !important;
  }
  
  .hd-form .hs-form fieldset>div:first-child {
    padding-right: 0;
  }

  .hd-form .hs-form fieldset>div:first-child ~ div {
    padding-left: 0;
  }
  
  .hd-form .custom-module.form-module .cell-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hd-form textarea, 
  .hd-form input[type="text"], 
  .hd-form input[type="password"], 
  .hd-form input[type="datetime"], 
  .hd-form input[type="datetime-local"], 
  .hd-form input[type="date"], 
  .hd-form input[type="month"], 
  .hd-form input[type="time"], 
  .hd-form input[type="week"], 
  .hd-form input[type="number"], 
  .hd-form input[type="email"], 
  .hd-form input[type="url"], 
  .hd-form input[type="search"], 
  .hd-form input[type="tel"], 
  .hd-form input[type="color"], 
  .hd-form select {
    min-height: 41px;
  }  
  
  .hd-form select {
    padding: 5px!important;
  }
  
  .hd-form .hs-form-field {
    margin: 0 0 15px;
  }
  
  .hd-form label {
    margin-bottom: 0;
  } 
  
  .hd-form  .hs-button{
    font-size: 15px!important;
    line-height: 27px!important;
    letter-spacing: .5px!important;
    padding: 10px 30px 8px!important;    
  }
  
}

@media (max-width: 450px){
  .hd-form .custom-module.form-module .cell-wrapper {
/*     padding-left: 15px;
    padding-right: 15px; */
  }  
}