<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-menu-depth-1 &gt; a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical &gt; ul li.hs-item-has-children:hover &gt; ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li.hs-item-has-children &gt; ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 &gt; a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 &gt; a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 &gt; a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 &gt; a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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 &gt; ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal &gt; 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 &gt; ul li.hs-item-has-children.active-branch &gt; ul.hs-menu-children-wrapper &gt; li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

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

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides &gt; 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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

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

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

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

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Regular.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Regular.woff?v=3.19) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Italic.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Italic.woff?v=3.19) format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Medium.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Medium.woff?v=3.19) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Bold.woff2?v=3.19) format("woff2"), url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-Bold.woff?v=3.19) format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Inter var";
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-roman-var.woff2?v=3.19) format("woff2");
	font-weight: 400 700;
	font-style: normal;
	font-stretch: 100%;
	font-display: swap;
	font-named-instance: "Regular";
}

@font-face {
	font-family: "Inter var";
	src: url(https://www.securelandcommunications.com/hubfs/SLC%20site%20Technical%20files/fonts/inter/Inter-italic-var.woff2?v=3.19) format("woff2");
	font-weight: 400 700;
	font-style: italic;
	font-stretch: 100%;
	font-display: swap;
	font-named-instance: "Italic";
}




/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

html, body {
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #000;
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
  font-size: 16px;
  line-height: 22px;
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1130px !important;
  width: 100%;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.container-fluid .row-fluid .page-center-920 {
  float: none;
  max-width: 920px !important;
  margin: 0 auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
   
    height: auto;
}

.row {
  padding: 70px 0px;
}

.margin-normal {
  margin-top: 70px;
  margin-bottom: 70px;
}

.row-top {
 padding-top: 70px; 
}

.row-bottom {
 padding-bottom: 70px; 
}

.row-small {
  padding: 40px 0px;
}

.row-small-top {
 padding-top: 40px; 
}

.row-small-bottom {
 padding-bottom: 40px; 
}

.row-large {
  padding: 150px 0px;
}

.row-large-top {
 padding-top: 150px; 
}

.row-large-bottom {
 padding-bottom: 150px; 
}

.row-xsmall {
  padding: 20px 0px;
}

.row-xsmall-top {
 padding-top: 20px; 
}

.row-xsmall-bottom {
 padding-bottom: 20px; 
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}


a {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
  color: #00205b;
}

a:hover, a:focus { }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
  margin: 35px 0;
}

strong, b {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
}


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

.header-container-wrapper {
  height: 0px !important ;
}

.hs-search-results__listing li {
  padding-bottom: 25px;
}

.no-margin-top {
 	margin-top: 0 !important; 
}

.no-margin-bottom {
 	margin-bottom: 0 !important; 
}


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

ul {
  font-size: 16px !important;
  list-style: disc;
  padding-left: 15px;
}

li {
  padding-bottom: 5px;
}

/* Headings */

.bold {
 font-family: Inter,sans-serif; 
  font-weight: 700;
}

.light {
 font-family: Inter, Helvetica, Arial, sans-serif; 
}

h1, h2, .h1, .h2 {
  font-family: Inter, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
  
	font-size: 60px;
	font-style: normal;
	font-variant: normal;
	line-height: 70px;
  color: #00205b;
  margin-bottom: 30px;
   margin-top: 0px;
}

h3,
.h3 {
  color: #00205b;
  font-family: Inter, Helvetica, Arial, sans-serif; 
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}

h4,
.h4 {
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	line-height: 25px;
  color: #00205b;
  margin-bottom: 10px;
}


h5,
.h5 {
	font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
  color: #00205b;
  margin-bottom: 10px;
}

h6 {
  color: #000;
  font-family: Inter, Helvetica, Arial, sans-serif; 
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

body .row-fluid [class*="span"] {
 	min-height: 1px; 
}

.uppercase {
 text-transform: uppercase; 
}

.center-text * {
  text-align: center; 
}

/* CTA Styles */ 

.btn {
  height: auto !important;
}

.cta-secondary,
a.cta-secondary, 
.blog-comments .hs-button.primary,
.btn {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px !important;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
  color: #00205b !important;
  border: 2px solid #00205b !important;
  background: #fff;
  background-color: transparent !important;
  padding: 15px 35px;
  display: inline-block;
  min-width: 200px;
  text-align:center;
  text-decoration: none;
  text-transform: none !important;
}
.blog-comments .hs-button.primary {
  margin-top: 20px;
}
a.cta-secondary *,
.btn, 
.btn * {
  color: #00205b !important;
  background-color: transparent !important;
  text-decoration: none;
}

/* Make sure that button text color is always white */
.btn.btn-quinary span {
  color: #fff !important;
}

.btn.btn-tertiary * {
  color: #fff !important;
}

.cta-secondary:hover,
a.cta-secondary:hover,
.blog-comments .hs-button.primary:hover
.btn:hover {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
  color: #fff !important;
  border: 2px solid #00205b;
  background: #00205b !important;
  padding: 15px 35px;
  display: inline-block;
  min-width: 200px;
  text-align:center;
  text-decoration: none !important;
}

a.cta-secondary:hover *, .btn:hover *, .btn *:hover {
   color: #fff !important;
  background-color: transparent !important;
  text-decoration: none !important;
}

.cta-secondary-white,
a.cta-secondary-white {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
  color: #fff !important;
  border: 2px solid #fff;
  background: transparent !important;
  padding: 15px 35px;
  display: inline-block;
  min-width: 150px;
  text-align:center;
  text-decoration: none !important;
}

.cta-secondary-white:hover,
a.cta-secondary-white:hover {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
  color: #00205b !important;
  border: 2px solid #fff !important;
  background: #fff !important;
  padding: 15px 35px;
  display: inline-block;
  min-width: 150px;
  text-align:center;
  text-decoration: none !important;
  cursor: pointer !important; 
}

.cta-secondary-white:hover .fa-play-circle-o {
  color: #00205b !important;
}

.cta-primary,
a.cta-primary,
input.hs-button.primary.large,
.hs-site-page input.hs-button.primary.large,
.btn-quinary,
.btn-tertiary,
.btn.btn-quinary,
.hero-link-button a{
  font-family: Inter, Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 15px !important;
	font-style: normal;
	font-variant: normal;
	line-height: 16px !important;
  color: #fff !important;
  background: #fe5000 !important;
	border: 2px solid #fe5000 !important;
  padding: 15px 35px !important;
  display: inline-block;
  min-width: 150px;
  text-align:center;
  text-decoration: none;
  text-transform: none !important;
}

body .cta-primary:hover, 
body a.cta-primary:hover,
input.hs-button.primary.large:hover,
.btn-quinary:hover,
.btn-tertiary:hover,
.btn.btn-quinary:hover,
.hero-link-button a:hover {
  opacity: 0.7 !important;
  cursor: pointer;
  background: #fe5000 !important;
}

.cta-blue,
a.cta-blue {
  font-family: Inter, Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	line-height: 16px;
  color: #fff !important;
  border: 2px solid #00205b !important;
  background-color: #00205b !important;
  padding: 15px 35px;
  display: inline-block;
  min-width: 200px;
  text-align:center;
  text-decoration: none;
}

.cta-blue:hover,
a.cta-blue:hover {
  opacity: 0.7 !important;
}

/* CTA banner */
.cta-visual {
  width: 100% !important;
  padding: 30px 0px !important;
  background-color: #00205b !important;
  position: relative !important;
}

.cta-visual:hover {
  background-color: #00205b !important;
  background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/slc_cta_bg-grid.png') !important;
  background-position: center left !important;
  background-repeat: no-repeat !important;
}

.cta-visual &gt; div {
  padding-left: 40%;
  position: relative;
}

.cta-visual p {
  margin: 0 20px 0 35% !important;
}


.cta-visual p:first-child {
  font-size: 14px;
  margin-bottom: 12px !important;
  line-height: 14px;
}

.cta-visual p + p {
  font-size: 32px;
  line-height: 32px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.cta-visual p:last-child {
  font-size: 14px;
  padding: 10px 35px;
  background-color: #fe5000;
  display: inline-block;
  text-align: left;
  margin-top: 20px !important;
  transition: background-color 0.3s, color 0.3s;
}

.cta-visual:hover p:last-child {
  background-color: #fff;
  color: #fe5000;
  transition: background-color 0.3s, color 0.3s;
}

.cta-visual:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 25%;
  display: block;
  background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/slc_cta_document.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.cta-visual-offer:before {
  content: '';
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 25%;
  display: block;
  background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/slc_cta_guide-cover-2.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.hero-image-2 .cta-primary, 
.hero-image-2 a.cta-primary,
.hero-image-2 .cta-secondary,
.hero-image-2 a.cta-secondary {
  text-transform: none !important;
}

.aa-button-wrapper {
  width: 100%;
   grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
 align-items: center; 
  justify-content: flex-start;
  display: grid;
  grid-gap: 15px;
  margin-top: 30px;
}

.aa-button-wrapper--center {
 align-items: center; 
  justify-content: center;
}

.aa-button-wrapper a {
 display: inline-block; 
  margin: 0 !important;
}

.white-text, .white-text * {
 	 color: #fff;
}

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

/* Footer */

.footer-wrap {
  background: #00205b;
}  

.footer-wrap * {
  color: #fff;
}  

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul  {
	width: 100%;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  position: static;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
  width: 33%;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children &gt; a {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 20px;
  cursor: default;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li {
  padding-bottom: 0px;
}

.footer-wrap .follow-us h4 {
  margin-top: 0px;
}

.footer-wrap .follow-us a {
  margin-right: 13px;
  margin-bottom: 13px;
  background: #fff;
  color: #fff;
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  display: table;
  text-align: center;
  text-decoration: none;
}

.footer-wrap .follow-us a:hover {
  background: #99bbcf;
}

.footer-wrap .follow-us a &gt; i {
  color: #00205b !important;
}

.footer-wrap .span2:last-child {
  margin-left: 0 !important;
  width: 16%; 
}

.footer-wrap .follow-us .fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}

.footer-wrap .row {
  padding-top: 70px;
  padding-bottom: 20px;
}

/* Main menu */

.main-menu {
	position: fixed;
	display: block;
	height: 72px;
	top: 0;
  left: 0;
	background: #fff;
  z-index: 1000;
  padding: 0px;
 
}

.main-menu .logo {
  padding-top: 3px;
}

.main-menu .logo img {
  max-width: 102px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li {
  padding: 6px 20px;
  font-size: 16px; 
}

/* Header key line */
.secure-main-menu {
  background: #fff;
  padding: 20px 0px 10px 0px;
  /* border-bottom: 1px solid #00205b; */
  position: relative;
  width: 100%;
  height: 72px;
}


.secure-main-menu:after {
  content: '';
  height: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
  background: #00205b;
  width: 83%;
  right: 0;
}

.secure-main-menu:before {
  content: '';
  height: 1px;
  display: block;
  position: absolute;
  bottom: -1px;
  background: #00205b;
  width: 100%;
  right: 0;
}



body.mobile-open .secure-main-menu:after,
body.mobile-open .secure-main-menu:before {
  display: none;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal&gt; ul &gt; li &gt; a,
.footer-wrap .follow-us h4 {
  color: #fff;
  border-bottom: 1px solid #fff;
  min-width: 80%;
  padding-bottom: 8px !important;
  margin-bottom: 15px !important;
  font-size: 18px !important;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
  padding: 0;
  max-width: 100%;
	overflow: visible;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
 	font-family: Inter, Helvetica, Arial, sans-serif;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li a {
  font-family: Inter,sans-serif;
  font-weight: 700;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul.active-branch &gt; li.hs-menu-item.hs-menu-depth-1.active &gt; a {
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-bottom: 2px solid #00205b;
  padding-bottom: 8px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  -webkit-transition: opacity 0.1s;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  padding: 1em 1000em 1.4em 1000em;
  margin: 0 -1000em;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  background: #fff;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 968px) {
  .main-menu.de-menu .hide-products .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(1):hover ul.hs-menu-children-wrapper,
  .main-menu.es-menu .hide-products .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(1):hover ul.hs-menu-children-wrapper,
  .main-menu .hide-products .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(2):hover ul.hs-menu-children-wrapper,
  .main-menu.fr-menu .hide-products .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(1):hover ul.hs-menu-children-wrapper{
    visibility: hidden !important;
    opacity: 0 !important;
  }
}


.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  width: 100%;
  padding-bottom: 0px;
  padding-top: 2px;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover,
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #fe5000;
}


.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  font-family: Inter,sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #99bbcf;
}

.footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #fff;
}

.products-solutions .main-menu.es-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(1):hover ul.hs-menu-children-wrapper,
.products-solutions .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(2):hover ul.hs-menu-children-wrapper {
  display: none;
}

.products-solutions .hs-breadcrumb-menu-item:nth-child(4),
.product-breadcrumb .hs-breadcrumb-menu-item:nth-child(4):not(.last-crumb){
  display: none;
}

.products-solutions .hs-breadcrumb-menu-item:nth-child(3) .hs-breadcrumb-menu-divider:before {
  content: 'â€º';
  padding-left: 10px;
  display: none !important;
}

.products-solutions .hs-breadcrumb-menu-divider:before,
.product-breadcrumb .hs-breadcrumb-menu-divider:before {
  content: '/';
}

.product-breadcrumb .first-crumb {
  padding-left: 0px; 
}

.product-breadcrumb__wrap {
  min-height: 0px !important;
}

.product-breadcrumb {
  display: none;
}

body.product-page .product-breadcrumb {
  display: block; 
}

.products-solutions .hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 10px 10px 0px;
}

.product-breadcrumb .hs-breadcrumb-menu-item {
  padding: 10px 10px 10px 0px;
}

.products-solutions .hs-breadcrumb-menu-item,
.products-solutions .hs-breadcrumb-menu-item a,
.product-breadcrumb .hs-breadcrumb-menu-item a,
.product-breadcrumb .hs-breadcrumb-menu-item {
  font-size: 14px;
  text-decoration: none;
}


.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .4s;
  position: static;
  z-index: 10;
  left: 0;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
  width: 100%;
  overflow: visible;
  text-overflow: ellipsis;
  font-family: Inter, Helvetica, Arial, sans-serif;
  padding: 0;
  font-size: 15px;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #fe5000;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
  max-width: 100%;
  padding-left: 0px;
  white-space: normal;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt; ul &gt; li &gt; a {
  font-size: 20px;
	cursor: default;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  width: 100%;
  padding: 25px 0px;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
  width: 18%;
  margin-right: 2.5%;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:last-child {
  margin-right: 0%;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
  margin-top: 10px;
  padding-left: 10px;
}

.products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper.show {
  display: block;
  margin-top: 10px;
  padding-left: 10px;
}

.products-solutions .main-menu.show-products .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children:nth-child(2):hover ul.hs-menu-children-wrapper,
.products-solutions .main-menu.es-menu.show-products .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children:nth-child(1):hover ul.hs-menu-children-wrapper {
    display: block;
}


@media screen and (min-width: 969px) {

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
   display: none !important; 
  }

}

.relative {
 position: relative; 
}

.desktop-relative {
 position: relative; 
}

.lang-switcher {
  
    position: absolute;
    right: 50px;
    top: 5px;
    z-index: 20;
}

.polku {
  padding-top: 10px;
}


.body-container-wrapper {
	padding-top: 70px;
}

/* Forms */ 

.hs-form-field &gt; label &gt; span {
  display: inline-block; 
}

input.hs-button.primary.large {
  margin-top: 15px;
}

body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100% !important;
  border: 1px solid #a4a5a9;
  height: 40px;
  color: #000 !important;
  margin-top: 5px;
  margin-bottom: 10px;
  background: transparent;
}

.thank-you .blue-bg input[type="email"] {
  color: #fff !important;
}

body .white-text input[type="text"],
body .white-text input[type="password"], 
body .white-text input[type="datetime"], 
body .white-text input[type="datetime-local"], 
body .white-text input[type="date"], 
body .white-text input[type="month"], 
body .white-text input[type="time"], 
body .white-text input[type="week"], 
body .white-text input[type="number"], 
body .white-text input[type="email"], 
body .white-text input[type="url"], 
body .white-text input[type="search"], 
body .white-text input[type="tel"], 
body .white-text input[type="color"],
body .white-text input[type="file"],
body .white-text textarea,
body .white-text select {
  color: #fff !important;
}

.hs-error-msgs.inputs-list {
	list-style: none !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0px 0px 10px 0px !important;
  font-size: 14px !important;
  color: #e11313;
}

ul.inputs-list.multi-container {
  list-style-type: none;
  padding-left: 0px;
}
  

/* Custom modules */

/* Remove extra margin from button */
.custom-column-1 .span12 p:last-child .cta_button {
  margin-bottom: 0px !important;
}

/* DEFAULT IMAGE FORMATTING FOR COLUMN MODULES */
.custom-column-module .image {
  height: 300px
}

.custom-column-module .image.link-active {
  height: 230px;
}

.custom-column-module .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-column-module .vertical .image {
  background-color: #f7f7f7;
}

.custom-column-module .vertical img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.custom-column-module .full-size img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* END - DEFAULT IMAGE FORMATTING FOR COLUMN MODULES */

.custom-column-1.container-left .page-center-920 {
  margin-left: 0;
}

.custom-column-2 .span4 img  {
  max-width: 100%;
  height: auto;
}

.custom-column-2 .span12 {
  margin-left: 0px;
}

.custom-column-2 .span8,
.custom-column-2 .span4 {
  margin-left: 0px !important;
}

.custom-column-2 .span4 h4,
.custom-column-2 .span4 h5 {
  margin-top: 0px;
}

.custom-column-2 .span8 {
  padding-right: 30px;
}

.custom-column-2 .span8 h3:first-child {
  margin-top: 0px;
}

.custom-column-4 .logos .image img {
  object-fit: contain;
}

.custom-column-4 .logos .image {
  height: 150px; 
  margin-bottom: 15px;
}

.custom-column-4 .logos h4 {
  margin-top: 5px; 
}

.custom-column-4 .cta-row {
  display: block;
  text-align: center;
}

.form-container.center-form fieldset {
  margin: 0 auto !important;
  max-width: 600px !important;
}

.form-container.center-form .hs-submit {
  max-width: 600px;
  margin: 0 auto;
}

.document-link {
  background: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/icon-content-offer.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.video-link {
  background: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Layout%20ZF%202018/icon-video.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image.blue-overlay {
    box-shadow: inset 0 0 0 1000px rgba(0,32,91,0.4);
}

.document-link:hover, 
.video-link:hover {
  opacity: 0.7;
}

.document-link a,
.video-link a {
  display: inline-block;
  margin-left: 60px;
  padding-top: 15px;
  color: #fe5000;
}

a.image-link:hover, a.image-link:hover &gt; .image {
  opacity: 0.8;
  }

.dropdown .dropdown-item:first-child {
  border-top: 1px solid #00205b;
}

.dropdown-header {
  display: inline-block;
  border-bottom: 1px solid #00205b;
  width: 100%;
  padding-left: 30px;
  position: relative;
}

.dropdown-header:hover,
.dropdown-active {
  background: #00205b;
  cursor: pointer;
}

.dropdown-header:hover h3,
.dropdown-active h3 {
  color: #fff;
}

.dropdown-header:hover h3:after,
.dropdown-active h3:after{
  content: 'â–¼';
  color: #fff !important;
}

.dropdown-header h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.dropdown-header h3:after {
  content: 'â–¼';
  color: #000;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown-content {
  display: none;
  padding-top: 40px;
	padding-bottom: 40px;
}

.dropdown-content .main-content {
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 50px;
}

.dropdown-content .main-content.padding.span8 {
  padding-left: 150px;
  padding-right: 0px;
  padding-bottom: 0px;

}

.dropdown-content .dropdown-img {
	text-align: right;
}

.dropdown-content .dropdown-img .span4 img {
	width: 100%;
  height: auto;
}


.dropdown-content .offers img {
  max-height: 200px;
  width: auto;
  margin-bottom: 15px;
}

.dropdown-content .offers .span3 {
  padding-right: 50px;
}

.dropdown-content h3:first-child {
  margin-top: 0px;
}

.dropdown-item {
  display: block;
  overflow: hidden;
}

.no-link:after {
  content: 'â–¼';
  color: #00205b !important;
  font-size: 12px;
  padding-left: 5px;
}

.no-link.active {
    font-family: Inter, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.content-offer {
  background: #f7f7f7;
}

.content-offer .subheader.span3 {
  display: block;
  margin-left: 0px !important;
}

.content-offer .span5 {
  margin-left: 30px;
}

.content-offer .span5 h3 {
  display: none;
}

.how-to-buy {
    position: relative;
    background-color:  #00205b !important;
    overflow:hidden !important;
}

.how-to-buy .background {
    height: 100%;
    width: 50%;
    margin-left: 0% !important;
    position: absolute;
    right: 0;
    top: 0;
}

.how-to-buy .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-to-buy * {
  color: #fff;
}

.how-to-buy h2 {
  margin-bottom: 30px;
}

.how-to-buy h3 {
  margin-top: 5px;
}

.how-to-buy .content {
  padding: 70px 0px;
}

.how-to-buy .content h2 {
  padding-bottom: 10px;
  display: inline-block;
}

.how-to-buy .content a {
  padding-bottom: 10px;
  display: inline-block;
}

.topic-item {
  position: relative;
}

a.all-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  cursor: pointer; 
}

.topic-item h4 {
  margin-top: 10px;
}

.topic-item:hover h4 {
  text-decoration: underline;
}

.topic-item.span6 {
  display: table;
  margin-left: 0px !important; 
  margin-bottom: 40px;
  min-height: 180px !important;
}

.topic-image {
  width: 200px;
  height: 150px;
  display: table-cell;
  vertical-align: top;
}

.topic-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
	padding-right: 45px;
}

.topic-content p {
  margin-top: 0px;
}

.hero-image-1 {
	position: relative; 
  height: 100%; 
  min-height: 400px; 
  background-size: cover !important;
  margin-top: 20px;
}

.hero-image-1 .header:before {
  content: '';
  display: block;
  height: 13.3px;
  width: 50%;
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  top: -13.3px;
  left: 0px;
}

.hero-image-1.brand {
  background-size: auto 95% !important;
  background-repeat: no-repeat !important; 
  background-color: #eff4f6 !important;
  background-position: 95% 100% !important;
}


.hero-image-1 .header {
  height: 70%; 
  width: 60%; 
  position: absolute; 
  bottom: 30px; 
  left: 30px;  
  background-color: rgba(255,255,255,0.8);
  padding: 0px 20px;

}


.hero-image-1 .header .header-content {
  margin-bottom: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #00205b;
}

.hero-image-1 .header h1 {
  margin-bottom: 5px;
}

.hero-image-1 .subheader {
	height: 10%; 
  width: 60%; 
  position: absolute; 
  top: 30px; 
  left: 30px;  
  background-color: rgba(255,255,255,0.8);
  text-align: right;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero-image-1 .subheader .subheader__inner {
  display: block;
  position: relative;
  font-weight: 700;
  color: #00205b;
  text-transform: none;
  font-size: 16px;
}

.event-image-gallery .caption.below {
  margin-top: 20px;
}

.event-image-gallery .caption.below span {
  text-align: center; 
}


/* Custom modules - Customer stories */

.customer-stories.module-styles ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.customer-stories .body-container-wrapper ul {
  list-style: disc outside none;
  padding-left: 15px;
  margin: 0;
}

.demo .item{
margin-bottom: 60px;
}

.content-slider li{
  background-color: #fff;
  text-align: center;
  color: #FFF;
  position: relative;
  height: 400px !important;
}

.testimonial-slider li{
  height: auto !important;
}
  
.content-slider .img {
  background: #888;
  height: 400px !important;
  width: 580px !important;
  margin-left: 40px;
  background-size: cover !important;
}

  
.content-slider .img {
  background: #888;
  height: 400px !important;
  width: 580px !important;
  margin-left: 40px;
  background-size: cover !important;
}


.demo{
  width: 100%;
  position: relative;
}

.customer-stories.module-styles .content-slider h3 {
  position: absolute;
  left: 66%;
  top: 170px;
  text-align: left;
}

.customer-stories.module-styles .content-slider h3 span {
  font-size: 16px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  display: block;
  font-weight: 700;
  margin-top: 15px;
}

.customer-stories.module-styles .item {
  position: relative;
}

.customer-stories.module-styles .item h2 {
  display: inline-block;
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 66%;
}

.anchor-wrap {
  border-bottom: 1px solid #00205b;
}

.anchor-links {
  padding-top: 70px;
}

.anchor-links.stick {
  position: fixed;
  top: 72px;
  left: 50%;
	transform: translateX(-50%);
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 4px 0px 0px 0px;
}

.body-container.padding {
  padding-top: 70px;
}

.front-page .anchor-links.stick {
  position: fixed;
  top: 70px;
  left: 50%;
	transform: translateX(-50%);
  z-index: 999;
  background: #fff;
  width: 100%;
  padding: 4px 0px 0px 0px;
}

.event-page .anchor-links.stick {
  top: 0px;
}

.front-page .body-container.padding {
  padding-top: 70px;
}

a.anchor-hero {
    display: block;
    position: relative;
    top: -350px;
    visibility: hidden;
}

ul.anchors {
  margin: 0;
	display: block;
  list-style-type: none;
  padding-left: 0px;
}

ul.anchors li {
  float: left;
  margin-right: 35px;
  position: relative;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0px !important;
}

ul.anchors li a {
  text-decoration: none;
}

ul.anchors li.active:after {
  content: '';
  background: #00205b;
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
	bottom: 0px;
}

ul.anchors li:after {
  content: '';
  background: #00205b;
  height: 4px;
  width: 100%;
  display: none;
  position: absolute;
	bottom: 0px;
}

ul.anchors li:hover:after {
  content: '';
  background: #00205b;
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
	bottom: 0px;
}

.fp-hero {
  margin-bottom: 70px;
  position: relative;
  background-color: #eff4f6;
  overflow: hidden;
}

.fp-hero .page-center {
  position: relative;
}

.fp-hero .hs-form {
  position: relative;
  max-width: 500px;
}

.fp-hero .hs-form-field {
  width: 70%;
}

.fp-hero .hs-submit {
  width: 30%;
  position: absolute;
  top: 0px;
  right: 0px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.fp-hero .hs-form input[type="email"] {
  border: 0px;
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  height: 50px;
  margin-bottom: 12px;
  padding-left: 15px;
}

.fp-hero .hs-form .hs-email label &gt; span {
  display: none;
}

.fp-hero .hs-form input.hs-button.primary.large {
  margin-top: 0px !important;
}

.fp-hero .hs-form p {
  margin-top: 0px !important;
  font-size: 12px; 
  color: #a4a5a9;
}

.fp-hero .hs-form p &gt; a { 
  color: #a4a5a9;
}

.fp-hero .hs-form .hs-error-msgs.inputs-list {
  padding-bottom: 0px !important;
}

.fp-hero .hs-error-msgs li {
  padding-left: 0px !important;
}

.fp-hero .form-title {
  display: none;
}

.hero-carousel {
  height: auto;
  width: 450px;
  position: absolute;
  top: 60px;
  left: -10%;
}

.hero-carousel img {
    position:absolute;
    left:0px;
    top:0;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 9s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 9s;
}

form ul.inputs-list {
 	position: relative;
  padding-left: 0;
}

form ul.inputs-list li {
  position: relative;
}

form ul.inputs-list li input {
  position: absolute;
 /* commented out by HS Support 17/08/2018 top: 0; */
  left: 0;
  width: 13px !important;
  height: 13px !important;
}	

form ul.inputs-list li {
  
 	list-style: none;
  padding-left: 27px;
}

.hero-carousel img {
  transition: opacity .5s ease-in;
}

.hero-carousel img + .hero-carousel img { opacity: 0; }


.fp-hero h1,
.fp-hero .subheader span {
  color: #00205b;
  z-index: 2;
}

.fp-hero .cta {
  margin-top: 35px;
}

.fp-hero .cta_button {
  text-shadow: none;
  color: #fff !important;
}

.cta_button {
 	margin-bottom: 15px; 
}

.discover-products {
  background: #fe5000;
  padding: 50px 25px;
}

.discover-products a {
  text-decoration: none;
  display: block;
  margin-bottom: -15px;
}

.discover-products h2 {
  margin-bottom: 0px;
}

.discover-products * {
  color: #fff;
}

.discover-products .span4 {
  margin-left: 10px;
}

.over-hero .span4 {
  position: relative;
  margin-top: -20%; 
  background: #eff4f6;
  padding: 30px; 
  left: 30px; 
}

/* Custom modules end */

/* YouTubePopUp */

.YouTubePopUp-Wrap{
    position:fixed;
    width:100%;
    height:100%;
    background-color:#000;
    background-color:rgba(0,0,0,0.8);
    top:0;
    left:0;
    z-index:9999999999999;
}

.YouTubePopUp-animation{
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap{ /* For WordPress */
    top:32px;
    z-index:99998;
}

.YouTubePopUp-Content{
    max-width:680px;
    display:block;
    margin:0 auto;
    height:100%;
    position:relative;
}

.YouTubePopUp-Content iframe{
    max-width:100% !important;
    width:100% !important;
    display:block !important;
    height:480px !important;
    border:none !important;
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close{
    position:absolute;
    top:0;
    cursor:pointer;
    bottom:528px;
    right:0px;
    margin:auto 0;
    width:24px;
    height:24px;
    background:url(https://www.securelandcommunications.com/hubfs/A_img/Graphs/close.png) no-repeat;
    background-size:24px 24px;
    -webkit-background-size:24px 24px;
    -moz-background-size:24px 24px;
    -o-background-size:24px 24px;
}

.YouTubePopUp-Close:hover{
    opacity:0.5;
}



@media all and (max-width: 768px) and (min-width: 10px){
    .YouTubePopUp-Content{
        max-width:90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:320px !important;
    }

    .YouTubePopUp-Close{
        bottom:362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px){
    .YouTubePopUp-Content iframe{
        height:220px !important;
    }

    .YouTubePopUp-Close{
        bottom:262px;
    }
}

/* Mobile menu */

.child-trigger{
 
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 3px;
  right: 0;
  background-color: transparent; /* Icon color */
  width: 100% !important;
  min-width: 55px !important;
  height: 52px !important; /* Button height */
  padding: 0 !important;
  border: none;
  color: #fff;
  z-index: 9999;


}
.child-trigger:hover{
  text-decoration: none;
}

.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background: transparent;
  display: block;
  position: relative;
  float: right;

}

.icon-plus:before {
  content:'+';
  position: absolute;
  left: -32px;
  font-style: initial;
  top: 8px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  background: #fe5000;
  padding: 0px 7px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  border: 2px solid #fe5000;
}


  .child-open .icon-plus:before {
    content:'\2212'  ;  
   
  } 

 .mobile-trigger {
    
      position: absolute;
    right: 0px;
    top: -10px;
    z-index: 99999;
    width: 35px;
    height: 25px;
    padding: 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
      
  }

.event-page .main-menu .logo img {
  max-width: 140px;
  margin-top: -2px;
}

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

.mobile-trigger span {

  cursor: pointer;
  display: block;
  width: inherit;
  height: inherit;
  overflow: hidden;
  text-align: left;
  text-indent: -999px;
  line-height: 0;
  font-size: 0;
  border-top: 5px solid #000;
}
  
  .mobile-trigger span:before {
    content: '';
    display: block;
    height: 5px;
    margin-top: 3px;
    background: #000;
}

.mobile-trigger span:after {
    content: '';
    display: block;
    height: 5px;
    margin-top: 3px;
    background: #000;
}
  
  @media screen and (min-width: 968px) {
      
      .child-trigger, .mobile-trigger {
        display: none !important;   
      }
      
  }

.products-menu .products-nav {
  display: block;
}

.mobile {
  display: none !important;
}

.polku span.hide-element, 
.products-menu .products-nav span.hide-element {
  display: none !important;
}

.search-wrap {
  display: none;
  background: #fff;
  position: relative;
  top: -5px;
}

.hs-search-field__suggestions {
  padding-left: 0;
  list-style-type: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  margin-bottom: 15px;
  border: 0px;
}

.hs-search-field__suggestions a {
  font-size: 15px;
}

.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0,0);
  outline: none;
}

.hs-search-field__suggestions #results-for {
  padding-bottom: 5px;
}

.search-nav {
  text-align: right;
  font-size: 25px;
  padding-top: 2px;
  color: #00205b;
}

body input[type="search"]:focus,
textarea.hs-input:focus {
    outline: none;
    border: 1px solid #00205b;
}

.search-trigger:hover {
  opacity: 0.6;
  cursor: pointer;
}

.search-row {
  padding-top: 5%;
  padding-bottom: 10%;
}

.search-row input[type="search"] {
  margin-bottom: 50px;
}

/* Landing pages */

.lp-simple .right-container {
  background: #eff4f6;
  padding: 30px;
}

.lp-simple h1, 
.lp-simple h2 {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 0px;
}

.lp-header h1, 
.lp-header h2 {
  padding: 15px 0px !important; 
}

.lp-simple .custom-column-2 .row {
  padding-top: 25px;
}

.lp-simple .custom-column-2 h2:first-child,
.lp-simple .custom-column-2 h3:first-child,
.lp-simple .custom-column-2 h4:first-child {
  margin-top: 0px;
}

.lp-simple .right-container h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-weight: 700;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

/* Styled inline thank you message */
.lp-simple .submitted-message {
  text-align: center;
}

.lp-simple .icon-check .submitted-message:before{
  content: '';
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E84A1D;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M74.74,137.65c-34.46,0-62.39-27.93-62.39-62.39c0-34.46,27.93-62.39,62.39-62.39s62.39,27.93,62.39,62.39 C137.13,109.72,109.2,137.65,74.74,137.65'/%3E%3Cpolyline class='st0' points='52.18,73.37 73.29,105.42 101.72,44.66 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-simple .icon-gift .submitted-message:before{
  content: '';
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E84A1F;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M137.12,75c0,34.46-27.93,62.39-62.38,62.39S12.36,109.46,12.36,75c0-34.45,27.93-62.39,62.38-62.39 S137.12,40.55,137.12,75'/%3E%3Cg%3E%3Crect x='50.5' y='57.5' class='st0' width='50.69' height='50.7'/%3E%3Cline class='st0' x1='75.92' y1='57.5' x2='75.92' y2='108.2'/%3E%3Cline class='st0' x1='50.5' y1='82.85' x2='101.2' y2='82.85'/%3E%3C/g%3E%3Cpath class='st0' d='M69.46,40.95c1.97,1.99,5.99,9.14,4.05,11.09c-1.94,1.94-9.1-2.08-11.08-4.06c-1.98-1.99-2.01-5.16-0.08-7.1 C64.3,38.94,67.48,38.97,69.46,40.95z'/%3E%3Cpath class='st0' d='M86.53,36.79c-3.07,3.07-10.16,13.3-8.21,15.24c1.93,1.94,12.17-5.15,15.24-8.22 c3.07-3.06,3.98-7.13,2.04-9.06C93.66,32.81,89.6,33.72,86.53,36.79z'/%3E%3C/g%3E%3C/svg%3E");  
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-simple .icon-book .submitted-message:before{
  content: '';
  display: inline-block;
  height: 100px;
  width: 100px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 150 150' style='enable-background:new 0 0 150 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E84A21;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M74.9,12.75c34.36,0,62.22,27.86,62.22,62.23c0,34.37-27.86,62.23-62.22,62.23 c-34.38,0-62.23-27.86-62.23-62.23C12.68,40.62,40.53,12.75,74.9,12.75'/%3E%3Cpolygon class='st0' points='81.2,35.44 44.57,67.84 71.82,95.09 108.47,58.43 '/%3E%3Cpolyline class='st0' points='108.23,68.25 71.94,105.05 48.92,82.49 '/%3E%3Cpolyline class='st0' points='108.22,78.19 71.65,114.53 44.58,87.6 '/%3E%3Cpath class='st0' d='M44.35,68.01c0,0-3.02,2.93-3.02,9.48c0,6.71,3.53,10.33,3.53,10.33'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-simple .submitted-message h2 + p,
.lp-simple .submitted-message h3 + p,
.lp-simple .submitted-message h4 + p{
  margin-top: 30px;
}

  
.lp-simple .main-menu {
	position: static;
}

.lp-simple .lp-header {
  background: #00205b;
  padding: 40px 0px;
}

.lp-simple .lp-header * {
    color: #fff;
}

.lp-footer {
  background: #f7f7f7;
  padding: 70px 0px;
  text-align: center;
}

.lp-footer .footer-left {
  text-align: right;
}

.lp-footer .footer-right {
  text-align: left;
  padding-top: 10px;
}

.lp-simple .lp-subheader {
  font-size: 50px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  line-height: 30px;
  font-weight: 700;
}

.lp-simple .lp-subheader span {
  display: block;
}

.blue-bg {
  background: #00205b;
}

.light-blue-bg {
  background: #eff4f6;
}

.grey-bg {
  background: #f7f7f7;
}

.blue-bg * {
  color: #fff;
}

.simple-form .widget-type-form,
.simple-form .hbspt-form {
 	max-width: 100%;
  width: 650px; 
  margin: auto;
}

.simple-form .widget-type-form form,
.simple-form .hbspt-form form {
 	max-width: 100%;
  width: 600px; 
  position: relative;
  margin: auto;
}



.simple-form form .hs-form-field input {
 	margin-top: 0; 
  height: 50px;
  text-align: center;
}

.simple-form form .hs-form-field label {
  display: none;
}

.simple-form form .hs-form-field .hs-error-msgs label {
 	display: block; 
}

.uppercase {
 	text-transform: uppercase; 
}

.white-text .simple-form form .hs-form-field input, .white-text.simple-form form .hs-form-field input {
  background: #fff;
  border: none;
  color: #000 !important;
}

.simple-form h3.form-title {
 	font-family: Inter, Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 15px;
line-height: 1.3em;
margin-bottom: 15px; 
  text-align: center;
}

@media screen and (min-width: 650px) {
  
  .simple-form form .hs_submit {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    margin: 0;
    max-width: 100%;
  }

    .simple-form form .hs-form-field {
      float: left;
      width:60%;
   border: none;
  }
  
}

.simple-form form .hs_submit input.hs-button.primary.large {
	margin: 0 !important;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px 15px !important;
  min-width: 1px;
  white-space: initial;
  width: 100%;
}

.gray-text {  
 	color: #575757; 
}


a.back-link {
  color: #575757 !important;
  font-family: Inter, Helvetica, Arial, sans-serif;
  text-decoration: none;
}

/* BLOG */

.blog-bg {
 	overflow: hidden;
  background-image: url('https://www.securelandcommunications.com/hubfs/A_Photos/A_Hero_1600_x_600/Airport-professional-with-an-earpiece-with-airplane-in-the-background-1600x533.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #000; 
}

.blog-bg.es-blog {
  background-image: url('https://www.securelandcommunications.com/hubfs/A_Photos/A_Hero_1600_x_600/Three-control-room-professionals-1600x533.jpg');
  background-position: center top;
}

.blog-bg.fr-blog {
  background-image: url('https://www.securelandcommunications.com/hubfs/Tetrapol%20website/images/Tetrapol_1200x400.jpg'); 
  background-position: center top;
}

.blog .post-listing h2 {
 	margin: 0 0 15px 0; 
}

.blog.blog-post .post-body h2 {
 	margin: 45px 0 20px; 
}

.blog .body-container a, 
.blog .body-container a:not(.cta_button) * {
 color: #00205b; 
}

.blog a.active {
 	color: #fe5000;
  text-decoration: none !important;
}

.blog .post-listing h2 a, .blog .post-listing h2 {
	font-weight: normal;
color: #00205b;
text-decoration: none;
font-size: 22px;
line-height: 1.2em;  
}

.blog .post-listing a:hover {
 	text-decoration: underline !important;
}

/* Blog share social icons */
.social-sharing-wrapper .social-icons {
  display: flex;
  flex-direction: row;
}
.social-sharing-wrapper .social-icons .round-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00205b;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 22px;
  transition: 0.2s transform ease-in;
}
.social-sharing-wrapper .social-icons .round-icon:hover {
  transform: translateY(-5px);
  transition: 0.2s transform ease-in-out;
}
.social-sharing-wrapper .round-icon &gt; i {
  color: #fff !important;
}
.social-sharing-wrapper .round-icon .fa-linkedin {
  margin-left: 2px;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {

  .blog .post-list.blog .post-listing .content .hs-featured-image-wrapper img, .related-item .featured-image imging .featured h2, .blog .post-listing .featured h2 a {
    font-family: Inter,sans-serif;
    font-weight: normal;
    color: #00205b;
    text-decoration: none;
    font-size: 38px;
    line-height: 1.2em; 

  }

  .blog.blog-post #content {
    padding-right: 3px; 
  }
  
  .blog.blog-post #content h2, .blog.blog-post #content h3, .blog.blog-post #content h4 {
    color: #00205b;
  }
  
 .topics-nav.js-enabled {
   	display: block !important; 
  }
  
  .blog .post-listing .post-item:nth-child(1) {
    padding-right: 2%; 
  }

  .blog .post-listing .post-item:nth-child(2) {
    padding-right: 0.7%; 
    padding-left: 0.7%
  }
  
  .blog .post-listing .post-item:nth-child(3) {
 
    padding-left: 2%
}
  
  .blog .post-listing .content .hs-featured-image-wrapper, .related-item .featured-image {
    height: 220px;
    overflow: hidden;
  }
  
  .blog .post-listing .content .hs-featured-image-wrapper img, .related-item .featured-image img {
    height: 100%;
    width: auto !important;
    max-width: 9999px !important;
  }
  
  .blog  .featured .hs-featured-image-wrapper {
 		
    margin: 0 0 0 0;

}
  
  .related-item h4 a {
   	text-decoration: none; 
  }
  
  .blog  .featured .span8 {
    padding-left: 0.7%; 
  }
  
}

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

@media screen and (max-width: 767px) {

.blog-mobile {
  
  display: block !important;
}
  
  .blog-desktop  {
 	display: none !important; 
}
  
 .blog-listing .topics-nav.js-enabled {
   	display: none; 
  }
  
  .customer-stories .row {
    padding: 40px 0px 0px 0;
}
  
}

.blog .post-listing .featured {
 	padding-bottom: 50px; 
}

.blog .post-listing .post-item {
 	padding-bottom: 80px; 
}

.blog .hubspot-author_data {
 	margin-bottom: 20px; 
}

.blog .hubspot-author_data, .blog .hubspot-author_data a, .smallest-text, .smallest-text a {
 	font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.blog .hs-featured-image-wrapper {
 	margin-bottom: 20px; 
}

.blog .featured img.hs-featured-image {
  width: 100%;
  height: auto;
}

.blog .hs-featured-image {
    float: none;
    margin: 0 0 0 0;
    max-width: 100%;
}
.most-popular li {
 	margin-bottom: 6px; 
}



.blog h1 a {
 	text-decoration: none; 
}

.blog .featured .categories ul,  .blog #blog-sidebar .widget-body ul {
  padding: 0;
  margin: 20px 0 10px;
}

.blog .featured .categories ul li, .blog #blog-sidebar .widget-body ul li {
 	list-style: none;
}

.blog .featured .categories ul li a,  .blog #blog-sidebar .widget-body ul li a {
 	text-decoration: none;
  font-family: Inter, Helvetica, Arial, sans-serif;
}


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

.blog .featured .categories h4::before, .top-line::before {
  content: "";
  width: 60px;
  height: 2px;
  background: #00205b;
  display: block;
  margin: 0 0 15px;
}

#blog-sidebar h3.form-title {
  font-family: Inter, Helvetica, Arial, sans-serif;
font-weight: 700;
font-size: 22px;
font-style: normal;
font-variant: normal;
line-height: 25px;
color: #00205b;
margin-bottom: 20px;
}

.blog .main-image {
 	margin-top: 10px; 
}

@media screen and (max-width: 1000px) {

  .blog .post-listing .post-body {
    font-size: 14px;

    line-height: 20px; 
  }
}

@media screen and (min-width: 768px) {

.blog .featured .categories h4, .blog .featured h2 {
 	margin-top: 0; 
}
  
}

.blog .pagination li {
  float: none;
  display: inline-block;
}
.blog .pagination li.disabled {
  display: none;
}

.blog nav ul.pagination {
  
 	 padding-left: 0;
}

.blog nav ul.pagination a {
  
 	 color: #00205b;
  padding: 5px 10px 5px 10px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.blog nav ul.pagination li:first-child &gt; a {
 	padding-left: 0; 
}

.blog nav ul.pagination .active a {
  
 	 color: #F49F0A;
}

/* end BLOG */

/* Application pages */

.applications .hs-featured-image {
  float: none;
  max-width: 100%;
  min-height: auto !important;
}

.applications .post-intro.contact-form {
  border-top: 1px solid #00205b;
}

.applications .group:before,
.applications .group:after {
    content: " ";
    display: table;
}

.applications .group:after {
    clear: both;
}

.applications .group {
    *zoom: 1;
}

.applications h1 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Inter, Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  font-weight: 700;
}


/*LAYOUT*/

.applications .hs-featured-image-link {
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.applications .main-wrapper   {max-width:1200px; margin:0 auto; padding:0 15px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}


.applications .customer-stories.hs-blog-listing .body-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.applications .customer-stories.hs-blog-listing .blog-padding {
    padding: 2em;
}

.applications .customer-stories .entry-odd-or-even .entry-content {
    min-height: 200px;

}

.applications .customer-stories .entry-odd-or-even {
    margin-bottom: 12px;
}

.applications .customer-listing .post-item .post-body {
  font-family: Inter, Helvetica, Arial, sans-serif !important;
  font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.5em;
}

.applications .customer-listing .post-item p,
.applications .intro-txt p,
.applications .filters .widget-module ul li span {
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.applications .customer-listing .post-item p {
  display: inline;
}


.applications .intro-txt p {
    font-size: 18px;
    line-height: 1.6;
}

.applications .blog .header-container-wrapper {
    margin-bottom: 0;
}

.applications .customer-stories .blog-content p, .customer-stories .inner-page-content p {
    margin-bottom: 30px;
    font-size: 16px;    
    line-height: 1.6;
}

/* Applications LISTING PAGE */


    .applications  .span12.widget-span.widget-type-rich_text.intro-txt {
        width: 100%;
    }

@media (min-width:1200px) {
    .span12.widget-span.widget-type-rich_text.intro-txt {
        width: 90%;
    }
}




/* Applications  BREADCRUMB*/
    
.applications .hs-breadcrumb-menu-item {
    font-size: .75rem;
    text-transform: uppercase;
}



/* PANELS */


.applications .post-listing.items-container,
.applications .post-listing-simple.items-container {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.applications .customer-listing .hs-featured-image {
  max-height: 100%;
  max-width: 250px;
  margin-left: 0;
  margin-bottom: 0px;
}



.applications .customer-listing .post-item {
  margin: 0 0 0px;
  float: left;
  box-sizing: border-box;    
  position: relative;
  padding: 0 0 4em 0;
  min-height: 450px;
    
}

.applications .customer-listing .post-item h2 {
  position: relative;
  left: auto;
  top: auto;
  padding-top: 8% !important;
  line-height: 1.65rem !important;
  font-weight: 700;
  font-size: 1.35rem !important;
  padding-bottom: .5em;
  clear: both;
  padding-top: 1rem;
}


.applications  .customer-listing .hs-featured-image {
  min-height: 200px;
}
    
@media (min-width:1620px) {
    .applications .customer-listing .post-item {
        min-height: 450px;
    }    
    .applications .customer-listing .hs-featured-image {
            min-height: 260px;
    }
}


@media (min-width:960px) {
  
   .applications  .customer-listing .post-item {
        margin-right: 2%;
        width: 31%;
    }
    
   .applications  .customer-listing  .post-item:nth-child(5n+5) {
        margin-right: 0;
    }   

    
}

@media (min-width:1300px) {
  
   .applications  .customer-listing .post-item {
        margin-right: 2%;
        width: 18%;
    }
    
   .applications  .customer-listing  .post-item:nth-child(5n+5) {
        margin-right: 0;
    }   

}


@media (max-width:960px) and (min-width:768px){
    
    .applications  .customer-listing  .post-item {
        margin-left: 0;
        margin-right: 2%;
        width: 32%;
     }  
     
   .applications  .customer-listing  .post-item:nth-child(3n) {
        margin-right: 0;
    }
    
    .applications .customer-listing .hs-featured-image {
            min-height: 170px;
    }

}

@media (max-width:767px){
    
     .applications .customer-listing .post-item {
        margin-right: 0;
        width: 100%;
       min-height: 300px;
       padding-bottom: 4em;
     }  
     
    .applications .customer-listing  .post-item:nth-child(2n+1) {
        margin-left: 0;
    }
    
    .applications .customer-listing .hs-featured-image {
        min-height: 0px;
        max-width: 250px;
    }


}

@media (max-width:480px){
    
     .applications .customer-listing .post-item {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
       min-height: 0px;
       padding-bottom: 15%;
     }   
     

}

.applications .customer-listing  .post-item h2 {
    line-height: 1.65rem;
    font-weight: 700;
    font-size: 1.35rem;
    padding-bottom: .5em;
    clear: both;
    padding-top:1rem;
}

.applications .customer-listing  .post-item h2 a {
    color: #00205b;
  text-decoration: none;
}

.applications .customer-listing  .post-item h2 a:hover {
    color: #00205b;
    text-decoration: none;
}

.applications .customer-listing  .post-item p {
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.5em;
}

.applications .customer-listing  .post-item .post-header,
.applications .customer-listing  .post-item .post-body{
    padding: 0;
}


.applications .customer-listing .post-item a.more-link {
  position: relative;
  bottom: 0;
  display: block;
  width: 90%;
  text-align: left;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 0%;
  margin-top: 10px;
  color: #fe5000;
  padding:4% 0;    
  text-decoration: underline;
  font-weight: 700;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.applications .customer-listing .post-item a.more-link:hover {
    opacity: 0.7
}
    
.applications .post-body {
    position: relative;
    padding-bottom: 20px;
}
    
.applications .customer-listing .post-listing .post-item .post-body {
    margin-bottom: 0px;
    padding-bottom: 0px;
}   
    
    
/* Applications PAGINATION */


.applications .blog-pagination {
    clear: both;
    text-align: center;
    margin-bottom: 2em;
}

.applications .blog-pagination a {
    text-decoration: none;
    color: #00205b;
    border: 2px solid #00205b;
    padding: .5em 1em;
    margin: 2px;
  font-weight: 700;
  	font-family: Inter, Helvetica, Arial, sans-serif;
}

.applications .blog-pagination a:hover {
    background-color: #00205b !important;
    border: 2px solid #00205b;
    color:#fff;
    text-decoration: none;
}


.applications .blog-pagination .next-posts-link {
    background: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/blog/img/arrow-next.png') right no-repeat;
    padding-right: 2em;
}

.applications .blog-pagination a.next-posts-link:hover {
    background-image: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/blog/img/arrow-next-alt.png');
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 2em;
}

.applications .blog-pagination .previous-posts-link {
    background: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/blog/img/arrow-prev.png') left no-repeat;
    padding-left: 2em;
}

.applications .blog-pagination a.previous-posts-link:hover {
    background-image: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/blog/img/arrow-prev-alt.png');
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 2em;
}




@media (max-width:480px) {
    
    .applications .intro-txt p {
        text-align: left;
    }
    
    .applications .blog-pagination a {
        display: block;
        margin-bottom: 2em;
        padding:  1em;
    }
    
    .applications .blog-pagination .previous-posts-link,
    .applications .blog-pagination a.previous-posts-link:hover {
        background-image: none;
    
    }

}

.applications .blog-section {
  padding-right: 0%;
  padding-left: 15px;
}


.applications .customer-stories .span10.widget-span.widget-type-cell.blog-content {
    padding: 0;
    width: calc(100% - 290px);
    float: left;
    margin-right: 0; 
}

.applications .blog-content {
  padding-right: 8%;
  padding-top: 30px;
}

.applications .blog-content .row {
  padding: 1% 0%;
}

.applications .customer-stories .entry-content,
.applications .customer-stories .post-intro {
    padding: 2em 3em;
}

.applications .widget-type-form h3 {
  display: none;
}

.applications .custom-column-3 .image, .applications .custom-column-4 .image,
.applications .custom-column-4 .span3.cover .image, .applications .custom-column-3 .span4.cover .image {
  background-size: contain !important;
  background-position: bottom left !important;
  height: 260px !important;
  background-color: #fff !important;
}




@media (max-width:1620px) {
    .applications .customer-stories .entry-content,
    .applications .customer-stories .post-intro {
        padding: 2em;
    }
}


@media (max-width: 992px){
    
    .applications .customer-stories .span10.widget-span.widget-type-cell.blog-content {
        width: 100%;
        margin-left: 0;
        padding: 0;
    }

}

.applications .customer-stories .row-fluid-wrapper.row-c-2.type-1 .entry-content:first-child, 
.applications .customer-stories .rowblock.row-c-2.type-1 .entry-content:first-child {
    width: 68%;
    float: left;
}

.applications .customer-stories .row-fluid-wrapper.row-c-2.type-1 .entry-content:nth-child(2), 
.applications .customer-stories .rowblock.row-c-2.type-1 .entry-content:nth-child(2) {
    width: 29.9%;
    float: right;
}

.applications .customer-stories .entry-content .embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}


.applications .customer-stories .post-intro,
.applications .customer-stories .story-details {
    margin-bottom: 12px;
}


.applications .story-details .entry-content.vcenter-container {
    min-height: 600px;
}


@media (max-width:767px) {
    
    .applications .story-details .entry-content.vcenter-container {
        min-height: auto;
    }

}

@media (max-width:480px) {
    
    .applications .story-details .entry-content.vcenter-container {
        min-height: auto;
    }

}


/* -- Applications CONTENT 'WHAT WE DID' SECTION --*/


/* -- Applications TYPOGRAPHY --*/

.applications .customer-stories .blog-content .post-header {
    padding-bottom: 0;
    border-bottom: 0;
}

.applications .filter-wrap .block {
  padding-left: 20px;
}

.applications .entry-content.vcenter-container {
    display: block;
    align-items: top;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  	border-left: 1px solid #00205b;
}

.applications .entry-content ol, 
.applications .entry-content ul {
    padding-left: 0;
    margin-bottom: 1.5em;
    margin-left: 0;
    text-align: left;
}

.applications .entry-content ul li ul li {
    list-style-type: circle;
}

.applications .entry-content ol li, 
.applications .entry-content ul li {
    list-style: outside;
    margin-left: 40px;
    margin-bottom: 5px;
}

.applications .story-details .entry-content .story img {
    min-width: 100%;
    width: 100%;
}


.applications .post-intro .blog-post-wrapper img {
    width: auto !important;
    min-width: auto;
    height: auto;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;
    max-height: 60px;
}

.applications .intro-logo img {
  margin-bottom: 30px;
}

.applications .intro-logo {
  
}


.applications .entry-content .blog-content .story-details img  {
    width: 100%;
    min-width: 100%;
    height: auto;
}


.applications .customer-widget {
    margin-bottom: 10px;
}


.applications .entry-content .block {
    padding: 0; 
    margin: 0;
}

/* --Applications CONTENT 'What we did/Facts' SECTION --*/


.applications .story-details .facts-col .story-details,
.applications .story-details .entry-content {
    border: 0;
}

.applications .story-details .facts-col .story-details {
    border-left: 1px #ccc dashed;
}


@media (max-width:960px){
    
    .applications  .story-details .facts-col .story-details {
        border-left: 0;
    }


}


.applications .entry-content.facts-col .block  h2 {
  font-size: 22px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0.5em;
}

.applications .entry-content .story-details h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
 	 float: none !important;
}

.applications .entry-content .story-details p {
    font-size: 16px;
  margin-top: 0px;
}

.applications .entry-content .story-details h3,
.applications .entry-content .story-details p {
    float: left;
    clear: both;
    margin-bottom:0;
    text-align: left;
}

.applications .entry-content .story-details img {
    float: right;
    min-width: auto;
    width: 46px;
    height: 32px !important;
    margin: 0;
    margin-top: 15px;
}

.applications .entry-content .story-details hr {
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ccc;
    height: 1px;
    clear: both;
    float: left;
    width: 100%;
}

.applications .entry-content .embed-container iframe,
.applications .entry-content .embed-container object,
.applications .entry-content .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.applications .country-col {
    float: left;
    width: 66%;
}

.applications .post-intro.story-details .entry-content {
    border: 0;
    padding: 0;
}

.applications .block.story-details .pad  {
    padding-left: 2em;
}


@media (max-width:960px){
    
    
    .applications .block.story-details .pad {
        padding-left: 0;
    }

}


/* -- BLOG POST CTA --*/

.applications .customer-stories-cta {
    display: block; 
    width: 100%;
    border: 1px solid #858585;
    box-sizing: border-box;
    padding: 50px;
    text-align: center;
}

.applications .blog-content .customer-stories-cta h2,
.applications .blog-content .customer-stories-cta h3,
.applications .blog-content .customer-stories-cta h4,
.applications .blog-content .customer-stories-cta h5,
.applications .blog-content .customer-stories-cta h6,
.applications .blog-content .customer-stories-cta-title {
    text-transform: uppercase;
}


.applications .blog-content .customer-stories-cta-title {
    text-align:center; 
    font-size:24px; 
    font-weight:800; 
    line-height:1; 
    margin:0; 
    padding:0; 
    color:#000;  
}

.applications .blog-content .customer-stories-cta-description {
    text-align:center; 
    font-size:18px; 
    font-weight:normal; 
    line-height:1.5em; 
    margin:1.25em 0; 
    padding:0; 
    color:#000; 
}



/* --  SHARE/CONTACT/CTA -- */

.applications .contact-form h4,
.applications .share-contact .entry-content .block h4,
.applications .share-contact h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin: 0 auto 20px auto;
    padding: 0;
    color: #000;
    text-transform: uppercase;
}

.applications .share-contact .entry-col-2 .entry-content .block {
    width: 100%;
    text-align: center;
}

.applications .share-contact .entry-col-2 .entry-content .block.top-block {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.applications .share-contact .hs-form,
.applications .share-contact .block p,
.applications  .share-contact .widget-type-social_sharing,
.applications .share-contact .customer-cta-btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.applications .share-contact img {
    width: auto;
    min-width: auto;
}

.applications .share-contact .entry-col-2 .entry-content {
    width: 49.3%;
}


@media (max-width: 1139px) and (min-width: 480px) {
    
    .applications .share-contact .entry-col-2 .entry-content {
        width: 100%;
        margin-bottom: 12px;
    }

    .applications .share-contact .hs-form {
        width:80%;
    }

}

@media (max-width:480px) {
    .applications .share-contact .entry-col-2 .entry-content {
        width: 100%;
        margin-bottom: 12px;
    }
}


/* --  GET IN TOUCH FORM-- */

.applications .share-contact .hs-form {
    text-align: left;
}

.applications .share-contact .hs-form .hs_submit {
    margin: 0 auto;
    text-align: center;
    margin-top: 1em;
}

.applications .share-contact .hs-form input {
    margin-bottom: .5em;
}

.applications .contact-form h4 {
    margin-top: 2em;
}

.applications .hs-form fieldset,
.applications .hs_cos_wrapper_type_form&gt;div {
    max-width: initial;
}

.applications .contact-form .hs_submit {
    margin: 0 0 10% 0;
}

.applications .contact-form label {
    text-align: left;
    float: left;
}

/* Applications product page SIDEBAR  */


.applications .span2.m-sidebar h3.similar-stories {
    color: #fff;
    font-size: .85em;
    text-transform: uppercase;
    padding: 10px 22px !important;
}

.applications .span2.m-sidebar {
    width: 280px;
    margin-left: 10px;
    margin-right: 0;
    float: right;
    padding-top: 20px;
}

.applications .blog-sidebar-inner {
    background-color: #f1f4f6;    
    padding: 10%;
  margin-top: 30px;
}

.applications .blog-sidebar-inner h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0.5em;
  	text-transform: uppercase;
  font-weight: 700;
    font-family: Inter, Helvetica, Arial, sans-serif;
} 

.applications .span2.m-sidebar li {
    display: block;
}


.applications .span2.m-sidebar img {
    width: 100%;
    min-width: 100%;
}

.applications .span2.m-sidebar li a span {
    float: none;
}

.applications .related-post-item {
  padding: 10px 0px;
  margin-bottom: 15px;
}

.applications .related-post-item:last-child {
  margin-bottom: 0px;
}

.applications .related-post-item a {
  color: #00205b;    
  font-size: .85em;
  text-decoration: none;
  font-size: 16px;
}

.applications .related-post-item a:hover {
    text-decoration: none;
}

.applications .related-post-item .related-title {
    font-weight: normal;
    margin-bottom: 5px;
  	margin-top: 10px;
  font-weight: 700;
   	font-family: Inter, Helvetica, Arial, sans-serif;
}

.applications .related-post-item .read-more {
    font-weight: normal;
    margin-bottom: 5px;
   	font-family: Inter, Helvetica, Arial, sans-serif;
}

.applications .related-post-item a:hover .related-title ,
.applications  .related-post-item a:hover .read-more {
    opacity: .5;
}

.applications .related-post-item img {
  margin-bottom: 4px;
  max-height: 200px;
  max-width: 180px;
}

.applications .contact-form .hs_cos_wrapper_type_form form input[type=submit],
.applications .share-contact .hs-form input.hs-button {
    line-height: 0;
}

.applications .share-contact .hs-form input.hs-button:hover,
.applications .customer-cta-btn a:hover {
    background-color: rgba(0,174,255,0.5)!important;
}


/* Applications LISTING FILTER*/


.applications .filter-expand-link {
    display: none;
}

.applications .customer-stories .filter-wrap h3 {
    font-size: 1.1em;
    font-weight: 800;  
    padding-left: 2rem; 
}

.applications .customer-stories .filter-wrap h3,
.applications .filters .widget-module ul li {
    display: inline;
}

.applications .filters .widget-module ul li {
    display: inline;
}

.applications .customer-stories .filter-wrap {
    margin: 0;
}


.applications .filters .widget-module ul li span {
    display: inline-block;
    cursor: pointer;
    padding: 0px 40px 0px 0px;
    text-transform: capitalize;
    font-size: 18px;
}

.applications .filters .widget-module ul li span:after {
   content: '\f0d7';
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   margin:0px 0px 0px 10px;
   text-decoration:none;
    color: #b9bdc0;
} 

.applications .filters .widget-module ul li.current span:after {
   content: '\f0d8';    
   color: #000;
} 

.applications .clear-filter.disable-clear a:hover:after,
.applications .clear-filter.disable-clear a:hover,
.applications .filters .widget-module ul li span:hover:after,
.applications .filters .widget-module ul li span:hover {
    color: #00608c;
}


.applications .filters .widget-module ul li span.clear-filter:after {display:none;} /* COL: clear all filters link! */

.applications .filters .widget-module ul {
    list-style-type: none;
    margin-bottom: 0;    
  background: #eff4f6;
  padding: 0 0 15px 15px;
}

.applications .filter-wrap {
    background: #eff4f6;
  margin-bottom: 3%;
}

.applications .filter-wrap h3 {
    font-size: 18px;
  padding-bottom: 5px;
  padding-left: 15px;
      font-family: Inter, Helvetica, Arial, sans-serif;
}


.applications .filters .widget-module ul li ul  {
    display: none;
    background-color: #eff4f6;
    margin-bottom: 0;
    padding: .5em 0;        
    margin: 0;
    float: left;
    width: 100%;
}

.applications .filters .widget-module ul ul li {
    display: inline-block;
    margin : .5em;
}

.applications .filters .widget-module ul ul li:first-child {
    margin-left: 0;
}

.applications .intro-txt .row-number-4 {
  margin-left: 0px;
  margin-right: 0px;
}

.applications .row-number-4 {
  margin-left: -10px;
  margin-right: -10px;
}

.applications .filters .widget-module ul ul li a {
    background-color: #fff;
    padding: .5em 2em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    font-size:.75rem;
}

.applications .filters .widget-module ul ul li a:focus,
.applications .filters .widget-module ul ul li a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
    
@media (max-width:767px) {

    .applications .filters .widget-module ul li span {
        width: 100%;    
        border-right: 0;
        padding: 1em 2em;
    }
    .applications .filters .widget-module ul li:first-child span {
        border-top: 0;
    }
}


.applications .clear-filter {
  pointer-events: auto;
}

.applications .clear-filter a {
      color: #ccc;
  text-decoration: none;
}

.applications .clear-filter a:after {
    content: '\f00d';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 0 10px;
    text-decoration: none;
    color: #ccc;
}


.applications .clear-filter.disable-clear {
    pointer-events: auto;
}

.applications .clear-filter.disable-clear a {
    color: #272727;
}

.applications .clear-filter.disable-clear a:focus,
.applications .clear-filter.disable-clear a:hover {
    text-decoration: none;
}

.applications .clear-filter.disable-clear a:after {
    color: #b9bdc0;
}




/* BLOG POST SIDEBAR FILTER*/

.applications .m-sidebar ul ul li a .fa,
.applications .m-sidebar ul ul {
    display: none;
}

.applications .span3.m-sidebar li span {
    padding: 10px 0px;
    text-transform: lowercase;
    display: inline-block;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  color: #00205b;
}

.applications .span3.m-sidebar li span:first-letter {
    text-transform: uppercase;
}

.applications .span3.m-sidebar li span:hover {
    opacity: .5;
}

.applications .span3.m-sidebar li span:after {
    font-family: FontAwesome;
    top: 10px;
    right: 28px;
    content: "\f105";
    position: absolute;
}

.applications .span3.m-sidebar li.current span:after {
    top: 10px;
    right: 28px;
    content: "\f107";
}

/* child list */

.applications .span3.m-sidebar li.current ul li span:after{
    content: "";
}

.applications .span3.m-sidebar li.current ul li span {
    text-transform: none;
}

.applications .span3.m-sidebar ul {
    margin: 0 0 1.5em 0;
  list-style: none;
  padding-left: 0px;
}

.applications .span3.m-sidebar ul ul li:last-child,
.applications .span3.m-sidebar ul ul li {
    border: 0;
}

.applications .span3.m-sidebar li.current ul li,
.applications .span3.m-sidebar li.current ul li span,
.applications .span3.m-sidebar li.current ul li span a {
    padding-top: 0;
    padding-bottom: 0;
}

.applications .span3.m-sidebar li.current a {
    min-height: auto;
    font-size: 13px;
    line-height: 16px;
    padding: 8px 0;
    border-top: 1px dotted rgba(255,255,255,0.25);
}

.applications .span3.m-sidebar li.current ul li:first-child a {
    border: 0;
}

.applications .span3.m-sidebar li.current ul li span {
    padding: 0px 0px ;
    text-transform: capitalize;
}

.applications .footer-container {
    background-color: #00608c;
}



@media (max-width:960px) and (min-width:480px){
    
    .applications .hs-blog-listing .m-footer .social {
        float: none;
        margin-right: 0;
        margin-left: 0;
        margin: 0 auto;
        text-align: center;
    }
    
    .applications .hs-blog-listing .m-footer .social span.lbl,
    .applications .hs-blog-listing .m-footer .social a {
        float: none;
    }
    
    .applications .hs-blog-listing .m-footer .social span {
        vertical-align: baseline;
    }
    
    .applications .hs-blog-listing .m-footer .colophon {
        width: 100%;
        text-align: center;
        margin-left:0;
    }

}




@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .applications .story-details .entry-content img,
    .applications .share-contact img {
       min-width: auto;
    }


    }


/* Application ends */

.subscription-preferences {
  display: flex;
  flex-direction: column; 
}

.subscription-preferences .body-container-wrapper {
  flex: 1 0 auto;
}

.subscription-preferences .footer-container-wrapper {
  flex-shrink: 0;
}

.subscription .checkbox-row input {
  position: relative;
  top: 3px;
}

.simple-header .logo {
 	padding-top: 21px;
  padding-bottom: 21px;
}

.typ-content * {
  text-align: center !important;
}

.typ-button {
  margin-bottom: 15px;
}

a.typ-button {
  font-size: 18px !important;
  padding: 20px 40px !important;
}

body.thank-you h2 {
  font-size: 60px;
  line-height: 60px;
}

body.thank-you .blue-bg h2 {
  font-size: 50px;
  line-height: 50px;
}

body.thank-you .blue-bg h4 {
  margin-top: 0px;
}

.blue-bg input.hs-button.primary.large {
  background: #fff !important;
  border: 2px solid #fff !important;
  color: #00205b !important;
}

.subscription input[type="submit"] {
  border: 0 solid #fe5000 !important;
  background: #fe5000 !important;
  color: #fff !important;
  width: auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: 0 0;
  border-radius: 0;
  border: 1px solid #272727;
  text-decoration: none;
  margin-top: 20px;
  padding: 20px 30px;
}

/* Product LP 2018 */

.product-lp .custom-column-4 .span3.cover .image {
  height: 230px !important;
}

.product-lp .custom-column-3 .span3.cover .image {
  height: 240px !important;
}

.product-lp .custom-column-2 .image {
  position: relative;
  overflow: hidden;
}

.product-lp .custom-column-2 .image img {
  width: 100%; 
  height: auto; 
}

.product-lp .custom-column-2 .page-center {
  display: flex;
  align-items: center;
}

.product-lp .custom-column-2 .text {
  padding-left: 5%;
}

.product-lp .custom-column-2 .blue-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #00205b;
    opacity: .4;
}

.product-lp .headings h2 {
  font-size: 34px !important;
  line-height: 36px !important;
}

.product-lp .body-container-wrapper h3 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.product-lp .lp-social-share-basic h3 {
  font-weight: 700;
  font-family: Inter, Helvetica, Arial, sans-serif !important;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  line-height: 25px;
  color: #00205b;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.video-link.product-page {
  background: url('https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/product-page/lp-video-play.png?t=1543412947506');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
	position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  width: 90px;
  height: 90px;
  z-index: 9999;
  transition: 0.3s;
}

.product-lp .form-container h4 {
    margin: 0;
    padding: 20px 30px 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.product-lp .prod-banner-cont .prod-banner {
    max-width: 1314px;
}

.product-lp .body-container-wrapper {
  padding-top: 63px;
}

.product-lp .hs_cos_wrapper_type_form form input,
.product-lp .form-container select {
  font-size: 16px;
  color: #a4a5a9;
}

.product-lp h3.hs_cos_wrapper.form-title {
  display: none;
}

.product-lp .video-link a {
  height: 90px;
  width: 90px;
  margin-left: 0px;
}

.product-lp .product-hero .left.grey {
  display: table-cell; 
  position: relative;
  width: 38%;
  background: #e0e0df; 
}

.product-lp .product-hero .left.grey .content {
  background: #e0e0df; 
  float: none;
  display: table-cell;
  vertical-align: middle; 
  padding: 0; 
}

.product-lp .product-hero .left.grey .content:after {
    display: none;
}

.product-lp .product-hero .right.grey:after {
  width: 250px;
  display: block;
  content: '';
  background: url("https://542132.fs1.hubspotusercontent-na1.net/hubfs/542132/Airbus_2017/product-page/banner-clip.png");
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  z-index: 10;
}

.product-lp .product-hero .right.grey {
  position: relative; 
  width: 62%; 
}

.product-lp .hero-bg {
  background: #e0e0df;
}

/* Find your nearest reseller 2018 */

.reseller-2018,
.reseller-2018 p,
.reseller-2018 .partner-address {
  color: #000;
  font-family: Inter,sans-serif !important;
  font-weight: normal;
}


.reseller-2018 .accredition-group,
.reseller-2018 .logo-container,
.reseller-2018 .logo-container{
  background: #fff;
}

.reseller-2018 .item {
  text-align: left;
  padding-left: 25px;
  border: 0px;
  min-height: 360px;
}

.reseller-2018 .item h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: Inter, Helvetica, Arial, sans-serif !important;

  margin: 0;
}

.reseller-2018 .logo-container {
  height: 120px;
}


.reseller-2018 .logo-container &gt; img {
  height: 80px;
}

.reseller-2018 .accredition-group {
  padding: 15px;
}

.reseller-2018 .address-view-profile {
  display: block !important;
  text-align: right;
  color: #fe5000;
  font-family: Inter, Helvetica, Arial, sans-serif !important;

  padding-right: 25px;
}

.filter-wrap {
  width: 50%;
  float: left;
  display: inline-block;
  margin-top: 10px;
}

.reseller-2018 .row {
  padding: 70px 0px 35px 0px;
}

.reseller-2018 ul#filterOptions {
  width: 97%;
  overflow: hidden;
  margin: 0px;
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.reseller-2018 ul#accr_filterOptions {
  width: 97%;
  overflow: hidden;
  margin: 0px;
  height: 250px;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.reseller-2018  ul#filterOptions li.active a, 
.reseller-2018  ul#accr_filterOptions li.active a {
  background: #00205b;
  color: #fff !important;
}

.reseller-2018 ul#filterOptions li a:hover,
.reseller-2018 ul#accr_filterOptions li a:hover {
  background: #00205b;
  color: #fff !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.reseller-2018 ul#accr_filterOptions li.active a span,
.reseller-2018 ul#accr_filterOptions li a:hover span {
  color: #fff !important;
}


.reseller-2018 .languages, 
.reseller-2018 .accreditations {
    display: none;
    position: relative;
    margin: 0;
    background: #fff;
}

.reseller-2018 ul#filterOptions li a, 
.reseller-2018 ul#accr_filterOptions li a {
  color: #000;
  text-align: left;
  font-weight: normal;
  font-family: Inter,sans-serif !important;
}

.reseller-2018 .languages &gt; li, 
.reseller-2018 .accreditations &gt; li {
  padding-bottom: 0;
}

.reseller-2018 .languages &gt; li a, 
.reseller-2018 .accreditations &gt; li a {
  padding-bottom: 0;
}

.reseller-2018 .card_selector, 
.reseller-2018 .accr_selector {
  background: #fff;
  border-bottom: 2px solid #00205b;
  color: #00205b;
  font-family: Inter, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: left;
  background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/slc-reseller-arrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  height: 47px;
}

.reseller-2018 .card_selector:hover, 
.reseller-2018 .accr_selector:hover {
  cursor: pointer; 
}

.reseller-2018 .accr_selector span {
  color: #00205b;
  font-family: Inter,sans-serif;
  font-weight: 700;
}

.reseller-2018 ul#accr_filterOptions li a img,
.accr_selector img {
  height: 30px;
  width: auto;
  vertical-align: middle; 
  display: inline-block;
  margin-right: 15px;
}

.reseller-2018 i.fa.fa-caret-down {
  font-style: normal; 
  visibility: hidden; 
}

.reseller-2018 .center a {
  background: #00205b;
  font-family: Inter,sans-serif !important;
  font-weight: normal !important;
}

.reseller-2018 .find-location {
  text-align: right; 
  margin-top: 10px;
}

.reseller-2018 .find-location a {
  font-size: 14px;
  font-family: Inter,sans-serif;
  font-weight: 700;
  color: #fe5000;
}

/* Event page LP */

.event-hero-image {
  min-height: 400px;
  height: auto; 
  background-color: #00205b !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -ms-flex-pack: center;
  -ms-flex-align:center;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.event-hero-image.brand-hero {
  background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/slc_event-page_brand-hero_4.jpg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right bottom !important;
  
}

.event-hero-image.brand-hero .event-hero-container .header {
  width: 60%; 
}

.event-hero-image .custom-background {
  background-repeat: no-repeat !important;
  height: 100%;
  width: 45%;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: cover !important;
}

.event-hero-image.wider-bg .custom-background {
  width: 60%;
}

.event-hero-image.wider-bg .header {
  width: 40%;
}

.event-hero-image.video-hero {
  height: 500px;
  position: relative; 
}

.event-hero-image.video-hero .dark-overlay {
  height: 700px;
  width: 100%;
  position: absolute;
  top: 0;
  background: #000;
  opacity: .4;
}

.event-hero-image video {
    position: static;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(frosmoX18.min.css) no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.event-hero-image.video-hero .event-hero-container {
  position: absolute; 
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; 
}

.event-hero-image.dark-overlay {
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
}

.event-hero-container{
  width: 100%; 
}

.event-hero-image span.subheader {
  font-size: 22px; 
  margin-bottom: 20px; 
  display: block; 
}

.event-hero-image h1 {
  margin-bottom: 10px; 
}

.event-hero-image p {
  margin-top: 0px;
  margin-bottom: 20px; 
}

.event-hero-image a.cta-primary{
  min-width: 150px;
  border: 2px solid ;
}

.event-hero-image a.cta-primary,
.event-hero-image a.cta-secondary-white {
  margin-right: 15px; 
  font-size: 15px !important; 
  margin-top: 10px; 
  line-height: 20px !important; 
}

.hs-tabs .span9 {
  padding-right: 3%; 
}

body.event-page .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul {
  width: 100%; 
  display: block;
  text-align: right;
}

body.event-page .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1 {
  float: none;
  display: inline-block;
}

body.event-page .main-menu .logo {
  padding-top: 0px; 
}

.event-page .event-hero-container .video-link {
  background: none;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block; 
}

.event-page .event-hero-container .video-link a {
  margin-left: auto; 
}

.event-page .event-hero-container .video-link .fa-play-circle-o {
  font-size: 18px;
  position: relative;
  bottom: -1px; 
  left: 4px; 
}

.event-page .follow-us {
  font-size: 22px;
  padding-top: 30px; 
}

.event-page .follow-us a {
  display: inline-block;
  margin-left: 10px; 
}

.event-page .privacy-policy {
  padding-top: 10px;
  font-family: Inter,sans-serif;
}

.event-page .privacy-policy a{
    font-family: Inter,sans-serif;
    text-decoration: none;
}

.event-page .language-selector {
  display: none; 
}

.event-page .show-language .language-selector {
  display: block; 
  position: absolute;
  right: -15px; 
  top: 4px; 
  width: auto; 
}

.event-page .show-language .language-selector {
  display: inline-block; 
}

.event-page .show-language .nav {
  width: 90%; 
}


.event-page .show-language .language-selector ul {
  margin-top: 0px; 
}

.event-page .show-language .language-selector ul li {
  display: inline-block;
}

.event-page .show-language .language-selector ul li:not(:last-child) {
  display: inline-block;
  padding-right: 10px; 
}

.event-page .show-language .language-selector ul li a {
  text-decoration: none; 
}



/* Customer stories 2019 */


.customer-stories-2019 .row-fluid-wrapper.row-c-2.type-1 .entry-content:first-child, 
.customer-stories-2019 .rowblock.row-c-2.type-1 .entry-content:first-child {
  width: 100%; 
}

.customer-stories-2019 .story-details .entry-content.vcenter-container {
  min-width: 0px; 
  padding: 0px; 
}

.customer-stories-2019 .story-details .facts-col .story-details,
.customer-stories-2019 .row-fluid-wrapper.row-c-2.type-1 .entry-content:nth-child(2), 
.customer-stories-2019 .rowblock.row-c-2.type-1 .entry-content:nth-child(2) {
  display: none; 
}

.facts-module h5 {
  font-size: 16px; 
}

.facts-module p {
  margin-top: 0px; 
}

.facts-module .facts-item {
  display: inline-block;
  width: auto;
  float: left; 
  padding-left: 70px; 
}

.facts-module .facts-item:first-child {
  padding-left: 0px; 
}

.facts-module .facts-item img {
  display: inline-block;
  vertical-align: middle; 
  height: 16px;
  line-height: 16px;
  margin-left: 5px;
  margin-top: -2px;
}

.customer-stories-2019 .custom-column-3 .image, 
.customer-stories-2019 .custom-column-4 .image,
.customer-stories-2019 .custom-column-4 .span3.cover .image, 
.customer-stories-2019 .custom-column-3 .span4.cover .image {
  background-size: contain !important;
  background-position: bottom left !important;
  height: 160px !important;
  background-color: #fff !important;
}

.customer-stories-2019 .custom-column-3 h4 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 25px;
  color: #00205b;
  margin-bottom: 10px;
  text-transform: none;
  margin: 30px 0 10px 0;
  text-align: left;
}

.customer-stories-2019 .post-intro img {
  max-height: 100%; 
}

.customer-stories-2019 .content-offer,
.customer-stories-2019 .contact-us {
  background: #fff; 
  border-top: 1px solid #00205b;
  padding: 70px 0px; 
}

.customer-stories-2019 .content-offer .span3,
.customer-stories-2019 .content-offer .span5 {
  width: 33% !important;  
  margin-left: 0px; 
}

.customer-stories-2019 .content-offer img {
  max-width: 180px !important; 
}

.customer-stories-2019 .content-offer .span12 &gt; div:nth-child(3) {
  text-align: center; 
}

.customer-stories-2019 .legal-consent-container .hs-form-booleancheckbox-display&gt;span {
  margin-left: 0px !important; 
}

.customer-stories-2019 .social-sharing-wrapper {
  display: flex; 
  padding-bottom: 20px; 
  padding-top: 20px; 
}

.customer-stories-2019 .social-sharing-wrapper p {
  margin-right: 15px; 
}

.customer-stories-2019 .post-body,
.customer-stories-2019 .entry-content .block h2 {
  padding-bottom: 0px; 
}

.customer-stories-2019 .post-logo {
  padding-top: 10px; 
}

.customer-stories-2019 .story-details {
  padding-top: 50px; 
}

.customer-stories-2019 .hs_cos_gallery_main {
  padding-top: 30px; 
}

.customer-stories-2019 .custom-column-3 a {
  color: #fe5000; 
}

.customer-stories-2019 .story-details .entry-content.vcenter-container {
  min-height: 0px; 
}

.customer-stories-2019 .blog-section {
  padding-left: 0px;
}

span.sign-up {
  color: #fe5000;
  font-family: Inter,sans-serif;
  font-weight: 700;
}

/* React &amp; Share plugin */

.rns-plugin .rns-reactions .reactions {
  flex-wrap: wrap;
  justify-content: center;
}

.rns-plugin {
  font-family: Inter,sans-serif !important;
  color: #00205b !important;
}

.rns-plugin .rns-header {
  font-family: Inter,sans-serif !important;
  font-size: 22px !important;
  font-weight: 700;
}

.rns-plugin .rns-reactions .reactions .rns-reaction {
  margin-bottom: 10px;
}

.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button,
.rns-plugin .rns-inputs .rns-form-submit {
  font-size: 14px !important;
  line-height: 18px !important;
  border-width: 2px !important;
  border-color: #00205b !important;
  border-radius: 0px !important;
  padding: 10px 8px !important;
}

.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-icon {
  color: #00205b !important;
  color: #fff !important;
  background-color: #00205b;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%; 
  margin-right: 8px !important;
}

.rns-plugin .rns-shares .rns-share-button:hover,
.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover { 
  color: #000 !important;
}

.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover,
.rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button {
  opacity: 1 !important;
  background-color: #00205b !important;
}

.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover .rns-label,
.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button:hover .rns-icon,
.rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-icon {
  color: #fff !important;
}

.rns-plugin .rns-header .rns-sub-header {
    color: #fe5000;
}

.rns-plugin .rns-reactions .reactions .rns-reaction .rns-reaction-button .rns-reaction-count {
  bottom: -26px !important;
  display: none;
}

.rns-plugin .plus-one {
  display: none;
}

.rns-plugin .rns-inputs .rns-form-submit {
  background-color: #00205b !important;
  color: #fff !important;
}

/* GDPR popup form - Hide second step */

.leadinModal .next-button {
  display: none !important; 
}

.leadinModal .gdpr-options.hide {
  display: block !important;
}

.leadinModal .leadin-button-wrapper.hide {
  display: block !important;
}

.leadinModal .leadin-button-wrapper.hide &gt; .back-button {
  display: none !important;
}

.leadinModal .button-with-gdpr {
  width: 100% !important;
}

/* New press releases template */

.press-hero {
  min-height: 450px;
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.10);
  background-position: center center;
}

.press-hero .language-listing {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0px;
}

.press-hero .language-listing a {
  padding: 0px 35px;
  text-decoration: none;
}

.press-hero h1 {
  text-shadow: 0 0 15px rgba(0,0,0,.2);
}

.press-listing .featured .categories {
  padding-left: 50px;
}

.press-listing .categories.mobile {
  margin-top: 50px;
}


.press-listing .featured .categories h4:not(:first-child) {
  display: none;
}

.press-listing .featured .categories h4:not(:first-child):before {
  display: none;
}

.press-listing .categories .press-contact:first-child {
  margin-bottom: 30px;
}

.press-listing .post-listing .post-item {
  padding-bottom: 40px;
}

.press-listing .press-contact img {
  max-width: 130px;
}

.press-listing .simple-form {
  position: relative;
}

.press-listing .simple-form form .hs-form-field input {
  border: 1px solid #ccc;
  background: #fff;
}

.press-subscribe h3 {
  margin-bottom: 25px;
}

.press-post .post-body {
  margin-top: 30px;
}

.press-post .publish-date {
  margin-bottom: 30px;
}

.latest__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.latest__cards .job-card {
  width: 30%;
  margin-right: 3%;
}

.latest__cards .job-card {
  width: 30%;
  margin-right: 4%;
}

.latest__cards .job-card:last-child {
  margin-right: 0%;
}

.latest__cards .job-img {
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.all__table table {
  width: 100%;
}

.all__table th {
  text-align: left;
  padding-bottom: 15px;
}

.all__table td {
  padding: 15px 0px; 
  border-bottom: 1px solid #ccc;
  width: 18%;
}

.all__table td:first-child {
  width: 40%;
}

.all__table td:last-child {
  padding: 15px 0px; 
  border-bottom: 1px solid #ccc;
  width: 5%;
}

.all__table .form-control {
  max-width: 95% !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 95%;
  background-position: right 10px center;  
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  cursor: pointer;
}

.hr-listing h2 {
  font-size: 35px;
  line-height: 39px;
}

.single-job-h2 {
  margin-top: 30px;
}

.job-application-button .back-button a {
  text-decoration: none;
  margin-top: 40px;
  display: block;
}

/* Mobile LP */
.lp-simple.mobile-lp .mobile-header {
  display: none;
}

.lp-simple .main-menu .logo img {
  width: 150px !important;
  margin-top: 20px;
}

/* Customer stories 2021 */

.customerstories-dropdown .tag-list {
  display: none;
}

.customerstories-dropdown.active .tag-list {
  display: block;
}

.blog.customers-listing .featured .categories ul li a {
  font-family: Inter,sans-serif;
  font-size: 14px;
}

.customerstories-dropdown.use-cases {
  margin-bottom: 20px;
}

.blog.customers-listing .featured .categories h4 {
  margin-bottom: 30px;
}

.customerstories-dropdown-trigger {
  font-size: 20px;
  color: #00205b;
  position: relative;
  cursor: pointer;
}

.customerstories-dropdown-trigger:after {
  font-family: FontAwesome;
  top: 0px;
  left: 20px;
  content: "\f105";
  position: relative;
  font-size: 18px;
  display: inline-block;
  transition: all .40s ease;
}

.customerstories-dropdown.active .customerstories-dropdown-trigger:after {
  transform: rotate(90deg);
  transition: all .40s ease;
}

.customers-listing .press-hero p {
  text-align: center;
  font-size: 20px;
  text-shadow: 0 0 15px rgb(0 0 0 / 30%);
  margin-bottom: 0px;
}

.blog-comments {
  padding-top: 20px;
  margin-bottom: 40px;
}

.blog-subscription-form {
  position: relative;
  background-color: #00205b;
  width: calc(100% + 30px) !important;
  transform: translateX(-15px);
  padding: 15px;
  border-radius: 3px;
  background-image: url('https://www.securelandcommunications.com/hs-fs/hubfs/A_Photos/Airbus_blog_images/Security-person-using-push-to-talk-app_640x420.gif');
  background-repeat: no-repeat;
  background-size: 180% 60%;
  background-position: top center;
  margin-bottom: 20px;
}

.blog-subscription-form:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00205b;
  background: linear-gradient(0deg,rgba(0,32,91,1) 30%,rgba(0,32,91,0.4) 100%);
  z-index: 0;
}

.blog-subscription-form  .widget-body {
  position: relative;
  z-index: 1;
}

#blog-sidebar .blog-subscription-form h3.form-title {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.blog-subscription-form .legal-consent-container .hs-richtext {
  font-size: 12px;
}

.blog .body-container .blog-subscription-form a {
  color: #fff;
}

.blog-subscription-form .legal-consent-container .hs-form-booleancheckbox-display&gt;span {
  margin-left: 0px;
}

.blog-subscription-form input.hs-button.primary.large {
  width: 100% !important;
  background: #fff !important;
  color: #fe5000 !important;
  border-color: #fff !important;
  margin-top: 0px;
  margin-bottom: 15px;
}

#blog-sidebar .top-line-heading h4:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #00205b;
  display: block;
  margin: 0 0 15px;
}

