/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap')

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

    /****************************************/
    /* HubSpot Style Boilerplate            */
    /****************************************/

    /* 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 > ul {
    display: inline-block;
    margin-bottom: 20px;
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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 > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    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 > ul {
    margin-bottom: 20px;
}

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

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

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

.hs-menu-wrapper.hs-menu-flow-vertical > 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 > ul li.hs-item-has-children:hover > 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 > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > 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 > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > 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 > a {
    padding-left: 4em;
}

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

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

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > 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 > ul {
        display: block;
    }

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

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > 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 > 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;}


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

    @font-face {
        font-family: 'Futura Hv BT';
        src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Heavy.eot');
        src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Heavy.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
        font-weight: 900;
        font-style: normal;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Book.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Book.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Book.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-HeavyItalic.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-HeavyItalic.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-HeavyItalic.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-HeavyItalic.svg#FuturaBT-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-BookItalic.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-BookItalic.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-BookItalic.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-BookItalic.svg#FuturaBT-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Futura';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Light.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Light.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Light.ttf') format('truetype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.eot');
    src: url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.woff2') format('woff2'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.woff') format('woff'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.ttf') format('truetype'),
        url('https://info.zolldata.com/hubfs/Zoll-2020/Fonts/FuturaPT-Demi.svg#FuturaPT-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*  Color */








/*  fonts  */






/* flexbox */
















*{ box-sizing: border-box; }
*:focus{outline:none;}
::-moz-focus-inner{border:0;}