@media only screen and (max-width: 1120px ) {
  .blog .rns-plugin .rns-reactions .reactions .rns-reaction {
    flex: initial;
  }
}

@media only screen and (max-width: 680px) {

  .rns-plugin .rns-reactions .rns-header {
    text-align: center !important;
  }

  .rns-plugin .rns-reactions .reactions {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .rns-plugin .rns-reactions .reactions .rns-reaction {
    flex: initial !important;
  }
  
  .rns-plugin .rns-reactions .reactions .rns-reaction.selected .rns-reaction-button .rns-reaction-count {
    padding-left: 8px;
    bottom: 0px !important;
  }
  
  
}

@media only screen and (max-width: 480px) {
  
  .rns-plugin .rns-reactions .reactions .rns-reaction {
  }
  
}


/* Mobile styles */ 

@media (min-width: 968px) {
  
		.main-menu .nav {
    display: block !important;
  	}
  
  .hide-navi .nav {
    display: none !important; 
  }
  
  /* Hide child menu on product page if parent is not a dropdown trigger */
  .products-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-depth-2.hs-item-has-children:not(.show-childmenu) ul {
    display: none !important;
  }
  
}

@media (min-width: 865px) {
  
  .event-hero-image.custom-hero .event-hero-container .header {
    max-width: 55%; 
  }
  
}

@media (min-width: 768px) {
  
  .custom-column-2 .span6 .image {
    width: 100%;
    height: 367px;
  }
  
  .custom-column-2 .span6 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
}

@media (max-width: 1180px) {
  
  .main-menu .logo img {
    width: 80px !important;
  }
  
  .event-page .main-menu .logo img {
    width: 100px !important;
    margin-top: 2px;
  }
  
  .page-center {

    padding-left: 15px;
    padding-right: 15px;

}
  .page-center .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .blog-subscription-form {
    width: 100% !important;
    transform: none;
    background-size: cover;
  }
  
}

@media (max-width: 1140px) {
    .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .container-fluid .row-fluid .page-center,
  .container-fluid .row-fluid .page-center-920 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* Remove extra padding on Application blog */
  
  .applications .container-fluid .row-fluid .page-center-920 {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .lSAction &gt; .lSNext {
    left: 490px !important;
	}
  
  .lSAction &gt; .lSPrev {
    left: 40px !important;
		}
  
  .lSAction &gt; a {
    top: 40% !important;
	}
  
  .content-slider .img {
    height: 300px !important;
    width: 480px !important;
	}
  
  .item h2 {
    left: 58%;
    font-size: 55px;
    line-height: 60px;
    position: static !important;
	}
  
  .content-slider h3,
  .customer-stories.module-styles .content-slider h3 {
    left: 58%;
    top: 130px;
    font-size: 25px;
    line-height: 30px;
	}
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li {
    padding: 6px 12px;
  }

  .main-menu .logo img {
    width: 80px !important;
  }
  
  .hero-carousel {
    display: none;
  }
  
  .fp-hero .span8 {
    width: auto !important;
  }
  
  .customer-stories .row { 
  padding: 60px 0px 0px 0px;
	}

  .body-container-wrapper {
    padding-top: 68px;
  }
  
  
  .event-page .body-container-wrapper {
    padding-top: 72px;
  }

  .secure-main-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: calc(100% - 30px) !important;
  }
  
}

@media screen and (max-width: 967px) {
  
  h1, h2,
  .lp-simple h1, .lp-simple h2, .lp-simple .lp-subheader {
    font-size: 40px;
    line-height: 45px;
  }
  
  h2 {
    margin-bottom: 15px;
  }
  
  h3, .h3 {
    font-size: 27px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  
  h4 {
    font-size: 23px;
    line-height: 28px;
  }

  .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .lSAction &gt; .lSPrev {
    left: 0 !important;
		}
  
  .anchor-links.stick,
  .front-page .anchor-links.stick{
    position: static;
    transform: translateX(0%);
  }
  
  .main-menu {
    position: static;
  }
  
  .desktop-relative {
   position: initial; 
  }
  
  .relative {
   position: relative; 
  }
  
   .hero-carousel {
  		display: none;
		}
  
  .lang-switcher {
  
    position: absolute;
      right: 138px;
    top: 25px;
    z-index: 20;
}
  
   ul.anchors li {
    display: block;
    float: none;
    border-bottom: 1px solid #00205b;
    padding-top: 10px;
    margin-right: 0px;
    text-align: center;
  }
  
  .anchor-links {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .anchor-wrap {
    border-bottom: 0px solid #00205b;
  }
  
    .footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children {
    padding-top: 10px;
    width: 100%;
  }
  
  .footer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children &gt; a {
    font-size: 18px;
    padding-bottom: 10px;
  }
  
  .footer-wrap .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    padding: 20px 0px;
  }
  
  .footer-wrap .follow-us h4 {
    font-size: 18px;
  }
  
  a.anchor-offset {
    display: block;
    position: relative;
    top: 130px;
    visibility: hidden;
	}
  
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:nth-child(2):hover ul.hs-menu-children-wrapper,
  .main-menu.es-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children:nth-child(2):hover ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
	}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0px;
    padding-bottom: 15px;
	}
  
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li.mobile,
  .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children {
    border-bottom: 1px solid #cacaca;
	}
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  	padding: 15px;
	}
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-2,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-3,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-4,
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-depth-5 {
    
   padding-left: 15px; 
  }
  
  li.hs-menu-item.hs-menu-depth-2 &gt; .child-trigger .icon-plus:before {
    content:'+';
    position: absolute;
    left: -32px;
    font-style: initial;
    top: 8px;
    font-weight: 400;
    color: #fe5000;
    display: inline-block;
    font-size: 18px;
    background: transparent;
    border: 2px solid #fe5000;
    padding: 0px 7px;
  }
  
    li.hs-menu-item.hs-menu-depth-3 &gt; .child-trigger .icon-plus:before,
  	li.hs-menu-item.hs-menu-depth-4 &gt; .child-trigger .icon-plus:before{
    content:'+';
    position: absolute;
    left: -32px;
    font-style: initial;
    top: 8px;
    font-weight: 400;
    color: #fe5000;
    display: inline-block;
    font-size: 18px;
    background: transparent;
    border: 0px solid #fe5000;
    padding: 0px 7px;
  }
  
  li.hs-menu-item.hs-menu-depth-2 &gt; .child-open .icon-plus:before,
  li.hs-menu-item.hs-menu-depth-3 &gt; .child-open .icon-plus:before,
  li.hs-menu-item.hs-menu-depth-4 &gt; .child-open .icon-plus:before
  	{
    content:'\2212'  ;  
   
  } 
  
  .no-link:after {
    display: none;
  }
  
  .products-menu .products-nav,
  .products-mobile-wrap {
    display: none;
  }
  
  .products-trigger {
    display: none;
  }
  
  .products-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1 {
    width: 100%;
  }

  .products-solutions .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(2) a,
  .products-solutions .main-menu.es-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-menu-depth-1:nth-child(1) a{
    border-bottom: none;
  }
  
  .mobile {
    display: block !important;
  }
  
  .desktop {
    display: none !important;
  }
  
   .main-menu .nav {
    background: #fff;
    height: 100vh;
    width: 100% !important; 
    position: relative;
    overflow: visible !important;
    display: none;
    padding-top: 25px;
     margin-left: 0px;
  }
  
  .main-menu {
    position: relative;
    height: 100%;
  }
  
  body.mobile-open .main-menu {
  	overflow-y: scroll;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    position: relative;
    margin: 0;
    opacity: 1;
    top: 0%;
    padding: 0%;
    visibility: visible;
    -webkit-transition: none;
    display: none;
    padding: 0px;
  }

  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li.hs-item-has-children ul.hs-menu-children-wrapper:hover {
    display: block;
  }
  
  
  body.mobile-open {
    overflow: hidden;
    width: 100%; 
    height: 100%;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li {
    padding: 0px;
    display: block;
    width: 100%;
  }
  
  body.mobile-open .main-menu .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  body.mobile-open .main-menu .logo {
    padding-left: 15px;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul li a {
    padding: 15px;
    font-size: 17px;
  }
  
  .child-trigger {
    right: 28px;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
  	width: 100%;
	}
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul &gt; li.active-branch &gt; a {
    border-bottom: none;
  }
  
  .main-menu .active-branch {
    display: block;
  }
  
  .polku {
    border-bottom: none;
    margin-bottom: 5px;
  }
  
  .products-solutions .hs-breadcrumb-menu-item {
    padding: 0px 0px 3px 0px;
  }
  
  .hs-breadcrumb-menu-divider:before {
    padding-right: 10px;
  }
  
  .content-slider li {
    height: 100% !important;
    overflow: hidden;
  }
  

  .content-slider .img {
    height: 70% !important;
    width: auto !important;
    margin-left: 0px;
    background-position: center;
	}
  
  .item h2 {
    display: block;
    position: relative;
    z-index: 20;
    top: 0px;
    left: 0%;
	}
  
  .lSAction &gt; .lSNext {
    left: 96% !important;
	}
  
  .customer-stories ul.content-slider {
    padding-bottom: 50% !important;
  }
  
  .content-slider h3,
  .customer-stories.module-styles .content-slider h3 {
    position: relative;
    left: 0%;
    top: 25px;
    text-align: left;
	}
  
  .lSAction &gt; a {
    top: 28% !important;
  }
  
  .custom-column-4 .span3 {
    width: 45%;
    margin-left: 0%;
    margin-right: 5%;
  }
  
  .search-nav {
    display: block;
    position: absolute;
    right: 85px;
    top: 4px;
  }
  
  .search-wrap {
    padding-top: 15px;
  }
  
  .lp-simple .custom-column-2 .span4 {
    padding-top: 25px;
  }
  
  .lp-simple .footer-left, 
  .lp-simple .footer-right {
    text-align: center;
  }
  
  body.tetrapol table.supporters td {
  	width: 100% !important;
    display: block;
	}	
  
  .over-hero .span4 {
    margin-top: 0px;
    display: block !important;
    width: 100% !important; 
    left: 0px; 
  }
  
  .over-hero .span8 {
    display: block !important;
    width: 100% !important; ; 
  } 
  
  .customer-stories-2019 .content-offer .span3, .customer-stories-2019 .content-offer .span5 {
    width: 100% !important; 
  }
  
  .customer-stories-2019 .content-offer .span12 &gt; div:nth-child(3) {
    text-align: left; 
  }
  
  body.event-page .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul {
    text-align: left; 
  }
  
  .event-page .show-language .language-selector {
    right: 70px; 
    top: -15px; 
  }
  
  .event-page .show-language .no-nav .language-selector {
    right: 20px; 
    top: -15px; 
  }
  
  .product-breadcrumb .hs-breadcrumb-menu-item {
    padding: 0px 10px 5px 0px;
  }

  
   .mobile-trigger {
   padding: 17px 0px 17px 17px;
 }
 
 .search-nav {
   right: 70px;
 }
 
 body.mobile-open .main-menu .logo {
   padding-left: 0px;
 }
 
 .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li a {
   padding: 15px 0px;
 }
 
 .child-trigger {
   right: -13px;
 }
 
 .main-menu .nav {
   z-index: 10;
   top: 20px;
   padding-bottom: 25px;
 }
 
 .main-menu .nav &gt; .hs_cos_wrapper.widget-type-menu {
   overflow-y: auto;
   height: 100%;
 }
 
 .child-trigger {
   right: 0px;
 }
 
 .child-trigger i, .child-trigger i:after {
   margin-right: -10px;
 }
  
  .secure-main-menu:after {
    width: 100px;
  }
  
  .secure-main-menu {
    height: 100%;
    min-height: 72px !important;
  }
  
  .cta-visual p + p {
    font-size: 28px;
    line-height: 28px;
  }
  
}

@media screen and (max-width: 860px) {
  
  .filter-wrap {
     width: 100%;
  }
  
  .reseller-2018 .card_selector, .reseller-2018 .accr_selector {
    width: 100%;
    font-size: 16px;
  }
  
  .reseller-2018 ul#filterOptions,
  .reseller-2018 ul#accr_filterOptions {
    width: 100%;
  }
  
  .reseller-2018 .center {
    display: none;
  }
  
  .event-hero-image {
    min-height: 0px;
    display: block;
    height: auto; 
  }
  
  .event-hero-image .video-link a {
    padding-top: 15px; 
  }
  
  .event-hero-image.brand-hero {
    background-image: url('https://www.securelandcommunications.com/hubfs/Layout%20ZF%202018/SNUC%202019/slc_event-page_brand-hero_mobile_2.jpg') !important;
  }
  
  .event-hero-image.brand-hero .event-hero-container .header {
    width: 100%;
    padding: 8% 0%;
  }
  
  .event-hero-image.wider-bg .header {
    width: 100%; 
  }
  
  .speaker-card {
    background: #fff;
    margin-right: 0%;
    display: block;
    width: 100%;
    margin-bottom: 3%;
  }
  
  .speaker-card .content {
    padding: 3%; 
  }
  
  .speaker-card .image-wrap img {
     margin-top: -10%; 
  }
  
  span.learn-more {
    margin-top: 3%; 
  }
  
  .custom-column-4 .logos .image {
    text-align: left; 
  }
  
  .agenda-filters li {
    height: 55px; 
  }
  
  .event-item-content {
    padding-left: 0%; 
    padding-bottom: 8%; 
    border-left: none; 
    width: 88%;
  }
  .add-favorite {
    left: 0;
    width: 25px; 
    z-index: 1; 
  }
  
  .event-item {
    padding-left: 45px;
  }
  
  .dropdown-trigger {
    right: -10%;
    top: 0%;  
  }
  
  .add-favorite:after {
    content: '';
    height: 2px;
    width: 20px;
    display: block;
    background: #fff;
    position: absolute;
    left: -20px;
    top: 8px;
  }
  
  .event-image-gallery .slick-prev, 
  .event-image-gallery .slick-next {
    top: 43%; 
  }

  body.event-page .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul {
    text-align: left; 
  }
  
   .hs-tabs .tab-container {
    flex-wrap: wrap; 
  }
  
  .hs-tabs .tab-container .span9 {
    order: 2;
  }

  .hs-tabs .tab-container .span3 {
    order: 1;
  }
  
  .hs-tabs .tab-container .span9 {
    width: 100%; 
  }

  .hs-tabs .tab-container .span3 {
    width: 100%; 
  }
  
  .event-hero-image.video-hero {
    height: auto;
    position: relative;
  }
  
  .event-hero-image.video-hero .event-hero-container {
    position: static;
    transform: none; 
    top: 0;
    padding: 8% 15px; 
  }
  
    .event-hero-image.video-hero .dark-overlay {
    display: none; 
  }
  
  .event-hero-image.video-hero video {
    display: none;
  }
  
  .event-hero-image .custom-background {
    display: none; 
  }
  
  .event-hero-image.custom-hero .event-hero-container {
    padding: 8% 15px; 
  }
  
  .event-hero-image.wider-bg .header {
    width: 100%; 
  }
  
  .fp-hero .hs-form {
    position: relative;
    max-width: 400px;
  }
  
}

@media (max-width: 768px) {
  
   h1, h2,
  .lp-simple h1, .lp-simple h2, .lp-simple .lp-subheader  {
      font-size: 35px;
      line-height: 40px;
    }

    h2 {
      margin-bottom: 15px;
    }

    h3 {
      font-size: 22px;
      line-height: 27px;
      margin-top: 0px;
      margin-bottom: 10px;
    }

    h4 {
      font-size: 18px;
      line-height: 23px;
    }
 

  
  .custom-column-4 .span3,
  .custom-column-3 .span4 {
    margin-bottom: 35px;
  }
  .custom-column-4 .span3 h4,
  .custom-column-3 .span4 h4 {
    margin-top: 15px;
  }
  
  .custom-column-4 &gt; .page-center &gt; .row,
  .custom-column-3 &gt; .page-center &gt; .row {
    padding: 0px 0px;
  }
  
  .dropdown-header {
    padding-left: 10px;
  }
  
  .dropdown-header h3 {
    font-size: 16px;
    line-height: 18px;
    width: 90%;
  }
  
   .dropdown-header h3:after {
    right: -20px;
  }

  .dropdown-content .main-content.padding.span8,
  .dropdown-content .main-content{
    padding-left: 0%;
    padding-right: 0%;
  }
  
  .dropdown-content .dropdown-img {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .topic-item.span6 {
    display: block;
	}
  
  .topic-image {
    width: 100%;
    height: 200px;
    display: block;
	}
  
  .topic-content {
    display: block;
    vertical-align: top;
    padding-left: 0px;
    padding-right: 0px; 
    padding-top: 20px;
	}
  
  .discover-products * {
    text-align: center;
  }
  
  
  .fp-hero {
    margin-bottom: 0px;
  }
  
  .content-offer .span5 {
    margin-left: 0px;
    margin-top: 30px;
  }
  
  .how-to-buy .page-center {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .how-to-buy .content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  
  .how-to-buy .background {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 150px;
    width: 100%;
    margin-left: 0% !important;
    position: relative;
    display: block;
	}
  
  .custom-column-3 .image, .custom-column-4 .image {
    height: 200px !important;
  }
  
  .video-link, 
  .document-link {
    height: 40px;
    
  }
  
  .document-link a, 
  .video-link a {
    padding-top: 10px;
  }
  
  .hero-image-1 {
    background-position: center center !important;
    min-height: 300px;
  }
  
  .hero-image-1 .subheader {
    height: auto;
    width: 90%;
    position: relative;
    left: 5%;
    top: 20px;
    text-align: left;
    padding: 5px 20px;
		}
  
  .hero-image-1 .subheader .subheader__inner {
    top: auto;
    transform: none;
  }
  
  .hero-image-1 .header {
    width: 90%;
    left: 5%;
    height: 60%;
  }
  
  .main-menu .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal &gt; ul {
    	margin-bottom: 30px;
  }
  
 
  .topic-content p {
    margin-bottom: 0px;
  }
  
  .topic-item h4 {
    margin-top: 5px;
  }
  
  .hero-image-1.brand {
    background-image: none !important;
	}
  
  .child-trigger {
    right: 0px;
  }
  
  .hero-image-1 .header .header-content {
    font-size: 16px;
	}
 
    .lSAction &gt; .lSNext {
    left: 95% !important;
		}
  
    .custom-column-4 .span3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  
  .applications .filter-wrap .block {
    padding-left: 0px;
  }
  
  .applications .filters .widget-module ul li span {
    padding: 1em 0em;
  }
  
  .applications .blog-section {
    padding-left: 0px;
  }
  
  .applications .entry-content.vcenter-container {
    border-left: 0px;
    border-top: 1px solid #00205b;
    border-bottom: 1px solid #00205b;
    padding: 15px 0px;
    margin-bottom: 15px;
  }
  
  .applications .entry-content .story-details h3 {
    margin-bottom: 10px;
  }
  
  .applications .post-intro {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .applications .post-intro.contact-form {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px; 
  }
  
  .applications .blog-sidebar-inner {
    padding: 5%;
  }

  .applications .blog-sidebar-inner {
    margin-bottom: 5%;
  }
    
    .applications .filters .widget-module ul ul li:first-child {
      margin-left: .5em;
    }
  
  .applications .hs-featured-image-link {
    min-height: auto;
    height: auto;
  }
  
  .applications .customer-listing .hs-featured-image {
    position: relative;
  }
  
  .product-lp .custom-column-2 .page-center {
    display: block;
  }
  
  .product-lp .custom-column-2 .image {
    margin-bottom: 30px;
  }
  
  .product-lp .custom-column-2 .text {
    padding-left: 0%;
  }
  
  .customer-stories-2019 .post-intro {
    padding-left: 0px;
    padding-right: 0px; 
  }
  
  .customer-stories-2019 .post-logo img {
    max-height: 60px; 
  }
  
  .customer-stories-2019 .entry-content.vcenter-container {
    border-top: 0px;
    border-bottom: 0px; 
  }
  
  .customer-stories-2019 .blog-content {
    padding-right: 0%; 
  }
  
  .facts-module .facts-item {
    display: block;
    width: 100%;
    padding-left: 0px; 
  }
  
  .facts-module {
    padding: 15px 0px; 
  }
  
  .facts-module .facts-item h5 {
    margin-top: 0px; 
  }
  
  .customer-stories .row-number-4 {
    margin-left: 0px;
    margin-right: 0px; 
  }
  
  .customer-stories-2019 .social-sharing-wrapper {
    display: block; 
    padding-top: 0px; 
  }
  
  .customer-stories-2019 .contact-us {
    padding-bottom: 0px; 
  }
  
  .customer-stories-2019 .container-fluid .row-fluid .blog-content .page-center, 
  .customer-stories-2019 .container-fluid .row-fluid .blog-content .page-center-920 {
    padding-left: 0px !important;
    padding-right: 0px !important; 
  }
  
  .footer-wrap .span2:last-child {
    width: 100%; 
  }
  
  .press-hero .language-listing a {
    padding: 0px 15px;
    
  }
    
  .latest__cards {
    display: flex;
    flex-direction: column;
  }
  
  .latest__cards .job-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  
  .all__table table, 
  .all__table thead, 
  .all__table tbody, 
  .all__table th, 
  .all__table td, 
  .all__table tr { 
    display: block; 
  }
  
  .all__table td {
    width: 100%;
    position: relative;
    padding-left: 40%;
    border-bottom: 0px;
  }
  
  .all__table td:nth-of-type(2),
  .all__table td:nth-of-type(3),
  .all__table td:nth-of-type(4){ 
    width: auto;
    padding-left: 0;
    margin-right: 0px;
    display: inline-block;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  } 
  
  .all__table td:nth-of-type(2):after,
  .all__table td:nth-of-type(3):after{ 
    content: ","; 
  } 
  
  .all__table th {
    padding-bottom: 0px;
  }
  
  .all__table td:first-child,
  .all__table td:last-child {
    padding-left: 0%;
    width: 100%;
  }
  
  .cta-visual {
    box-shadow: inset 0 0 0 1000px rgba(28,44,79,.4);
  }
  
  .cta-visual p + p {
    font-size: 22px;
    line-height: 22px;
  }

  .cta-visual:before {
    left: 0%;
    display: none;
  }

  .cta-visual p {
    margin: 0 20px 0 20px !important;
  }
  
  .testimonial-slider li {
    height: 100% !important;
  }
  
  .mobile-layout,
  .custom-column-2.mobile-layout {
    margin-top: -80px;
  }
  
  .mobile-layout &gt; .span12 &gt; .row-fluid-wrapper &gt; .row-fluid,
  .custom-column-2.mobile-layout .page-center {
    display: flex;
    flex-direction: column;
  }
  
  .mobile-layout &gt; .span12 &gt; .row-fluid-wrapper &gt; .row-fluid .span4,
  .custom-column-2.mobile-layout .span4 {
    order: 1;
  }
  
  .mobile-layout &gt; .span12 &gt; .row-fluid-wrapper &gt; .row-fluid .span8,
  .custom-column-2.mobile-layout .span8 {
    order: 2;
  }
  
  .lp-simple.mobile-lp .mobile-header {
    display: block;
    margin-bottom: 50px;
  }
  
  .lp-simple.mobile-lp .desktop-header {
    display: none;
  }
  
  
  
}

@media (max-width: 630px) {
  .customer-stories ul.content-slider {
    padding-bottom: 60% !important;
  }


  .item h2 {
    left: 58%;
    font-size: 35px;
    line-height: 1.1em;
  }

  .testimonial-slider ul.content-slider {
    padding-bottom: 100% !important;
  }
}


@media (max-width: 479px) {
  h1, h2,
  .lp-simple h1, .lp-simple h2, .lp-simple .lp-subheader  {
    font-size: 35px;
    line-height: 40px;
  }
  
  .item h2 {
    left: 58%;
    font-size: 25px;
    line-height: 1.1em;
}
  
  h2 {
    margin-bottom: 15px;
  }
  
  h3 {
    font-size: 22px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  
    .lSAction &gt; .lSNext {
    left: 91% !important;
	}
  
  .customer-stories ul.content-slider {
    padding-bottom: 100% !important;
  }
  
  .content-slider .img {
    height: 60% !important;
  }
  
  .row {
  padding: 40px 0px;
}

.row-top {
 padding-top: 40px; 
}

.row-bottom {
 padding-bottom: 40px; 
}

.row-small {
  padding: 20px 0px;
}

.row-small-top {
 padding-top: 20px; 
}

.row-small-bottom {
 padding-bottom: 20px; 
}

.row-large {
  padding: 70px 0px;
}

.row-large-top {
 padding-top: 70px; 
}

.row-large-bottom {
 padding-bottom: 70px; 
}

.row-xsmall {
  padding: 10px 0px;
}

.row-xsmall-top {
 padding-top: 10px; 
}

.row-xsmall-bottom {
 padding-bottom: 10px; 
}

  
}

@media (max-width: 379px) {

h1, h2, .lp-simple h1, .lp-simple h2, .lp-simple .lp-subheader {
    font-size: 29px;
    line-height: 33px;
}
  
}


@media only screen and (min-width: 968px) {
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1:last-child {
     position: absolute;
    right: 40px;
    top: 0;
  } 
  
  body.event-page .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal&gt;ul li.hs-menu-depth-1:last-child {
    position: relative;
    right: auto;
    top: auto;
  } 
  
}</pre></body></html>