body { margin:0px; padding:0; font-family:  'Futura Bk BT', sans-serif; color:#000; font-size: 20px; font-weight: 400; line-height: 25px; }
ul{margin:0px; padding:0px;}

a{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;; color: #000 ; text-decoration: none; }
a:hover { color: ; }
a:hover, a:focus{text-decoration:none; }
p {  padding: 0;  margin: 0 0 25px; }

::-webkit-input-placeholder{opacity:1; color: rgba(0, 0, 0, 0.4); }
::-moz-placeholder{opacity:1; color: rgba(0, 0, 0, 0.4); }
:-ms-input-placeholder{opacity:1; color: rgba(0, 0, 0, 0.4); }
:-moz-placeholder{opacity:1; color: rgba(0, 0, 0, 0.4); }

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], 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"]
{font-family:  'Futura Bk BT', sans-serif ; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%;}
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{ font-family:  ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:18px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
textarea{resize:none;}
.row-fluid .zoll_form_box .inputs-list input[type="radio"]:checked+span:after {background:#000!important;}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,h6{margin-top:0px; margin-bottom:20px; font-family: 'Futura Hv BT', sans-serif; line-height: normal; font-weight:700; }
h1, .h1 { font-size: 70px; line-height: 80px; margin-bottom:30px; }
h2, .h2 { font-size: 50px; line-height: 60px; margin-bottom: 30px; }
h3, .h3 { font-size: 45px; margin-bottom: 20px; }
h4, .h4 { font-size: 34px; line-height: 45px }
h5 { font-size: 24px; font-weight: 600; color: #857c75; font-family:  'Futura Bk BT', sans-serif ; }

.post-body ul[style="list-style-type: circle;"]{list-style:none !important;}
.post-body ul[style="list-style-type: circle;"] li:before {background-color:transparent;border:2px solid #000;border-radius:100%;content:"";height:6px;left:0;position:absolute;top:8px;width:6px;}

.post-body ul[style="list-style-type: square;"]{list-style:none !important;}
.post-body ul[style="list-style-type: square;"] li:before{background-color:#000;content:"";width:8px;left:4px;position:absolute;top:8px;height:8px;border-radius: 0;}

.post-body ul,
.post-body ul[style="list-style-type: disc;"]{list-style:none !important;}
.post-body ul li:before,
.post-body ul[style="list-style-type: disc;"] li:before {background-color:#000;border-radius:100%;content:"";width:8px;left:2px;position:absolute;top:9px;height:8px;}

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

.text-white { color: #fff; }
.text-white h3 , .text-white h4 , .text-white h2 { color: #fff; }
.mt-140{margin-top: 140px;}
.mb-140{margin-bottom: 140px;}

ul , li { list-style: none; }

.row-fluid .title-section { width: 100%; max-width: 1060px; margin: auto; padding-bottom: 60px; }
.row-fluid .title-section .sub-title { font-size: 30px; margin-bottom: 20px; }
.row-fluid .title-section h2 span { color: #0e84bc ; display: block; }
.row-fluid .title-section h2 { font-size: 60px; line-height: 70px;  }

/* .default-btn .cta_button { padding: 12px 26px; font-size: 14px; line-height: normal; color: #fff; font-weight: 800; text-transform: uppercase; background:;  border: 1px solid ; box-sizing: border-box !important; display: inline-block; text-align:center; position: relative; z-index: 1; -webkit-transition: all 500ms;
-moz-transition: all 500ms;
-ms-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;; } */

.btn .cta_button , a.btn { font-weight: 500; font-size: 20px; line-height: 24px; color:#000; background:transparent; padding: 14px 24px ; display: inline-block; border-radius: 5px; text-align: center;  font-family: 'Futura Hv BT', sans-serif; -webkit-transition: all 500ms;
-moz-transition: all 500ms;
-ms-transition: all 500ms;
-o-transition: all 500ms;
transition: all 500ms;; border: 1px solid #000; min-width: 244px; }
.btn2 .cta_button, a.btn2 { background: #0e84bc ; color: #fff ; border-color: #0e84bc ; }
.btn-arrow .cta_button , a.btn-arrow { position: relative; }
.btn-arrow .cta_button:after , a.btn-arrow:after {content: "";width: 14px;height: 14px;background: url('https://info.zolldata.com/hubfs/Zoll-2020/SVG/arrow-btn.svg') no-repeat center / contain;display: inline-block;vertical-align: middle;margin-left: 10px; margin-top: -2px; }

.btn-black .cta_button { background: ; }
/*  hover  */
.btn a:hover , a.btn:hover , .btn2 .cta_button:hover, a.btn2:hover { border-color: #000; background:#000; color:#fff; }

.btn-black a:hover{ border-color: ; background:#fff; color:; }

.white-btn .cta_button , a.white-btn { font-size: 20px; border: 1px solid #fff; min-width: 218px; width: auto; padding: 13px 20px; color:#fff; }
.white-btn .cta_button:hover , a.white-btn:hover { border-color: #fff; background:#fff; color:#000; }

.bg-cover { background-size: cover; background-position: center; background-repeat: no-repeat; }

.b-radius-10 a , a.b-radius-10{ border-radius: 10px; }
.text-center { text-align: center; }
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-justify { text-align: justify; }

.no-padding {padding:0;margin:0;}
.row-fluid .padding-right-container[class*="span"] , .padding-right-container { padding-right: calc((100%  - 1170px) / 2); }
.row-fluid .padding-left-container[class*="span"] , .padding-left-container { padding-left: calc((100%  - 1170px) / 2); }

.slick-arrow { font-size: 0; border: 0;width: 40px; height: 40px; color: #707070; cursor: pointer; position: absolute; padding: 0; border-radius: 100%; line-height: 40px;  top: 0; bottom: 0; margin: auto; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;; z-index:5; }
.slick-arrow:before {content: "\f104";font-size: 26px;font-family: 'FontAwesome';}
.slick-next.slick-arrow:before { content: "\f105"; }
.main-wrap-arrows { display: inline-block; float: right;  background: ; position: absolute; right: 0; top: 0; overflow: hidden; }
.slick-prev.slick-arrow { padding-right: 0; left:30px; }
.slick-next.slick-arrow { padding-left: 0; right: 30px; }
.slick-arrow.slick-disabled { opacity: 0; visibility: hidden; }

.slick-arrow:before { margin-left: -2px; }
.slick-arrow.slick-next:before { margin-left: 4px; }

body .fancybox-bg {  }
body .fancybox-button, body .fancybox-button:link, body .fancybox-button:visited { background: ;  color: #fff; }

.list-style ul { list-style: none; padding-left: 25px; margin: 20px 0 20px; }
.list-style ul li { position: relative; padding-left: 24px; margin-bottom: 0; font-weight: 300; }
.list-style ul li:before { content: "\2022"; width: 15px; height: 15px; display: inline-block; position: absolute; left: 0; top: 9px; font-size: 25px; line-height: 7px; font-weight: 400; }
.list-style strong { font-family: 'Futura Hv BT',sans-serif; }
.list-spaced-out .list-style ul li + li { margin-top: 10px; }
.list-spaced-out .list-style ol li + li { margin-top: 10px; }

.list-style2 ul { list-style: none; padding-left: 40px; margin: 40px 0 20px; }
.list-style2 ul li { position: relative; padding-left: 32px; margin-bottom: 20px; }
.list-style2 ul li:before { content: ""; width: 8px; height: 8px; display: inline-block;  position: absolute; left: 0; top: 12px;  background: #56B1FF;}

.slick-dots { text-align: center; }
.slick-dots li { display: inline-block; margin: 0 5px; }
.slick-dots li button { font-size: 0; width: 12px; height: 12px; padding: 0; background: #E0E0E0; border: none; border-radius: 100%; border: 2px solid #E0E0E0; cursor: pointer; }
.slick-dots li.slick-active button { background:; }

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a { white-space: normal; }

.container, .row-fluid .container[class*="span"]{ float:none; width:100%; max-width: 1400px; padding: 0 15px; margin:0 auto; }
.container:before , .container:after , .row-fluid .container[class*="span"]:after , .row-fluid .container[class*="span"]:before{clear:both; content: ""; display:table;}

.container_1300, .row-fluid .container_1300[class*="span"] { max-width: 1300px; }

/* .fancybox-slide .fancybox-content { width: 100% !important; height: 100% !important; max-width: 720px; max-height: 404px; } */

.flex-container>.row-fluid-wrapper>.row-fluid, .flex-container { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
/*  flex top */
.flex-container.top>.row-fluid-wrapper>.row-fluid, .flex-container.top { -webkit-box-align: start; -moz-box-align: start; -webkit-align-items: start; -ms-flex-align: start ; align-items: start; align-items: flex-start; }
/*  flex center */
.flex-container.center>.row-fluid-wrapper>.row-fluid, .flex-container.center { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
/*  flex bottom */
.flex-container.bottom >.row-fluid-wrapper > .row-fluid , .flex-container.bottom { -webkit-box-align: end ; -moz-box-align: end ; -webkit-align-items: end; -ms-flex-align: end ; align-items: end ; align-items: flex-end ; }
.reverse > .row-fluid-wrapper > .row-fluid , .reverse{ flex-direction: row-reverse; }

.curve-bottom{ position: relative; z-index: 1; }
.curve-bottom:after {content: "";width: 0;height: 0;border-style: solid;border-width: 0 0 128px 100vw;border-color: transparent transparent #fff transparent;position: absolute;bottom: 0;right: 0; z-index:-1; }
/* .curve-top{ position: relative; z-index: 1; }
.curve-top:after {content: "";width: 0;height: 0;border-style: solid;border-width: 0 0 128px 100vw;border-color: transparent transparent #fff transparent;position: absolute;bottom: 0;right: 0; z-index:-1; }
 */

.reverse-curve:after { transform: scaleX(-1); }

/* ImgesSet */
.set-img { background-size: cover; background-position: center; background-repeat: no-repeat; }

.row-fluid .header-section {  padding: 0 35px; position: fixed; top:0; left:0; width:100%; z-index:999; background:#fff; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;; }
.row-fluid .header-section.fixed { position:fixed; background: #ffff; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;; }
.row-fluid .header-section .logo { display: inline-block; width: 320px; vertical-align: middle; float: none; line-height: 0; }
.row-fluid .header-section .header-right { display: inline-block; margin: 0; width: calc(100% - 326px); vertical-align: middle; float: none; line-height: normal; text-align:right; }
.row-fluid .header-right .main-menu { display: inline-block; float: none; width: auto; vertical-align: middle; line-height: 0; }
.row-fluid .header-right .btn { margin: 0 0 0 10px; float: none; display: inline-block; width: auto; vertical-align: middle; }
.row-fluid .main-menu ul li { line-height: normal; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li { padding: 0 8px; line-height: 0; }
.row-fluid .main-menu ul li a { font-size: 20px; font-family: 'Futura Hv BT', sans-serif; padding: 0; white-space: normal; max-width: 100%; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li > a {  padding: 40px 18px; line-height: normal; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li > a:hover , .row-fluid .main-menu .hs-menu-flow-horizontal > ul > li:hover > a { background:#0e84bc; color:#fff; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul li ul.hs-menu-children-wrapper { width: 264px; text-align: left; left: 0; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;; background: #0076bd; }
.row-fluid .main-menu .hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a { width: 100% !important; color: #fff ; font-size: 16px; padding: 14px 17px; border-bottom: 1px solid rgba(255, 255, 255, 0.4); white-space: normal !important; }
/* .row-fluid .main-menu .hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a:hover { background: #f0f0f0; color:#000; } */
.row-fluid .main-menu .hs-menu-flow-horizontal > ul li ul.hs-menu-children-wrapper li:last-child a { border-bottom: none; }
.header-right .btn .cta_button { padding: 10px 24px; min-width: 172px; }

/* sub Menu */
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li.hs-item-sub-children { position: static; }
.sub-menu-wrap { padding-left: calc((100% - 1400px) / 2); padding-right: calc((100% - 1400px) / 2); padding-top: 40px; padding-bottom: 40px; width:100%; float:left; line-height: normal; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li.hs-item-sub-children > ul.hs-menu-children-wrapper { width: 100%; background: #f0f0f0; }
.row-fluid .sub-menu-col .hs-menu-flow-horizontal > ul { width: 100%; display: flex; justify-content: center;  }
.row-fluid .sub-menu-col .hs-menu-flow-horizontal > ul > li { width: 18%; padding: 0 15px; float: none; display: inline-block; margin: 0 -3px; vertical-align: top; text-align:left; }
.row-fluid .main-menu ul .sub-menu-col .hs-menu-flow-horizontal > ul > li > a { color: #000; font-size: 24px; padding: 0 10px 10px 0; border: none; display: inline-block !important; width: auto !important; border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important; margin-bottom: 20px; }
.row-fluid .sub-menu-col .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper { position: relative;  left: 0 !important; width: 100%; background: transparent; }
.row-fluid .main-menu ul .sub-menu-col .hs-menu-flow-horizontal > ul > li ul a { font-size: 20px; font-family:  'Futura Bk BT', sans-serif ; color:#000; padding: 0 0 10px; }
.row-fluid .sub-menu-col .hs-menu-flow-horizontal > ul > li:nth-child(4) { width: 28%; }
.row-fluid .sub-menu-col .hs-menu-flow-horizontal > ul > li a:hover{ color:#0e84bc !important; }
.row-fluid .main-menu .hs-menu-flow-horizontal > ul > li:hover  ul.hs-menu-children-wrapper { opacity: 1 !important; visibility: visible !important; }
.row-fluid .hospital .sub-menu-col .hs-menu-flow-horizontal > ul > li:nth-child(2) {width: 31%; }
.row-fluid .billing .sub-menu-col .hs-menu-flow-horizontal > ul > li:nth-child(2) {width: 20%;}

.sub-menu-cta { width: 100%; float: left; border: 1px solid #707070; background-color: #17679c; color: #fff; text-align: center; padding: 40px 15px; }
.sub-menu-cta .sub-menu-btn { display: inline-block; vertical-align: middle; margin-left: 40px; }
.sub-menu-cta .sub-menu-btn h3 { display: inline-block; }
.sub-menu-cta h4 { display: inline-block; margin-bottom: 0; vertical-align: middle; color:#000; font-size:20px; }
.sub-menu-cta .sub-menu-btn a.btn { font-size: 20px ; border: 1px solid #000; min-width: 95px; width: auto ; padding: 5px 20px ; color:#000; }
.sub-menu-cta .sub-menu-btn a.btn:hover { background: #fff ; color: #000 ; }

.menu-resources-row .menu-resources-box { width: 25%; float: left; padding: 0 15px; }
.menu-resources-box img { width: 100%; height: 300px; object-fit: cover; float: left; }
.menu-resources-row .menu-resources-box a { padding: 0 ; }
.menu-resources-box span { width: 100%; float: left; text-align: center; display: block; line-height: normal; font-size: 20px; padding: 10px 0 0; color: #000; transition: all 0.5s; }
.menu-resources-row { color: #000; }
.menu-resources-box a:hover span { color: #0e84bc ; }
.other-resources-menu { width: 25%; float: left; padding-left: 80px; }
.row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu h5 { font-size: 20px; color: #000; margin-bottom: 8px; }
.row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li { width: 100%; padding: 0 0 10px ; }
.row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li a { padding: 0 ; font-size: 20px ; color: #000 ; font-family:  'Futura Bk BT', sans-serif; }
.row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li a:hover { color: #0e84bc !important;  background: transparent; }
.row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li:hover a { background: transparent; }
.row-fluid .main-menu .sub-menu-wrap a.btn { font-size: 20px ; padding: 10px 18px; width: auto ; max-width: 100%; }
.other-resources-btn { margin-top: 30px; }
.other-resources-btn a.btn { margin-left: 0 !important; }

.pulse-blog-wrap .pulse-blog-title { width: 25%; float: left; padding: 60px 0 0; }
.pulse-blog-row { width: 75%; float: left; }
.pulse-blog-box { width: 33.333%; float: left; padding: 0 15px; }
.pulse-blog-img img { width: 100%; height: 198px; object-fit: cover; }
.pulse-blog-img { width: 100%; float: left; }
.pulse-blog-content { width: 100%; float: left; }
.post-title { font-size: 20px; padding-bottom: 10px; }
.blog-popular-post a:hover { color: #0076bd; }
.pulse-blog-title h2 { font-size: 60px; line-height: normal; color: #0076bd; margin-bottom: 0; }
.pulse-blog-sub { font-size: 26px; font-weight: 300; color: #0076bd; }
.pulse-blog-sub span { font-family:  'Futura Hv BT', sans-serif ; }
.pulse-blog-btn { margin-top: 30px; }
.blog-popular-box { padding-bottom: 30px; }

/* 18-05-2020 */
.row-fluid .main-menu ul .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal > ul > li a { color: #fff !important; text-align: center; border-color: transparent; font-size: 20px; }
.row-fluid .main-menu ul .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal > ul > li > a { padding: 0 0 10px; display: table !important; margin: 0 auto 20px; float: none; font-size: 20px; white-space: nowrap !important; border-color: #fff !important; }
.row-fluid .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal>ul>li { padding: 0 15px; text-align: center; }
.row-fluid .ems .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal>ul>li { width: 100%; }
.sub-menu2 > .sub-menu-wrap{ background: #0e84bc; }
.sub-menu-cta { background-color: #e3edf3; padding: 14px 15px; }
.row-fluid  .login-menu-btn { display: inline-block; width: auto; float: none; vertical-align: middle; line-height: 0; margin: 0 0 0 11px; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li > a { background: #0e84bc; color: #fff; border-color: #0e84bc; display: inline-block; border-radius: 5px; font-family: 'Futura Hv BT', sans-serif; font-size: 16px; padding: 10px 54px 10px 30px; line-height: 26px; min-width: 164px; text-align: left; position: relative; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul { margin-bottom: 0; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li > a:After { content: "\f107"; font-family: FontAwesome; right: 0; position: absolute; width: 41px; text-align: center; height: 45px; top: 0; line-height: 45px; border-left: 1px solid; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper { left: 0; top: 100%; background: #e3edf3; border-radius: 5px; overflow: hidden; line-height: normal; text-align: center; width: 100%; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a { font-size: 16px; width: 100%; padding: 8px 15px; }

.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a { background: #d1e1eb; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li:nth-child(2) a {  background: #dce8f0; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li:nth-child(3) a { background: #e8f0f5; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li:nth-child(4) a { background: #edeff1; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li:nth-child(5) a { background: #f3f7fa; }
.row-fluid .login-menu-btn .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li:nth-child(6) a {background: #FFF; }
.row-fluid .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a:hover { background: #000; color: #fff; }

.mob-menu-login .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {  position: relative; width: 100%; opacity: 1; visibility: visible; left: 0; }
.mob-menu-login .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { max-width: 100%; width: 100%; padding: 10px 15px; }
.mob-menu-login .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { width: 100%; padding: 10px 15px; font-size: 16px;  border-bottom: 1px dotted #0e84bc; line-height: normal; white-space: normal;}
.request-btn a:before {content: "";background: url('https://info.zolldata.com/hubfs/Zoll%20Data%20Systems%20Theme%202020/Images/noun_demo.png') no-repeat center / contain;width: 20px;height: 20px;display: inline-block;vertical-align: middle;margin-right: 14px;}
/* .sub-menu-cta .sub-menu-btn a.btn:before {content: "";background: url('https://info.zolldata.com/hubfs/Zoll%20Data%20Systems%20Theme%202020/Images/noun_Stethoscope-1.png') no-repeat center / contain;width: 25px;height: 25px;display: inline-block;vertical-align: middle;margin-right: 2px;} */
.request-btn a:hover:before { filter: brightness(0) invert(1); }

/*  */
.hero-section {aspect-ratio: 16/6; width: 100%; float: left; position: relative; z-index: 1; color: #fff; overflow:hidden; }
.hero-bg-img { position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: -2; width: 100%; height: 100%; }
.hero-section .container { min-height:632px;  padding: 70px 0;  position:relative; z-index:2; }
.hero-section:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: #000;z-index: 1;opacity: 0.8; }
/* .hero-section .video-bg { position: absolute; left: 0; right: 0;  width: 100%; height: 100%; top: 0; bottom: 0; overflow: hidden; z-index: -2; } */
.hero-section video { object-fit: cover; height: auto; width: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);; }

.section-padded { padding:70px 0; }
.section-padded strong { font-family:'Futura Hv BT',sans-serif; }
.section-padded sup { vertical-align: baseline; position: relative; top: -0.4em; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero-section .video-bg video { width: auto; height: auto; min-width: 100%; min-height: 100%; max-width: 100%; }
    .hero-section .container{ height: calc(100vh - 104px); }
}

.hero-caption { width: 100%; max-width: 778px; margin: auto; }
.hero-caption h1 {  }
.hero-text { width: 100%; max-width: 590px; font-size: 24px; font-weight: 400; line-height: 30px; margin: auto; font-family: 'Futura Bk BT', sans-serif; }

.ems-services-section { width: 100%; float: left; background-color: rgba(0, 130, 200, 0.2); padding: 50px 0 160px; }
.ems-services-section .container {  max-width: 1220px; }
.down-btn { text-align: center; padding-bottom: 40px; }
.down-btn span{ cursor: pointer; }
.ems-row { width: 50%; display: table; position: relative; }
.ems-box { padding: 0 40px 20px; float: left; width: calc(100% - 44px); position: relative; z-index: 1; }
.ems-title h3 { display: inline-block; margin-bottom: -10px; position: relative; top: -32px ;  }
.ems-title h3 span { display: table; background: #CCE6F4; position: relative; padding: 0 18px; }
.ems-title { margin-bottom: 40px; margin-left: -13px; }
.ems-inner-box { width: 50%; padding: 0 5px 30px 65px; float: left; position: relative; }
.ems-inner-box .ems-icon { position: absolute; left: 0; top: 0; width: 54px; height: 50px; }
.ems-inner-box .ems-icon img { width: 100%; height: 100%; object-fit: contain; }
.ems-text { padding: 0 20px; }
.ems-inner-box h5 { margin-bottom: 0; font-size: 20px; font-weight: 300; color: #000; font-family:  'Futura Bk BT', sans-serif ; }
.link { font-size: 18px; font-weight: 700; color: #0e84bc; }
.link i { display: inline-block; vertical-align: middle; }
.link:hover { color:#000; }
.link svg path { transition: all 0.5s; }
.link:hover svg path { stroke: #000; }
.ems-box:nth-child(2n) { position: relative; left: calc(100% + 44px); }

.row-fluid .ems-box.draw:before, .row-fluid .ems-box.draw:after {  width: 100%; height: 100%; pointer-events: none; }
.row-fluid .ems-box.draw:before { border-top-color: #000 ; border-left-color: #000 ; -webkit-transition: width 0.5s ease-out 0.5s, height 0.5s ease-out 1s; transition: width 0.5s ease-out 0.5s, height 0.5s ease-out 1s; }
.row-fluid .ems-box.draw:after { border-bottom-color: #000 ; border-right-color: #000 ; -webkit-transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1.5s, height 0.5s ease-out 2s; transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1.5s, height 0.5s ease-out 2s; }
.row-fluid .ems-box:before, .row-fluid .ems-box:after { box-sizing:inherit; border: 1px solid transparent; width: 0; height: 0; position:absolute; content:""; }
.row-fluid .ems-box:before { top: 0; right: 0; }
.row-fluid .ems-box:after { bottom: 0; left: 0; }

.ems-box-inner { opacity: 0;  visibility: visible; transition: all 0.5s; margin-top: 0; width: 100%;  float: left; }
.draw .ems-box-inner { opacity: 1; visibility: visible; margin-top: 0; }
.ems-title:before { content: ""; width: 15px; height: 2px; background:#000; position: absolute; right: -43px; top: 50%; opacity: 0; visibility: hidden; transition: all 0.5s; transition-delay: 0.5s; transition-delay: 2.5s; }
.draw .ems-title:before { opacity: 1;  visibility: visible; }

.ems-box-inner:before , .ems-box-inner:after { width: 2px; height: 0; position: absolute;  right: -45px; background: #000 ;  content:""; top: 0; }
.ems-box-inner:after { opacity:0; }
.ems-box:nth-child(2n) .ems-box-inner:before , .ems-box:nth-child(2n) .ems-box-inner:after { left: -45px; right: 0; }
.ems-box:nth-child(2n) .ems-title:before { right: 0;  left: -43px; }
.draw .ems-box-inner:before , .draw .ems-box-inner:after { height: 100%; transition: all 0.5s; }

.ems-box:nth-child(2) .ems-box-inner:before { top: -60%; transition-delay: 0.1s; }
.ems-box:nth-child(2) .ems-box-inner:after {  opacity:1; transition-delay: 0.55s; }
.ems-box:nth-child(2) .ems-title:after { content: ""; width: 15px; height: 2px; background:  #000 ; position: absolute; left: -60px; top: -60%; opacity: 0; visibility: hidden; transition: all 0.5s; transition-delay: 0.05s; }
.ems-box.draw:nth-child(2) .ems-box-inner:before { height: 60%; }
.ems-box.draw:nth-child(2) .ems-title:after { opacity: 1;  visibility: visible; }
.ems-box:first-child .ems-box-inner:before , .ems-box:first-child .ems-box-inner:after { transition-delay: 2s; top: 50%;  opacity:0; }
.ems-box:first-child .ems-title:before { transition-delay: 1.95s; display:none; }

.row-fluid .ems-box.draw:first-child:before {  -webkit-transition: width 0.5s ease-out, height 0.5s ease-out 0.5s; transition: width 0.5s ease-out, height 0.5s ease-out 0.5s; }
.row-fluid .ems-box.draw:first-child:after { -webkit-transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s; transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1s, height 0.5s ease-out 1.5s; }
.draw:last-child .ems-box-inner:before, .draw:last-child .ems-box-inner:after { height: calc(50% + 2px); }

/* .progress { position: absolute; right: 0; top: 0; height: calc(100% - 300px); bottom: 0; margin: auto; width: 1px; }
.progress span { width: 100%; display: block; background: #000; transition: all 0.5s; }
.progress span.progress-none { height: 100% !important; } */

.business-section { width: 100%; float: left; padding: 60px 0 180px; }
.business-section .container { display: flex; align-items: center; }
.business-content { width: 55%; padding-right: 50px; }
.business-img { width: 45%; }
.business-img img { width: 100%; height: 340px; object-fit: cover; }
.object_fit_contain img {  object-fit: contain; }
.sub-title-text { font-family: 'Futura Hv BT',sans-serif; position: relative; }
.sub-title-text:before {content: "";background: #000;width: 20px;height: 2px;position: absolute;top: 0;bottom: 0;margin: auto;left: -26px;}

.streamline-img { width: 50%; }
.streamline-img img { width: 100%; object-fit: cover; min-height: 622px; }
.streamline-content { width: 50%; padding-left: 100px; padding-right: calc((100% - 1400px) / 2); float: left; padding-top: 20px; padding-bottom: 20px; }
.streamline-box:nth-child(2n) .streamline-inner { flex-direction: row-reverse; }
.streamline-box { padding: 100px 0; }
.streamline-content h2 span { color: #0e84bc ; display: block; }
.streamline-box:nth-child(2n) .streamline-content { padding-right: 70px; padding-left: calc((100% - 1400px) / 2); }
.streamline-bg-text { font-size: 120px; font-weight: 800; opacity: 0.1;  position: relative; z-index: 1; bottom: -20px; }

.streamline-section { padding: 70px 0 0; }
.streamline-box:first-child { background: #17679c; }
.streamline-box:first-child .streamline-bg-text { color: #fff; }
.streamline-box:first-child .streamline-content { color:#fff; }
.streamline-box:first-child .streamline-inner { align-items: flex-end; }
.streamline-box:first-child .streamline-img { margin-top: -180px; }
.streamline-box:first-child .streamline-img img { box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2); }
.streamline-box:first-child a.btn { background: #fff ; }
.streamline-box:first-child a.btn:hover { background: #000; }

.animated-img {  position: relative; }
.animated-img:before {content: "";position: absolute;width: 100%;height: 100%;right: 0;top: 0;bottom: 0;background: #fff;z-index: 1;transition: cubic-bezier(0.51, -0.02, 0.38, 1.07) 0.5s;}
.animated-img.go:before { width: 0; }
.reverse-animated.go:before { width: 0; left: 0; }
.streamline-box:nth-child(2n) .animated-img.go:before { left: auto; right: 0; }

.row-fluid .footer-section { background: #333; color: #fff ; padding: 100px 0 60px; }
.row-fluid .footer-logo img { width: 100%; max-width: 170px !important; }
.row-fluid .footer-logo { margin-bottom: 24px; }
.address-list li { position: relative; padding-left: 40px; padding-bottom: 18px; }
.address-list li svg { position: absolute; left: 0; width: 32px; height: 20px; }
.address-list li a { color: #fff; }
.address-text { line-height: 34px; margin-bottom: 40px; }
.social-module { list-style: none; margin-top: 30px; }
.social-module li { display: inline-block; vertical-align: middle; margin-right: 19px; }
.social-module li a { color:#fff; font-size: 30px; }
.row-fluid .footer-section a { color:#fff; }
.row-fluid .footer-section a:hover{ color:#0e84bc;  }
.row-fluid .footer-col ul li a { font-family:  'Futura Hv BT', sans-serif ; font-size: 22px; white-space: normal; padding: 0 0 18px; line-height: normal; }
.row-fluid .footer-col ul li ul.hs-menu-children-wrapper { position: relative !important; opacity: 1 !important; visibility: visible !important; left: 0 !important; }
.row-fluid .footer-col ul li ul.hs-menu-children-wrapper li a { white-space: normal; width: 100%; font-size: 18px; font-family:  'Futura Bk BT', sans-serif ; }

.row-fluid .copyright-footer { background: #222 ; color: #fff ; padding: 30px 0; }
.row-fluid .copyright-menu ul li a { color: #fff ;  padding: 0; display: inline-block; vertical-align: middle; }
.row-fluid .copyright-menu ul li a:hover{ color:#0e84bc;  }
.row-fluid .copyright-menu ul li { display: inline-block; vertical-align: middle; }
.row-fluid .copyright-menu { text-align: right; }
.row-fluid .copyright-menu ul { margin: 0; }
.row-fluid .copyright-text p { margin-bottom: 0; }
.row-fluid .copyright-menu ul li:after {content: "|";display: inline-block;vertical-align: middle;margin: 0 8px;}
.row-fluid .copyright-menu ul li:last-child:after { display: none; }
.row-fluid .copyright-menu ul li:last-child {  padding-right: 12px; }
.row-fluid .footer-address { width: 30%; }
.row-fluid .footer-col {width: 23.3%;margin: 0;padding-left: 15px;}

.row-fluid .main-mob { display: none; }
.ebiz-toggle { display: none; }

/* */
.hero-medical-section { width: 100%; float: left; background: #17679c; color: #fff; text-align: center; padding: 90px 0 130px; }
.hero-medical-title h2 { display: inline-block; border-bottom: 2px solid #fff; margin-bottom: 0; }
.hero-medical-title { margin-bottom: 80px; }
.hero-medical-list ul li { display: inline-block; vertical-align: top; width: 100%; max-width: 280px; margin: 0 0 90px; padding: 0 15px;  font-size: 30px; font-family: 'Futura Hv BT',sans-serif; }
.hero-medical-list ul li a { color: #fff ; display: inline-block; }
.hero-medical-list ul li a:hover { color: #000 ; }

.hero-medical-list { width: 100%; max-width: 900px; margin: auto; }
.medical-icon img { width: 100%; max-width: 80px; height: 55px; object-fit: scale-down; }
.medical-icon { margin-bottom: 20px; }

.two-column-section { padding-bottom: 140px; }
.two-column-img { float: left; width: 500px; }
.two-column-img img { width: 100%; }
.two-column-content { width: calc(100% - 500px); float: left; padding-left: 120px; }
.two-column-row { padding: 90px 0; position: relative; overflow: hidden; }
.two-column-row .container { max-width: 1250px; }
.two-column-content h2 { color: #007db8; }
.two-column-row:nth-child(2n) .container { flex-direction: row-reverse; }
.two-column-row:nth-child(2n) .two-column-content { padding-right: 120px; padding-left: 0; }
.two-column-row:nth-child(2n) .reverse-animated.go:before { left: auto; right: 0; }
.two-column-row:first-child { padding-top: 40px; }
.two-column-bg { padding: 90px 0; }
.two-column-bg + .two-column-row:not(.two-column-bg) { padding-top: 180px; }

.curve-circle { position: absolute; z-index: -1; left: -20%; top: 0; bottom: 0; width: 30%; display: flex; align-items: center; overflow: hidden; height: 550px; margin: auto; transition: all 0.5s 0.4s; }
.go .curve-circle { left: 0; }
.curve-circle img { width: 100%; margin-left: -35%; object-fit: contain; height: 100%; }
.curve-circle.circle_right { right: -20%; left: auto; transform: scale(-1); }
.curve-circle.circle_right img { margin-left: -74%; }
.go .curve-circle.circle_right { left: auto; right: 0; }

/* Resource */
.filters-section { text-align: center; padding: 70px 0 0; }
.serach-bar { width: 100%; max-width: 500px; margin: auto; }
.serach-bar .quicksearch { font-size: 20px; color: rgba(0, 0, 0, 0.2); font-weight: 300; border: 1px solid; width: 100%; max-width: 420px; height: 50px; padding: 5px 15px; margin:0; }
.serach-bar .quicksearch::placeholder { color: rgba(0, 0, 0, 0.2); }
.serach-bar h2 { color: #0076bd; font-size: 60px; line-height: normal; }
.categories-filters li { display: inline-block; font-size: 20px; font-weight: 700; width: calc(100% / 6 - 30px); margin: 10px 15px;  vertical-align: top; }
.categories-filters ul { margin: 0 -15px; }
.categories-filters li img { margin-right: 10px; display: inline-block; vertical-align: middle; max-width: 24px; }
.categories-filters li span { box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); border-radius: 5px; min-height: 48px; padding: 10px 15px; cursor: pointer; background-color: #17679C; color: #fff; display: flex; justify-content: center; transition: background-color .15s; }
.categories-filters li span:hover { background-color: #084771; }
.categories-filters li label { cursor: pointer; }
.categories-filters li.button.is-checked span {  background: #0e84bc; }
.grid-tag .button-group label { font-weight: 800; font-size: 30px; margin-bottom: 28px; display: block; }

.grid-left { width: calc(50% - 500px); float: left; padding-right:50px; }
.grid-right { float: left; width: calc(50% + 500px); }
.grid-box { width: calc(100% / 3 - 34px); margin: 0 15px 30px; border: 1px solid rgba(112, 112, 112, 0.6); display: inline-block; vertical-align: top; }
.grid-box a.link { position:absolute; top:0; left:0; right:0; bottom:0; }
.grid-img img { height: 334px; width: 100%; object-fit: cover; }
.main-grid-wrap { width: 100%; float: left; padding: 100px 0 120px; }
.grid-img { width: 100%; float: left; }
.grid-right .grid-row { width: 100%; max-width: 1330px; }
.grid-link { font-size: 18px; font-weight: 700; color: #0E84BC; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;; }
.grid-link i { position:relative; top:2px; }
.grid-link:hover { color:#000; }

.grid-content { width: 100%; float: left; padding: 0 35px 30px; font-size: 20px; line-height: 30px; color: rgba(112,112,112,0.8); }
.categories-title { color: #fff; background: #0e84bc; display: table; padding: 14px 25px; border-radius: 8px; min-width: 200px; text-align: center; margin: -30px auto 30px; font-size: 20px; }
.grid-content .grid-text { margin-bottom: 20px; }
.grid-tag { margin-bottom: 100px; padding: 80px 35px; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); background-color: #17679C; color: #fff; width: 100%; float: left; }
.grid-tag.browse-topic { padding-left: 55px; }
.grid-tag-inner { width: 100%; max-width: 450px; float: right; }
.grid-tag h4 {font-size: 73px;font-weight: 800; opacity: 0.09;margin: 0 0 -20px -30px;pointer-events: none; }
.grid-tag .button-group { font-size: 24px; font-weight: 300; line-height: normal; }
.grid-tag .button-group li { cursor: pointer; line-height: normal; margin-bottom: 20px; }
.grid-tag .button-group li.is-checked { font-weight: 800; font-family: "Futura Hv BT"; }
.element-hidden { display: none; }
.grid-social h3 { font-size: 30px; font-weight: 300;  margin-bottom: 20px; }
.grid-social ul li { display: inline-block; margin: 0 8px; }
.grid-social { text-align: center; margin-bottom: 0; }
.grid-social ul li a { width: 60px; height: 60px; background: #007db8; color: #fff; border-radius: 100%; display: flex;  align-items: center;  justify-content: center;  font-size: 24px; }
.grid-social ul li a:hover { background: #fff; color: #007db8; }

.main-library-wrap .grid-right { float: right; margin-right: 15px; }
.library-title { color: #fff; width: 100%; float: left; padding: 65px 0; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); border: 1px solid #707070; background-color: #17679c; }
.library-left { width: 70%; float: left; padding-left: 210px; padding-right: 30px; }
.library-title .container { display: flex; align-items: center; }
.library-title h2 { font-size: 65px; font-weight: 800; margin-bottom: 10px; line-height: normal; }
.library-title h2 span { font-size: 26px; font-family:  'Futura Bk BT', sans-serif; font-weight: 300; }

.three-box-section { background: #0e84bc; color: #fff; padding: 80px 0; }
.three-box { width: 33.333%; float: left; padding: 0 15px; text-align: center; border-right: 1px solid #fff; }
.three-title h4 { font-family:  'Futura Bk BT', sans-serif; font-weight: 300; margin-bottom: 42px; }
.three-title h4 b { font-family:  'Futura Hv BT', sans-serif; }
.three-icon:before { content: ""; height: 4px; width: 100%; max-width: 320px; display: block; background: #fff; margin: auto; z-index: -2; position: relative; }
.three-icon img { width: 100%; max-width: 20px; height: 20px; filter: brightness(0) invert(1); top: -10px; position: relative; }
.three-icon:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 38px; height: 38px; background: #0e84bc; z-index: -1; border-radius: 100%; border: 4px solid #fff; top: -22px; }
.three-icon { position: relative; z-index: 1; }
.three-text { padding: 30px 28px 30px; }
.three-box:last-child { border-right: none; }

.load-btn button { font-weight: 500; font-size: 20px; line-height: 24px; color: #0e84bc; background: transparent; padding: 14px 24px; border-radius: 5px; text-align: center; font-family: 'Futura Hv BT',sans-serif; border: 1px solid #0e84bc; display: inline-block;cursor: pointer; transition: all 0.5s; }
.load-btn { text-align: center; width: 100%; max-width: 1305px; margin-top: 30px;}
.load-btn button:hover { background: #0e84bc; color: #fff; }
.select-title { display: none !important; }
.social-mob { display: none; }

/*  blog */
.row-fluid .blog-hero-section { padding: 50px 0 60px; }
.row-fluid .blog-hero-section h1 { color: #0076bd; margin-bottom: 0; }
.row-fluid .blog-hero-section h1 span { font-size: 26px; font-weight: 300; font-family: 'Futura Bk BT', sans-serif; }
.row-fluid .subscribe-form form { position: relative; }
.row-fluid .subscribe-form form .hs-form-field > label .hs-form-required { display: none; }
.row-fluid .subscribe-form form .hs-form-field input { border-radius: 5px; border: 1px solid rgba(0, 0, 0, 0.2); height: 50px; padding: 0 15px; margin-bottom: 0; width: 100%; max-width: 324px; color: rgba(0, 0, 0, 0.4); }
.row-fluid .subscribe-form input.hs-button { font-size: 20px; font-weight: 500; height: 50px; border-radius: 5px; background-color: #0076bd; line-height: normal; padding: 0; min-width: 180px; width: auto; position: absolute; right: 0; top: 0; }
.row-fluid .topic-list { margin-top: 41px; }
.row-fluid .topic-list .block > h3 { display: none; }
.row-fluid .topic-list ul li { display: inline-block; font-size: 18px; font-weight: 800; width: 100%; max-width: 170px; vertical-align: middle; line-height: normal; position: relative; padding: 0 25px; margin: 25px 0; }
.row-fluid .topic-list ul li a { color: #0076bd; }
.row-fluid .topic-list ul { text-align: center; }
.row-fluid .topic-list ul li span.filter-link-count { display: none; }
.row-fluid .topic-list ul li:before { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 1px; height: 40px; background: #0076bd; margin: auto; }
.row-fluid .topic-list ul li a:hover { color: #000; }

.first-post .hs-featured-image-wrapper { width: 100%; float: left; }
.first-post .hs-featured-image-wrapper img.hs-featured-image { width: 100%; max-width: 100%; height: 373px; object-fit: cover; margin: 0; }
.row-fluid .first-blog-left { width: 55%; }
.row-fluid .first-blog-right { width: 45%; margin: 0; padding-left: 120px; padding-top: 60px; }
.first-post .social-sharing { width: 100%; float: left; background-color: #007db8; color: #fff; padding: 2px 25px; line-height: normal; }
.first-post .social-sharing ul.share-buttons { display: flex; align-items: center; }
.first-post .social-sharing ul.share-buttons h4 { margin-bottom: 0; font-size: 20px; font-weight: 400; font-family: 'Futura Bk BT', sans-serif; margin-right: 18px; }
.first-post .social-sharing ul.share-buttons li a { color: #fff; font-size: 16px; }
.first-post .social-sharing ul.share-buttons li { margin-right: 19px; }
.first-post .social-sharing ul.share-buttons li a:hover { color: #000; }

.first-post-content { padding: 30px 170px 20px 0; width: 100%; float: left; }
.first-post-content h3 { font-size: 26px; line-height: normal; }
.first-post-content .hubspot-editable { font-size: 20px; font-weight: 400; color: #0076bd; margin-bottom: 20px; }
.first-post-content .hubspot-editable a { color: #0076bd; }
.first-post-text { margin-bottom: 0; margin-bottom: 10px; margin-bottom: 20px; }
.blog-popular-post h5 { font-size: 20px; color: #0076bd; font-weight: 300; position: relative; }
.blog-popular-post h5:after { content: ""; width: 100%; max-width: 110px; height: 1px; background: #0076bd; display: block; margin-top: 10px; }
.blog-popular-post .post-title h4 { font-size: 20px; font-weight: 800; line-height: normal; margin-bottom: 0; }
.blog-popular-post .author-name { margin-bottom: 30px; }


.row-fluid .first-blog-post { padding-bottom: 40px; }
.hs-blog-post p a { text-decoration: none; color: #0082c8; }
.hs-blog-post p a:hover { color: #000; }


.blog-item-box { width: calc(100% / 3 - 30px); float: left; margin: 0 15px 30px; border: 1px solid rgba(0, 0, 0, 0.2); }
.blog-item-box .hs-featured-image-wrapper { width: 100%; height: 255px; float: left; background-size: cover !important; }
.post-listing { margin: 0 -15px; }
.blog-item-box .social-sharing { float: left; width: 100%; text-align: center; margin-top: -22px; }
.blog-item-box .social-sharing ul.share-buttons { display: inline-block; background: #007db8; color: #fff; padding: 10px 18px; border-radius: 8px; }
.blog-item-box .social-sharing ul.share-buttons li { display: inline-block; margin: 0 4px; }
.blog-item-box .social-sharing ul.share-buttons li a { color: #007db8; width: 25px; height: 25px; display: inline-block; background: #fff; border-radius: 100%; font-size: 15px; line-height: 28px; text-align: center; }
.blog-item-content { padding: 30px 20px 30px; float: left; width: 100%; }
.blog-item-content h5 { font-size: 22px; font-family: 'Futura Bk BT', sans-serif; font-weight: 300; line-height: 34px; }
.blog-item-content h5 a { color: rgba(0, 0, 0, 0.5);}
.blog-item-content h5 a:hover{ color:#000; }
.blog-item-content .hubspot-editable { margin-bottom: 11px; }
.blog-item-content .hubspot-editable a{ color: #ff9f0c; }
.blog-item-content .hubspot-editable a:hover {color:#000;  }
.blog-item-text { padding-bottom: 20px;  color: rgba(0, 0, 0, 0.5); }
/* .blog-item-content .link { color: #ff9f0c; } */
.blog-item-content .link i { font-style: normal; vertical-align: top; margin: 1px 0 0 4px; font-family: monospace;  font-size: 24px; }
.blog-item-content .link:hover{ color:#000; }

.post-listing .blog-social-section { display: block !important; margin-bottom:100px; }
.blog-pagination { width: 100%; float: left; text-align: center; color: #ff9f0c; padding-top: 30px;  }
.blog-pagination a { display: inline-block; margin: 0 15px; color: #007db8; border: 1px solid #007db8; padding: 10px 35px; border-radius: 8px; min-width: 160px; }
/* .blog-pagination a span { display: none;} */
.blog-pagination a:hover {color: #fff;background: #007db8;}
.blog-pagination a span { display: none; vertical-align: middle; margin: 0 6px 4px; font-family: monospace; }
.blog-pagination a.previous-posts-link span { transform: scale(-1); }
.blog-section { overflow: hidden; padding-bottom: 15px; }
.blog-social-section { width: 100%; float: left; padding: 50px 0; margin: 80px 0; position: relative; }
.blog-social-section:before ,.blog-social-section:after {content: "";box-shadow: 10px 10px 20px rgba(0,0,0,0.25);background-color: #17679c;position: absolute;left: -50vw;right: -50vw;top: 0;bottom: 0;z-index: -1;}
.blog-social-section .social-title { width: 48%; float: left; position: relative; }
.social-title .social-section-title { font-size: 120px; font-weight: 800; opacity: 0.09; color: #ffffff; line-height: normal; position: absolute; top: -32px; }
.blog-social-section .social-sharing { width: 52%; float: left; padding-left: 40px; }
.blog-social-section .container { max-width: 830px; display: flex; align-items: center; }
.blog-social-section ul.share-buttons li { display: inline-block; margin-right: 23px; }
.blog-social-section ul.share-buttons li a { width: 60px; height: 60px; box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25); background: #007db8; display: inline-block; border-radius: 100%; color: #fff; font-size: 32px; text-align: center; line-height: 61px; }
.blog-social-section ul.share-buttons li a:hover { background: #fff; color: #007db8; }
.blog-social-section h5 { color: #fff; padding: 40px 0 0 70px; font-size: 34px; font-weight: 300; }
.subscribe-form .hs-error-msgs { font-size: 14px; margin-top: 10px; }

.featured-image-blog { width: 100%; height: auto !important; padding: 70px 0; position: relative; float: left; z-index: 1; display: flex; align-items: center; min-height: 310px; }
.featured-image-blog h1 { color: #fff; margin-bottom: 0; }
.featured-image-blog:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #0e84bc; opacity: 0.4; z-index: -1; }

.main-blog-inner .container_1300 { max-width: 8; max-width: 800px; }
.main-blog-inner { padding: 50px 0; }
.main-blog-inner .hubspot-editable { margin-bottom: 20px; }
.main-blog-inner .hubspot-editable a { color: #0e84bc; }
.main-blog-inner .hubspot-editable a:hover { color: #000; }
.main-blog-inner ul li { position: relative; padding-left: 22px; }
.main-blog-inner ul li:before { content: ""; width: 5px; height: 5px; background: #000; display: inline-block; border-radius: 100%; position: absolute; left: 0; top:9px; }
.main-blog-inner ol li { position: relative; padding-left:10px; list-style: inherit;}
/*.main-blog-inner ol li:before { content: ""; width: 5px; height: 5px; background: #000; display: inline-block; border-radius: 100%; position: absolute; left: 0; top: 12px; }*/
/* .main-blog-inner ol { padding: 0; } */
.main-blog-inner .social-sharing { text-align: center; padding: 38px 0 0; }
.main-blog-inner .social-sharing ul.share-buttons { list-style: none; }
.main-blog-inner .social-sharing ul.share-buttons li:before { opacity: 0; }
.main-blog-inner .social-sharing ul.share-buttons li { padding: 0; display: inline-block; margin: 0 8px; }
.main-blog-inner .social-sharing ul.share-buttons li a:hover { color:#0e84bc; }
.related-post h2 { text-align: center; }
.related-post { padding-bottom: 50px; }

.blog-section .hs-author-avatar { float: left; width: 200px; }
.blog-section .hs-author-avatar img { width: 100%; }
.blog-section .hs-author-profile { width: 100%; max-width: 800px; margin: auto; display: table; padding: 50px 0; }
.hs-author-profile .hs-author-bio { float: left; width: calc(100% - 200px); font-size: 16px; padding-left: 30px; line-height: 24px; }
.hs-author-profile .hs-author-social-section { margin-top:10px; }
.blog-section .hs-author-profile h2.hs-author-name,
.blog-section .hs-author-profile h1.hs-author-name{ text-align: left; }
.post-listing .hs-author-listing-header { text-align: center; margin: 0 0 0.75em 0; }

blockquote { border-left: 4px solid #007db8; padding: 20px 0 20px 30px; margin: 0 0 30px; }
blockquote p { margin-bottom: 0; }


/* 11-05-2020 */

.row-fluid .sprd_hero_section { width: 100%; float: left; padding: 150px 0 50px; text-align: center; position: relative; }
.row-fluid .sprd_hero_wrap { float: none; display: inline-block; width: 800px; max-width: 100%; }
.row-fluid .sprd_hero_img { width: 100%; float: left; margin: 70px 0 50px; }
.row-fluid .sprd_hero_wrap h2 { color: #000000; font-family: "Futura Hv BT"; font-size: 45px; font-weight: 800; line-height: 80px; margin: 0; }
.row-fluid .sprd_hero_img img { max-width: 100%; height: auto; }
.row-fluid .requst_btn a { padding: 14px 20px 14px 60px; border-radius: 5px; background-color: #EA862D; float: none; display: inline-block; color: #ffffff; font-family: "Futura Hv BT"; font-size: 20px; font-weight: 800; position: relative; }
.row-fluid .requst_btn a:before { content: ""; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 33px; height: 33px; background: url('https://info.zolldata.com/hubfs/noun_demo_1568660_%281%29.png') center no-repeat; background-size: cover; }
.row-fluid .requst_btn.btn-alt a { padding-left: 20px; background-color: #fff; color: #000; border: 1px solid #000; }
.row-fluid .requst_btn.btn-alt a:before { display: none; }
.row-fluid .requst_btn.btn-alt a:hover { color: #fff; }
.row-fluid .requst_btn_row a { margin-bottom: 10px; }
.row-fluid .sprd_hero_arrow, .row-fluid .prod_hero_arrow { width: 100%; height: 20px; float: none; display: inline-block; position: relative; margin: 30px 0 0; font-size: 40px; }
.row-fluid .sprd_hero_arrow span, .row-fluid .prod_hero_arrow span { width: auto; float: none; display: inline-block; cursor:pointer; }
.row-fluid .sprd_hero_wrap a:hover { background:#000; }
.row-fluid .sprd_hero_section .sprd_herottl { position: absolute; left: 0; top: 0; }
.sprd_hero_section .sprd_hero_text { margin: 40px 0 40px; }

.row-fluid .sprd_feature_section { width: 100%; float: left; padding: 50px 0; }
.row-fluid .sprd_feature_wrap { width: 100%; float: left; margin: 0 0 80px; position:relative; }
.row-fluid .sprd_feature_img { }
.row-fluid .sprd_feature_inner { width: 100%; float: left; position:relative; z-index:1; color: #000000; font-family: 'Futura Bk BT', sans-serif; font-size: 20px; font-weight: 400; line-height: 25px; }
.row-fluid .sprd_feature_ttl { width: 100%; float: left; }
.row-fluid .sprd_feature_ttl h2 { margin: 0 0 20px; }
.row-fluid .sprd_feature_top { width: 100%; float: left; margin: 0 0 20px; }
.row-fluid .sprd_feature_text { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; }
.row-fluid .sprd_feature_img { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 0 30px 0 0; }
.row-fluid .sprd_feature_bottom { width: 100%; float: left; }
sprd_feature_ttl_v2 h2 ( color: #000; )
.row-fluid .sprd_feature_ttl h2 { color: #007DB8; font-family: "Futura Hv BT"; font-size: 45px; line-height: 60px; font-weight: 800; margin: 0 0 30px; }
.row-fluid .sprd_feature_img img { max-width: 100%; height: auto; }


.row-fluid .sprd_feature_wrap:before { content: ""; position: absolute; left: 0; top: 0; width: 200px; height: 200px; }
.row-fluid .sprd_feature_wrap:nth-child(1):before { width: 200px; height: 800px; left: auto; right: 0; top: -350px; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; }
.row-fluid .sprd_feature_wrap:nth-child(2):before { width: 150px; height: 700px; left: 0; top: -30px; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; background-position: top right; }
.row-fluid .sprd_feature_wrap:nth-child(3):before { width: 440px; height: 700px; left: auto; right: 0; top: -30px; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; }
.row-fluid .sprd_feature_wrap:nth-child(4):before { width: 440px; height: 700px; left: 0; top: -30px; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; background-position: top right; }




.row-fluid .prod_hero_section { width: 100%; float: left; padding: 0 0 70px 0; }
.row-fluid .prod_hero_text { color: #000000; font-family: 'Futura Bk BT', sans-serif; font-size: 20px; font-weight: 400; line-height: 25px; }
.row-fluid .prod_hero_text sup { vertical-align: baseline; position: relative; top: -0.4em; }
.row-fluid .prod_hero_wrap { width: 100%; float: left; padding-top:20px;}
.row-fluid .prod_hero_ttl h2 { color: #ffffff; font-family:  'Futura', sans-serif; font-size: 50px; font-weight: 300; line-height: 50px; margin: 0; padding: 25px 35px 25px 100px; }
.row-fluid .prod_hero_left { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding-right: 75px; }
.row-fluid .prod_hero_left h3, .row-fluid .prod_hero_left .h3 { color: #0076bd; font-family: "Futura Hv BT"; font-size: 45px; font-weight: 800; line-height: 50px; }
.row-fluid .prod_hero_ttl { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.27); background-color: #007db8; width: auto; max-width: 40%; float: none; display: inline-block; }
.row-fluid .prod_hero_btn { }
.row-fluid .prod_hero_btn a { }
.row-fluid .prod_hero_img { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .prod_hero_arrow { margin: 140px 0 0;  text-align: center; }
.row-fluid .prod_hero_img img { max-width: 100%; height: auto; }
.row-fluid .prod_hero_btn2 a { color: #000000; font-family: "Futura Hv BT"; font-size: 20px; font-weight: 800; border-radius: 5px; border: 1px solid #000000; background: #ffffff; padding: 13px 20px; float: none; display: inline-block; }
.row-fluid .prod_hero_btn2 { width: auto; float: none; display: inline-block; vertical-align: middle; margin:15px 0; }
.row-fluid .prod_hero_btn .requst_btn { width: auto; float: none; display: inline-block; vertical-align: middle; margin: 0 15px 0 0; }


.row-fluid .prod_deliver_section { padding: 118px 0 110px; width: 100%; float: left; text-align: center; position: relative; overflow: hidden; }
.row-fluid .prod_deliver_wrap { width: 700px; max-width: 100%; float: none; display: inline-block; position: relative; color: #ffffff; font-family: 'Futura Bk BT', sans-serif; font-size: 25px; font-weight: 400; line-height: 32px; z-index: 1; }
.row-fluid .prod_deliver_wrap h2,
.row-fluid .prod_deliver_wrap .h2 { color: #ffffff; font-family: "Futura Hv BT"; font-size: 50px; font-weight: 800; line-height: 50px; margin: 0 0 15px; }
.row-fluid .prod_deliver_text { }
.row-fluid .prod_deliver_text p { margin:10px 0; }
.row-fluid .prod_deliver_section:before { content: "ZOLL"; font-size: 450px; line-height: 450px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-weight: 700; font-family: "Futura Hv BT"; opacity: 0.2; }
.row-fluid .prod_deliver_section:after { width: 100%; height: 100%; content: ""; position: absolute; left: 0; top: 0; background-color: #17679c; opacity: 0.8; }


.row-fluid .prod_speed_section { width: 100%; float: left; padding:70px 0 140px; position: relative; }
.row-fluid .less-padding .prod_speed_section { padding-bottom: 70px; }
.row-fluid .padding-bottom-40 .prod_speed_section { padding-bottom: 40px; }
.row-fluid .prod_speed_wrap { }
.row-fluid .prod_speed_img { width: 53%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 75px 0 0; }
.row-fluid .prod_speed_section--v2 .prod_speed_img {width: 60%;}
.row-fluid .prod_speed_right { width: 47%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .prod_speed_section--v2 .prod_speed_right {width: 40%;}
.row-fluid .prod_speed_btn { }
.row-fluid .prod_speed_content { color: #000000; font-family: 'Futura Bk BT', sans-serif; font-size: 20px; font-weight: 400; line-height: 25px; }
.row-fluid .prod_speed_circle { width: 90px; height: 400px; left: 0; top: 100px; background-size: cover !important; background-position: top right !important; position: absolute; }
.row-fluid .prod_speed_right h2 { font-family: "Futura Hv BT"; font-size: 45px; font-weight: 800; line-height: 50px; color:#000; }
.row-fluid .prod_speed_section.image_right { }
.row-fluid .prod_speed_circle.circle_right { left: auto; right: 0; background-position: top left !important; }
.row-fluid .prod_speed_img img {  max-width: 100%;   width: auto; }


.row-fluid .prod_benefits_section { padding: 50px 0; text-align: center; width: 100%; float: left; position:relative; }
.row-fluid .prod_benefits_wrap { width: 100%; float: left; border: none; }
.row-fluid .prod_benefits_ttl { width: auto; max-width: 90%; float: none; display: inline-block; margin: -50px 0 0; padding: 0 20px; background: #fff; }
.row-fluid .prod_benefits_ttl h2 { font-family: "Futura Hv BT"; font-size: 50px; font-weight: 800; line-height: 50px; color: #0076bd; }
.row-fluid .prod_benefits_text { width: 100%; float: left; text-align: left; padding: 40px 80px 80px 100px; }
.row-fluid .prod_benefits_ttl h2 span { color: #000; display: block; }
.row-fluid .prod_benefits_text ul { width: 100%; float: left; }
.row-fluid .prod_benefits_text ul li { position: relative; width: 50%; float: none; display: inline-block; vertical-align: top; margin: 20px -2px; padding: 0 70px 0 50px; color: #0b7ec0; font-family: "Futura Bk BT"; font-size: 25px; font-weight: 300; line-height: 35px; }
.row-fluid .prod_benefits_text ul li:before { content: ""; position: absolute; left: 5px; top: 8px; width: 29px; height: 25px; background: url(https://info.zolldata.com/hubfs/noun_Check_1755628.png) center no-repeat; background-size: cover; }
/* .row-fluid .prod_benefits_text ul li:after { content: "\f101"; font-family: fontawesome; margin: 0 0 0 8px; display: inline-block; vertical-align: middle; } */
.row-fluid .prod_benefits_section:after { content: ""; position: absolute; width: 100px; height: 650px; right: 0; bottom: -80px; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; background-position: top left; }


.row-fluid .prod_simplify_section { width: 100%; float: left; padding: 100px 0; overflow-x: hidden; position: relative; background: rgba(0, 130, 200, .12); }
.row-fluid .prod_simplify_wrap { position: relative; width: 100%; float: left; margin: 70px 0; }
.row-fluid .prod_simplify_img { width: 55%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 5% 0 0; }
.row-fluid .prod_simplify_right { width: 45%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .prod_simplify_btn { }
.row-fluid .prod_simplify_content { color: #000000; font-family: 'Futura Bk BT', sans-serif; font-size: 20px; font-weight: 400; line-height: 25px; margin-bottom:20px; }
.row-fluid .prod_simplify_img img { max-width: 100%; height: auto; }
.row-fluid .prod_simplify_right h2 { color:#0076bd; font-family: "Futura Hv BT"; font-size: 45px; font-weight: 800; line-height: 50px; margin: 0 0 20px; }
.row-fluid .prod_simplify_btn a { background-color: #ea862d; color: #fff; font-family: "Futura Hv BT"; font-size: 20px; font-weight: 800; border-radius: 5px; border: 1px solid #ea862d;  padding: 13px 25px; float: none; display: inline-block; }
.row-fluid .prod_simplify_section:before { content: ""; left: 0; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 100px 100vw; border-color: transparent transparent #fff transparent; position: absolute; bottom: 0; right: 0; transform: rotateX(180deg); }
.row-fluid .prod_simplify_btn a:hover { border: 1px solid #000; }
.row-fluid .text-only .prod_simplify_right { width: 100%; }


.row-fluid .prod_customer_section { width: 100%; float: left; padding: 50px 0; }
.row-fluid .prod_customer_wrap { width: 100%; float: left; }
.row-fluid .prod_customer_inner { width: 100%; float: left; padding: 0 350px; position: relative; }
.row-fluid .prod_customer_img { width: 230px; height: 230px; border-radius: 100%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .prod_customer_right { width: calc(100% - 230px); float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding-left: 50px; }
.row-fluid .prod_customer_right h3 { color: #0b7ec0; font-family: "Futura Bk BT"; font-size: 26px; line-height: 30px;     margin: 0 0 10px; font-weight: 300; }
.row-fluid .prod_customer_right p { margin: 0 0 10px; }
.row-fluid .prod_customer_right h5 { font-family: "Futura Bk BT"; font-size: 20px; font-weight: 300; line-height: 28px; color: #000; }
.row-fluid .prod_customer_content { color: #000; }
.row-fluid .prod_customer_inner:before { position: absolute; content: ""; width: 200px; height: 175px; background: url(https://info.zolldata.com/hubfs/noun_Quote_453953.png) center no-repeat; background-size: cover; left: 0; top: 50%; transform: translateY(-50%); }
.row-fluid .prod_customer_inner:after { position: absolute; content: ""; width: 200px; height: 175px; background: url('https://info.zolldata.com/hubfs/noun_Quote_453953%20%281%29.png') center no-repeat; background-size: cover; right: 0; top: 50%; transform: translateY(-50%); }
.row-fluid .requst_btn a:hover, .row-fluid .prod_hero_btn2 a:hover, .row-fluid .prod_simplify_btn a:hover {  background: #000; color: #fff; }


/* 15-05-2020 */
.row-fluid .hp_business_section { padding: 120px 0 70px; position:relative; }
.row-fluid .hp_business_text { color: #000000; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; }
.row-fluid .hp_business_section h3 { color: #007db8; font-family: "Futura Hv BT"; font-size: 70px; font-weight: 800; line-height: 72px; }
.row-fluid .hp_business_section .business-img img { height:auto; }
.row-fluid .hp_business_section:before {content: "";position: absolute;width: 300px;height: 800px;right: 0;bottom: -80px;background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat;background-size: cover;background-position: top left;}
.row-fluid .hp_business_section .container {  padding: 0 50px; }
.row-fluid .hp_business_section .animated-img:before {  display: none; }

.row-fluid .hp_tab_section { width: 100%; float: left; padding: 50px 0; }
.row-fluid .hp_tab_ttl { width: 100%; float: left; text-align: center; }
.row-fluid .hp_tab_ttl h4 { color: #000000; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; line-height: 20px; margin: 0; }
.row-fluid .hp_tab_list { width: 100%; float: left; }
.row-fluid .hp_tab_list_box { width: 25%; float: none; display: inline-block; vertical-align: top; margin: 0 -3px; padding: 20px 30px; }
.row-fluid .hp_tab_list_box a { width: 100%; float: left; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); background-color: #ffffff; text-align: center; padding: 20px 15px 10px; }
.row-fluid .hp_tab_list_box h5 { width: 100%; float: left; margin: 0; color: #0174c8; font-family: "Futura Hv BT"; font-size: 24px; font-weight: 800;  }
.row-fluid .hp_tab_list_icon { width: 100%; float: left; display: flex; height: 120px; align-items: center; justify-content: center; margin: 0 0 10px; }
.row-fluid .hp_tab_list_icon img { max-height: 120px; width: auto; max-width:100%; }
.row-fluid .hp_tab_arrow { width: 100%; height: 20px; float: none; display:none; position: relative; margin: 10px 0 0; font-size: 40px; text-align: center; }
.row-fluid .open .hp_tab_arrow { display:inline-block; }
.row-fluid .hp_tab_content { width: 100%; float: left; text-align: center; padding: 30px 0 0; }
.row-fluid .hp_tab_content_box { display: none; width: 1250px; float: none; margin: 0 auto; text-align: left; max-width: 100%; animation: fadeIn ease 1s; }
.row-fluid .hp_tab_content_left { width: 30%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .hp_tab_content_left h2 { color: #000000; font-family: "Futura Hv BT"; font-size: 50px; font-weight: 800; line-height: 50px; margin: 0 0 12px; }
.row-fluid .hp_tab_content_left a { color: #007db8; font-family: "Futura Bk BT"; font-size: 24px; font-weight: 700; line-height: 25px; }
.row-fluid .hp_tab_content_right { width: 70%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding-left: 30px; position: relative; }
.row-fluid .hp_tab_inner { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 15px; }
.row-fluid .hp_tab_inner h3 { color: #000000; font-family: "Futura Bk BT"; font-size: 40px; font-weight: 300; line-height: 40px; margin: 0 0 15px; }
.row-fluid .hp_tab_inner h3 a:hover { color: #17679c; }
.row-fluid .hp_tab_inner_text { color: #000000; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; line-height: 25px; }
.row-fluid .hp_tab_content_box.active { display: block; }
.row-fluid .hp_tab_arrow span { width: auto; float: none; display: inline-block; cursor: pointer; }
.row-fluid .hp_tab_content_right:before { position: absolute; left: 10px; top: 50%; content: ""; width: 2px; height: 60%; background: #273e86; transform: translateY(-50%); }
.row-fluid .hp_tab_content_left a:after { content: "\f101"; font-family: fontawesome; display: inline-block; vertical-align: middle; margin: 0 0 0 10px; }

.row-fluid .hp_video_section { width: 100%; float: left; display: flex; background-color: #17679c; }
.row-fluid .hp_video_left { width: 60%; float: left; padding: 60px 100px 100px 20px; }
.row-fluid .hp_video_left h5 { color: #ffffff; font-family: "Futura Hv BT"; font-size: 30px; font-weight: 800; line-height: 45px; float: none; display: inline-block; vertical-align: middle; }
.row-fluid .hp_video_left h5 a { background: url(https://info.zolldata.com/hubfs/play_icon_white.png) center no-repeat; background-size: cover; width: 75px; height: 73px; float: none; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; }
.row-fluid .hp_video_left h2 { color: #ffffff; font-family: "Futura Hv BT"; font-size: 50px; font-weight: 800; line-height: 60px; margin: 0 0 15px; }
.row-fluid .hp_video_text { color: #ffffff; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; line-height: 25px; }
.row-fluid .hp_video_right { width: 40%; float: left;     border-radius: 10px 0 0 10px;     background-size: cover !important; }
.row-fluid .hp_video_left h5 span { float: none; display: inline-block; vertical-align: middle; }



.row-fluid .hp_zigzag_section { width: 100%; float: left; padding: 60px 0; position: relative; }
.row-fluid .hp_zigzag_wrap { width: 100%; float: left; padding: 90px 0; }
.row-fluid .hp_zigzag_img { width: 58%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 100px 0 0; }
.row-fluid .hp_zigzag_right { width: 42%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .hp_zigzag_content { color: #000000; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; }
.row-fluid .hp_zigzag_btn { width: 100%; float: left; margin: 5px 0 0; }
.row-fluid .hp_zigzag_btn a { color: #000; font-family: "Futura Hv BT"; font-size: 24px; font-weight: 800; border-radius: 5px; border: 1px solid #000; background: #fff; padding: 13px 20px; float: none; display: inline-block; }
.row-fluid .hp_zigzag_right h2 { color: #000; font-weight: 800; line-height: 55px; margin: 0 0 15px; }
.row-fluid .hp_zigzag_right h2 span { color: #007db8; }
.row-fluid .hp_zigzag_img img { max-width: 100%; height: auto; }
.row-fluid .hp_zigzag_inner { width: 100%; float: left; position: relative; }
.row-fluid .hp_zigzag_inner:before { width: 240px; height: 700px; left: 0; top: -100px; position: absolute; content: ""; background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat; background-size: cover; background-position: top right; }
.row-fluid .hp_zigzag_inner.image_right:before { left: auto; right: 0; background-position: top left;  top: auto; width: 330px; height: 640px; bottom: -90px; }



.row-fluid .hp_better_section { width: 100%; float: left; padding: 240px 0; background-size: cover !important; }
.row-fluid .hp_better_inner { width: 40%; float: left; }
.row-fluid .hp_better_inner h2 { color: #000000; font-family: "Futura Hv BT"; font-size: 50px; font-weight: 800; line-height: 55px; margin: 0 0 15px; }
.row-fluid .hp_better_text { color: #000000; font-family: "Futura Bk BT"; font-size: 20px; font-weight: 400; }
.row-fluid .hp_better_inner h2 span { color: #007db8; }



.row-fluid .hp_bluestrip_section { width: 100%; float: left; padding: 60px 0; background-color: #0082c8; }
.row-fluid .hp_bluestrip_wrap { padding: 0 15%; }
.row-fluid .hp_bluestrip_left { width: 40%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 50px 0 0; }
.row-fluid .hp_bluestrip_left img { max-width: 100%; }
.row-fluid .hp_bluestrip_right { width: 60%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 0 0 80px; border-left: 1px solid #fff; font-size: 18px; line-height: 30px; color: #fff; font-family: "Futura Bk BT"; }
.row-fluid .hp_bluestrip_right h4 { font-size: 28px; line-height: 34px; color: #fff; font-family: "Futura Bk BT"; font-weight: 400; }
.row-fluid .hp_bluestrip_right .prod_hero_btn2 { margin: 0; }
.row-fluid .hp_bluestrip_right .prod_hero_btn2 a { color: #fff; border-color: #fff; background: transparent; font-family: "Futura Bk BT"; font-weight: 400; padding: 13px 50px; }

.row-fluid .hp_testy_section { width: 100%; float: left; padding: 180px 0 20px; text-align: center; position:relative; }
.row-fluid .hp_testy_wrap { width: 100%; padding: 0 250px; float: left; }
.row-fluid .hp_testy_part { width: 100%; float: left; text-align: center; color: #000000; font-family: "Futura Bk BT"; font-size: 28px; font-weight: 600; line-height: 40px; }
.row-fluid .hp_testy_part h4 { color: #0082c8; font-family: "Futura Bk BT"; font-size: 35px; font-weight: 300; line-height: 55px; }
.row-fluid .hp_testy_part h5 { color: #565968; font-size: 20px; line-height: 24px; font-weight: 400; font-family: "Futura Bk BT"; }
.row-fluid .hp_testy_wrap:before { position: absolute; content: ""; width: 150px; height: 132px; background: url(https://info.zolldata.com/hubfs/noun_Quote_453953.png) center no-repeat; background-size: cover; left: 0; top: 50%; transform: translateY(-50%); }
.row-fluid .hp_testy_wrap:after { position: absolute; content: ""; width: 150px; height: 132px; background: url(https://info.zolldata.com/hubfs/noun_Quote_453953%20%281%29.png) center no-repeat; background-size: cover; right: 0; top: 50%; transform: translateY(-50%); }


.row-fluid .hp_logo_section { width: 100%; float: left; padding: 30px 0 50px; }
.row-fluid .hp_logo_wrap { width: 100%; float: left; border-bottom: 1px solid #f0f0f0; }
.row-fluid .hp_logo_part { width: 100%; float: left; }
.row-fluid .hp_logo_inner { width: 100%; float: left; text-align: center; padding: 0 0 10px; }
.row-fluid .hp_logo_img { width: 100%; height: 90px; display: flex; align-items: center; justify-content: center; }
.row-fluid .hp_logo_img img { }
.row-fluid .hp_logo_img img { width: auto; max-width: 100%; max-height: 90px; }
.row-fluid .slick-active.slick-current .hp_logo_inner { border-bottom: 2px solid #f90; }
.row-fluid .slick-current.slick-center .hp_logo_inner { border-bottom: 2px solid #f90; }

.row-fluid .hp_tab_content_left a:hover { color: #000; }
.row-fluid .hp_zigzag_btn a:hover { background: #000; color: #fff; }
.row-fluid .hp_bluestrip_right .prod_hero_btn2 a:hover { background: #fff; color: #0082c8; }



.row-fluid .hp_business_social { position: absolute; right: 20px; bottom: 150px;  width: auto;  z-index:10;  }
.row-fluid .hp_business_social ul { padding: 0; margin: 0; width: 50px; float: none; display: inline-block; }
.row-fluid .hp_business_social ul li { width: 100%; float: none; display: inline-block; margin: 3px 0; }
.row-fluid .hp_business_social ul li a { width: 50px; height: 50px; border-radius: 100%; background: #017eb8; float: left; font-size: 23px; color: #fff; line-height: 50px; text-align: center;}
.row-fluid .hp_business_social ul li a:hover { background: #000; }
.row-fluid .hp_business_social.active { position: fixed; top:20px; bottom:auto; }
.row-fluid .hp_business_social.active.deactive { position: absolute; }



.hp_video_popup { display: none; background: transparent !important; width: 800px; max-width: 90%; height: 470px; overflow: visible !important; max-height: calc(100% - 88px); height: 470px; }
.hp_video_popup iframe { max-width: 100%; max-height: 100%; width: 100% !important; height: 100% !important; }
.hp_video_popup .fancybox-close-small { top: -5px; right: -5px; }
.hp_video_popup .fancybox-close-small:after { color: #fff; right: 2px; top: 2px; width: 35px; height: 35px; font: 30px/36px Arial, Helvetica Neue, Helvetica, sans-serif; }

.row-fluid .prod_simplify_content ul li { list-style-type: disc; font-weight: 400; font-size: 20px; margin-bottom: 5px; }
.row-fluid .prod_simplify_content ul { position: relative; padding: 0 0 0 18px; margin: 0; list-style-type: circle; text-align: left; }


.row-fluid .team_zigzag_section .hp_zigzag_right h2 { color: #007db8;  }
.row-fluid .team_zigzag_section .hp_zigzag_right h5 { margin: 0 0 8px; }
.row-fluid .team_zigzag_section .hp_zigzag_content { font-size: 18px; line-height: 24px; }
.row-fluid .hp_zigzag_img_inner { width: 300px; height: 300px; border-radius: 100%; float: none; display: inline-block; }
.row-fluid .team_zigzag_section .hp_zigzag_img { text-align: center; width: 40%; }
.row-fluid .team_zigzag_section .hp_zigzag_right { width: 60%; }
.row-fluid .team_zigzag_section .hp_zigzag_inner.image_right:before,
.row-fluid .team_zigzag_section .hp_zigzag_inner:before { bottom: auto; top: 50%; transform: translateY(-50%); }


.row-fluid .devision_section { width: 100%; float: left; padding: 50px 0; text-align: center; }
.row-fluid .devision_wrap {  width: 700px; max-width: 100%; float: none; display: inline-block; font-family: "Futura Bk BT"; }
.row-fluid .devision_text { }
.row-fluid .devision_content { text-align: left; width: 100%; float: left; padding: 10px; border-bottom: 2px solid #000; }
.row-fluid .devision_content p { margin: 10px 0; }
.row-fluid .devision_content:last-child { border: none; }
.row-fluid .devision_wrap a { font-family: "Futura Bk BT"; text-decoration: underline; color: #007db8; }

.row-fluid .prod_hero_btn2.hp_video_btn a { color: #fff; background: transparent; border-color: #fff; }
.row-fluid .prod_hero_btn2.hp_video_btn a:hover { background: #fff; color: #000; }



.row-fluid .evt_table_section { width: 100%; float: left; padding: 70px 0; text-align: center; }
.row-fluid .evt_table_wrap { width: 750px; max-width: 100%; float: none; display: inline-block; }
.row-fluid .evt_table_top { width: 100%; float: left; }
.row-fluid .evt_table_text, .row-fluid .evt_table_top_part { padding: 10px; border: 1px solid #ccc; text-align: left; font-size: 18px; width: 33.33%; float: left; }
.row-fluid .evt_table_top_part { background: #17679c; color: white; font-weight: bold; }
.row-fluid .evt_table_box { width: 100%; float: left; }
.row-fluid .evt_table_inner { width: 100%; float: left; }
.row-fluid .evt_table_text span, .row-fluid .evt_table_top_part span { width: 100%; float: left; display: flex;  align-items: center; }
.row-fluid .evt_table_text { font-size: 16px; line-height: 24px; }
.row-fluid .evt_table_inner:nth-of-type(even) { background: #eee; }
.row-fluid .evt_table_text a:hover { color: #17679c;}



/*  28-05-2020  */
.row-fluid .border { position: relative; z-index: 1; }
.row-fluid .border.go:before, .row-fluid .border.go:after {  width: 100%; height: 100%; pointer-events: none; }
.row-fluid .border.go:before { border-top-color: #000 ; border-left-color: #000 ; -webkit-transition: width 0.5s ease-out 0.5s, height 0.5s ease-out 1s; transition: width 0.5s ease-out 0.5s, height 0.5s ease-out 1s; }
.row-fluid .border.go:after { border-bottom-color: #000 ; border-right-color: #000 ; -webkit-transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1.5s, height 0.5s ease-out 2s; transition: border-color 0.01s ease-out 1s, width 0.5s ease-out 1.5s, height 0.5s ease-out 2s; }
.row-fluid .border:before, .row-fluid .border:after { box-sizing:inherit; border: 1px solid transparent; width: 0; height: 0; position:absolute; content:""; z-index: -1; }
.row-fluid .border:before { top: 0; right: 0; }
.row-fluid .border:after { bottom: 0; left: 0; }

.home-hero-section:before { opacity: 0.1; }
.home-hero-section .hero-caption .hero-text { max-width: 755px; }
.home-hero-section h1 { color: #318dcf; margin-bottom: 20px; font-size: 90px; line-height: normal; }
.home-hero-section h2 { font-size: 50px; line-height: 65px; margin-bottom: 0; }

.row-fluid .hp_tab_section_v2 {position: relative; z-index: 1; padding: 30px 0 50px; }
.row-fluid .hp_tab_section_v2:before {width: 200px;height: 580px;left: 0;top: 50px;position: absolute;content: "";background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat;background-size: cover;background-position: top right;}
.row-fluid .hp_tab_section_v2 .hp_tab_ttl h4 { color: #0174c8; font-size: 28px; font-weight: 800; font-family: 'Futura Hv BT',sans-serif; margin-bottom: 10px; line-height: normal; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box a.active { color: #fff; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box a.active h5 { color: #fff; }
.hp_tab_section_v2 .hp_tab_list_icon { align-items: flex-end; }
.hp_tab_section_v2 .hp_tab_list_icon img { width: 100%; max-width: 170px; object-fit: scale-down; }

.row-fluid .hp_testy_section_v2 { padding: 50px 0 50px; background: rgba(0,130,200,0.12); float: left; width: 100%; margin-top: 70px;  position: relative;   z-index: 1; }
.hp_testy_section_v2:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 0 118px 100vw; border-color: transparent transparent #e0f0f8 transparent; position: absolute; bottom: 100%; right: 0; z-index: -1; transform: scaleX(-1); }

.row-fluid .hp_testy_section_v2 .hp_testy_section { padding: 0; }
.row-fluid .hp_testy_section_v2 .hp_testy_part h4:after {content: "";height: 1px;background: #0082c8;max-width: 320px;display: block;margin: auto;width: 100%;position: absolute;left: 0;right: 0;bottom: 0;}
.row-fluid .hp_testy_section_v2 .hp_testy_part h4 { width: 100%; max-width: 630px;  line-height: 36px; padding-bottom: 15px; position: relative; margin: 0 auto 40px; }
.row-fluid .hp_testy_section_v2 .hp_testy_wrap:after , .row-fluid .hp_testy_section_v2 .hp_testy_wrap:before { width: 220px; height: 192px; opacity: 0.6; top: 58%; }
.row-fluid .hp_testy_section_v2 .hp_testy_wrap:before { left: 220px; }
.row-fluid .hp_testy_section_v2 .hp_testy_wrap:after { right: 220px; }

.row-fluid .hp_testy_section_v2 .hp_logo_section {  padding-top: 60px; }
.row-fluid .hp_testy_section_v2 .hp_logo_section .container { max-width: 960px; }
.row-fluid .hp_testy_section_v2 .slick-current.slick-center .hp_logo_inner { border-bottom: 3px solid #0275c8; }
.row-fluid .hp_testy_section_v2 .hp_testy_part h5 { color: #000; font-weight: 700; }
.row-fluid .hp_testy_section_v2  .hp_testy_part { font-weight: 400; }
.row-fluid .hp_testy_section_v2 .hp_testy_wrap {  padding: 0 200px; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box img { animation: fadeIn ease 1s; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box .active img.tab_gif_icon {  display: block; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box .active img.tab_icon { display: none; }
.row-fluid .hp_tab_section_v2 .hp_tab_list_box img.tab_gif_icon { display: none; }

.row-fluid .hp_tab_list_box a:before {content: "";position: absolute;left: 0;transition: cubic-bezier(0.51,-0.02,0.38,1.07) .5s ;top: 0;bottom: 0;background: #0275c8;z-index: -1;right: 100%;}
.row-fluid .hp_tab_list_box a { position: relative; z-index: 1; }
.row-fluid .hp_tab_list_box a.active:before { right: 0; }


.clickable-box-section { padding-bottom: 70px; }
.clickable-image-row .clickable-image { min-height: 480px; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; padding: 70px 0 100px; position: relative; z-index: 2; }
.clickable-row .clickable-box { width: calc(100% / 3 - 24px);  display: inline-block; vertical-align: top; text-align: center; margin: 0 10px;  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);  background-color: #fff; padding: 26px 20px; cursor: pointer; }
.clickable-row .clickable-box h5{ color:#0174c8; }
.clickable-text { font-size: 20px; font-weight: 400;  text-align: left; line-height: 25px; }
.clickable-row { margin-top: -70px; position: relative; z-index: 2; }
.clickable-row .clickable-box.active { background-color: #0174c8; color: #fff; }
.clickable-row .clickable-box.active h5 { color: #fff; }
.clickable-top-caption { width: 100%; max-width: 630px; color: #ffff; background: rgba(0, 0, 0, 0.6);  padding: 22px 20px 1px; margin-left: -10px;  }
.clickable-top-caption h2 { color: #318dcf; font-size: 70px; line-height: normal; margin-bottom: 20px; margin-left: -6px; }
.clickable-top-caption span{color:#fff;}
.clickable-image-row .clickable-image:after{content: "";position: absolute; left: 0;right: 0;top: 0;bottom: 0;background: #000;opacity: 0.1;z-index: -1;}
.clickable-top-text { margin-bottom: 20px; }

/*  */
.row-fluid .header-v2 {}
.row-fluid .header-v2 .login-menu-btn { margin-left: 28px; margin-right: 16px; }
.row-fluid .header-v2 .login-menu-btn .hs-menu-wrapper > ul > li > a { background: transparent; font-size: 20px; font-weight: 800; color: #000; padding: 10px 17px 10px; text-align: center; min-width: auto; }
.row-fluid .header-v2 .login-menu-btn .hs-menu-wrapper > ul > li > a:after { display: none; padding: 0; }
.row-fluid .header-v2 .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper { min-width: 152px; left: 50%; transform: translate(-50%); }
.row-fluid .header-v2 .header-right .btn .cta_button { border: none; background: #ea862d; color: #fff; padding: 10px 15px; }
.row-fluid .header-v2 .header-right .btn .cta_button:before { background-image: url('https://info.zolldata.com/hubfs/Zoll%20Data%20Systems%20Theme%202020/Images/phone.svg'); margin-right: 12px; width: 25px; height: 25px; }
.row-fluid .header-v2 .header-right .btn .cta_button:hover { background: #000; }
.row-fluid .header-v2 .login-menu-btn .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper { border-radius: 0; }
.row-fluid .zoll_search_input { display: inline-block; width: auto; float: none; margin: 0; vertical-align: middle; position: relative; }
.row-fluid .zoll_search_input .hs-search-field { position: absolute; top: 45px; width: 220px; right: 0; opacity: 0; visibility: hidden; transition: all 0.5s; }
.row-fluid .zoll_search_input .hs-search-field .hs-search-field__input { margin-bottom: 0; border: 2px solid #0076bd; border-radius: 90px;  height: 38px; font-size: 15px; padding: 0 20px; }
.search_input_icon {  display: inline-block; vertical-align: middle; margin: 8px 0 0 14px; cursor: pointer; }
.search_input_icon img { width: 100%; max-width: 25px; }
.row-fluid .zoll_search_open .hs-search-field { opacity: 1; visibility: visible; }
.row-fluid .header-v2 .main-menu .hs-menu-flow-horizontal > ul > li { padding: 0; }

/* 29-05-2020 */
.prod_hero_video video { width: 100% !important; height: 100% !important; }
.row-fluid .prod_benefits_btn { width: 100%; text-align: center; margin: 50px 0 0; }
.row-fluid .prod_benefits_btn a { color: #0b7ec0; border: 1px solid #707070; padding: 10px 30px; }
.row-fluid .prod_benefits_btn a:hover { border-color: #000; }

.prod_three_section { padding: 130px 0; }
.prod_three_box { width: 33.333%; float: left; text-align: center; padding: 0 20px 30px; }
.prod_three_box h3 { margin-top: -25px; font-size: 40px; }
.prod_three_content { width: 100%; float: left; padding: 0 15px 40px; }
.prod_three_row { margin: 0 -20px; }
.prod_three_text { font-size: 20px; }
.prod_three_text p:last-child { margin-bottom: 0; }
.prod_three_box h3 span { display: inline-block; background: #fff; padding: 0 16px; }
.prod_three_icon { width: 105px; height: 105px; margin: auto; align-items:center;  border: 3px solid rgba(14, 132, 188, 0.5); border-radius: 100%; display: flex; margin-bottom: 35px; }
.prod_three_icon img { margin: auto; width: 100%; max-width: 62px; }
.row-fluid .prod_three_box .border.go:before { border-top-color: #707070 ; border-left-color: #707070 ; }
.row-fluid .prod_three_box .border.go:after { border-bottom-color: #707070 ; border-right-color: #707070 ; }

/* search_result */
.row-fluid .search_result_section { padding: 80px 0; }
.row-fluid .search_result_section .hs-search-results__listing li > a { color: #0076bd; font-family: "Futura Hv BT"; font-size: 30px; font-weight: 800; line-height: 40px;  display: inline-block;  margin-bottom: 20px; }
.row-fluid .search_result_section .hs-search-results__listing li { font-size: 18px; margin-bottom: 48px; }
.row-fluid .search_result_section .hs-search-results__pagination a { color: #0076bd; font-family: "Futura Hv BT"; }
.row-fluid .search_result_section .hs-search-results__pagination { margin-top: 30px; width: 100%; float: left; }
.row-fluid .search_result_banner h1 { margin-bottom: 0; }
.row-fluid .search_result_banner .hero-section .container { min-height: 440px; }

.row-fluid .hp_tab_section_v2 .hp_tab_content_right:before { top: 18%; transform: none; height: 0; animation-delay: 0.5s; }
.row-fluid .hp_tab_content.go .hp_tab_content_right:before { height: 60%; animation: anim_height ease 1s; animation-delay: 0s; }

/*  */
.home-hero-section .container{ min-height: 450px; }
.sprd_feature_inner.list-style li {  margin-bottom: 0; font-weight: 400; }
.sprd_feature_inner.list-style ul { margin:10px 0 0; padding:0 0 0 15px; text-align: left; width:100%; float:left; max-width: 100%; }

/*  */
.row-fluid .sprd_feature_section_v2 {  padding-bottom: 0; }
.sprd_feature_section_v2 .sprd_feature_ttl { text-align: center; width: 100%; max-width: 1050px; margin: 0 auto 50px; float: none; }
.sprd_feature_section_v2 .sprd_feature_top.right_img .container { display: flex; flex-direction: row-reverse; align-items: center; }
.sprd_feature_section_v2 .right_img .sprd_feature_img { padding-right: 0; padding-left: 30px; }
.sprd_feature_content { font-size: 20px; line-height: 25px; }

.row-fluid .sprd_feature_section_v2 h3 { color: #007db8; margin-bottom: 40px; font-size:40px;}
.row-fluid .sprd_feature_section_v2 .sprd_feature_top { padding-bottom: 80px; margin-bottom: 0; position: relative; z-index: 1; }
.row-fluid .sprd_feature_section_v2 .right_img .sprd_feature_text { padding-right: 30px; }
.row-fluid .sprd_feature_section_v2 .left_img .sprd_feature_text { padding-left: 30px; }
.sprd_feature_section_v2 .sprd_feature_top.true .container {display: block;}
.sprd_feature_section_v2 .sprd_feature_top.true .sprd_feature_text { float: left; }
.circle-hide .sprd_feature_wrap:before { display: none; }

.row-fluid .sprd_feature_section_v2 .sprd_feature_top:after {content: "";width: 110px;height: 440px;left: auto;right: 0;top: -350px;background: url(https://info.zolldata.com/hubfs/Zoll-2020/images/Ellipse.png) no-repeat;background-size: cover;position: absolute;top: 0; z-index:-1; display:none; }
.row-fluid .sprd_feature_section_v2 .sprd_feature_top:nth-child(2n):after { left: 0; transform: scale(-1); }
.row-fluid .sprd_feature_section_v2 .sprd_feature_top:nth-last-child(1):after , .row-fluid .sprd_feature_section_v2 .sprd_feature_top:nth-last-child(2):after { display: block; }
.circle-hide .sprd_feature_section_v2 .sprd_feature_top:after{ display:none !important; }
.row-fluid .sprd_hero_wrap h2 { line-height: normal; }
.row-fluid .sprd_hero_wrap h2 span { color: #007db8; }
.sprd_hero_section .sprd_hero_text a:hover {background: transparent;color: #017eb8;}
.sprd_hero_section .sprd_hero_text a { color: #000064; }

.row-fluid .sprd_feature_section_v2 .sprd_feature_wrap { margin-bottom: 0; }

@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes anim_height {
  0% {
    height: 0;
  }
  100% {
    height: 60%;
  }
}





/* 04-06-2020 */
.row-fluid .devision_content ul li { list-style-type: disc; padding: 5px 0; }
.row-fluid .devision_content ul { list-style-type: disc; padding: 0 0 0 20px; margin: 20px 0; }
.row-fluid .devision_content h6 { margin-top: 20px;     font-size: 17px; }
.row-fluid .devision_content h5 { margin-top: 20px; color:#000 }




.row-fluid .zoll_form_box form fieldset{max-width:100%!important;float:left;margin:5px 0;width:100%;}
.row-fluid .zoll_form_box form .form-columns-1 .input,.row-fluid .zoll_form_box form .form-columns-2 .input{margin-right:0!important;}

.row-fluid .zoll_form_box form .form-columns-1 .input textarea , .row-fluid .zoll_form_box form .form-columns-1 .input input , .row-fluid .zoll_form_box form .form-columns-1 .input select { width:100% !important; }
.row-fluid .zoll_form_box form .form-columns-2{width:100%;}
.row-fluid .zoll_form_box form .form-columns-2 .input input{width:100%!important;}
.row-fluid .zoll_form_box form .hs-fieldtype-booleancheckbox .input input{width:auto!important;height:auto!important;}
.row-fluid .zoll_form_box form .form-columns-2 .hs-form-field:first-child{padding-right:1%;padding-left:0;}
.row-fluid .zoll_form_box form .form-columns-2 .hs-form-field:last-child{padding-left:1%;padding-right:0;}
.row-fluid .zoll_form_box form .form-columns-2 .hs-form-field{width:47.5% !important;}
.row-fluid .zoll_form_box form .form-columns-1 .hs-form-field{padding-right:0!important;}
.row-fluid .zoll_form_box form .hs_recaptcha{float:left;width:100%;}

/* .row-fluid .zoll_form_box form .input input.error { background:#ff6666; }  */
.row-fluid .zoll_form_box form .hs-form-required{display:none!important;}
.row-fluid .zoll_form_box form .hs-error-msgs{font-size:12px;color:red;}
.row-fluid .zoll_form_box form input, .row-fluid .zoll_form_box form select {margin-bottom:20px;background:rgba(255,255,255,0.9);border:1px solid #A3A3A3;font-size:16px;color:#000;padding:10px 12px;float:left;}
.row-fluid .zoll_form_box form textarea{width:100%!important;margin-bottom:22px;background:rgba(255,255,255,0.9);height:100px;resize:none;border:1px solid #A3A3A3;font-size:16px;color:#000;padding:10px 12px;float:left;}
.row-fluid .zoll_form_box form .hs_submit input{ width:auto; margin:0;background:#17679c;border:none;transition:all 0.3s ease-in-out;font-weight:700;line-height:19px;font-size:16px;padding:15px 20px;float:none;color:#fff;text-transform:uppercase;display:inline-block;}
.row-fluid .zoll_form_box form > div > div.actions{width:100%;float:left; text-align:center; }
.row-fluid .zoll_form_box form .hs_submit input:hover { background:#000; }
.row-fluid .zoll_form_box form .hs-fieldtype-radio .hs-error-msgs li { top: 0px; }
.row-fluid .zoll_form_box form .hs-fieldtype-booleancheckbox .hs-error-msgs li { top: 0px; }


.row-fluid .zoll_form_box form input::-webkit-input-placeholder,.row-fluid .zoll_form_box form input[type=email]::-webkit-input-placeholder,.row-fluid .zoll_form_box form textarea::-webkit-input-placeholder{color:#A3A3A3;}
.row-fluid .zoll_form_box form input::-moz-placeholder,.row-fluid .zoll_form_box form input[type=email]::-moz-placeholder,.row-fluid .zoll_form_box form textarea::-moz-placeholder{color:#A3A3A3;}
.row-fluid .zoll_form_box form input:-ms-input-placeholder,.row-fluid .zoll_form_box form input[type=email]:-ms-input-placeholder,.row-fluid .zoll_form_box form textarea:-ms-input-placeholder{color:#A3A3A3;}
.row-fluid .zoll_form_box form input:-moz-placeholder,.row-fluid .zoll_form_box form input[type=email]:-moz-placeholder,.row-fluid .zoll_form_box form textarea:-moz-placeholder{color:#A3A3A3;}

.row-fluid .zoll_form_box form .inputs-list li { width: 100%; float: left; }
.row-fluid .zoll_form_box form .inputs-list input,  .row-fluid .zoll_form_box form .form-columns-1 .input .inputs-list input,
.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list input{     width: auto !important; margin-bottom: 0; padding: 0; float: none; }
.row-fluid .zoll_form_section { width: 100%; float: left; text-align: center; padding:50px 0; }
.row-fluid .zoll_form_wrap { width: 700px; max-width: 100%; float: none; display: inline-block; background: #f0f0f0; padding: 40px; }
.row-fluid .zoll_form_box form { text-align: left; }
.row-fluid .zoll_form_wrap h2 { color: #007db8; }


.row-fluid .zoll_form_box form .inputs-list input,
.row-fluid .zoll_form_box form .form-columns-1 .input .inputs-list input,
.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list input { position: absolute; left: 0; top: 7px; margin: 0; }
.row-fluid .zoll_form_box form .inputs-list span,
.row-fluid .zoll_form_box form .form-columns-1 .input .inputs-list span,
.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list span { padding: 0 0 0 30px; margin: 0;      display: inline-block; }
.row-fluid .zoll_form_box form .inputs-list li,
.row-fluid .zoll_form_box form .form-columns-1 .input .inputs-list li,
.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list li { position: relative; }
.row-fluid .zoll_form_box .hs-richtext { margin: 0 0 20px; }

.row-fluid .zoll_fullsocial_section .zoll_fullsocial_left { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; text-align: center; }
.row-fluid .zoll_fullsocial_section
.zoll_fullsocial_right { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; text-align: center; }
.row-fluid .zoll_fullsocial_wrap { width: 100%; float: left; }
.row-fluid .zoll_fullsocial_section { margin: 0; overflow: hidden; }
.row-fluid .zoll_fullsocial_section .zoll_fullsocial_left h5 { margin: 0; padding:0; }
.row-fluid .zoll_fullsocial_section  .social-section-title { top: 50%;    transform: translate(-50%, -50%);     left: 50%; }
.row-fluid .zoll_fullsocial_section:before, .row-fluid .zoll_fullsocial_section:after { width: 100%; height: 100%; left: 0;   right: 0;   top: 0;  bottom: 0; }


.row-fluid .demo_form_mrg .zoll_form_section{ padding-top:0; }


.row-fluid .zoll_btn { width: 100%; float: left; text-align: center; padding: 30px 0; }
.row-fluid .zoll_btn a { text-decoration: none; font-weight: 500; font-family: 'Futura Hv BT', sans-serif; }
.row-fluid .devision_text { width: 100%; float: left; }
.row-fluid .zoll_btn > div { width: auto; float: none; display: inline-block; padding: 10px; }
.row-fluid .btn_blue { }
.row-fluid .btn_blue a { background: #0e84bc; color: #fff; border-color: #0e84bc; }
.row-fluid .btn_blue a:hover { background: #000; border-color: #000; color: #0e84bc; }
.row-fluid .partner_devision_topbtn { padding-top:0;}

.row-fluid .zoll_zigzag_btn .btn a {  min-width: auto; }
.row-fluid .customer_zigzag .hp_zigzag_section { padding-top: 0; margin: -40px 0 0; }
.row-fluid .customer_zigzag .hp_zigzag_inner.image_right:before,
.row-fluid .customer_zigzag .hp_zigzag_inner:before { bottom: auto; top: 50%; transform: translateY(-50%); }
.row-fluid .customer_zigzag .hp_zigzag_wrap { padding:50px 0; }
.row-fluid .hp_zigzag_content ol li { list-style-type: decimal; }
.row-fluid .hp_zigzag_content ol { padding: 0 0 0 22px; text-align: left; }
.row-fluid .zoll_zigzag_btn {  text-align: left; margin: 0 -10px; padding:0; }

.row-fluid .customer_division .zoll_btn {  padding-top: 0; margin: -30px 0 0; }
.row-fluid .email_pref_form .zoll_form_wrap { width: 950px; }



.row-fluid .hp_zigzag_content ul li { list-style-type: disc; margin: 5px 0; }
.row-fluid .hp_zigzag_content ul { padding: 0 0 0 20px; }
.row-fluid .hp_zigzag_content ul li a { color: #0076bd; }
.row-fluid .hp_zigzag_content ul li a:hover { color: #000; }


.row-fluid .zoll_threebox_section { width: 100%; float: left; padding: 20px 0; text-align:center; }
.row-fluid .zoll_threebox_wrap { display: block; margin: 0 -15px; width: auto; }
.row-fluid .zoll_threebox_part { width: 33.33%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding: 25px 15px; text-align:left; }
.row-fluid .zoll_threebox_img { width: 100%; float: left; height: 250px; }
.row-fluid .zoll_threebox_title { width: 100%; float: left; margin: 25px 0 0; }
.row-fluid .zoll_threebox_text { width: 100%; float: left; }
.row-fluid .zoll_threebox_title h5 { color: #0076bd; font-family: "Futura Hv BT"; }
.row-fluid .zoll_threebox_text ul { padding: 0 0 0 20px; margin: 0 0 20px; width: 100%; float: left; }
.row-fluid .zoll_threebox_text ul li { list-style-type: disc; margin: 5px 0; width: 100%; float: left; }
.row-fluid .zoll_threebox_text a { width: 100%; float: left; margin: 0 0 20px; color: #0076bd; }
.row-fluid .zoll_threebox_text ul li a { margin: 0; }
.row-fluid .zoll_threebox_text a:hover { color: #000; }

.row-fluid .covid_hero .prod_deliver_section:after { background: rgba(0, 0, 0, 0.7); }
.row-fluid .covid_text_center .devision_content { text-align: center; }
.row-fluid .covid_full_width .devision_wrap { width: 900px; }
.row-fluid .covid_zigzag .hp_zigzag_section { padding-top: 0; margin: -50px 0 0; }

.row-fluid .three-box { float: none; display: inline-block; vertical-align: top; margin: 0 -2px; }
.row-fluid .three-box-row { text-align: center; }
.row-fluid .prod_hero_ttl h2 sup { float: none; display: inline-block; transform: translateY(-7px); font-size: 20px; }

.row-fluid .blog-hero-caption .subscribe-form input.hs-button { background: #ea862d; }
.row-fluid .blog-hero-caption .subscribe-form input.hs-button:hover { background: #000; }

.row-fluid .footer-section { font-size: 14px; line-height: 25px; }
.row-fluid .address-text { line-height: 25px; }
.row-fluid .footer-col ul li a { font-size: 16px; line-height: 22px; padding: 0 0 15px; }
.row-fluid .footer-col ul li ul.hs-menu-children-wrapper li a { font-size: 14px; line-height: 25px; }
.row-fluid .address-list { font-size: 18px; line-height: 22px; }
.row-fluid .footer-col { width: 18.7%; }
.row-fluid .footer-address { width: 25%; }
.row-fluid .cntct_fulltext .devision_section { padding-bottom: 0; margin: 0 0 -40px; }
.row-fluid .footer-logo img { max-width: 260px !important; }
.row-fluid .copyright-footer { font-size: 14px; line-height: 25px; padding: 20px 0; }
.row-fluid .copyright-text { width: 30%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; }
.row-fluid .copyright-menu { width: 70%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 0 0 20px; }


.row-fluid .helth_video_section { padding: 70px 0; text-align: center; width: 100%; float: left; }
.row-fluid .helth_video_wrap { width: 650px; max-width: 100%; float: none; display: inline-block; }
.row-fluid .helth_video_code { width: 100%; float: none; display: inline-block;  }
.row-fluid .helth_video_content { width: 100%; float: left; margin: 60px 0 0; }
.row-fluid .helth_video_social { width: 100%; float: left; margin: 40px 0 0; }
.row-fluid .helth_video_social h6 { font-size: 22px; line-height: 25px; float: none; display: inline-block; width: auto; }
.row-fluid .helth_video_social ul { font-size: 22px; line-height: 25px; float: none; display: inline-block; width: auto; }
.row-fluid .helth_video_social ul li { float: none; display: inline-block; padding: 10px 5px; }
.row-fluid .helth_video_social ul li a { }
.row-fluid .helth_video_social ul li a:hover { color: #0e84bc; }
/* .row-fluid .helth_video_code .wistia_embed {
    max-width: 100%;
} */


.row-fluid .prodV2_benefits .inner { width:50%; float:left; }
.row-fluid .prodV2_benefits .inner h4 { text-align:center; }
.row-fluid .prodV2_benefits .prod_benefits_text ul li { margin:20px 0; width:100%; }


/*------- 13-06-2020 -------*/
.row-fluid .error-content { padding: 90px 0; text-align:center; }
.row-fluid .error-content p:last-child { margin-bottom: 0px; }
.row-fluid .backtohome { margin-bottom: 30px; }
.row-fluid .backtohome a { display: inline-block; background: #ea862d; color: #fff; font-size: 16px; line-height: 24px; font-family: 'Futura Hv BT', sans-serif; font-weight: 500; padding: 13px 20px; border-radius: 5px; }
.row-fluid .backtohome a:hover { background: #000; }

.row-fluid .password-section { width: 100%; padding: 90px 0 90px; float: left; text-align: center; }
.row-fluid .password-section .container { max-width: 480px; }
.row-fluid .password-section form input[type="password"] { margin-top:0 !important; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 24px 15px; font-size: 16px; line-height: 20px; display: block; -webkit-appearance: none; margin-bottom: 20px; }
.row-fluid .password-section form input[type="submit"] { -webkit-appearance: none; background: #ea862d; width: auto; display: inline-block; padding: 15px 20px; border-radius: 5px; font-weight: 500; line-height: 20px; min-width: 150px; text-align: center; }
.row-fluid .password-section form input[type="submit"]:hover { background:#000;  }

.row-fluid .subspre-section { width: 100%; float: left; padding: 90px 0 90px; }
.row-fluid .subspre-section h1 { font-size: 45px; line-height: 50px; margin: 0 0 15px; }
.row-fluid .subspre-section h2 { font-size: 20px; margin: 0; }
.row-fluid .subspre-section .page-header p { font-size: 16px; }
.row-fluid .subspre-section .email-prefs .header { font-size: 20px; }
.row-fluid .subspre-section .email-prefs .item .checkbox-row { position: relative; padding-left: 20px; }
.row-fluid .subspre-section .email-prefs .item .checkbox-row .fakelabel input[type="checkbox"] { position: absolute; top: 5px; left: 0; }
.row-fluid .subspre-section .email-prefs .item  p { margin-left: 25px; }
.row-fluid .subspre-section label { margin: 0; }
.row-fluid .subspre-section .email-prefs input[type="submit"] { -webkit-appearance: none; white-space: unset; -webkit-appearance: none; background: #ea862d; width: auto; display: inline-block; padding: 15px 20px; border-radius: 5px; font-weight: 500; line-height: 20px; min-width: 150px; text-align: center; margin-top: 10px; }
.row-fluid .subspre-section .subscribe-options .header { font-size: 18px; margin: 0 0 15px; }
.row-fluid .subspre-section .subscribe-options p { position: relative; }
.row-fluid .subspre-section .subscribe-options p input[type="checkbox"] { position: absolute; top: 3px; left: 0; margin-left: 0; }
.row-fluid .subspre-section .subscribe-options p input[type="checkbox"] + span { padding-left: 25px; display:block; }

.row-fluid .unsubscribe-section { padding: 90px 0 90px; }
.row-fluid .unsubscribe-section .container { max-width: 650px; }
.row-fluid .unsubscribe-section h1 { font-size: 36px; line-height: 36px; margin: 0; }
.row-fluid .unsubscribe-section form h3 { font-size: 30px; line-height: 30px; }
.row-fluid .unsubscribe-section form input[type="email"] { -webkit-appearance: none; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; padding: 14px 15px !important; line-height: 20px; display: block; -webkit-appearance: none; margin-bottom: 10px; width: 100% !important; }
.row-fluid .unsubscribe-section form input[type="submit"] { -webkit-appearance: none; background: #ea862d; width: auto; display: inline-block; padding: 15px 20px; border-radius: 5px; font-weight: 500; line-height: 20px; min-width: 150px; text-align: center; }
.row-fluid .unsubscribe-section form input[type="submit"]:hover { background:#000; }

.row-fluid .subscribe-confirm { padding: 90px 0; }
.row-fluid .subscribe-confirm { text-align: center; }
.row-fluid .subscribe-confirm h1 { font-size: 36px; line-height: 36px; margin: 0 0 15px; }
.row-fluid .subscribe-confirm h2 { font-size: 18px; margin: 0; }

.row-fluid .system-search { margin-bottom: 40px; }
.row-fluid .system-search span.search_input_icon { display: none; }
.row-fluid .system-search form { max-width: 650px; margin: 0 auto; position: relative; overflow:hidden; }
.row-fluid .system-search form input[type="text"] { margin: 0; border: 2px solid #0076bd; border-radius:30px; padding: 13px 60px 13px 15px; line-height: 20px; }
.row-fluid .system-search form button { width: 50px; height: 50px; position: absolute; top: 0; right: 0; border: 0px; background-color: transparent; cursor: pointer; }
.row-fluid .system-search form button svg { height: 21px; }
.row-fluid .system-search form button svg path { fill: #0076bd; transition: all 0.3s; }
.row-fluid .system-search form button:hover svg path { fill: #000; }


.row-fluid .simple_form form { background-color: #f0f0f0; padding: 50px; margin: 50px auto; text-align: left !important; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.row-fluid .simple_form form input, .row-fluid .simple_form form select, .row-fluid .simple_form form textarea { margin-bottom: 20px; background: rgba(255, 255, 255, 0.9); border: 1px solid #a3a3a3; font-size: 16px; color: #000; padding: 10px 12px; }
.row-fluid .simple_form form input[type="submit"] { width: auto; margin: 0; background: #17679c; border: 0; transition: all .3s ease-in-out; font-weight: 700; line-height: 19px; font-size: 16px; padding: 15px 20px; float: none; color: #fff; text-transform: uppercase; display: inline-block; }
.row-fluid .simple_form form textarea { min-height: 130px; }
.row-fluid .simple_form form h3 { color:#007db8; font-size:25px; line-height:30px; }

.row-fluid .hp_tab_list_box a:hover, .clickable-row .clickable-box:hover:before { background: rgba(3, 117, 200, 0.15); }
.clickable-row .clickable-box { position: relative; background: #fff; }
.clickable-row .clickable-box:hover:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.4s ease-in-out; }
.clickable-row .clickable-box.active:hover:before { opacity:0; }

.row-fluid .header-v2 .header-right .btn .cta_button:before { display: none; }


/* Contact Page With Step Form */

.row-fluid .stape-contact-section ul.hs-form-steps { float: left; width: 100%; padding: 0; margin: 0 0 18px; border-bottom:2px solid #17679c; list-style-type: none; }
.row-fluid .stape-contact-section ul.hs-form-steps:after { position: absolute; content: ""; height: 1px; width: 25%; background: #fff; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); }
.row-fluid .stape-contact-section ul.hs-form-steps li { float: none; display: inline-block; vertical-align: top; width:auto; }
.row-fluid .stape-contact-section ul.hs-form-steps li a { padding:10px 20px; float: none; vertical-align: top; width:auto; font-size: 18px; text-transform: uppercase; color: #000; background:transparent; line-height: 20px; margin: 0 auto; position:relative; z-index:1; pointer-events:none; display:inline-block; font-family:'Futura Hv BT',sans-serif; }
.row-fluid .stape-contact-section ul.hs-form-steps li.active a { background:#17679c; color:#fff; }

.row-fluid .stape-contact-section form .inner-step-wrapper { float:left; width:100%; margin-top:0; position:relative; }
.row-fluid .stape-contact-section form .inner-step-wrapper .form-step.active { display:block; opacity: 1; visibility: visible; }
.row-fluid .stape-contact-section form .inner-step-wrapper .form-step { position: absolute; width: 620px; max-width:100%; left: 50%; top: 50%; opacity: 0; visibility: hidden; transition: all .3s ease; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); }

.row-fluid .stape-contact-section .next-btn { float:left; padding:15px 20px; color:#fff; font-size:16px; line-height:19px; font-weight:700; background:#17679c; text-transform:uppercase; cursor:pointer; margin-top:0px !important; }
.row-fluid .stape-contact-section .prev-btn { float:left; padding:15px 20px; color:#fff; font-size:16px; line-height:19px; font-weight:700; background:#17679c; text-transform:uppercase; cursor:pointer; margin-top:0 !important; margin-right:15px; }
.row-fluid .stepform_section { padding:60px 0; }

.row-fluid .step_form_title { margin:0 0 20px; text-align:center; }
.row-fluid .step_form_title h2 { margin:0 0 10px; }


/*** Step Form Request a Demo ***/
body.formopen { overflow:hidden; }
body.formopen:before { content:''; width:100%; height:100%; background:#000; position:fixed; top:0; left:0; opacity:0.5; z-index:9999; }
.row-fluid .request_button { padding:6px 15px 8px; font-size:16px; line-height:24px; color:#fff; width:auto; height:auto; position:fixed; top:45%; left:-69px; background:#ea862d; border-radius:0 0 5px 5px; font-family:'Futura Hv BT',sans-serif; cursor:pointer; -webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);; z-index:99; opacity: 0; visibility: hidden; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;; font-weight:400; }
.row-fluid .request_button:before { content:''; margin-right:6px; width: 14px; height: 14px; background:url('https://www.zolldata.com/hubfs/Zoll%20Data%20Systems%20Theme%202020/Images/comment.svg') no-repeat; display: inline-block; -webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);; }
.row-fluid .request_button.show { opacity:1; visibility: visible; }
.row-fluid .request_main { padding:20px 30px 30px; display:inline-block; width:100%; max-width:700px; background:#fff; border-radius:5px; box-shadow:0 0 10px rgba(0,0,0,0.5); position:relative; }
.row-fluid .request_close { width:38px; height:38px; line-height:38px; position:absolute; top:0; right:0; text-align:center; cursor:pointer; opacity:0.7; }
.row-fluid .request_step { padding:5%; width:100%; height:100%; position:fixed; top:-100%; left:0; text-align:center; overflow-y: auto; z-index:9999; opacity: 0; visibility: hidden; -webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
-o-transition: all 400ms ease;
transition: all 400ms ease;; }
body.formopen .request_frm.request_step {  opacity: 1; visibility: visible; top:0; }
.row-fluid .request_main .content { text-align:left; }
.row-fluid .request_form form fieldset { max-width:100% !important; float:left; margin:5px 0; width:100%; visibility:hidden; }
.row-fluid .request_form form .form-columns-1 .input ,.row-fluid .request_form form .form-columns-2 .input { margin-right:0; }
body.formopen .request_frm .request_form form fieldset { visibility: visible; }
.row-fluid .request_form form .form-columns-1 .input textarea , .row-fluid .request_form form .form-columns-1 .input input , .row-fluid .request_form form .form-columns-1 .input select { width:100% !important; }
.row-fluid .request_form form .form-columns-2 { width:100%; }
.row-fluid .request_form form .form-columns-2 .input input{ width:100%; }
.row-fluid .request_form form .hs-fieldtype-booleancheckbox .input input { width:auto; height:auto; }
.row-fluid .request_form form .form-columns-2 .hs-form-field:first-child { padding-right:10px; padding-left:0; }
.row-fluid .request_form form .form-columns-2 .hs-form-field:last-child { padding-left:10px; padding-right:0; }
.row-fluid .request_form form .form-columns-2 .hs-form-field { width:50%; }
.row-fluid .request_form form .form-columns-1 .hs-form-field { padding-right:0; }
.row-fluid .request_form form .hs_recaptcha { float:left; width:100%; }

.row-fluid .request_form form .hs-form-required { color: red; }
.row-fluid .request_form form .hs-error-msgs { font-size:12px; color:red; }
.row-fluid .request_form form input, .row-fluid .request_form form select { margin-bottom:10px; background:rgba(255,255,255,0.9);border:1px solid #A3A3A3;font-size:16px;color:#000;padding:10px 12px;float:left;}
.row-fluid .request_form form textarea { width:100%; margin-bottom:22px; background:rgba(255,255,255,0.9); height:100px; resize:none; border:1px solid #A3A3A3; font-size:16px; color:#000; padding:10px 12px; float:left; }
.row-fluid .request_form form .hs_submit input { width:auto; margin:0; background:#17679c; border:none; transition:all 0.3s ease-in-out; font-weight:700; line-height:19px; font-size:16px; padding:15px 20px; float:none; color:#fff; text-transform:uppercase; display:inline-block; }
.row-fluid .request_form form > div > div.actions { width:100%; float:left; text-align:center; }
.row-fluid .request_form form .hs_submit input:hover { background:#000; }

.row-fluid .request_form form .inputs-list li { width: 100%; float: left; }
.row-fluid .request_form form .inputs-list input,  .row-fluid .request_form form .form-columns-1 .input .inputs-list input,
.row-fluid .request_form form .hs-form-field .input .inputs-list input{ width: auto !important; margin-bottom: 0; padding: 0; float: none; }
.row-fluid .request_form form { text-align: left; }

.row-fluid .request_step ul.hs-form-steps { float: left; width: 100%; padding: 0; margin: 0 0 18px; border-bottom:2px solid #17679c; list-style-type: none; }
.row-fluid .request_step ul.hs-form-steps:after { position: absolute; content: ""; height: 1px; width: 25%; background: #fff; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); }
.row-fluid .request_step ul.hs-form-steps li { float: none; display: inline-block; vertical-align: top; width:auto; }
.row-fluid .request_step ul.hs-form-steps li a { padding:10px 20px; float: none; vertical-align: top; width:auto; font-size: 18px; text-transform: uppercase; color: #000; background:transparent; line-height: 20px; margin: 0 auto; position:relative; z-index:1; pointer-events:none; display:inline-block; font-family:'Futura Hv BT',sans-serif; }
.row-fluid .request_step ul.hs-form-steps li.active a { background:#17679c; color:#fff; }

.row-fluid .request_step form .inner-step-wrapper { float:left; width:100%; margin-top:0; position:relative; }
.row-fluid .request_step form .inner-step-wrapper .formstep.active { display:block; opacity: 1; visibility: visible; z-index:1; }
.row-fluid .request_step form .inner-step-wrapper .formstep { position: absolute; width: 620px; max-width:100%; left: 50%; top: 50%; opacity: 0; visibility: hidden; transition: all .3s ease; transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); }

.row-fluid .request_step .next-btn { float:left; padding:15px 20px; color:#fff; font-size:16px; line-height:19px; font-weight:700; background:#17679c; text-transform:uppercase; cursor:pointer; margin-top:20px; transition: background .15s; }
.row-fluid .request_step .next-btn[tabindex]:focus-visible { background:#084771; }
.row-fluid .request_step .prev-btn { float:left; padding:15px 20px; color:#fff; font-size:16px; line-height:19px; font-weight:700; background:#17679c; text-transform:uppercase; cursor:pointer; margin-top:0; margin-right:15px; transition: background .15s; }
.row-fluid .request_step .prev-btn[tabindex]:focus-visible { background:#084771; }

.row-fluid .request_form form .hs-form-field li.hs-form-booleancheckbox a { color: #17679c; border-bottom: 1px solid; }
.row-fluid .request_form form .hs-form-field li.hs-form-booleancheckbox a:hover { opacity: .7; }


.row-fluid .request_form form #hsform-two .next-btn { margin-top:0; }

.row-fluid .zoll_form_section { width: 100%; float: left; text-align: center; padding:50px 0; }
.row-fluid .zoll_form_wrap { width: 700px; max-width: 100%; float: none; display: inline-block; background: #f0f0f0; padding: 40px; }
.row-fluid .zoll_form_wrap h2 { color: #007db8; }


.row-fluid .topic-list ul .slick-prev.slick-arrow { left: calc(50% - 30px); }
.row-fluid .topic-list ul .slick-next.slick-arrow { right:auto; left: calc(50% + 30px);  }
.row-fluid .topic-list ul { padding:0 0 60px; }
.row-fluid .topic-list ul li { margin: 0; max-width: 100%; display: table !important; vertical-align: middle; padding:0 15px; }
.row-fluid .topic-list ul li a { color: #0076bd; display: table-cell; vertical-align: middle; }
.row-fluid .topic-list ul .slick-arrow { bottom: 0; margin: 0; top: auto;  -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);; }

/*****  *****/
.row-fluid .topHeader { position:fixed; top:0; left:0; width:100%; background:#fff; z-index:999; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;; box-shadow: 0 0 20px rgba(0,0,0,0.2); }
.row-fluid .promo_bar { padding:14px 15px; font-size:16px; line-height:22px; position:relative; background:#ea862d; color:#fff; text-align:center; font-family: 'Futura Hv BT',sans-serif; }
.row-fluid .promo_bar .text { width:auto; display:inline-block; vertical-align:middle; font-weight:600; }
.row-fluid .promo_bar .text a { text-decoration:underline; }
.row-fluid .promo_bar .promo_btn { margin-left:15px; width:auto; display:inline-block; vertical-align:middle; }
.row-fluid .promo_bar .promo_btn a { color: #FF9842; background: #fff; font-weight: normal; padding: 0.5em 1.7em; font-family: airal,sans-serif; font-size:14px; line-height: 14px; border-radius: 0.25em; }
.row-fluid .promo_bar .promo_btn a:hover { color:#cc7a35; }
.promo_close { position:absolute; right:20px; top:15px; max-width:30px; cursor:pointer; }
.promo_close img { max-width:14px; }

/* .row-fluid .promo_bar .promo_btn a { padding:1px 15px; font-size:14px; line-height:25px; color:#fff; border:1px solid #fff; display:inline-block; border-radius:5px; font-weight:600; letter-spacing: 0.5px; }
.row-fluid .promo_bar .promo_btn a:hover { background:#fff; color:#2a85be; } */


.row-fluid .top_medical { font-size:16px; line-height:22px; background: #fafafa; color:#727272; text-align:right;  font-family: 'Futura PT'; font-weight:600; }
.row-fluid .top_medical .box , .row-fluid .top_medical .box , .row-fluid .top_medical .box { margin:0; padding:10px 20px; width:auto; float:none; display:inline-block; vertical-align:middle; border-right:2px solid #dddddd; position:relative; font-weight:400;  letter-spacing:0.5px; }
.row-fluid .top_medical .search { line-height:0; }
.row-fluid .top_medical .search .search_input_icon { width:18px; line-height:0; }
.row-fluid .top_medical .search .hs-search-field { position:absolute; top:3px; right:55px; width:0; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;; }
.row-fluid .top_medical .search .hs-search-field input { margin:0; padding:6px 15px; font-size:18px; color:#2a85be; }
.row-fluid .top_medical .search .search_input_icon { margin:0; }
.row-fluid .top_medical .login { padding:0; }
.row-fluid .top_medical .login .hs-menu-flow-vertical > ul { margin-bottom:0; }
.row-fluid .top_medical .login .hs-menu-flow-vertical > ul > li > a { color:#727272; }
.row-fluid .top_medical a { color:#727272; }
.row-fluid .top_medical a:hover { color:#2a85be; }
.row-fluid .top_medical .box:last-child { border-right:none; }
.row-fluid .top_medical .search.open .hs-search-field { width:255px; opacity: 1; visibility: visible; }

.search input::-webkit-input-placeholder { color:#2a85be; opacity:1; }
.search input::-moz-placeholder { color:#2a85be; opacity:1; }
.search input:-ms-input-placeholder { color:#2a85be; opacity:1; }
.search input:-moz-placeholder { color:#2a85be; opacity:1; }

.row-fluid .top_medical .login .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper { margin: 0px; padding: 30px 20px; left: 50%; top: 100%; overflow: hidden; line-height: normal; text-align: center; width: 100%; min-width:220px; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);; background: #fafafa; border-bottom: 10px solid #dfdfdf; border-bottom:3px solid #2a85be; }
.row-fluid .top_medical .login .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a { padding: 10px 10px; color: #000; width: 100%; font-size: 16px; line-height: 22px; border: 3px solid transparent; overflow: visible; max-width: 100%; word-break: break-word; white-space: break-spaces; font-family: 'Futura PT'; font-weight:600; letter-spacing: 0; }
.row-fluid .top_medical .login .hs-menu-wrapper > ul > li ul.hs-menu-children-wrapper li a:hover { border-color: #2a85be; color: #2a85be; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }

.row-fluid .headernew .logo { margin:36px 0; padding:0; width:auto; float:none; display:inline-block; vertical-align: middle; line-height:0; }
.row-fluid .headernew .logo img { max-height:35px; }
.row-fluid .headerright { margin:0; padding:0; float:right; display:inline-block; vertical-align: middle; text-align:center; }

.row-fluid .menumain { margin:0; padding:0; width:auto; display:inline-block; float:none; vertical-align: middle; }
.row-fluid .headerright .btn { margin:31px 0; padding:0; width:auto; display:inline-block; float:right; vertical-align: middle; }
.row-fluid .headerright .btn a { padding:10px 24px 11px; font-size:18px; line-height:22px; font-weight:600; background:#ea862d; color:#fff; min-width:127px; border-color:#ea862d; font-family: 'Futura PT', sans-serif ; font-weight:600; }
.row-fluid .headerright .btn a:hover { background:#000; border-color:#000 }

.row-fluid .menumain .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .menumain .hs-menu-wrapper > ul > li { padding:35px 10px; }
.row-fluid .menumain .hs-menu-wrapper > ul > li > a:link, .row-fluid .menumain .hs-menu-wrapper > ul > li > a:visited , .row-fluid .menumain .hs-menu-wrapper ul li a { padding:8px 10px; font-size:18px; line-height:22px; font-weight:600; vertical-align: top; color:#000000; max-width: 100%; overflow: inherit; letter-spacing:0.5px; font-family: 'Futura PT'; font-weight:600; position:relative; }


.row-fluid .prod_hero_left .prod_hero_ttl { max-width: none; margin: 0 0 40px; }
.row-fluid .prod_hero_left .prod_hero_ttl h2 { padding: 25px 35px 25px; }
.row-fluid .prod_hero_left.full { width: 100%; padding: 0; }

/* .row-fluid .prod_hero_section.v2 {padding: 40px 0 70px;} */
.row-fluid .v2 .three-box { width: 100%; }

.media-coverage-section { padding: 40px 0 80px; }
.media-coverage-section .boxs { display: flex; flex-wrap: wrap; }
.media-coverage-section .boxs .single-box { width: 33.33%; padding: 15px; }
.media-coverage-section .boxs .single-box .inner { height: 100%; border: 1px solid #c5c5c5; }
.media-coverage-section .boxs .single-box  .thumb { padding-bottom: 57%; }
.media-coverage-section .boxs .single-box ul.social-link { display: flex; align-items: center; justify-content: center; margin-top: -22px; min-height: 45px;}
.media-coverage-section .boxs .single-box ul.social-link li { padding:4px 5px; background: #0e84bc; height: 45px; display: flex; align-items: center; justify-content: center; }
.media-coverage-section .boxs .single-box ul.social-link li a { color: #007db8; width: 25px; height: 25px; display: inline-block; background: #fff; border-radius: 100%; font-size: 15px; line-height: 26px; text-align: center; }
.media-coverage-section .boxs .single-box ul.social-link li a:hover { opacity: .8; }
.media-coverage-section .boxs .single-box ul.social-link li:first-child{border-radius: 8px 0 0 8px; padding-left: 23px;}
.media-coverage-section .boxs .single-box ul.social-link li:last-child{border-radius: 0 8px 8px 0; padding-right: 23px;}
.media-coverage-section .boxs .single-box .content { padding: 25px; }
.media-coverage-section .boxs .single-box .content h3 a{ font-size: 20px; line-height:1.3; display:inline-block; }
.media-coverage-section .boxs .single-box .content h3 { margin:  0 0 5px; font-size: 20px; line-height:1.3; }
.media-coverage-section .boxs .single-box .content .name { opacity: 0.7; }
.media-coverage-section .boxs .single-box .content a:hover { color: #0e84bc; }

/*.row-fluid .prod_speed_section.image_right .prod_speed_img { position:relative; }
 .row-fluid .prod_speed_section.image_right .prod_speed_img:before { content:''; position:absolute; top:-1px; left:29px; bottom:-2px; right:0; border:1px solid #000; } */

.row-fluid .prod_speed_section.image_right .prod_speed_img > div{border:1px solid #000;}

.arboost .sprd_feature_wrap:nth-child(2) .sprd_feature_img { text-align:center !important; }
.arboost .sprd_feature_wrap:nth-child(2) .sprd_feature_img img { max-width:250px; }

.from_style form { width:100%; display:inline-block; background:#f0f0f0;  padding:30px; margin-bottom:40px; }
.from_style form .hs-form-field > label { margin-bottom:5px; display:inline-block; }
.from_style form .hs-form-field .hs-input { background: rgba(255,255,255,0.9); border: 1px solid #a3a3a3; font-size: 16px; line-height:24px; color: #000; padding: 10px 12px; float: left; }
.from_style form .hs-error-msgs label { font-size:14px; line-height:20px; color:red; }
.from_style form .hs_submit { width:100%; display:inline-block; margin-top:10px; }
.from_style form .hs_submit .hs-button { width:auto; display:inline-block; background:#17679c; color:#fff; padding:10px 20px; }
.from_style form .hs_submit .hs-button:hover { background:#ac6315; }

.styled-form-v1 { background:#f0f0f0; padding:40px; }
.styled-form-v1 form .hs-form-field > label { margin-bottom:5px; display:inline-block; }
.styled-form-v1 form .hs-form-field .hs-input { background: rgba(255,255,255,0.9); border: 1px solid #a3a3a3; font-size: 16px; line-height:24px; color: #000; padding: 10px 12px; float: left; }
.styled-form-v1 form .hs-error-msgs label { font-size:14px; line-height:20px; color:red; }
.styled-form-v1 form .invalid { border-color: #f00; }
.styled-form-v1 form .hs_submit { width:100%; display:inline-block; margin-top:10px; text-align:center; }
.styled-form-v1 form .hs_submit .hs-button { width:auto; display:inline-block; background:#17679c; color:#fff; padding:10px 20px; }
.styled-form-v1 form .hs_submit .hs-button:hover { background:#ac6315; }
.styled-form-v1 .form-title { color:#0076bd; text-align:center; font-size:28px; }

.mbi-form-row form .hs-form-field select.hs-input { padding:12px 12px 11px 12px; }
.mbi-example-img { max-width:100%; }

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

.display-min-1400 { display:none; }

.product-subpage-section .prod_speed_section { padding:0 !important; }
.product-subpage-section .container,
.product-subpage-section .container[class*="span"] { margin-bottom:40px; }
.product-subpage-section .prod_speed_content p:last-child,
.product-subpage-section .prod_speed_content ul:last-child,
.product-subpage-section .container[class*="span"] p:last-child { margin-bottom:0; }

@media (min-width: 768px) {
  .max-75 { max-width:75%; }

  .mbi-form-row > div:last-child { max-width:580px; margin:20px auto 0 auto; }
  .mbi-example-img { width:300px; float:right; }

  .product-subpage-section { padding:0; margin-bottom:80px; }
  .product-subpage-section .container,
  .product-subpage-section .container[class*="span"] { margin-bottom:0; }

  /* Accounts Receivable Management page */
  .hs-content-id-29966871816 .sprd_feature_section .sprd_feature_img { text-align: center !important; }
  .hs-content-id-29966871816 .sprd_feature_section .sprd_feature_img img { max-width: 250px; }
  /* Accounts Receivable Management page - STAGE - TEMPORARY */
  .hs-content-id-76740305438 .sprd_feature_section .sprd_feature_img { text-align: center !important; }
  .hs-content-id-76740305438 .sprd_feature_section .sprd_feature_img img { max-width: 250px; }
}

@media (min-width: 992px){

    a.mobile-trigger, span.child-triggerm {
        display: none !important; /* Hide button on Desktop */
    }
    .row-fluid .menumain .hs-menu-wrapper {
        display: block !important;
    }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > a:before { content:''; width:0; border-bottom:3px solid #2A85BE; position:absolute; bottom:0; right:0; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > a:hover:before { right:auto; left:0; width:100%; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) { position: initial; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) ul ul { padding:0; text-align:center; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li { margin:0 -3px; width:280px; display:inline-block; vertical-align:top; border:3px solid transparent; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li a { border:none; box-shadow:none; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li > ul { border-top:1px solid #000; position:relative; top:auto; left:auto; opacity:1; visibility: visible; width: auto; box-shadow: none; border-bottom: none; display:inline-block; left:0 !important; transform: translateX(0); }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li > ul li a { font-weight:500; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) { position: initial; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) ul ul { padding:0; text-align:center; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li { margin:0 -3px; padding:0 10px; width:280px; display:inline-block;  vertical-align:top; border:3px solid transparent; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li a { border:none; box-shadow:none; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul { border-top:1px solid #000; position:relative; top:auto; left:auto; opacity:1; visibility: visible; width: auto; box-shadow: none; border-bottom: none; display:inline-block; left:0 !important; transform: translateX(0); }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li > ul li a { font-weight:500; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) { position: initial; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) ul ul { padding:0; text-align:center; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li { margin:0 -3px; padding:0 10px; width:280px; display:inline-block; vertical-align:top; border:3px solid transparent; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li a { border:none; box-shadow:none; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul { border-top:1px solid #000; position:relative; top:auto; left:auto; opacity:1; visibility: visible; width: auto; box-shadow: none; border-bottom: none; display:inline-block; left:0 !important; transform: translateX(0); }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li > ul li a { font-weight:500; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper { width: 260px !important; }
    /*.row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) { position: relative; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) ul ul { padding:0; text-align:center; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li { margin:0 -3px; padding:0 10px; width:280px; display:inline-block;  vertical-align:top; border:3px solid transparent; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li a { border:none; box-shadow:none; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul { border-top:1px solid #000; position:relative; top:auto; left:auto; opacity:1; visibility: visible; width: auto; box-shadow: none; border-bottom: none; display:inline-block; left:0 !important; transform: translateX(0); }
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li > ul li a { font-weight:500; }*/
    .row-fluid .menumain .hs-menu-wrapper > ul > li:hover > a { color:#2a85be; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li.active-branch > a { color:#2a85be; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li.active-branch > a:before , .row-fluid .menumain .hs-menu-wrapper > ul > li:hover > a:before { right:auto; left:0; width:100%; }

    .row-fluid .menumain .hs-menu-wrapper ul li ul {  min-width:260px; padding:30px 20px; margin: 0px; background:#fafafa;  position: absolute;  top:100%;  left:50% !important;  box-shadow:inset 0 8px 15px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 8px 15px rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 8px 15px rgba(0,0,0,0.1); -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);; border-bottom:3px solid #2a85be; }

    .row-fluid .menumain .hs-menu-wrapper ul li ul li { padding: 0px; margin:0; display: block; float: none; text-transform: none; }
    .row-fluid .menumain .hs-menu-wrapper ul li ul li a:link , .row-fluid .menumain .hs-menu-wrapper ul li ul li a:visited { padding:10px 10px; color:#000; width:100%; font-size:18px; line-height:24px; border:3px solid transparent; overflow: visible; max-width: 100%; word-break: break-word; white-space: break-spaces; font-family: 'Futura PT'; font-weight:700; letter-spacing:0; }
    .row-fluid .menumain .hs-menu-wrapper ul li ul li a:hover { border-color:#2a85be; color:#2a85be; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }

    .row-fluid .menumain .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{display:none;}
    .row-fluid .menumain .hs-menu-wrapper > ul > li.hs-menu-depth-1:hover > ul.hs-menu-children-wrapper > li.hs-menu-depth-2 > ul.hs-menu-children-wrapper{display:inline-block;}

    .row-fluid .headerright { opacity:0; transition: all 0.4s ease; }
    .row-fluid .headerright { opacity:1; }

    .row-fluid .headerright .menumain .hs-menu-wrapper > ul > li:nth-last-child(2),
    .row-fluid .headerright .menumain .hs-menu-wrapper > ul > li:last-child { display:none; }
    .row-fluid .headerright .menumain .search { display:none; }
    .row-fluid .headerright .menumain .btn { display:none; }

    .row-fluid .top_medical .login .hs-menu-wrapper > ul > li > a:before { content:''; width:0; border-bottom:3px solid #2A85BE; position:absolute; bottom:0; right:0; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;; }
    .row-fluid .top_medical .login .hs-menu-wrapper > ul > li > a:hover:before { right:auto; left:0; width:100%; }
    .row-fluid .top_medical .login .hs-menu-wrapper > ul > li:hover > a { color:#2a85be; }
    .row-fluid .top_medical .login .hs-menu-wrapper > ul > li.active-branch > a { color:#2a85be; }
    .row-fluid .top_medical .login .hs-menu-wrapper > ul > li.active-branch > a:before , .row-fluid .top_medical .login .hs-menu-wrapper > ul > li:hover > a:before { right:auto; left:0; width:100%; }

    .mbi-example-img { width:450px; }

    .row-fluid .menumain .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover { border-color:transparent !important; color:#000 !important; box-shadow:none !important; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover a { color:#000; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover { color:#2a85be; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > ul.hs-menu-children-wrapper > li:hover > a { color:#2a85be; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > ul { border-top-color:#000; }

    .row-fluid .menumain.menumain-updated .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover { border-color:transparent !important; color:#000 !important; box-shadow:none !important; }
    .row-fluid .menumain.menumain-updated .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover a { color:#000; }
    .row-fluid .menumain.menumain-updated .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > a:hover { color:#2a85be; }
    .row-fluid .menumain.menumain-updated .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > ul.hs-menu-children-wrapper > li:hover > a { color:#2a85be; }
    .row-fluid .menumain.menumain-updated .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li:hover > ul { border-top-color:#000; }
}

@media screen and (min-width: 1024px) {
    .mbi-form-row { display:flex !important; justify-content:space-between; }
    .mbi-form-row > div:last-child { min-width:456px; margin: 0 0 0 20px; }

    .product-subpage-section .container,
    .product-subpage-section .container[class*="span"] { padding-bottom:20px; }


}

@media screen and (min-width: 1200px) {
    .mbi-form-row > div:last-child { min-width:515px; }

    .mbi-example-img { width:600px; }
}


/* 24-07-2020 */
.row-fluid .blg_subscribe_btn { width: 100%; float: left; }
.row-fluid .blg_subscribe_btn a { font-size: 20px; font-weight: 500; border-radius: 5px; width: auto; background: #ea862d; color: #fff; border: 0; box-sizing: border-box; float: none; display: inline-block; padding: 12px 48px; }
.row-fluid .blg_subscribe_btn a:hover { background: #000; }

.row-fluid .blg_subscribe_step_form .request_form form  .hs-form-field label { padding-bottom:5px; width: 100%;  float: left; }

.row-fluid .request_form form  .hs-form-field { position: relative; }
/* .row-fluid .request_form form  .hs-error-msgs { position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; } */
.row-fluid .request_form form .form-columns-1 .hs-form-field { width: 100%; float: left; }
.row-fluid .request_form form .hs_error_rollup { display:none; }

.row-fluid .request_form form .hs-form-field .input { float: left; width: 100%; }
.row-fluid .request_form form .hs-form-field .input + ul.no-list li { margin-top: -5px; line-height: 1.1; }
.row-fluid .request_form form .hs-form-field .input + ul.no-list li+li { margin-top: 4px; }
.row-fluid .request_form form .hs-form-field .input + ul.no-list li label.hs-error-msg { font-size: 11px; }

.row-fluid .request_main ul.inputs-list[role="checkbox"] { float: left; width: 100%; margin: 10px 0 0; }
.row-fluid .request_main ul.inputs-list[role="checkbox"] input { margin-left: 0; }
.row-fluid .request_main ul.inputs-list { float: left; width: 100%; }
.row-fluid .request_main ul.inputs-list input { margin-left: 0; }



.row-fluid .prod_speed_Vidyard_video { position: relative; width: 100%; float: left; height: 0; padding: 56.25% 0 0; }
.row-fluid .prod_speed_Vidyard_video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.row-fluid .blog-item-content h4, .row-fluid .blog-item-content h3, .row-fluid .first-post-content h4 { font-size: 20px; font-weight: 800; line-height: normal; margin-bottom: 10px; }
.row-fluid .blog-item-content .hubspot-editable, .row-fluid .first-post-content .hubspot-editable, .row-fluid .blog-popular-post .author-name { font-size: 18px; line-height: 24px; }
.row-fluid .blog-item-text, .row-fluid .blog-item-content h4 a, .row-fluid .blog-item-content h3 a { color: #000; }
.row-fluid .blog-item-content h3 a:hover, .row-fluid .blog-item-content h4 a:hover, .row-fluid .first-post-content h5 a:hover { color: #0076bd; }
.row-fluid .first-post-content .hubspot-editable a, .row-fluid .blog-item-content .hubspot-editable, .row-fluid .first-post-content .hubspot-editable,
.row-fluid .blog-popular-post .author-name, .row-fluid .blog-item-content .hubspot-editable a, .row-fluid .blog-popular-post .author-name a {color: #0076bd;}
.row-fluid .first-post-content .hubspot-editable a:hover, .row-fluid .blog-item-content .hubspot-editable a:hover, .row-fluid .blog-popular-post .author-name a:hover {color: #000;}


.blog-section .hs-author-profile .hs-author-social-section { text-align: center; }
.blog-section .hs-author-profile .hs-author-social-section a { display: inline-flex; height: 35px; width: 35px; border-radius: 50%; background: #007db8; color: #fff; align-items: center; justify-content: center; border: 1px solid #007db8; transition: all 0.5s; }
.blog-section .hs-author-profile .hs-author-social-section a:hover { background: transparent; color: #007db8; }

    .leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper .leadin-content-body .leadin-preview-wrapper h4 {text-align:center!important;  }

.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list span a {color: #17679c;border-bottom: 1px solid;}

.row-fluid .zoll_form_box form .hs-form-field .input .inputs-list span a:hover {
    opacity: 0.7;
}
.row-fluid .zoll_form_box form fieldset .input .inputs-list {
    display: inline-block;
    margin: 10px 0 0;
}


/*  */
.evt_table_v2section .evt_table_text { width: 25%; }
.evt_table_v2section .evt_table_text:nth-child(2) { width: 50%; }
.evt_table_v2section .evt_table_top_part {  width: 25%; }
.evt_table_v2section .evt_table_top_part:nth-child(2) { width: 50%; }



/* Intercom / Hubspot Messaging onscreen chat icon/menu overrides */
/* This clears the button from overlapping the Cookie Settings button */
#hubspot-messages-iframe-container.widget-align-right {
  bottom: 35px !important;
}

/* 'Cookie Settings' footer button overrides (all pages) */
.evidon-consent-button {
  position: relative;
  z-index: 2blog;
}
.evidon-prefdiag-tabfooter {
  height: 57px !important;
  padding: 6px 5px !important;
}
.evidon-prefdiag-title {
  line-height: 20px;
}
.evidon-prefdiag-sidebarlink {
  padding: 0 12px;
}




@media (min-width:1960px){
  .hero-section { min-height: 800px; }
}

@media (min-width: 1580px) {
    .container2, .row-fluid .container2[class*="span"] {  max-width: 1530px; }
}

@media (max-width:1600px){

    /* 01-06-2020 */
    .home-hero-section h1 { font-size: 60px; }
    .home-hero-section h2 { font-size: 40px; line-height: normal; }
    .home-hero-section .hero-caption .hero-text { max-width: 725px; }
/*     .home-hero-section .container { min-height: 350px; } */
    .hp_tab_section_v2 .hp_tab_list_icon img { max-width: 68px; }
    .hp_tab_section_v2 .hp_tab_list_icon { height: 68px; }
    .row-fluid .hp_tab_section_v2 .hp_tab_list_box { padding: 12px 28px 10px; }
}

@media (max-width: 1580px) {
    h2, .h2 { font-size: 45px; line-height: 60px; }
    .container, .row-fluid .container[class*="span"] {  max-width: 1300px; }
    .row-fluid .password-section .container { max-width:650px; }
    .row-fluid .unsubscribe-section .container { max-width: 650px; }

    .row-fluid .header-section { padding: 0 20px; }
    .sub-menu-wrap { padding-left: calc((100% - 1340px) / 2); padding-right: calc((100% - 1340px) / 2); }
    .header-right .btn .cta_button { min-width: 132px; font-size: 18px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal > ul > li > a { padding: 40px 15px;font-size: 18px; color: #000;}
    .menu-resources-box img { height: 260px; }

/*     .hero-section .container { min-height: 632px; } */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero-section .container{ height: calc(100vh - 102px); }
    }

    .row-fluid .title-section h2 { font-size: 45px; line-height: 60px; }
    .streamline-content { padding-right: calc((100% - 1300px) / 2); padding-left: 60px; }
    .streamline-box:nth-child(2n) .streamline-content { padding-right: 60px; padding-left: calc((100% - 1300px) / 2); }

    .hero-medical-section { padding: 60px 0 130px; }
    .hero-medical-list ul li {  margin-bottom: 60px; }
    .two-column-row:first-child {  padding-top: 0; }
    .two-column-row { padding: 60px 0; }
    .two-column-bg + .two-column-row:not(.two-column-bg) { padding-top: 120px; }
    .two-column-section { padding-bottom: 70px; }

    /* */
    .main-grid-wrap { padding: 70px 0 80px; }
    .grid-right { width: calc(50% + 320px); }
    .grid-left { width: calc(50% - 320px); padding-right: 20px; }
    .grid-img img { height: 254px; }
    .library-left { padding-left: 160px; }
    .library-title h2 { font-size: 55px; }
    .load-btn { max-width: calc(100% - 26px); }

    .row-fluid .prod_hero_ttl h2 { padding: 20px 25px 20px 100px; font-size: 40px; line-height: 40px; }
    .row-fluid .prod_benefits_text ul li { font-size: 30px; line-height: 40px; }
    .row-fluid .prod_benefits_text { padding: 40px 60px 80px 60px; }
    .row-fluid .prod_customer_inner:before,
    .row-fluid .prod_customer_inner:after { width: 150px; height: 132px; }
    .row-fluid .prod_customer_inner { padding: 0 280px; }

    .row-fluid .menumain .hs-menu-wrapper > ul > li > a:link, .row-fluid .menumain .hs-menu-wrapper > ul > li > a:visited, .row-fluid .menumain .hs-menu-wrapper ul li a { padding:8px 4px; }

}

@media (min-width:1400px){
  .hero-section { min-height: 560px; }

  .display-min-1400 { display: block; }
}
@media (min-width:1850px){
  .grid-tag h4 { font-size: 120px; }
}

@media (max-width:1400px){
    h1, .h1 { font-size: 60px; line-height: 74px; }
    h4, .h4 { font-size: 28px; line-height: 38px; }
    h3, .h3 {font-size: 34px;line-height: 44px; }
    h2, .h2 { font-size: 38px; line-height: 48px; }

    .container, .row-fluid .container[class*="span"] {max-width: 1200px;}
    .row-fluid .password-section .container { max-width: 480px; }
    .row-fluid .unsubscribe-section .container { max-width: 650px; }

    .row-fluid .header-section .logo {  width: 260px; }
    .row-fluid .header-section .header-right { width: calc(100% - 266px); }
    .row-fluid .main-menu ul li a { font-size: 16px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a {  padding: 10px 16px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal > ul > li > a { font-size: 16px; }
    .header-right .btn .cta_button {  min-width: 120px; font-size: 16px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal > ul > li { padding: 0; }

    .sub-menu-cta { padding: 14px 15px; }
    .sub-menu-cta .sub-menu-btn a.btn { min-width: 95px; padding: 5px 18px; }
    .sub-menu-wrap { padding: 40px 25px; }
    .row-fluid .main-menu ul .sub-menu-col .hs-menu-flow-horizontal > ul > li > a { font-size: 20px; }
    .row-fluid .main-menu ul .sub-menu-col .hs-menu-flow-horizontal > ul > li ul a {  font-size: 16px; }

    .pulse-blog-title h2 { font-size: 45px;  line-height: 50px;  margin-bottom: 14px; }
    .pulse-blog-sub { font-size: 20px; }
    .other-resources-menu { padding-left: 30px; }
    .menu-resources-box img { height: 220px; }
    .other-resources-btn { margin-top: 12px; }

    .row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li { padding-bottom: 6px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal .other-resources-menu ul li a { font-size: 16px; border: none;  padding: 0 0 2px; }

    .hero-section .container { min-height: 450px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .hero-section .container{ height: calc(100vh - 99px); }
    }

    .ems-services-section .container {  max-width: 1200px;}
    .ems-box { padding: 0 30px 20px; }
    .ems-title h3 { top: -25px; }

    .business-section { padding: 40px 0 80px; }
    .streamline-content { padding-right: calc((100% - 1150px) / 2); padding-left: 40px; }
    .streamline-bg-text { font-size: 92px; }
    .streamline-img img { min-height: 522px; }
    .streamline-box { padding: 70px 0; }
    .streamline-box:first-child .streamline-img { margin-top: -160px; }
    .streamline-box:nth-child(2n) .streamline-content { padding-right: 40px; padding-left: calc((100% - 1150px) / 2); }

    .two-column-bg+.two-column-row:not(.two-column-bg) { padding-top: 100px; }

    /* */
    .serach-bar h2 { font-size: 50px; }
    .grid-tag .button-group li { font-size: 16px; margin-bottom: 11px; }
    .grid-tag .button-group label { font-size: 20px; margin-bottom: 20px; }
    .grid-social h3 { font-size: 24px; line-height: 35px; }
    .grid-tag { padding: 50px 20px; margin-bottom: 40px; }
    .grid-social ul li a { width: 50px; height: 50px; font-size: 18px; }
    .grid-social ul li { margin: 0 4px; }
    .grid-social { margin-bottom: 0; }
    .grid-content { padding: 0 20px 25px; font-size: 18px; }
    .main-grid-wrap { padding: 70px 0 60px; }
    .library-title { padding: 50px 0; }

    .row-fluid .subscribe-form form .hs-form-field input { max-width: 284px; }
    .row-fluid .prod_benefits_text ul li { font-size: 25px; line-height: 35px; }
    .row-fluid .prod_customer_inner { padding: 0 250px; }

    .row-fluid .hp_business_section h3 { font-size: 60px; line-height: 62px; }
    .row-fluid .hp_tab_list_box h5 {     font-size: 20px;}
    .row-fluid .hp_business_social { bottom:70px; }
    .row-fluid .hp_business_social ul li a { width: 40px; height: 40px; line-height: 40px; font-size: 20px; }

    /* */
    .row-fluid .header-v2 .login-menu-btn .hs-menu-wrapper>ul>li>a { font-size: 16px; }
    .row-fluid .header-v2 .header-right .btn .cta_button:before { width: 18px; height: 18px; }
    .row-fluid .header-v2 .header-right .btn .cta_button { padding: 7px 15px; }

    .prod_three_section { padding: 100px 0; }
    .prod_three_box h3 { font-size: 34px; }
    .prod_three_text { font-size: 20px; }
    .prod_three_box { padding: 0 15px 30px; }
    .prod_three_row { margin: 0 -15px; }

    /* */
    .row-fluid .search_result_banner .hero-section .container { min-height: 360px; }
    .row-fluid .prod_hero_arrow { margin-top: 80px; }
    .home-hero-section h2 { font-size: 40px; line-height: normal; }
    .home-hero-section .hero-caption .hero-text { max-width: 735px; }

    /* 01-06-2020 */
/*     .home-hero-section .container { min-height: 300px; } */
    .home-hero-section h1 { font-size: 45px; }
    .home-hero-section h2 { font-size: 30px; }
    .home-hero-section .hero-caption .hero-text { max-width: 535px; }
    .row-fluid .hp_tab_section_v2 {  padding-top: 15px; }
    .hp_tab_section_v2 .hp_tab_list_icon img { max-width: 48px; }
    .hp_tab_section_v2 .hp_tab_list_icon { height: 48px; }
    .row-fluid .hp_tab_list_box h5 { font-size: 16px; }
    .row-fluid .hp_tab_section_v2 .hp_tab_list_box { padding: 7px 7px; }

    .row-fluid .headernew .logo img { max-height:30px; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li { padding:35px 4px; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > a:link, .row-fluid .menumain .hs-menu-wrapper > ul > li > a:visited, .row-fluid .menumain .hs-menu-wrapper ul li a { padding:8px 5px; }

}

@media (max-width:1199px){

    h1, .h1 { font-size: 45px;  line-height: 60px; }
    h2, .h2 { font-size: 34px; line-height: 45px; }
    h3, .h3 { font-size: 24px; line-height: 34px; }
    h4, .h4 { font-size: 24px; line-height: 34px; }
    body { font-size: 18px;  line-height: 28px; }
    .btn .cta_button, a.btn { padding: 8px 20px; min-width: 200px; font-size: 16px; }
    .container, .row-fluid .container[class*="span"] { max-width: 962px; }
    .header-right .btn .cta_button { min-width: 90px; font-size: 14px; padding: 7px 15px; }
    .row-fluid .main-menu .hs-menu-flow-horizontal > ul > li > a { font-size: 14px; padding: 35px 12px; }
    .row-fluid .password-section .container { max-width: 480px; }
    .row-fluid .unsubscribe-section .container { max-width: 650px; }

    .sub-menu-wrap { padding: 25px 15px; }
    .row-fluid .main-menu ul .sub-menu-col .hs-menu-flow-horizontal > ul > li > a { font-size: 18px; margin-bottom: 10px; padding-bottom: 6px; }
    .sub-menu-cta { padding: 30px 15px; }

    .pulse-blog-title h2 { font-size: 34px; line-height: 40px; }
    .row-fluid .main-menu .sub-menu-wrap a.btn { min-width: auto; font-size: 16px; }
    .pulse-blog-img img { height: 168px; }
    .other-resources-menu { padding-left: 10px; }
    .menu-resources-box img { height: 190px; }

    .hero-text { font-size: 18px;  line-height: 28px; }
    .row-fluid .title-section h2 { font-size: 34px;  line-height: 45px; }
    .row-fluid .title-section .sub-title { font-size: 24px; line-height: normal; margin-bottom: 14px; }
    .row-fluid .title-section { padding-bottom: 30px; }

/*     .hero-section .container{ height:100%; min-height:100%; } */

    .ems-services-section .container {  max-width: 962px;}
    .ems-box { padding: 0 15px 20px; }
    .down-btn { padding-bottom: 20px; }
    .ems-inner-box .ems-icon { width: 38px; height: 38px; }
    .ems-inner-box { padding: 0 5px 20px 45px; }
    .ems-inner-box h5 { font-size: 18px; }
    .link { font-size: 16px; }
    .link i svg { width: 10px; height: 10px; }
    .ems-title { margin-bottom: 20px; }

    .business-content { padding-right: 35px; width: 50%; }
    .business-img { width: 50%; }
    .business-section { padding-bottom: 50px; }
    .streamline-content { padding: 0 25px; }
    .streamline-content h2 { font-size: 28px; line-height: 35px; margin-bottom: 20px; }
    .streamline-img img { min-height: 400px; }
    .streamline-box:first-child .streamline-img { margin-top: -130px; }
    .streamline-box { padding: 50px 0; }
    .streamline-box:nth-child(2n) .streamline-content { padding: 0 25px; }

    .row-fluid .footer-logo img { max-width: 250px!important; }
    .address-text {  line-height: 28px; }
/*     .row-fluid .footer-col ul li a {  font-size: 20px; } */
/*     .row-fluid .footer-col ul li ul.hs-menu-children-wrapper li a {  font-size: 16px; } */
    .row-fluid .footer-section {  padding: 60px 0 60px; }

    /* */
    .two-column-row .container { max-width: 962px; }
    .two-column-img { width: 350px; }
    .two-column-content { width: calc(100% - 350px); padding-left: 40px; }
    .two-column-row:nth-child(2n) .two-column-content { padding-right: 40px; }
    .two-column-row { padding: 50px 0; }
    .two-column-bg+.two-column-row:not(.two-column-bg) { padding-top: 80px; }
    .two-column-section { padding-bottom: 50px; }
    .medical-icon { margin-bottom: 5px; }
    .hero-medical-list ul li { font-size: 20px; margin-bottom: 30px; max-width:200px; }
    .hero-medical-title { margin-bottom: 60px; }

    /* */
    .filters-section {padding-top: 30px;}
    .serach-bar h2 { font-size: 40px; }
    .serach-bar .quicksearch { height: 45px; font-size: 18px; }
    .categories-filters li { width: calc(100% / 6 - 20px); margin: 8px 15px; font-size: 15px; }
    .categories-filters li img { max-width: 18px; }
    .categories-filters li span { min-height: 42px; padding: 7px 13px; }
    .grid-content { font-size: 16px; line-height: 24px; }
    .categories-title { min-width: 180px; font-size: 18px; padding: 12px 20px; }
    .grid-left { width: 100%; padding: 0; }
    .grid-right { width: 100%; }
    .grid-tag { padding: 30px 20px; }
    .shape-box.grid-box { width: calc(100% / 3 - 30px); }
    .main-grid-wrap { padding: 20px 0 0; }
    .load-btn { margin-top: 0; }
    .load-btn button { font-size: 18px; padding: 8px 25px; }

    .grid-tag.grid-social { display: none; }
    .social-mob { display: block; margin: 50px 0 0;width: 100%; float: left; }
    .social-mob .grid-tag.grid-social { display: block; }
    .grid-tag-inner { max-width: 100%; }

    .main-library-wrap .grid-right { margin: 0; }
    .select-wrap { width: 100%; max-width: 420px; margin: auto; text-align: left; position: relative; }
    .select-wrap label.select-title { display: block !important; border: 1px solid rgba(0, 0, 0, 0.2); padding: 12px 15px; font-size: 18px; color: rgba(0, 0, 0, 0.2); line-height: normal; margin-bottom: 0; cursor: pointer; }
    .select-wrap ul li { width: 100%; text-align: left; margin: 0; box-shadow: 0 0 0; float: left; padding: 8px 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .select-wrap ul li span { justify-content: left; box-shadow: none; border-radius: 0; background: transparent !important; padding: 0; min-height: auto; }
    .select-wrap ul { margin: 0; background: rgb(125, 170, 199); float: left; width: 100%; max-height: 220px; overflow: auto !important; position: absolute; top: 100%; left: 0; right: 0; z-index: 2; display: none; }
    .grid-tag.browse-topic { background: transparent; box-shadow: none; text-align: center; padding: 0 15px; }
    .grid-tag.browse-topic h4 { color: #0076bd;  font-size: 60px; }
    .grid-tag.browse-topic .button-group > label { color: #0076bd; }
    .select-wrap label.select-title:after {content: "\f107";font-family: FontAwesome;position: absolute;right: 12px; margin: 2px 0; }
    .select-wrap label.select-title.active-list:after { transform: scaleY(-1); }
    .grid-tag .button-group li { margin-bottom:0; }

    /* */
    .library-left { padding-left: 0; }
    .library-title { padding: 38px 0; }
    .main-grid-wrap.main-library-wrap { padding: 50px 0 40px; }
    .three-box-section { padding: 60px 0; }
    .three-title h4 { margin-bottom: 32px; }
    .three-text { padding: 20px 18px 24px; }
    .three-icon:before { height: 2px; }
    .three-icon:after { border: 2px solid #fff; top: -28px; }
    .three-icon img { top: -12px; }
    .load-btn { max-width: 100%; }

    /* */
    .blog-popular-box { padding-bottom: 30px; }
    .blog-hero-section .flex-container>.row-fluid-wrapper>.row-fluid { display: block; }
    .row-fluid .blog-hero-title { width: 100%; text-align: center; }
    .row-fluid .subscribe-form { width: 100%; margin: 0; }
    .row-fluid .subscribe-form > div { width: 100%; max-width: 500px; margin: 40px auto 0; }
    .row-fluid .subscribe-form input.hs-button { position: relative; top: 0; text-align: center; margin: auto; display: table; }
    .row-fluid .subscribe-form form .hs-form-field input { max-width: 100%; margin-bottom: 20px; }
    .row-fluid .first-blog-right { padding-left: 60px; }
    .first-post-content { padding-right: 50px; }
    .first-post .hs-featured-image-wrapper img.hs-featured-image { height: 300px; }
    .row-fluid .first-blog-post { padding-bottom: 0; }
    .blog-item-box .hs-featured-image-wrapper { height: 185px; }
    .blog-item-content h5 { font-size: 18px; line-height: 24px; }
    .blog-item-text { font-size: 16px; line-height: 24px; }
    .post-listing .blog-social-section { margin: 20px 0 60px; padding: 30px 0; }
    .blog-pagination a { min-width: 130px; }
    .row-fluid .topic-list ul li { font-size: 16px;  }


    .row-fluid .sprd_hero_section { padding: 100px 0 50px; }
/*     .row-fluid .sprd_feature_inner { font-size: 22px; line-height: 40px; } */


    .row-fluid .prod_hero_ttl h2 { padding: 15px 20px 15px 80px; font-size: 35px; line-height: 40px; }
    .row-fluid .prod_hero_left h3, .row-fluid .prod_hero_left .h3 { font-size: 28px; line-height: 32px; }
    .row-fluid .requst_btn a { padding: 9px 14px 9px 40px; font-size: 18px; }
    .row-fluid .requst_btn.btn-alt a { padding-left: 14px; }
    .row-fluid .requst_btn a:before { width: 23px; height: 23px; left: 9px; }
    .row-fluid .prod_hero_btn2 a, .row-fluid .prod_simplify_btn a { font-size: 18px; padding: 8px 15px; }
    .row-fluid .prod_hero_arrow { margin: 80px 0 0; }
    .row-fluid .prod_speed_right h2 { font-size: 40px; line-height: 45px; }
    .row-fluid .prod_speed_content { font-size: 18px;  }
    .row-fluid .prod_speed_section { padding: 100px 0; }
    .row-fluid .prod_benefits_ttl h2 { font-size: 36px; line-height: 40px; }
    .row-fluid .prod_benefits_text { padding: 20px 30px 40px 50px; }
    .row-fluid .prod_benefits_text ul li { font-size: 20px; line-height: 26px; padding: 0 40px 0 50px; margin: 12px -2px; }
    .row-fluid .prod_benefits_section:after { width: 60px; height: 500px; }
    .row-fluid .prod_simplify_section:before { border-width: 0 0 50px 100vw; }
    .row-fluid .prod_simplify_section { padding: 50px 0; }
    .row-fluid .prod_simplify_right h2 { font-size: 36px; line-height: 40px; }
    .row-fluid .prod_simplify_content { font-size: 20px; line-height: 25px; }
    .row-fluid .prod_simplify_wrap { margin: 40px 0; }
    .row-fluid .prod_customer_img { width: 200px; height: 200px; }
    .row-fluid .prod_customer_right { padding-left: 20px; width: calc(100% - 200px); }
    .row-fluid .prod_customer_right h3 { font-size: 26px; line-height: 30px; }
    .row-fluid .prod_customer_inner:before,
    .row-fluid .prod_customer_inner:after { width: 120px; height: 105px; }
    .row-fluid .prod_customer_inner { padding: 0 145px; }
    .row-fluid .prod_deliver_section:before { font-size: 330px; line-height: 330px; }


    .row-fluid .hp_business_section { padding: 70px 0 50px; }
    .row-fluid .hp_business_section h3 { font-size: 45px; line-height: 50px; }
    .row-fluid .hp_business_section:before { width: 170px; height: 500px; bottom: -20px; }
    .row-fluid .hp_tab_list_box { padding: 20px 20px; }
    .row-fluid .hp_tab_content_left h2 { font-size: 40px; line-height: 40px; }
    .row-fluid .hp_tab_inner_text p { margin: 0 0 0; }
    .row-fluid .hp_tab_inner h3 { font-size: 30px; line-height: 30px; }
    .row-fluid .hp_video_left h5 a { width: 60px; height: 59px; }
    .row-fluid .hp_video_left h5 { font-size: 24px; line-height: 30px; }
    .row-fluid .hp_video_left h2 { font-size: 40px; line-height: 40px; }
    .row-fluid .hp_zigzag_right h2 { line-height: 34px; }
    .row-fluid .hp_zigzag_btn a { font-size: 20px; padding: 9px 20px; }
    .row-fluid .hp_zigzag_inner.image_right:before { width: 220px; height: 430px; bottom: 0; }
    .row-fluid .hp_zigzag_inner:before { width: 200px; height: 400px; top: 0; }
    .row-fluid .hp_zigzag_wrap { padding: 60px 0; }
    .row-fluid .hp_better_inner h2 { font-size: 40px; line-height: 50px; }
    .row-fluid .hp_better_section { padding: 110px 0; }
    .row-fluid .hp_testy_section { padding: 100px 0 20px; }
    .row-fluid .hp_testy_wrap { padding: 0 160px; }
    .row-fluid .hp_testy_part h4 { font-size: 28px; line-height: 32px; }
    .row-fluid .hp_testy_part { font-size: 24px; line-height: 30px; }
    .row-fluid .hp_bluestrip_wrap { padding: 0 100px; }
    .row-fluid .hp_bluestrip_right { padding: 0 0 0 40px; }

    /*  */
    .row-fluid .login-menu-btn { margin-left: 0; }
    .row-fluid .login-menu-btn .hs-menu-wrapper>ul>li>a { min-width: auto; font-size: 14px; padding: 8px 40px 8px 20px; }
    .row-fluid .login-menu-btn .hs-menu-wrapper>ul>li>a:after { width: 22px; height: 100%; }
    .row-fluid .login-menu-btn .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper { width: 170px; right: 0; left: auto; }
    .row-fluid .main-menu ul .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal>ul>li>a { font-size: 16px; }
    .row-fluid .main-menu ul .sub-menu2 .sub-menu-col .hs-menu-flow-horizontal > ul > li a { font-size: 16px; }

    .row-fluid .team_zigzag_section .hp_zigzag_img { padding: 0 40px 0 0; }
    .row-fluid .team_zigzag_section .hp_zigzag_inner.image_right .hp_zigzag_img { padding: 0 0 0 40px; }

    /*  */
    .clickable-image-row .clickable-image { min-height: 300px; }
    .clickable-row .clickable-box { width: calc(100% / 3 - 18px); margin: 0 7px; padding: 15px 15px 10px; }
    .clickable-row .clickable-box h5 { font-size: 20px; }
    .clickable-box-section { padding-bottom: 40px; }
    .row-fluid .hp_testy_section_v2 { padding: 36px 0 35px; }

    /*  */
    .prod_three_section { padding: 80px 0; }
    .prod_three_box h3 { font-size: 24px; margin-top: -19px; }
    .prod_three_text { font-size: 16px; line-height: 24px; }
    .prod_three_content { padding-bottom: 30px; }
    .prod_three_icon img { max-width: 50px; }
    .prod_three_icon { width: 90px; height: 90px; }

    /* */
    .row-fluid .header-section .logo { width: 190px; }
    .row-fluid .header-section .header-right { width: calc(100% - 196px); }

    .row-fluid .search_result_section { padding: 50px 0; }
    .row-fluid .search_result_section .hs-search-results__listing li { font-size: 16px;  margin-bottom: 34px; }
    .row-fluid .search_result_section .hs-search-results__pagination { margin-top: 20px; }
    .row-fluid .search_result_banner .hero-section .container {  min-height: 200px; }

    /* */
    .row-fluid .header-v2 .login-menu-btn { margin-left: 0; margin-right: 0; }
    .search_input_icon { margin-left: 0; }

    .home-hero-section h1 { font-size: 45px; line-height: 60px; }
    .home-hero-section h2 { font-size: 34px; line-height: 45px; }
    .home-hero-section .hero-caption .hero-text { max-width: 600px; }

    /* */
    .clickable-top-caption h2 {  font-size: 40px; }

    .sprd_feature_section_v2 .sprd_feature_ttl h2 { font-size: 30px; line-height: 42px; }
    .sprd_feature_content { font-size: 16px; line-height: 22px; }
    .row-fluid .sprd_feature_section h3 { margin-bottom: 20px; }
    .sprd_feature_section_v2 .sprd_feature_ttl { padding: 0 15px; }
    .row-fluid .sprd_feature_section_v2 .sprd_feature_top { padding-bottom: 30px; }

    .row-fluid .subscribe_form_btn { width: 100%; float: left; text-align: center; padding: 20px 0; }

    .row-fluid .blog-item-content h3, .row-fluid .blog-item-content h4, .row-fluid .first-post-content h4 { font-size: 18px; }
    .row-fluid .blog-item-content .hubspot-editable, .row-fluid .first-post-content .hubspot-editable, .row-fluid .blog-popular-post .author-name { font-size: 16px; }

    .row-fluid .headernew .logo { margin:42px 0; }
    .row-fluid .headernew .logo img { max-height:24px; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li { padding:35px 2px; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li > a:link, .row-fluid .menumain .hs-menu-wrapper > ul > li > a:visited, .row-fluid .menumain .hs-menu-wrapper ul li a { padding:8px 3px; font-size:15px; }
    .row-fluid .headerright .btn a { min-width:auto; }

/*     .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(1) > ul.hs-menu-children-wrapper > li ,
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(2) > ul.hs-menu-children-wrapper > li ,
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(3) > ul.hs-menu-children-wrapper > li ,
    .row-fluid .menumain .hs-menu-wrapper > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li
    { margin:15px -2px; width:33.33%; } */

/*     .row-fluid .menumain .hs-menu-wrapper>ul>li:nth-child(5) ul.hs-menu-children-wrapper .group_li { margin:0 -2px; padding:0 2px; width:33.33%; } */

    .productv2 .row-fluid .prod_speed_section.image_right .prod_speed_img:before { bottom:0; }
    .blog-hero-section .prod_simplify_btn{padding:20px 0 0;text-align:center;width:100%;}

    .row-fluid .promo_bar .text { margin-bottom:10px; width:100%; }
    .prod_speed_section .list-style ul { padding:0; }

}

@media (max-width:991px){
    .container, .row-fluid .container[class*="span"] { max-width: 750px; }
    .row-fluid .password-section .container { max-width: 480px; }
    .row-fluid .unsubscribe-section .container { max-width: 650px; }
    h1 { font-size: 38px; line-height: 50px; }
    h2, .h2 { font-size: 28px; line-height: 40px; }
    .row-fluid .title-section h2 { font-size: 28px; line-height: 40px;}
    .row-fluid .title-section .sub-title { font-size: 20px; margin-bottom: 10px; }

    .row-fluid .header-section .header-right { display: none; }
    .row-fluid .header-section { padding: 20px 20px; }

    .ems-services-section .container {  max-width: 750px;}
    .ems-inner-box {padding: 0 5px 20px 32px;}
    .ems-inner-box .ems-icon { width: 26px; height: 28px; }
    .ems-inner-box h5 { font-size: 14px; }
    .link { font-size: 14px; }
    .ems-text { font-size: 16px; line-height: 24px; padding-right: 0; }

    .row-fluid .ems-box.draw:before, .row-fluid .ems-box.draw:after { display: none; }
    .ems-box { border: 1px solid #000; margin-top: -2px; }
    .ems-box-inner { opacity: 1;  visibility: visible; }
    .ems-box:nth-child(2n) .ems-box-inner:before, .ems-box:nth-child(2n) .ems-box-inner:after { left: -47px; }
    .ems-box:nth-child(2) .ems-box-inner:before {  height: 60%; opacity: 1; visibility: visible; }
    .ems-title:before { opacity: 1;  visibility: visible; }
    .ems-box-inner:before, .ems-box-inner:after { height: 100%; opacity: 1; visibility: visible; }
    .ems-box:nth-child(2) .ems-title:after { opacity: 1; visibility: visible; }
    .ems-box:last-child .ems-box-inner:after { display: none; }

    .streamline-box:first-child .streamline-img { margin: 0; }
    .streamline-box:first-child .streamline-inner { align-items: center; }
    .streamline-bg-text { font-size: 62px; }
    .streamline-content h2 { font-size: 24px; }

    .row-fluid .footer-address { width: 100%; text-align: center; padding-bottom: 40px; }
    .row-fluid .footer-col { width: 33.333%; float: left; }
    .address-list li { display: inline-block; padding-bottom: 0; margin: 0 6px 15px; }
    .address-list li svg { top: 0; bottom: 0; margin: auto; }
    .row-fluid .footer-section { padding-bottom: 20px; }
    .row-fluid .copyright-text {  width: 100%; }
    .row-fluid .copyright-menu { width: 100%; text-align: center; margin-top:0; margin-left:0; padding:0; }
    .row-fluid .copyright-footer .flex-container > div > div { display: block; }
    .row-fluid .copyright-footer { text-align: center; }

    .ebiz-toggle{ padding: 18px 14px; background: transparent; float: right; cursor: pointer; border: 0; display: block; top: 5px; margin-left: 12px; position: absolute; right: 14px; top: 0; bottom: 0; margin: auto; }    .ebiz-toggle span{width: 30px; height: 2px;background-color: #0e84bc ; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
    .ebiz-toggle span:before,.ebiz-toggle span:after{content: ""; display: block; width: 100%; height: 100%; background-color: #0e84bc ; position: relative; transition: all 300ms; }
    .ebiz-toggle span:before{top: -10px; }
    .ebiz-toggle span:after{bottom: -8px}

    .ebiz-toggle.ebiz-menuopen span{background-color: transparent;}
    .ebiz-toggle.ebiz-menuopen span:before{top: -1px; transform: rotate(45deg); }
    .ebiz-toggle.ebiz-menuopen span:after{bottom: 3px; transform: rotate(-45deg);}

    .row-fluid .main-mob { position: absolute; width: 100%; left: 0; background: #fff ; top: 100%; padding-bottom: 30px; }
    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { width: 100%; line-height: 0; }
    .row-fluid .main-mob .mob-menu { width: 100%; margin: 0; line-height: 0; }
    .row-fluid .main-mob .btn { width: auto; margin: 0; padding: 10px 0 0 15px; }
    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { max-width: 100%; width: 100%; padding: 10px 15px; font-size: 16px; border-bottom: 1px dotted #0e84bc; line-height: normal; white-space: normal; }
    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width: 100%; }
    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal  ul.hs-menu-children-wrapper { line-height: normal; position: relative; opacity: 1; visibility: visible;  display:none; }
    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a { width: 100%; white-space: normal; padding: 10px 25px; }
    .row-fluid .main-mob .btn a { min-width: 138px; }

    span.mobile-toggle { width: 40px; height: 39px; position: absolute; right: 0;  top: 0; cursor: pointer; }
    span.mobile-toggle:before, span.mobile-toggle:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; background: #0e84bc; }
    span.mobile-toggle:before { width: 2px; height: 16px;  }
    span.mobile-toggle:after { height: 2px; width: 16px; }
    span.mobile-toggle.ebiz-subopen:before { opacity: 0; }

    .row-fluid .main-mob .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper { left: 0 !important; width: 100%; }
    .row-fluid .header-section .logo { line-height: 0; }

    .two-column-row .container { max-width: 750px; }
    .two-column-content { padding-left: 30px; }
    .two-column-row:nth-child(2n) .two-column-content { padding-right: 30px; }
    .two-column-text {  font-size: 16px; }
    .two-column-content h2 { margin-bottom: 20px; }
    .two-column-bg + .two-column-row:not(.two-column-bg) {  padding-top: 50px; }
    .two-column-row { padding: 50px 0; }
    .two-column-section { padding-bottom: 30px; }
    .two-column-row:first-child { padding-top: 30px; }

    /* */
    .grid-img img { height: 195px; }
    .library-title h2 { font-size: 38px; }
    .library-title h2 span {  font-size: 20px; }
    .three-text { padding: 20px 0 24px; font-size: 16px; line-height: 24px; }
    .three-btn a.btn { min-width: 150px; }
    .categories-title { min-width: auto; font-size: 16px; padding: 10px 20px; }

    .row-fluid .blog-hero-section { padding: 40px 0 40px; }
    .row-fluid .first-blog-right { padding-left: 30px; }
    .first-post-content { padding-right: 0; }
    .blog-item-box {  width: calc(100% / 2 - 30px); }
    .main-blog-inner .post-body img { width: 100% !important; }

    .blog-section .hs-author-profile { padding: 40px 15px; text-align: center; }
    .blog-section .hs-author-avatar { width: 100%; }
    .blog-section .hs-author-avatar img { max-width: 140px; }
    .hs-author-profile .hs-author-bio { width: 100%; padding: 20px 0 0; }
    .blog-section .hs-author-profile h2.hs-author-name,
    .blog-section .hs-author-profile h1.hs-author-name { text-align: center; }

    .row-fluid .sprd_hero_section { padding: 90px 0 50px; }
    .row-fluid .sprd_hero_wrap h2 { font-size: 36px; line-height: 45px; }
    .row-fluid .sprd_hero_img { margin: 50px 0; }
    .row-fluid .requst_btn a { font-size: 20px; }
    .row-fluid .sprd_feature_wrap:nth-child(1):before { width: 120px; height: 600px; top: -200px; }
/*     .row-fluid .sprd_feature_inner { font-size: 19px; line-height: 32px; } */
    .row-fluid .sprd_feature_wrap:nth-child(2):before { width: 100px; height: 500px; }
    .row-fluid .sprd_feature_wrap:nth-child(3):before { width: 250px; height: 500px; }
    .row-fluid .sprd_feature_wrap:nth-child(4):before { width: 250px; height: 500px; }

    .row-fluid .prod_hero_left { width: 100%; padding: 0 0 50px; }
    .row-fluid .prod_hero_img { width: 500px; max-width: 100%; }
    .row-fluid .prod_hero_wrap { text-align: center; padding-top: 30px; }
    .row-fluid .prod_hero_ttl h2 { padding: 8px 15px 8px 30px; font-size: 27px; line-height: 30px; }
    .row-fluid .prod_hero_text, .row-fluid .prod_deliver_wrap { font-size: 18px; line-height: 26px; }
    .row-fluid .prod_hero_arrow { margin: 20px 0 0; }
    .row-fluid .prod_hero_section { padding: 0 0 30px 0; }
    .row-fluid .prod_deliver_wrap h2,
    .row-fluid .prod_deliver_wrap .h2 { font-size: 36px; line-height: 36px; }
    .row-fluid .prod_speed_section { padding: 70px 0; }
    .row-fluid .prod_speed_right h2 { font-size: 28px; line-height: 35px; margin: 0 0 10px; }
    .row-fluid .prod_speed_content { font-size: 16px; line-height: 24px; }
    .row-fluid .prod_benefits_ttl h2 { font-size: 30px; line-height: 34px; }
    .row-fluid .prod_benefits_text { padding: 0 0 40px 20px; }
    .row-fluid .prod_benefits_text ul li:before { top: 3px; width: 20px; height: 18px; }
    .row-fluid .prod_benefits_text ul li { font-size: 18px; line-height: 22px; padding: 0 30px 0 42px; }
    .row-fluid .prod_simplify_right h2 { font-size: 28px; line-height: 32px; margin: 0 0 10px; }
    .row-fluid .prod_simplify_content { font-size: 16px; line-height: 24px; }
    .row-fluid .prod_customer_right { padding-left: 0; width: 100%; padding-top: 20px; }
    .row-fluid .prod_customer_inner { text-align: center; }


    .row-fluid .hp_business_section h3 { font-size: 35px; line-height: 40px; }
    .row-fluid .hp_business_section .business-content { padding-right: 20px; }
    .row-fluid .hp_tab_list_box { padding: 15px 10px; }
    .row-fluid .hp_tab_list_icon img { max-width: 80px; max-height: 80px; }
    .row-fluid .hp_tab_list_icon { height: 80px; }
    .row-fluid .hp_tab_list_box h5 { font-size: 15px; line-height: 16px; }
    .row-fluid .hp_tab_inner { width: 100%; padding: 10px 0 10px 10px; }
    .row-fluid .hp_tab_content_left h2 { font-size: 35px; line-height: 35px; }
    .row-fluid .hp_tab_content_left { width: 35%; }
    .hp_tab_content_right { width: 65%; }
    .row-fluid .hp_tab_content_right { width: 65%; }
    .row-fluid .hp_tab_content_left a { font-size: 18px; line-height: 20px; }
    .row-fluid .hp_video_left { padding: 40px 30px 40px 20px; }
    .row-fluid .hp_tab_inner_text, .row-fluid .hp_video_text, .row-fluid .hp_better_text, .row-fluid .hp_zigzag_content { font-size: 18px; }
    .row-fluid .hp_zigzag_right h2 { line-height: 28px; }
    .row-fluid .hp_better_inner h2 { font-size: 28px; line-height: 32px; }
    .hp_zigzag_content { color: #000000; font-family: "Futura Bk BT"; font-size: 18px; font-weight: 400; }
    .row-fluid .hp_testy_section { padding: 70px 0 20px; }
    .row-fluid .hp_testy_wrap { padding: 0 100px; }
    .row-fluid .hp_testy_wrap:before,
    .row-fluid .hp_testy_wrap:after { width: 85px; height: 75px; }
    .row-fluid .hp_testy_part h4 { font-size: 24px; line-height: 28px; }
    .row-fluid .hp_testy_part { font-size: 20px; line-height: 28px; }
    .row-fluid .hp_testy_part h5 { font-size: 18px; line-height: 22px; }
    .row-fluid .hp_bluestrip_wrap { padding: 0 30px; }
    .row-fluid .hp_bluestrip_right h4 { font-size: 24px; line-height: 28px; }
    .row-fluid .hp_bluestrip_right .prod_hero_btn2 a { padding: 7px 30px; }
    .row-fluid .hp_tab_ttl h4 { font-size: 16px; line-height: 22px; }


    .row-fluid .team_zigzag_section .hp_zigzag_right h5 { font-size: 17px; line-height: 22px; }
    .row-fluid .team_zigzag_section .hp_zigzag_content { font-size: 16px; }
    .row-fluid .hp_zigzag_img_inner { width: 240px; height: 240px; }

    /* */
    .clickable-text { font-size: 14px; line-height: 20px; }
    .row-fluid .hp_testy_section_v2 .hp_testy_wrap { padding: 0 100px; }
    .home-hero-section h2 { font-size: 30px; line-height: 36px; }

    .prod_three_box h3 { font-size: 20px; margin-bottom: 12px; }
    .prod_three_box h3 span {  padding: 0 10px; }
    .prod_three_content { padding: 0 15px 24px; }
    .prod_three_section { padding: 60px 0; }

    .row-fluid .zoll_threebox_part {  width: 50%;  }
    .row-fluid .prod_hero_ttl h2 sup {transform: translateY(-5px); font-size: 20px; }

    .row-fluid .footer-col { width:25%; }
    .row-fluid .sprd_feature_img { width: 32%; }
    .row-fluid .sprd_feature_text { width: 68%; }
    .row-fluid .sprd_feature_ttl h2 { font-size: 32px; line-height: 40px;}

    /*---------13-06-2020---------*/
    .row-fluid .error-content { padding: 60px 0; }
    .row-fluid .password-section { padding: 60px 0; }

    .row-fluid .subspre-section { padding: 60px 0; }
    .row-fluid .subspre-section h1 { font-size: 36px; line-height: 36px; }
    .row-fluid .subspre-section .email-prefs .header { font-size: 18px; }

    .row-fluid .unsubscribe-section { padding: 60px 0; }
    .row-fluid .unsubscribe-section h1 { font-size: 30px; line-height: 32px; }
    .row-fluid .unsubscribe-section form h3 { font-size: 25px; line-height: 25px; }

    .row-fluid .subscribe-confirm { padding: 60px 0; }

    /**** Header New ****/
    .row-fluid .headernew { padding:25px 0; }
    .row-fluid .headernew .logo { margin:0; }

    .row-fluid .headernew .container { max-width:100%; position:relative; }
    .row-fluid .headernew .headerright { line-height:0; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal { position:absolute; top:53px; left:0; background:#fff; width: 100%; text-align: left; display:none; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { width: 100%; line-height: 0; }
    .row-fluid .headernew .menumain { width: 100%; margin: 0; line-height: 0; }
    .row-fluid .headernew .btn { width: auto; margin: 0; padding: 10px 0 0 15px; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a { max-width: 100%; width: 100%; padding: 10px 15px; font-size: 16px; border-bottom: 1px dotted #0e84bc; line-height: normal; white-space: normal; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal > ul { width: 100%; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal  ul.hs-menu-children-wrapper { line-height: normal; position: relative; opacity: 1; visibility: visible;  display:none; width:100% !important; }
    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper li a { width: 100%; white-space: normal; padding: 10px 25px; }
    .row-fluid .headernew .btn { padding:20px 15px; width:100%; text-align:center; }
    .row-fluid .headernew .btn a { min-width: 138px; display:inline-block; width:auto; }
    .row-fluid .menumain .hs-menu-wrapper > ul > li { padding:0 }
    .row-fluid .menumain .hs-menu-wrapper ul { left:0 !important; }

    .row-fluid .top_medical { display:none; }

    .row-fluid .headernew .menumain .search { margin:0; padding:20px 15px 0; width:100%; }
    .row-fluid .headernew .menumain .search input { margin:0; padding:15px 20px; border:1px solid #0e84bc; }
    .row-fluid .headernew .menumain .search_input_icon { display:none; }

    .row-fluid .headernew .hs-menu-wrapper.hs-menu-flow-horizontal > ul li { margin:0 !important; width:100% !important; }

    .row-fluid .headernew .btn { display:none; }
    .row-fluid .headernew .menumain .btn { display:inline-block; }
    .three-box { width:50%;}

    .media-coverage-section .boxs .single-box { width: 50%; }
    .media-coverage-section { padding: 0px 0 60px; }
/*     .row-fluid .prod_hero_section.v2 { padding: 40px 0 40px; } */

    .productv2 .row-fluid .prod_speed_section.image_right .prod_speed_img:before { bottom:-1px; }

    .row-fluid .promo_bar .promo_btn { margin:20px 0 15px; }
    .row-fluid .promo_bar { padding:8px 45px 8px 15px; }

    .row-fluid .topHeader { top:0 !important; }

    .row-fluid .three-box { border-right:none; margin-bottom:40px; }
    .row-fluid .three-box:last-child { margin-bottom:0; }


    .from_style .hs_cos_wrapper_type_rich_text ol { padding:0; }


}

@media (min-width:768px){
    .row-fluid .sprd_feature_wrap.right_img .sprd_feature_top { display: flex; flex-direction: row-reverse; align-items: center; }
    .row-fluid .sprd_feature_wrap.right_img .sprd_feature_img { padding: 0 0 0 30px; text-align: right; }
    .row-fluid .prod_speed_section.image_right .prod_speed_wrap { display: flex; flex-direction: row-reverse; align-items: center; }
    .row-fluid .prod_speed_section.image_right .prod_speed_img { text-align: right; padding: 0 0 0 75px; }
    .row-fluid .prod_simplify_wrap.image_right { display: flex; align-items: center; flex-direction: row-reverse; }
    .row-fluid .prod_simplify_wrap.image_right .prod_simplify_img { padding: 0 0 0 5%; text-align: right; }
    .row-fluid .prod_deliver_section:before { font-size: 230px; line-height: 230px; }
    .row-fluid .hp_zigzag_inner.image_right .hp_zigzag_wrap { display: flex; flex-direction: row-reverse; align-items: center; }
    .row-fluid .hp_zigzag_inner.image_right .hp_zigzag_img { text-align: right; padding: 0 0 0 100px; }



    .leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper .leadin-content-body .leadin-preview-wrapper h4 { width: 100%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 15px 0; padding-right: 150px; text-align: left; }
    .leadinModal.leadinModal-theme-top.leadinModal-v3.leadinModal-preview .leadinModal-content .leadinModal-content-wrapper .leadin-content-body .leadin-preview-wrapper { display: inline-block !important; float: none; text-align: center; position: relative; width: 1100px; max-width: 88%; padding: 0 15px; }
    .leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper .leadin-content-body .leadin-preview-wrapper .advance-wrapper { width: 140px; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
    .leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper .leadin-content-body { float: left; width: 100%; text-align: center; }
    .leadinModal-theme-top .leadinModal-content .leadinModal-content-wrapper { padding: 0 !important; }

    .row-fluid .hero_desktop { display:inline-block; width:100%; }
    .row-fluid .hero_mobile { display:none; }

}

@media (max-width:767px){

    body { font-size: 16px; line-height: 28px; }
    h1, .h1 {  font-size: 32px; line-height: 40px; }
    h2, .h2 { font-size: 26px; line-height: 35px; }
    h4, .h4 { font-size: 20px; line-height: 30px; }
    h3, .h3 { font-size: 22px; line-height: 30px; }
    h5 { font-size: 16px; line-height: 28px; }
    .btn .cta_button, a.btn { min-width: auto; }
    .hero-section .container { padding: 0; min-height: 100%; }
    .hero-section { padding: 40px 15px; }
    .hero-text { font-size: 16px; }
    .row-fluid .title-section h2 { font-size: 24px; line-height: 35px; }

    .streamline-content h2 { font-size: 24px; }
    .ems-row { width: 100%; }
    .ems-box:nth-child(2n) { width: 100%; left: 0; }
    .ems-box { width: 100%; margin-bottom: 50px; }
    .ems-box-inner:before, .ems-box-inner:after { display: none; }
    .ems-title:before { display: none; }
    .ems-title h3 { margin-left: 10px; top:-18px; }
    .ems-box:last-child { margin-bottom: 0; }

    .ems-services-section { padding-bottom: 90px;     padding-top: 40px; }
    .business-content { width: 100%; padding: 0 0 40px; }
    .business-section .container { display: block; }
    .business-img { width: 100%; }
    .business-img img { height: 270px; }
    .curve-bottom:after { border-width: 0 0 58px 100vw; }
    .streamline-section { padding: 0; }
    .streamline-inner { display: block; }
    .streamline-img { width: 100%; }
    .streamline-content { width: 100%; padding: 10px 15px 0; }
    .streamline-box { width: 100%; float: left; }
    .streamline-img img { height: 300px; min-height: 100%; }
    .streamline-box:nth-child(2n) .streamline-content { padding: 20px 15px 0; }

    .row-fluid .footer-col { width: 100%; padding: 0; text-align: center; }
    .row-fluid .copyright-menu ul li:after { display: none; }
    .row-fluid .footer-section { padding-top: 50px; }

    .row-fluid .main-mob .btn { width: auto; float: left; padding-top: 20px; }
    .row-fluid .main-mob .btn a { min-width: 100px; }

    .hero-medical-section { padding: 60px 0 60px; }

    /* */
    .hero-medical-title { margin-bottom: 40px; }
    .hero-medical-list ul li {  max-width: 180px; font-size: 16px; }
    .medical-icon img { max-width: 60px;  height: 40px; }
    .two-column-img { width: 100%; text-align: center; }
    .two-column-row .container { display: block; }
    .two-column-content { width: 100%; padding: 20px 0 0; }
    .two-column-img img { max-width: 340px; margin: auto; float: none; display: inline-block; }
    .two-column-row:nth-child(2n) .two-column-content { padding: 20px 0 0; }
    .two-column-section { padding-bottom: 30px; }
/*     .two-column-content h2 { line-height: 36px; } */
    .two-column-row { padding: 30px 0; }
    .two-column-bg { padding: 60px 0; }
    .hero-medical-section { padding: 45px 0 60px; }

    /*  */
    .shape-box.grid-box { width: calc(100% / 2 - 20px); margin: 0 10px 20px; }
    .grid-content { padding: 0 15px 20px; }
    .grid-box { width: calc(100% / 2 - 23px); margin: 0 10px 20px; }
    .library-title .container { display: block; }
    .library-left { width: 100%; padding: 0; text-align: center; }
    .library-title .library-btn { width: 100%; float: left; text-align: center; margin: 30px 0 0; }
    .three-box { width: 100%; border: none; padding-bottom: 50px; }
    .three-box:last-child { padding-bottom: 0; }
    .serach-bar h2 { font-size: 30px; margin-bottom: 20px; }

    .serach-bar .quicksearch { margin-bottom: 20px; font-size: 16px; height: 40px; }
    .select-wrap label.select-title { padding: 10px 15px; font-size: 16px; }
    .library-title h2 { font-size: 34px; letter-spacing: normal; margin-bottom: 18px; }

    .row-fluid .topic-list ul li { margin: 15px 0; max-width: none; width: auto; padding: 0 15px; }
/*     .row-fluid .topic-list ul li:before { display:none; } */
    .first-post .hs-featured-image-wrapper { width: 100%; }
    .row-fluid .first-blog-left { width: 100%; }
    .first-post .hs-featured-image-wrapper img.hs-featured-image { height: 260px; }
    .first-post-content h3 { font-size: 22px; }
    .row-fluid .first-blog-right { width: 100%; padding: 18px 0 0; float: left; }
    .blog-popular-post .author-name { margin-bottom: 0; }
    .blog-social-section .social-title { width: 100%; text-align: center; }
    .blog-social-section .container { display: block; }
    .social-title .social-section-title { left: 0; right: 0; margin: auto; pointer-events: none; font-size: 100px; }
    .blog-social-section ul.share-buttons { text-align: center; margin: 0; }
    .blog-social-section .social-sharing { width: 100%; padding: 0; position: relative; }
    .post-listing .blog-social-section { margin: 10px 0 40px; padding: 50px 0; }
    .blog-social-section ul.share-buttons li { margin: 0 10px; }
    .blog-social-section ul.share-buttons li a { width: 50px; height: 50px; font-size: 20px; line-height: 51px; }
    .blog-pagination { padding-top: 10px; }
    .blog-social-section h5 { padding: 0 0 0; font-size: 24px; }

    .featured-image-blog { min-height: auto; }
    .main-blog-inner .social-sharing { padding-top: 20px; }
    .main-blog-inner {padding: 40px 0 10px;}
    blockquote { padding: 8px 0 8px 15px; }
    .blog-section .hs-author-profile { padding-top: 20px; }
    .blog-pagination a { min-width: 85px; padding: 5px 15px; }


    .row-fluid .requst_btn a { font-size: 16px; padding: 10px 15px 10px 45px; }
    .row-fluid .requst_btn.btn-alt a { padding-left: 15px; }
    .row-fluid .requst_btn a:before { width: 23px; height: 23px; left: 15px; }
    .row-fluid .sprd_hero_section { padding: 90px 0 30px; }
    .row-fluid .sprd_feature_ttl h2 { font-size: 26px; line-height: 35px; }
    .row-fluid .sprd_feature_img { width: 300px; max-width: 100%; float: none; display: inline-block; padding: 0; }
    .row-fluid .sprd_feature_text { width: 100%; float: left; margin: 15px 0 0; }
    .row-fluid .sprd_feature_inner { font-size: 16px; line-height: 22px; text-align: center; }
    .row-fluid .sprd_feature_wrap { margin: 0 0 40px; }
    .row-fluid .sprd_feature_top { margin: 0; }
    .row-fluid .sprd_feature_wrap:nth-child(1):before { width: 80px; height: 400px; top: -70px; }
    .row-fluid .sprd_feature_wrap:nth-child(2):before { width: 80px; height: 400px; }
    .row-fluid .sprd_feature_wrap:nth-child(3):before { width: 150px; height: 350px; top: 0; }
    .row-fluid .sprd_feature_wrap:nth-child(4):before { width: 150px; height: 350px; }

    .row-fluid .prod_hero_text { font-size: 16px; line-height: 24px; }
    .row-fluid .prod_deliver_section { padding: 50px 0 30px; }
    .row-fluid .prod_deliver_text { font-size: 14px; line-height: 22px; }
    .row-fluid .prod_deliver_wrap h2,
    .row-fluid .prod_deliver_wrap .h2 { font-size: 28px; line-height: 30px; }
    .row-fluid .prod_speed_img { margin-bottom:20px; width: 400px; max-width: 100%; padding:0; }
    .row-fluid .prod_speed_right, .row-fluid .prod_simplify_right { width: 100%; }
    .row-fluid .prod_speed_wrap { text-align: center; }
    .row-fluid .prod_benefits_ttl { padding: 0 10px; margin: -30px 0 0; }
    .row-fluid .prod_benefits_ttl h2 { font-size: 24px; line-height: 26px; margin: 0 0 10px; }
    .row-fluid .prod_benefits_text ul li { width: 100%; padding: 0 15px 0 40px; margin: 7px -2px; }
    .row-fluid .prod_benefits_text { padding: 0 0 20px 0; }
    .row-fluid .prod_speed_circle { width: 40px; height: 280px; }
    .row-fluid .prod_simplify_section:before { border-width: 0 0 20px 100vw; }
    .row-fluid .prod_simplify_section { padding: 20px 0; text-align: center; }
    .row-fluid .prod_simplify_img { width: 400px; max-width: 100%; padding: 0 0 20px; }
    .row-fluid .prod_hero_btn2 a, .row-fluid .prod_simplify_btn a { font-size: 16px; padding: 9px 15px; }
    .row-fluid .prod_customer_inner:before, .row-fluid .prod_customer_inner:after { opacity: 0.4; width: 70px; height: 62px; }
    .row-fluid .prod_customer_inner { padding: 0 15px; }
    .row-fluid .prod_customer_right h5 { font-size: 18px; line-height: 22px; margin: 0; }
    .row-fluid .prod_hero_ttl { max-width: initial; }
    .row-fluid .prod_hero_btn .requst_btn { margin: 0 15px; }
    .row-fluid .prod_deliver_section:before { font-size: 150px; line-height: 150px; }


    .row-fluid .hp_business_section { padding: 50px 0 20px; }
    .row-fluid .hp_tab_content_left { width: 100%; }
    .row-fluid .hp_tab_content_box { text-align: center; }
    .row-fluid .hp_tab_content_right { width: 100%; padding: 10px 0 0; margin: 19px 0 0; }
    .row-fluid .hp_tab_content_right:before { top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 2px; }
    .row-fluid .hp_video_right { width: 1; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
    .row-fluid .hp_video_section { display: inline-block; position: relative; }
    .row-fluid .hp_video_section:before { position: absolute; content: ""; left: 0; top: 0; width: 100%; height: 100%; background: rgba(23, 103, 156, .5); z-index: 1; }
    .row-fluid .hp_video_left { width: 100%; position: relative; padding: 50px 15px !important; z-index: 2; text-align:center; }
    .row-fluid .hp_video_left h2 { font-size: 30px; line-height: 30px; }
    .row-fluid .hp_zigzag_wrap { padding: 40px 0; text-align: center; }
    .row-fluid .hp_zigzag_img { width: 400px; max-width: 100%; padding: 0 0 20px; }
    .row-fluid .hp_zigzag_right { width: 100%; }
    .row-fluid .hp_zigzag_inner.image_right:before,
    .row-fluid .hp_zigzag_inner:before { width: 100px; height: 400px; top: 100px; }
    .row-fluid .hp_better_section { background-position: right center !important; position: relative; padding: 70px 0; text-align: center; }
    .row-fluid .hp_better_inner { width: 100%; position: relative; }
    .row-fluid .hp_better_section:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; background: rgba(255, 255, 255, 0.8); }
    .row-fluid .hp_testy_wrap:before,
    .row-fluid .hp_testy_wrap:after { opacity: 0.4; }
    .row-fluid .hp_testy_wrap { padding: 0 30px; }
    .row-fluid .hp_bluestrip_left { width: 300px; max-width: 100%; padding: 0; }
    .row-fluid .hp_bluestrip_wrap { padding: 0; text-align: center; }
    .row-fluid .hp_bluestrip_right { width: 100%; padding: 30px 0 0; border: none; }
    .row-fluid .hp_tab_list_box {   width: 50%;    }
    .row-fluid .hp_business_section .business-content { padding-right: 0;}
    .row-fluid .hp_tab_inner { padding:14px 0; }
    .row-fluid .hp_bluestrip_left img { max-width: 80%;}
    .row-fluid .hp_business_social { bottom: auto; top: 20%; right: 10px; }
    .row-fluid .hp_business_social ul li a { width: 33px; height: 33px; line-height: 33px; font-size: 18px; }
    .row-fluid .hp_business_social ul { width: 33px; }

    .row-fluid .team_zigzag_section .hp_zigzag_img,
    .row-fluid .team_zigzag_section .hp_zigzag_inner.image_right .hp_zigzag_img { width: 100%; padding: 0 0 10px; }
    .row-fluid .team_zigzag_section .hp_zigzag_right { width: 100%; }
    .row-fluid .team_zigzag_section .hp_zigzag_wrap { padding: 20px 0; }

    .row-fluid .evt_table_wrap { width: 100%; }
    .row-fluid .evt_table_wrap, .row-fluid .evt_table_box, .row-fluid .evt_table_text { display: block;  }
    .row-fluid .evt_table_top { position: absolute; top: -9999px; left: -9999px; display: block; }
    .row-fluid .evt_table_inner { border: 1px solid #ccc; }
    .row-fluid .evt_table_text { width:100%; border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; font-size: 14px; line-height: 22px; }
    .row-fluid .evt_table_text:before { position: absolute; top: 50%; transform: translateY(-50%); left: 10px; width: 45%; padding-right: 10px; white-space: nowrap;  color: #000; font-weight: bold; }

    /* */
    .home-hero-section h2 { font-size: 20px; line-height: 28px; margin-bottom: 10px; }
    .home-hero-section h1 { font-size: 32px; line-height: 40px; }
    .clickable-row .clickable-box { width: 100%; margin: 0 0 18px; padding: 24px 20px; }
    .clickable-box-section { padding-bottom: 0; }
    .clickable-text { text-align: center; }
    .clickable-image-row .clickable-image { min-height: 260px; padding: 50px 0 60px; }
    .clickable-row { margin-top: -40px; }
    .row-fluid .hp_tab_section_v2 .hp_tab_ttl h4 { font-size: 22px; margin-bottom: 20px; }
    .clickable-top-caption h2 { font-size: 34px; margin-left: 0; }
    .clickable-image-row .clickable-image:after {  opacity: 0.1; }
    .clickable-top-caption { margin-left: 0; }

    .prod_three_section { padding: 50px 0 20px; }
    .prod_three_box { width: 100%; max-width: 400px; margin: auto; float: none; display: inline-block; }
    .prod_three_row { text-align: center; }

    .row-fluid .search_result_section .hs-search-results__listing li > a { font-size: 24px; margin-bottom: 12px; }
    .row-fluid .search_result_section .hs-search-results__pagination { margin-top: 0; }
    .row-fluid .search_result_banner .hero-section .container { min-height: 100px; }

    .row-fluid .hp_tab_section_v2 .hp_tab_content_right:before { top: 0; left: 50%; transform: translateX(-50%); width: 80%; height: 2px !important; }

    /* */
    .sprd_hero_section .sprd_hero_text { margin: 30px 0 30px; }

    /* */
    .row-fluid .sprd_feature_section_v2 .sprd_feature_top .sprd_feature_text { width: 100%; padding: 0; }
    .sprd_feature_section_v2 .sprd_feature_top.right_img .container { display: block; }
    .sprd_feature_section_v2 .right_img .sprd_feature_img { padding: 0 0 20px; }
    .sprd_feature_section_v2 .sprd_feature_ttl h2 { font-size: 24px; line-height: 34px; }
    .sprd_feature_section_v2 .sprd_feature_ttl { margin-bottom: 0; }
    .row-fluid .sprd_feature_section_v2 { padding: 0; }
    .sprd_feature_inner.list-style ul { padding: 0; }


    .row-fluid .zoll_form_wrap { padding: 30px 15px; }
    .row-fluid .zoll_form_box form .form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    .row-fluid .zoll_form_box form .form-columns-2 .hs-form-field:last-child { padding-left: 0; }
    .row-fluid .zoll_form_box form .form-columns-2 .hs-form-field { width: 100% !important; }
    .row-fluid .zoll_fullsocial_section .zoll_fullsocial_right { width: 100%; margin: 10px 0 0; }
    .row-fluid .zoll_fullsocial_section .zoll_fullsocial_left { width: 100%; }
    .row-fluid .zoll_fullsocial_section .social-section-title { font-size: 70px; }
    .row-fluid .zoll_zigzag_btn { text-align: center; margin: 0; padding: 0; }
    .row-fluid .customer_zigzag .hp_zigzag_wrap { padding: 30px 0; }
    .row-fluid .zoll_threebox_part { width: 450px; max-width: 100%; padding: 20px 0; }
    .row-fluid .zoll_threebox_wrap { margin: 0; }
    .row-fluid .covid_text_center .devision_section { padding-bottom: 0; }
    .row-fluid .hp_zigzag_content ul { text-align:left; }
    .row-fluid .prod_hero_ttl h2 sup {transform: translateY(-4px); font-size: 18px; }
    .row-fluid .copyright-menu ul li { padding:0 15px; }
    .row-fluid .helth_video_section {  padding: 50px 0 30px; }

    .row-fluid .prodV2_benefits .prod_benefits_text { padding:10px; }
    .row-fluid .prodV2_benefits .inner { width:100%; }
    .row-fluid .prodV2_benefits .inner.inner_bottom { margin-top:20px; }

    /*------- 13-06-2020 -------*/
    .row-fluid .error-content { padding: 40px 0; }
    .row-fluid .password-section { padding: 45px 0; }

    .row-fluid .subspre-section { padding: 40px 0 45px; }
    .row-fluid .subspre-section h1 { font-size: 32px; line-height: 40px; margin-bottom: 10px; }
    .row-fluid .subspre-section h2 { font-size: 17px; }
    .row-fluid .subspre-section .email-prefs .header { font-size: 16px; }

    .row-fluid .unsubscribe-section { padding: 40px 0 45px; }
    .row-fluid .unsubscribe-section h1 { font-size: 26px; }
    .row-fluid .unsubscribe-section form h3 { font-size: 21px; }

    .row-fluid .subscribe-confirm { padding: 40px 0; }
    .row-fluid .subscribe-confirm h1 { font-size: 32px; line-height: 32px; }

    .row-fluid .system-search { margin-bottom:30px; }
    .row-fluid .zoll_form_box form select {  width: 100% !important; }

    .row-fluid .request_main { padding:25px 15px 20px 15px; }

    /* */
    .evt_table_v2section .evt_table_text:nth-child(2) { width: 100%; }
    .row-fluid .evt_table_text span, .row-fluid .evt_table_top_part span { height: auto !important; padding: 7px 0; }

    .media-coverage-section .boxs { flex-direction: column; justify-content: center; }
    .media-coverage-section .boxs .single-box { width: 100%; padding: 15px 0; max-width: 420px; margin: 0 auto; }
    .sprd_feature_inner.list-style ul {max-width: none; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
    .productv2 .row-fluid .prod_speed_section.image_right .prod_speed_img:before { bottom: -1px; left: -1px; right: -1px; }


    .row-fluid .hero_desktop { display:none; }
    .row-fluid .hero_mobile { display:inline-block; width:100%; }
    .row-fluid .hero_mobile .hero_row { padding:70px 0 80px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; text-align:center; }
    .row-fluid .hero_mobile .hero_row:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#000000; opacity:0.60; }
    .row-fluid .hero_mobile .hero_row h1 { margin:0; font-size:45px; line-height:54px; color:#fff; position:relative; }
    .row-fluid .hero_mobile .slick-dots { position:absolute; bottom:7px; left:0; width:100%; }
    .row-fluid .hero_mobile .slick-dots li button { width:8px; height:8px; opacity:0.6; }
    .row-fluid .hero_mobile .slick-dots li.slick-active button { opacity:1; }

    .prod_speed_section .list-style ul { padding:0; list-style:none; }
    .prod_speed_section .list-style ul li { padding:0; }
    .prod_speed_section .list-style ul li:before { display:none; }

    .row-fluid .prod_benefits_wrap { padding:0 25px; }
    .from_style .hs_cos_wrapper_type_rich_text ol { padding:0; }

}

@media (max-width:500px){

    .shape-box.grid-box { width: calc(100% / 1 - 33px); }
    .grid-right .grid-row {padding: 0 5px;}
    .grid-box { width: calc(100% / 1 - 20px); margin: 0 10px 20px; }

    .blog-item-box { width: calc(100% / 1 - 30px); }


    .row-fluid .sprd_hero_section { padding: 80px 0 30px; }
    .row-fluid .sprd_hero_wrap h2 { font-size: 30px; line-height: 35px; }
    .row-fluid .sprd_hero_img { margin: 25px 0; }
    .row-fluid .prod_hero_text, .row-fluid .prod_speed_content, .row-fluid .prod_simplify_content { font-size: 14px; line-height: 22px; }
    .row-fluid .prod_hero_left h3, .row-fluid .prod_hero_left .h3, .row-fluid .prod_speed_right h2, .row-fluid .prod_simplify_right h2 { font-size: 26px; line-height: 30px; }
    .row-fluid .prod_speed_section { padding: 40px 0; }
    .row-fluid .prod_deliver_section:before { font-size: 100px; line-height: 100px; }

    .row-fluid .hp_business_section .business-content { }
    .row-fluid .hp_business_section h3 { font-size: 27px; line-height: 30px; }
    .row-fluid .hp_tab_list_box h5 { font-size: 13px; line-height: 15px; }
    .row-fluid .hp_tab_list_box { padding: 7px; }
    .row-fluid .hp_tab_content_left h2 { font-size: 26px; line-height: 30px; margin: 0 0 3px; }
    .row-fluid .hp_tab_inner h3 { font-size: 26px; line-height: 28px; }
    .row-fluid .hp_tab_inner { padding: 14px 0; }
    .row-fluid .hp_video_left h2 { font-size: 26px; line-height: 30px; }
    .row-fluid .hp_business_text,
    .row-fluid .hp_tab_inner_text,
    .row-fluid .hp_video_text,
    .row-fluid .hp_better_text,
    .row-fluid .hp_zigzag_content { font-size: 16px; line-height: 24px; }
    .row-fluid .hp_zigzag_section { padding: 30px 0; }
    .row-fluid .hp_testy_part h4 { font-size: 20px; line-height: 22px; }
    .row-fluid .hp_testy_part { font-size: 16px; line-height: 22px; }
    .row-fluid .hp_testy_part h5 { font-size: 16px; line-height: 22px; }
    .row-fluid .hp_testy_wrap { padding: 0 19px; }
    .row-fluid .hp_testy_wrap:before,
    .row-fluid .hp_testy_wrap:after { width: 40px; height: 35px; }
    .row-fluid .hp_bluestrip_right h4 { font-size: 22px; line-height: 25px; }
    .row-fluid .hp_bluestrip_right { font-size: 14px; line-height: 22px; }

    /* */
    .row-fluid .hp_testy_section_v2 .hp_testy_wrap { padding: 0 20px; }
    .hp_testy_section_v2:before { border-width: 0 0 50px 100vw; }
    .row-fluid .hp_testy_section_v2 {margin-top: 40px;padding: 30px 0 0;}
    .row-fluid .hp_testy_section_v2 .hp_testy_wrap:after, .row-fluid .hp_testy_section_v2 .hp_testy_wrap:before { width: 50px; height: 44px; top: 50%; }
    .row-fluid .hp_testy_section_v2 .hp_testy_wrap:before { left: 0; }
    .row-fluid .hp_testy_section_v2 .hp_testy_wrap:after { right: 0; }
    .row-fluid .hp_testy_section_v2 .hp_testy_part h4 { line-height: 24px; margin-bottom: 26px; }
    .row-fluid .hp_testy_section_v2 .hp_logo_section { padding-top: 30px; }

    .row-fluid .request_form form .form-columns-2 .hs-form-field { width:100%; }
    .row-fluid .request_form form .form-columns-2 .hs-form-field:first-child { padding-right:0; }
    .row-fluid .request_form form .form-columns-2 .hs-form-field:last-child { padding-left:0; }

    .media-coverage-section .boxs .single-box .content { padding: 15px; }

}

@media (max-width:480px){

    .row-fluid .hero_mobile .hero_row h1 { font-size: 34px; line-height: 44px; }

    .ems-inner-box { width: 100%; }
    .business-img img { height: 230px; }
    .streamline-img img { height: 250px; }
    .row-fluid .main-mob .btn a { min-width: auto; font-size: 14px; }

    .two-column-img img {  max-width: 280px; }

/*     .shape-box.grid-box { width: calc(100% / 1 - 33px); }
    .grid-right .grid-row {padding: 0 5px;}
    .grid-box { width: calc(100% / 1 - 20px); margin: 0 10px 20px; } */

    .row-fluid .request_form form .form-columns-2 .input input { width:100% !important; }

    form .form-columns-2 .hs-form-field {
      float: left !important;
    }
}


}

  z-index: 99999999;
}
.evidon-banner-message a {
  text-decoration: underline !important;
}
.evidon-prefdiag-overlay #prc-tp-cat-header {
  display:none;
}

.blulink{    color: #0076bd;
}

/* Prevent anchor link from being hidden under sticky menu */
[data-hs-anchor] { scroll-margin-top: 78px; }
@media (min-width: 992px) {
  [data-hs-anchor] { scroll-margin-top: 108px; }
}

/* Fix positioning of accessibiity button on mobile & tablet */
.acsb-trigger.acsb-trigger-position-y-center { margin: auto 0 10px 0 !important; }

@media (max-width: 767px) {
  .ensModal {
    max-height: 400px !important;
    overflow-y: auto;
    padding-top: 0 !important;
  }
  #ensModalWrapper .ensToggleRowWrapper {
    max-height: none !important;
    padding-bottom: 40px;
  }
  .ensButtons {
    background: #fff;
    bottom: 0;
    float: none;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  #ensCancel {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .hide-d-max { display: none; }
}

script {
  display: none !important;
}