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




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

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

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


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


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

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-light-webfont.woff2') format('woff2'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-light-webfont.woff') format('woff'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-light-webfont.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-lightit-webfont.eot?#iefix') format('embedded-opentype'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-lightit-webfont.woff2') format('woff2'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-lightit-webfont.woff') format('woff'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-lightit-webfont.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-regular-webfont.woff') format('woff'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-regular-webfont.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Proxima Nova';
  font-display: swap;
  src: url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-bold-webfont.woff2') format('woff2'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-bold-webfont.woff') format('woff'),
    url('//smb.avast.com/hubfs/avast-business-style-assets/Fonts/proximanova-bold-webfont.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  font-size: 18px;
  line-height: 1.7778em;
  color: #47566c;
  font-weight: 300;
  font-family: 'Proxima Nova','Helvetica Neue','Roboto',Helvetica,Arial,sans-serif;
  background: #fff;
}

button {
  cursor: pointer;
}

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

.page-center {
  float: none;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}

.page-center-small {
  float: none;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}



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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 20px;
  color: #41424E;
  font-weight: 700;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1 {
  font-size: 62px;
}
h2, .h2 {
  font-size: 46px;
}
h3, .h3 {
  font-size: 40px;
}
h4, .h4 {
  font-size: 26px;
  line-height: 1.3846;
}
h5, .h5 {
  font-size: 21px;
  line-height: 1.2;
}
h6, .h6 {
  font-size: 0.67em;
  line-height: normal;
}

/* Anchor Links */
a {
  color: #0087FF;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #339fff;
  outline: 0;
}

[data-hs-cos-type="rich_text"] > a:not([class]):not([style]),
[data-hs-cos-type="rich_text"] > a:not([class]):not([style]):hover,
[data-hs-cos-type="rich_text"] > a:not([class]):not([style]):focus,
[data-hs-cos-type="rich_text"] p:not([class]) a:not([class]):not([style]),
[data-hs-cos-type="rich_text"] p:not([class]) a:not([class]):not([style]):hover,
[data-hs-cos-type="rich_text"] p:not([class]) a:not([class]):not([style]):focus,
[data-hs-cos-type="rich_text"] ul:not([class]) > li > a:not([class]):not([style]),
[data-hs-cos-type="rich_text"] ul:not([class]) > li > a:not([class]):not([style]):hover,
[data-hs-cos-type="rich_text"] ul:not([class]) > li > a:not([class]):not([style]):focus,
[data-hs-cos-type="inline_rich_text"] > a:not([class]):not([style]),
[data-hs-cos-type="inline_rich_text"] > a:not([class]):not([style]):hover,
[data-hs-cos-type="inline_rich_text"] > a:not([class]):not([style]):focus,
[data-hs-cos-type="inline_rich_text"] p:not([class]) a:not([class]):not([style]),
[data-hs-cos-type="inline_rich_text"] p:not([class]) a:not([class]):not([style]):hover,
[data-hs-cos-type="inline_rich_text"] p:not([class]) a:not([class]):not([style]):focus,
[data-hs-cos-type="inline_rich_text"] ul:not([class]) > li > a:not([class]):not([style]),
[data-hs-cos-type="inline_rich_text"] ul:not([class]) > li > a:not([class]):not([style]):hover,
[data-hs-cos-type="inline_rich_text"] ul:not([class]) > li > a:not([class]):not([style]):focus {
  color: inherit;
  border-bottom: 1px dotted;
}



/* Lists */
ul, ol {
  margin: 0 0 0 17px;
  padding: 0 0 15px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

.body-container-wrapper {
  min-height: 60vh;
}

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


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

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

.header-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 100%;
  padding-right: .8rem;
  background-color: #FFF;
  z-index: 1;
  position: relative;
}
.cm-header .page-center > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.cm-header .page-center > div > div:after,
.cm-header .page-center > div > div:before {
  content: none;
}
.widget-span.cm-logo-wrapper {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  float: none;
}
.widget-span.custom-menu-primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  width: auto;
  float: none;
  margin: 0;
}
.widget-span.cm-free-download-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
  float: none;
}

.cm-free-download-btn a {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
}
.cm-free-download-btn a span {
  margin: 0 auto 0;
  padding: 14px 20px 12px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
  background-repeat: no-repeat;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #FFF;
  background-color: #FF7800;
}
.cm-free-download-btn a span:hover {
  background-color: #FF9933;
}
.cm-free-download-btn a span::before {
  display: inline-block;
  background-position: 50% 50%;
  content: "";
  position: relative;
  top: 1px;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-image: url(//smb.avast.com/hubfs/avast-business-style-assets/image/logo-windows.png);
}
.cm-logo a {
  display: block;
  width: 12.8rem;
  height: 100%;
  padding-top: 18px;
  padding-left: 20px;
}
.cm-logo a img {
  width: 200px;
  height: auto;
}

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

.body-container-wrapper {}

.body-container-wrapper .page-center {
  padding: 35px 20px 20px
}
@media screen and (min-width: 768px) {
  .body-container-wrapper .page-center {
    padding: 95px 20px 20px
  }
}
.body-container {}

.body-container-wrapper .page-center .page-center {
  padding: 0;
}

.banner-area {
  -moz-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-color: #41424E;
  text-align: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  height: calc(100vh - 130px);
  display: table;
  width: 100%;
}
.banner-area-inner {
  display: table-cell;
  vertical-align: middle;
}
.banner-area-inner h1,
.banner-area-inner .h1 {
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  padding: 0 0 50px;
  font-size: 56px;
  margin: 0;
  color: #FFF;
}
.banner-area-inner p {
  padding: 0 0 50px;
  margin: 0 auto;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  font-size: 24px;
  line-height: 1.4167;
}
.banner-area-inner .page-center {
  padding: 0 20px !important;
}

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


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

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

#lang-selector {
  display: none;
}
#lang-selector.open {
  display: block;
  background-color: #41424E;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lang-selector .selector-close {
  position: absolute;
  right: 55px;
  top: 55px;
  background: transparent url(//smb.avast.com/hubfs/avast-business-style-assets/image/icons-sprite-nav-orange.png) no-repeat scroll 50% -1842px;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  z-index: 2000;
}
.clear {
  clear: both;
}
#lang-selector .selector-block {
  max-width: 1056px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  margin-top: -300px;
}
#lang-selector .recommended {
  float: right;
  display: none;
}
#lang-selector .rs-region {
  float: left;
  height: 600px;
  position: relative;
}
#lang-selector .rs-region.america,
#lang-selector .rs-region.asia {
  width: 25%;
}
#lang-selector .rs-region.europe {
  width: 50%;
}
#lang-selector H3 {
  font-size: 16px;
  color: #ADB2B6;
  margin: 0;
  padding: 0 0 20px 10px;
}
#lang-selector ul#current-lang {
  color: #FFF;
  font-size: 13px;
  text-align: left;
}
#lang-selector ul {
  padding: 0;
  margin: 0;
}
#lang-selector ul li {
  position: relative;
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  color: #727888;
  text-align: left;
  font-weight: 300;
  line-height: 1.43;
}
#lang-selector ul li a {
  display: block;
  text-align: left;
  padding: 0;
  padding-left: 55px;
  line-height: 30px;
  color: #ADB2B6;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
}
#lang-selector ul li.highlight A {
  color: #FF7800;
}
#lang-selector .rs-region H3 {
  text-transform: uppercase;
}
#lang-selector ul.possible-lang {
  float: left;
  color: #FFF;
}
#lang-selector ul li a:before {
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -10px;
}
#lang-selector ul.possible-lang li a:before {
  content: "";
  width: 30px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  background-image: url(//smb.avast.com/hubfs/avast-business-style-assets/image/flag-language-selector-sprite-v10.png);
  background-repeat: no-repeat;
}
#lang-selector ul li:hover a {
  color: #FF7800;
}
.en-ww A:before {
  background-position: 0px 0px !important;
}
.en-us A:before,
.es-us A:before {
  background-position: 0px -460px !important;
}
.en-au A:before {
  background-position: 0px -20px !important;
}
.en-gb A:before {
  background-position: 0px -440px !important;
}
.en-ca A:before,
.fr-ca A:before {
  background-position: 0px -80px !important;
}
.en-in A:before {
  background-position: 0px -980px !important;
}
.en-nz A:before {
  background-position: 0px -1100px !important;
}
.en-za A:before {
  background-position: 0px -1120px !important;
}
.en-id A:before {
  background-position: 0px -940px !important;
}
.en-my A:before {
  background-position: 0px -760px !important;
}
.en-ph A:before {
  background-position: 0px -1140px !important;
}
.tl-ph A:before {
  background-position: 0px -1140px !important;
}
.en-sg A:before {
  background-position: 0px -1180px !important;
}
.el-gr A:before {
  background-position: 0px -840px !important;
}
.es-es A:before {
  background-position: 0px -140px !important;
}
.es-ww A:before {
  background-position: 0px -160px !important;
}
.es-mx A:before {
  background-position: 0px -900px !important;
}
.es-cu A:before {
  background-position: 0px -1240px !important;
}
.es-co A:before {
  background-position: 0px -1260px !important;
}
.fa-ir A:before {
  background-position: 0px -1040px !important;
}
.it-it A:before {
  background-position: 0px -240px !important;
}
.de-de A:before {
  background-position: 0px -220px !important;
}
.pt-br A:before {
  background-position: 0px -60px !important;
}
.fr-fr A:before {
  background-position: 0px -200px !important;
}
.ja-jp A:before {
  background-position: 0px -260px !important;
}
.cs-cz A:before {
  background-position: 0px -120px !important;
}
.cs-sk A:before {
  background-position: 0px -700px !important;
}
.ru-ru A:before {
  background-position: 0px -360px !important;
}
.ru-kz A:before {
  background-position: 0px -1160px !important;
}
.pl-pl A:before {
  background-position: 0px -320px !important;
}
.tr-tr A:before {
  background-position: 0px -420px !important;
}
.ar-ww A:before {
  background-position: 0px -920px !important;
}
.ar-sa A:before {
  background-position: 0px -1200px !important;
}
.ar-ae A:before,
.en-ae A:before {
  background-position: 0px -1220px !important;
}
.fr-ch A:before,
.de-ch A:before {
  background-position: 0px -400px !important;
}
.pt-pt A:before {
  background-position: 0px -340px !important;
}
.en-eu A:before {
  background-position: 0px -180px !important;
}
.nl-nl A:before {
  background-position: 0px -280px !important;
}
.nl-be A:before,
.fr-be A:before {
  background-position: 0px -40px !important;
}
.no-no A:before {
  background-position: 0px -300px !important;
}
.he-il A:before {
  background-position: 0px -480px !important;
}
.be-by A:before {
  background-position: 0px -500px !important;
}
.ur-pk A:before {
  background-position: 0px -520px !important;
}
.da-dk A:before {
  background-position: 0px -560px !important;
}
.hr-hr A:before {
  background-position: 0px -580px !important;
}
.ca-es A:before {
  background-position: 0px -600px !important;
}
.bg-bg A:before {
  background-position: 0px -620px !important;
}
.vi-vn A:before {
  background-position: 0px -640px !important;
}
.uk-ua A:before,
.ru-ua A:before {
  background-position: 0px -660px !important;
}
.sl-sl A:before {
  background-position: 0px -680px !important;
}
.sk-sk A:before {
  background-position: 0px -700px !important;
}
.sr-sr A:before {
  background-position: 0px -720px !important;
}
.sv-se A:before {
  background-position: 0px -380px !important;
}
.ro-ro A:before {
  background-position: 0px -740px !important;
}
.ms-my A:before {
  background-position: 0px -760px !important;
}
.mk-mk A:before {
  background-position: 0px -780px !important;
}
.ko-kr A:before {
  background-position: 0px -800px !important;
}
.hu-hu A:before {
  background-position: 0px -820px !important;
}
.fi-fi A:before {
  background-position: 0px -860px !important;
}
.et-ee A:before {
  background-position: 0px -880px !important;
}
.id-id A:before {
  background-position: 0px -940px !important;
}
.th-th A:before {
  background-position: 0px -960px !important;
}
.es-ar A:before {
  background-position: 0px -1060px !important;
}
.es-cl A:before {
  background-position: 0px -1080px !important;
}
.zh-cn A:before {
  background-position: 0px -100px !important;
}
.zh-tw A:before {
  background-position: 0px -540px !important;
}
.hi-in A:before {
  background-position: 0px -980px !important;
}

#lang-selector .rs-region H3 {
  text-transform: uppercase;
}
#lang-selector .europe ul.possible-lang.first {
  width: 50%;
}
#lang-selector ul.possible-lang.other {
  float: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cm-footer {
  background-color: #2d364c;
}
.cm-copyright-wrapper {
  text-align: center;
  margin: 0 0 120px;
  padding: 0;
  color: #727888;
  background-color: #2d364c;
  font-size: 11px;
}
.widget-span.cm-copyright-wrapper .page-center {
  min-height: 100px;
  padding: 0 20px;
}
.widget-span.cm-copyright-wrapper .page-center:before {
  content: "";
  display: block;
  height: 40px;
  overflow: hidden;
  border-top: 1px solid #575E70;
}
.cm-copyright p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.375;
  color: #727888;
}
.cm-copyright p a {
  text-decoration: none;
  color: #727888;
  font-size: 12px;
  display: inline-block;
  margin-right: 25px;
}
.cm-copyright p a:hover {
  color: #a9adb7;
}
.cm-copyright p:first-child {
  float: left;
}
.cm-copyright p:last-child {
  float: right;
}
.cm-social-share-wrapper {
  padding-bottom: 10px;
}
.custom-half {
  float: left;
  min-height: 1px;
  padding: 20px;
  width: 50%;
}
/*
.custom-half:last-child {
  padding-left: 0;
  padding-right: 0;
}
*/
.cm-social-share-wrapper ul {
  margin: 0;
  padding: 0;
}
.portals ul li {
  margin-right: 35px;
  padding: 0;
  float: left;
  list-style-type: none;
  font-weight: 300;
  line-height: 1.43;
  color: #727888;
}
.portals ul li:last-child {
  margin-right: 0;
}
.custom-half a:hover {
    color: #F2F2F6;
}
.custom-half a {
  text-decoration: none;
  color: #ADB2B6;
  display: inline-block;
  line-height: 30px;
  min-height: 30px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-social.png);
  padding-left: 40px;
}

.foundation A {
  background-position: -5px -35px;
}
.blog A {
  background-position: -5px -78px;
}

.custom-half .www A,
.custom-half .www A:hover {
  background: transparent url(//smb.avast.com/hubfs/avast-business-style-assets/image/avast-software-smaller-white.png?t=1532555007821) 0 0 no-repeat !important;
  width: 95px;
  height: 30px;
}

.social {
  width: auto;
  position: relative;
}
.social ul {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.social ul li {
  display: table-cell;
  list-style-type: none;
  padding: 0;
  float: right;
}
.social ul li A {
  min-width: 30px;
  width: 100%;
}
.fb A {
  background-position: 50% -115px;
}
.twitter A {
  background-position: 50% -155px;
}
.linkedin A {
  background-position: 50% -195px;
}
.gplus A {
  background-position: 50% -235px;
}
.gdevelopers A {
  background-position: 50% -275px;
  min-width: 56px;
}
.youtube A {
  background-position: 50% -315px;
}
.instagram A {
  background-position: 50% -355px;
}
.pinterest A {
  background-position: 50% -395px;
}
.custom-half .rss A,
.custom-half .rss A:hover {
  background-image: url('https://smb.avast.com/hubfs/avast-business-style-assets/image/social-rss.png') !important;
  background-position: center center;
}


.social UL SPAN {
  position: fixed;
  left: 6000px;
}
.cm-internal {
  padding-top: 60px;
}
.widget-span.cm-footer .cm-span6 {
  width: 50%;
  float: left;
  min-height: 1px;
  padding: 20px;
  margin: 0;
}
.widget-span.cm-footer .cm-span3 {
  width: 25%;
  float: left;
  min-height: 1px;
  padding: 20px;
  margin: 0;
}
.navigation .block .line {
  border-left: 1px solid #575E70;
  padding-left: 15px;
}
.cm-internal H4 {
  padding: 0 20px 16px 0;
  line-height: 1.43;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  color: #FFF;
}
.cm-internal H4 a {
  color: #FFF;
}
.cm-internal ul {
  margin: 0;
  padding: 0;
}
.cm-internal ul li {
  list-style-type: none;
  color: #727888;
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 20px;
}
.cm-internal ul li a {
  font-size: 12px;
  text-decoration: none;
  line-height: 21px;
  color: #ADB2B6;
}
.region {
  color: #ADB2B6;
  padding: 90px 0 0;
  background: transparent url(//smb.avast.com/hubfs/avast-business-style-assets/image/avast-software-smaller-white.png) 0 0 no-repeat;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
}
.region-selector-button {
  margin: 0 auto;
  zoom: 1;
  position: relative;
  display: inline-block;
  min-width: 280px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 1px #575E70;
  -moz-box-shadow: 0 0 0 1px #575E70;
  box-shadow: 0 0 0 1px #575E70;
  border: none\9;
  font-size: 12px;
  font-weight: 400;
  padding: 3px 30px 3px 3px;
  -webkit-transition: all .1s ease-in-out 0s;
  -o-transition: all .1s ease-in-out 0s;
  -moz-transition: all .1s ease-in-out 0s;
  transition: all .1s ease-in-out 0s;
  background-color: transparent;
  text-decoration: none;
  color: #ADB2B6;
}
.region-selector-button:hover {
  background-color: rgba(0,0,0,0.1);
  color: #F2F2F6;
}
.region-selector-button:before {
  position: static;
  background-color: transparent;
  background-image: url(//smb.avast.com/hubfs/avast-business-style-assets/image/flag-language-selector-sprite-v10.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 30px;
  margin-right: 10px;
}
.region-selector-button:after {
  position: absolute;
  right: 10px;
  top: 9px;
  content: "";
  display: inline-block;
  width: .4em;
  height: .4em;
  border-right: 1px solid #F2F2F6;
  border-top: 1px solid #F2F2F6;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cm-internal .navigation .block:nth-child(1),
.cm-internal .navigation .block:nth-child(2) {
  min-height: 160px;
}
.cm-internal ul li a:hover {
  color: #F2F2F6;
}
.custom-half a:hover {
  background-image: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-social-hover.png) !important;
}
#back-to-top {
  text-align: center;
  zoom: 1;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/slide-top.png) no-repeat scroll 50% 50% transparent;
  z-index: 500;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: fixed;
  bottom: 40px;
  left: 20px;
  margin-right: 0;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.custom-menu-primary .hs-menu-wrapper > ul:after,
.custom-menu-primary .hs-menu-wrapper > ul:before {
  content: none;
}

.custom-menu-primary .hs-menu-wrapper a {
  color: #41424e;
  font-weight: 500;
  transition: color 150ms ease-out;
}

.custom-menu-primary .hs-menu-wrapper .active > a,
.custom-menu-primary .hs-menu-wrapper a:hover {
  color: #ff7800;
}

.custom-menu-primary .hs-menu-wrapper > ul > div > li{
  display: inline-block;
  font-weight: 300;
  line-height: 1.43;
  color: #727888;
  margin: 0;
  float: none !important;
  position: static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-left > li {
  padding: 0 4px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li:not(:last-child) {
  padding: 0 4px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > div > li > a {
  position: relative;
  display: inline-block;
  line-height: 68px;
  font-weight: 500;
  color: #41424e;
  padding-top: 0;
  padding-right: .8rem;
  padding-bottom: 0;
  padding-left: .8rem;
  border-bottom: 2px solid transparent;
  font-size: 18px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a,
.custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-item-has-children > a {
  padding-right: 2rem;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > a {
  padding: 0 .8rem;
}
.icon-angle {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 45%;
  margin-top: -9px;
  pointer-events: none;
  right: 5px;
}
.icon-angle svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden;
  color: #727888;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li.hs-item-has-children > a {
  padding-right: 30px;
}

.clicked .icon-angle {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul > div > li > ul {
  opacity: 1 !important;
  visibility: visible !important;
  display: none !important;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f6;
  border-top: 1px solid #e7e7ef;
  font-size: 1rem;
  line-height: 2.8rem;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > div > li.clicked > ul {
  display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > div > li > ul > li > ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.hs-menu-depth-2.hs-item-has-children.Second_Wrapper > ul ul {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}
.hs-menu-depth-2.hs-item-has-children.Second_Wrapper {
  border-left: 1px solid #f2f2f6;
  padding: 0 1.6rem .4rem 3.2rem;
  margin-top: 1rem;
  padding-top: 1.28rem;
  vertical-align: top;
  width: 17.6rem;
  min-height: 358px;
  float: left;
  position: relative !important;
  z-index: 99;
}
.hs-menu-depth-2.hs-item-has-children.Second_Wrapper > a,
.hs-menu-depth-2.hs-item-has-children.First_Wrapper > a{
  display: none !important;
}
.hs-menu-depth-2.hs-item-has-children.Second_Wrapper .hs-menu-depth-3 > a {
  color: #41424e;
  font-weight: 700;
  cursor: text;
}
.hs-menu-depth-2.hs-item-has-children.Second_Wrapper .hs-menu-depth-4 > a {
  color: #41424e;
  line-height: 44px;
  font-weight: 500;
}
.desktop .hs-menu-depth-2.hs-item-has-children.Second_Wrapper .hs-menu-depth-4 > a:hover {
  color: #ff7800;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper {
  width: calc(100% - 17.6rem);
  float: left;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:last-child {
  border: 0;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li > a {
  padding: 20px 45px 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  color: #41424e;
  font-size: 18px;
  font-weight: 500;
  background-color: #f2f2f6;
  border-bottom: 1px solid #e7e7ef;
  position: relative;
}
.header-container-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li > a {
  width: 12.8rem !important;
  max-width: 12.8rem !important;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(3) > a {
  padding: 19px 45px 21px;
}
.bi-nav-menu-platforms {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(-1.6rem, -50%, 0);
  -moz-transform: translate3d(-1.6rem, -50%, 0);
  transform: translate3d(-1.6rem, -50%, 0);
  will-change: opacity,transform;
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,-o-transform .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,transform .2s ease-in-out,-moz-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out,transform .2s ease-in-out;
  transition: opacity .2s ease-in-out,transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;
}
.hs-menu-depth-3.clicked > a > .bi-nav-menu-platforms {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
  visibility: visible;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li.clicked > a {
  color: #ff7800;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #e7e7ef;
  -moz-box-shadow: 0 0 2px #e7e7ef;
  box-shadow: 0 0 2px #e7e7ef;
  padding: 21px 45px 19px;
  border-bottom: 2px solid #e7e7ef;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:hover > a {
    color: #ff7800;
}
.bi-nav-menu-platforms > svg {
  fill: #ff7800;
  position: relative;
  top: -3px;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li ul ul {
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.First_Wrapper .hs-menu-depth-4 {
  display: inline-block;
  vertical-align: top;
  min-height: 358px;
  padding: 0 1.6rem .4rem 3.2rem;
}
.First_Wrapper .hs-menu-depth-3 > ul {
  width: calc(100% - 12.8rem);
  left: 12.8rem !important;
}
.First_Wrapper .hs-menu-depth-3 > ul {
  width: calc(100% - 12.8rem);
  left: 12.8rem !important;
  opacity: 1 !important;
  padding-top: 1.28rem;
  visibility: visible !important;
  display: none !important;
  background: #fff;
}
.First_Wrapper .hs-menu-depth-3.clicked > ul {
  display: block !important;
}
.Forhome .First_Wrapper .hs-menu-depth-4:last-child {
  display: block;
  min-height: auto;
  padding: 0 .5rem;
}
.Forhome .First_Wrapper .hs-menu-depth-4:last-child > a {
  border-top: 1px solid #f2f2f6;
  padding: 0 3rem;
  color: #41424e;
  line-height: 44px;
  font-weight: 500;
}

.Forhome .First_Wrapper .hs-menu-depth-4:not(:last-child) > a,
.Forbusiness .First_Wrapper .hs-menu-depth-4 > a{
  color: #41424e;
  font-weight: 700;
  cursor: text;
}
.Forhome .First_Wrapper .hs-menu-depth-4:not(:last-child) > ul > li > a,
.Forbusiness .First_Wrapper .hs-menu-depth-4 > ul > li > a{
  color: #41424e;
  line-height: 44px;
  padding-left: 2.4rem;
  font-weight: 500;
  position: relative;
}
.First_Wrapper .hs-menu-depth-4:not(:last-child) > ul > li.Howthey.compare > a {
  color: #aaabb6;
}

.icon-item {
  pointer-events: none;
  vertical-align: middle;
  z-index: -9999;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  color: inherit;
  margin-right: 0.5em;
}
.icon-item--top {
  z-index: 0;
}
.icon-item svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  overflow: hidden;
}
.icon-item svg * {
  fill: currentColor;
  stroke: currentColor;
  transition: fill 150ms ease-out, stroke 150ms ease-out;
}

.hs-menu-item.Search .icon-item {
  margin-right: 0;
}

.Forbusiness .First_Wrapper > ul > li:not(:first-child) > ul > .hs-menu-depth-4 > ul > li > a {
  padding-left: 0;
}
.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-depth-3.Android .hs-menu-depth-5.Passwords > a > i:first-child,
.hs-menu-depth-3.Android .hs-menu-depth-5.SecureLineVPN > a > i:first-child,
.Forhome .First_Wrapper > ul > li:nth-child(4) .Privacy > ul > li > a > i:first-child{
  display: none;
}
.First_Wrapper .hs-menu-depth-4:last-child.Blank_li {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul {
  padding-left: 12.8rem;
  padding-top: 1.28rem;
  min-height: 424px;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li > a {
  color: #41424e;
  font-weight: 700;
  cursor: text;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li {
  display: inline-block;
  vertical-align: top;
  min-height: 358px;
  padding: 0 1.6rem .4rem 3.2rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li ul li a {
  color: #41424e;
  line-height: 44px;
  font-weight: 500;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li.Blank > a {
  visibility: hidden;
}
li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li.clicked.Android > a {
  padding: 20px 45px 20px;
}
.desktop.custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li ul li a,
.desktop .First_Wrapper .hs-menu-depth-4:not(:last-child) > ul > li > a {
    display: inline-block !important;
}

.x-mac.x-safari .custom-menu-primary{
  -webkit-font-smoothing: antialiased;
}


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 1056px) {
  .custom-menu-primary .hs-menu-wrapper{
    display:block !important;
  }
  #nav-mobile-fade-screen {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.clicked > a,
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.active > a {
    border-bottom: 2px solid #ff7800;
  }
  .mobile {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li ul li a:hover,
  .Forhome .First_Wrapper .hs-menu-depth-4:not(:last-child) > ul > li > a:hover,
  .Forbusiness .First_Wrapper .hs-menu-depth-4 > ul > li > a:hover {
    color: #ff7800;
  }
  a:hover > .icon-item {
    color: #ff7800;
  }
  .Forhome .First_Wrapper .hs-menu-depth-4:last-child > a:hover {
    color: #ff7800;
  }
}


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

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

@media (max-width: 1055px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
  }
  .nav-bar-mobile-toggle {
    width: 8.8rem;
    height: 70px;
    margin-left: auto;
    border-left: 1px solid #f2f2f6;
    cursor: pointer;
    font-weight: 500;
    color: #41424e;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
  }
  .show-search .nav-bar-mobile-toggle {
    border-bottom: 1px solid #f2f2f6;
  }
  .nav-bar-mobile-toggle>* {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nav-bar-mobile-toggle span {
    line-height: 70px;
    left: 0;
    display: inline-block;
    padding-right: 65px;
    width: 100%;
    text-align: right;
    font-size: 16px;
  }
  .nav-bar-mobile-toggle i {
    display: block;
    width: 24px;
    height: 22px;
    right: 20px;
    pointer-events: none;
    background-position: 0 -80px;
  }
  .nav-bar-mobile-toggle i svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: hidden;
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: block;
  }

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

  .custom-menu-primary .hs-menu-wrapper{
    z-index: 500;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    background-color: #f2f2f6;
    border-left: 1px solid #aaabb6;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 32rem;
    -webkit-transition-delay: .13333s;
    -moz-transition-delay: .13333s;
    -o-transition-delay: .13333s;
    transition-delay: .13333s;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    -webkit-box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    -moz-box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    overflow-x:hidden;
  }
  #nav-mobile-fade-screen {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    will-change: opacity;
  }
  #nav-mobile-fade-screen.is-active {
    pointer-events: initial;
    visibility: visible;
    opacity: .3;
  }
  .custom-menu-primary .hs-menu-wrapper .bi-nav-close {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 4rem;
    height: 70px;
    cursor: pointer;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper .bi-nav-close .icon-close {
    position: absolute;
    display: block;
    background-position: -3px -117px;
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -13px;
    top: 45%;
    margin-top: -10px;
    pointer-events: none;
    color: #000;
  }
  .custom-menu-primary .hs-menu-wrapper .bi-nav-close .icon-close svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    overflow: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:before {
    content: "Menu";
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 70px;
    color: #767683;
    display: block;
    background: #fff;
  }

}

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin:0 0 30px;
  padding:0 0 30px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:block;
  margin:15px 0;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


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

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

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

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

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

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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

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

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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  line-height: 32px;
  vertical-align: top;
  display: block;
  color: #727888;
  font-weight: 300;
  font-size: 16px;
}
.hs-form-required {
  font-weight: 700;
  margin: 0 0 0 3px;
}


/* One Line Inputs */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  display: inline-block;
  color: #727888;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  font-family: inherit;
  padding: 4px 5px;
  border: 1px solid #D3D4DE;
  width: 100%;
  margin: 0 0 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border: 1px solid #FF7000;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label{
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  background-color: #DA2C2C;
  border-bottom-right-radius: 2px;
  display: block;
  padding: 3px 15px 3px;
  color: #fff;
  font-weight: 300;
  line-height: 1.43;
  font-size: 16px;
  margin: -10px 0 10px;
}
ul.hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 0;
}
.hs_error_rollup .hs-error-msgs label {
  margin: 0 0 10px;
}
.hs-search-field__bar input[type="search"] {
  margin: 0;
}

.hs-error-msgs label a {
  color: inherit;
  text-decoration: underline;
}

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-family: inherit;
  position: relative;
  -webkit-box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  -moz-box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  vertical-align: middle;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 14px 23px 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FF7800;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  line-height: 1.1;
  border: none;
}

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

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


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS
========================================================================== */


/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar {
  display:block;
  margin-bottom: 30px;
  padding: 30px;
  background: #F2F2F6;
  border: 1px solid #D3D4DE;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.subscription-template .body-container .hs-search-field__bar,
.password-template .body-container .hs-search-field__bar,
.error-template .body-container .hs-search-field__bar,
.landing-page.one-column .body-container .hs-search-field__bar{
  width: 50%;
}*

.hs-search-field__bar {
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}
li.hs-menu-item.hs-menu-depth-5.AntivirusPro.Plus > a > i:nth-child(2) {
  display: none;
}
.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}
.bi-nav-close {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.nav-menu-close i {
  position: absolute;
  display: block;
  background-position: -3px -117px;
  width: 24px;
  height: 24px;
  left: 50%;
  margin-left: -13px;
  top: 45%;
  margin-top: -10px;
  pointer-events: none;
}
.nav-menu-close {
  z-index: 99;
  position: absolute;
  top: 71px;
  right: 0;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  display: none;
  color: #000;
}
.clicked .nav-menu-close {
  display: block;
}
.nav-menu-close:hover {
  color: #41424e;
}
.nav-menu-close i svg {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.custom-menu-primary.desktop .hs-menu-wrapper > ul > div > li.Forbusiness > ul {
  background-color: #f2f2f6;
  min-height: 425px;
}
.desktop .Forbusiness .First_Wrapper .hs-menu-depth-3 > ul {
  padding-bottom: 50px;
}
.desktop .Forbusiness .hs-menu-depth-2.hs-item-has-children.Second_Wrapper {
  padding-bottom: 123px;
}
.desktop .Forbusiness .First_Wrapper .hs-menu-depth-4 > ul > li.CompareProducts > a {
  color: #aaabb6;
}

/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1490px) {
  .widget-span.cm-free-download-btn {
    display: none;
  }
}

@media (max-width: 1365px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-right: 0;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper {
    width: 100%;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f6;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul > li > a {
    height: 4.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    border-right: 0;
    border-left: 1px solid #e7e7ef;
    position: relative;
    width: 12.8rem;
    max-width: 12.8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 16px 45px 20px;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul > li.clicked > a {
    padding: 17px 45px 20px;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 12.8rem;
    max-width: 12.8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 4.8rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 0;
    border-right: 0;
  }
  .bi-nav-menu-platforms {
    position: absolute;
    top: initial;
    bottom: 0;
    right: 50%;
    margin-right: 0;
    -webkit-transform: translate3d(50%, -1.6rem, 0) rotate(90deg);
    -moz-transform: translate3d(50%, -1.6rem, 0) rotate(90deg);
    transform: translate3d(50%, -1.6rem, 0) rotate(90deg);
  }
  .hs-menu-depth-3.clicked > a > .bi-nav-menu-platforms {
    -webkit-transform: translate3d(50%, 0, 0) rotate(90deg);
    -moz-transform: translate3d(50%, 0, 0) rotate(90deg);
    transform: translate3d(50%, 0, 0) rotate(90deg);
  }
  .First_Wrapper .hs-menu-depth-3 > ul {
    width: 100%;
    left: 0 !important;
    top: 77px !important;
    background: #fff;
    min-height: 424px;
    border-bottom: 1px solid #f2f2f6;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li > ul {
    overflow: initial;
/*     min-height: 502px; */
  }
  .hs-menu-depth-2.hs-item-has-children.Second_Wrapper {
    float: right;
    height: 408px;
    margin-bottom: -37px;
    margin-right: 1px;
    background: #fff;
    box-shadow: -8px 0 0 #fff;
  }
  .Forbusiness li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul > li:last-child {
    margin-right: 25.6rem;
  }
  .Forbusiness li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper:first-child > ul ul {
    min-height: 353px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul {
    padding-left: 0;
  }
  .Forbusiness .First_Wrapper .hs-menu-depth-4 > ul > li.CompareProducts > a{
    color: #41424e;
  }
}

@media (max-width: 1279px) {
  #back-to-top {
    position: fixed;
    bottom: 40px;
    left: 7px;
    margin-right: 0;
  }
}
@media (max-width: 1240px) {
  #back-to-top{
  	display:none !Important;
  }
}
@media (max-width: 1055px) {
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-left > li,
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li:not(:last-child){
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li.hs-item-has-children > a{
    display: block;
    line-height: 3.2rem;
    padding: .8rem 1.6rem .8rem 3.2rem;
    border-bottom: 1px solid #f2f2f6;
    font-size: 1.125rem;
    color: #41424e;
    width: 100%;
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li > a .icon-angle {
    position: absolute;
    display: block;
    width: 42px;
    height: 48px;
    pointer-events: none;
    z-index: 0;
    top: 30%;
    transform: rotate(-90deg);
    right: 18px;
    color: #41424e;
  }
  .icon-angle svg {
    color: #41424e;
  }
  /*
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li:not(:first-child) > a {
    text-align: center;
    background-color: #f2f2f6;
    line-height: 3.2rem;
    color: #41424e;
    display: block;
    padding: 0 1.6rem;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li:first-child {
    padding: 0 0 13px;
  }
  */
  .desktop {
    display: none !important;
  }
  .widget-span.custom-menu-primary {
    height: auto;
    min-height: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-menu-item.hs-item-has-children > ul {
    z-index: 500 !important;
    position: fixed !important;
    top: 0;
    right: -17px;
    bottom: 0;
    height: 100%;
    overflow-y: scroll;
    background-color: #f2f2f6;
    border-left: 1px solid #aaabb6;
    will-change: transform;
    -webkit-transition: -webkit-transform .2s ease-in-out !important;
    transition: -webkit-transform .2s ease-in-out !important;
    -o-transition: -o-transform .2s ease-in-out !important;
    -moz-transition: transform .2s ease-in-out, -moz-transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out !important;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out !important;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    width: 30.4rem;
    display: block !important;
    min-height: auto !important;
    left: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper ul > div > li.child-open.hs-menu-item.hs-item-has-children > ul {
    -webkit-box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    -moz-box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    box-shadow: -0.2rem 0 1.6rem rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: .3s !important;
    -moz-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li > ul > li.custom-parent-link > a {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 70px;
    color: #767683;
    background: #fff;
    margin-top: -1px;
    cursor: text;
  }
  .bi-nav-back {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 4rem;
    height: 70px;
    cursor: pointer;
    left: 0;
  }
  .bi-nav-back .icon-angle {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    top: 41px;
    width: 25px;
    height: 25px;
    left: 30px;
  }
  .bi-nav-back .icon-angle svg {
    color: #000;
  }
  .hs-menu-depth-2.hs-item-has-children.Second_Wrapper {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 0;
    box-shadow: none;
    height: auto;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li > ul > li > ul {
    display: block !important;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper {
    float: none;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 1.26562rem;
    border-top: 1px solid #e7e7ef;
    border-bottom: 1px solid #e7e7ef;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(1),
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(3){
    border-right: 1px solid #e7e7ef;
    border-bottom: 1px solid #e7e7ef;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(5) {
    border-right: 1px solid #e7e7ef;
  }
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(2),
  li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li:nth-child(4){
    border-bottom: 1px solid #e7e7ef;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li > a {
    width: 100% !important;
    padding: 1.06667rem 0 !important;
    border: 0;
    outline: 0;
    cursor: pointer;
    background-color: #f2f2f6;
    color: #41424e;
    max-width: 100% !important;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: normal;
  }
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li.active > a,
  .header-container-wrapper li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.First_Wrapper > ul > li > a:hover{
    border: 0;
    outline: 0;
    background-color: #fff;
    color: #ff7800;
  }
  .hs-tabber-wrap {
    width: 100%;
    background: #fff;
    border-top: 1px solid #e7e7ef;
    padding: 0 0 32px;
  }
  .custom-menu-primary.mobile .First_Wrapper .hs-menu-depth-4 > a {
    line-height: 2.4rem;
    padding-top: .8rem;
    padding-left: 1.6rem;
    padding: 1.6rem 0 .8rem 1.6rem;
    color: #41424e;
    font-size: 1.125rem;
    font-weight: 500;
  }
  .custom-menu-primary.mobile .First_Wrapper .hs-menu-depth-4 > ul > li > a {
    position: relative;
    display: block;
    padding: 0 1.6rem;
    cursor: pointer;
    padding-left: 4.8rem;
    line-height: 3.2rem;
    font-size: 16px;
    font-weight: 300;
  }
  .First_Wrapper .hs-menu-depth-4 {
    min-height: auto;
  }
  .hs-menu-depth-2.hs-item-has-children.Second_Wrapper {
    border: 0;
    background-color: #f2f2f6;
    text-align: center;
    padding: 13px 0 25px;
    margin: -1px 0 0;
  }
  .First_Wrapper .hs-menu-depth-4:not(:last-child) > ul > li.Howthey.compare > a {
    color: #41424e;
  }
  .hs-menu-depth-2.hs-item-has-children.Second_Wrapper > ul > li > a {
    display: none !important;
  }
  .Forhome .First_Wrapper .hs-menu-depth-4:last-child {
    padding: 25px 0 0;
  }
  .Forhome .First_Wrapper .hs-menu-depth-4:last-child > a {
    display: block;
    padding: 0 1.6rem;
    cursor: pointer;
    color: #41424e;
    font-weight: 300;
    font-size: 16px;
    border: 0;
    line-height: 3.2rem;
  }
  .hs-menu-depth-2.hs-item-has-children.Second_Wrapper .hs-menu-depth-4 > a {
    line-height: 3.2rem;
    color: #41424e;
    display: block;
    padding: 0 1.6rem;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .hs-tabber-wrap > ul:nth-child(4) li.hs-menu-item.hs-menu-depth-5.SecureLineVPN > a > i:first-child,
  .hs-tabber-wrap > ul:nth-child(4) li.hs-menu-item.hs-menu-depth-5.Passwords > a > i:first-child,
  .hs-tabber-wrap > ul:nth-child(3) li.hs-menu-item.hs-menu-depth-5.SecureLineVPN > a > i:first-child{
    display: none;
  }
  .Forbusiness .hs-tabber-wrap > ul:nth-child(2) > li > ul > li > a,
  .Forbusiness .hs-tabber-wrap > ul:nth-child(3) > li > ul > li > a{
    padding: 0 1.6rem !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li {
    display: block;
    min-height: auto;
    padding: 0;
  }
  .nav-right .hs-menu-depth-1.Aboutus li.custom-parent-link.Aboutus {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li > a {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 70px;
    color: #767683;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul {
    padding: 0 0 0;
    margin: -1px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li {
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li ul li a {
    display: block;
    padding: 0 1.6rem;
    cursor: pointer;
    line-height: 3.2rem;
    font-weight: 300;
    color: #41424e !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li.Blank {
    padding: 0 0 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div.nav-right > li > ul > li.Blank > a {
    display: none;
  }

  /* Footer */
  .cm-copyright p:first-child {
    padding-bottom: 40px;
    width: 100%;
    text-align: left;
    float: none;
  }
  .cm-copyright p:last-child {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 40px;
  }
  #back-to-top {
    display: none !important;
  }
  .cm-copyright-wrapper {
    margin: 0;
    padding: 0 0 68px;
  }
}

@media (max-width: 796px) {
  .cm-copyright-wrapper {
    padding: 0 0 52px;
  }
}


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

@media (max-width: 767px) {
  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }

  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  h1, .h1 {
    font-size: 50px;
  }
  h3, .h3 {
    font-size: 35px;
  }
  /* Footer */
  .cm-copyright p:first-child,
  .cm-copyright p:last-child{
    text-align: left;
    font-size: 14px;
  }
  .cm-copyright p a {
    display: inline-block;
    padding: 0 11px 0 10px;
    line-height: 40px;
    position: relative;
    margin: 0;
    font-size: 14px;
  }
  .cm-copyright p:first-child {
    padding-bottom: 30px;
    margin-left: -10px;
  }
  .cm-copyright p a:not(:last-child):after {
    position: absolute;
    content: "";
    top: 13px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #575E70;
  }
  .widget-span.cm-copyright-wrapper .page-center:before {
    content: none;
  }
  .cm-copyright-wrapper {
    padding: 20px 0 20px;
    border-top: 1px solid #575E70;
  }
  .custom-half {
    width: 100%;
    text-align: center;
    float: none;
    padding: 20px;
  }
  .social ul {
    width: 80%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
  }
  .social ul li {
    float: none;
  }
  .cm-social-share-wrapper {
    padding-bottom: 0;
  }
  .cm-social-share-wrapper ul {
    text-align: center;
  }
  .portals ul li:last-child {
    margin: 0 19px;
  }
  .portals ul li {
    padding: 0;
    display: inline-block;
    float: none;
    margin: 0 19px;
  }
  .custom-half a {
    padding: 0 15px 0 50px;
  }
  .cm-internal {
    padding: 0 40px;
  }
  .widget-span.cm-footer .cm-span6 {
    width: 100%;
    float: none;
    text-align: center;
    padding: 20px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #575E70;
  }
  .widget-span.cm-footer .cm-span3 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #575E70;
    float: none;
    width: 100%;
    text-align: center;
  }
  .navigation .block .line {
    padding: 0;
    border: 0;
  }
  .cm-internal H4 {
    padding: 0 0 10px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3846;
    text-transform: uppercase;
    font-weight: 700;
  }
  .cm-internal ul li a {
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 16px 0 14px;
    font-size: 15px;
  }
  .custom-half:first-child {
    line-height: 1;
  }
  .cm-internal H4 a {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 16px 0 14px;
  }
  .widget-span.cm-footer .cm-span6.region-selector {
    position: relative;
    padding: 20px 0;
    padding-top: 65px;
    background: transparent url(//smb.avast.com/hubfs/avast-business-style-assets/image/avast-software-smaller-white.png) 50% 0 no-repeat;
    border: 0;
  }
  .region {
    padding: 15px 0 16px;
    border-top: 1px solid #575E70;
    border-bottom: 1px solid #575E70;
    line-height: 50px;
    text-align: center;
    background: none;
  }
  .region-selector-button {
    text-decoration: none;
    color: #ADB2B6;
    position: relative;
    display: inline-block;
    box-shadow: none;
    border: 0;
    min-width: auto;
    padding: 0;
    line-height: 20px;
    text-align: center;
    background: none !important;
  }
  .region-selector-button span {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    padding-left: 55px;
    text-transform: none;
  }
  .cm-footer {
    padding-top: 40px;
  }
  .custom-half:last-child ul li a {
    padding: 0;
  }
  .region-selector-button:before {
    position: absolute;
    left: 10px;
    top: -1px;
    height: 20px;
    width: 30px;
  }
  .region-selector-button:after {
    content: none;
  }
  #lang-selector .selector-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    z-index: 2000;
    background: transparent url(//smb.avast.com/hubfs/avast-business-style-assets/image/icons-sprite-nav-orange.png) no-repeat scroll 50% -838px;
  }
  #lang-selector .selector-block {
    padding: 40px 0 40px;
    height: 100%;
    max-width: 100%;
    margin: 0;
    position: static;
  }
  #lang-selector.open {
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    background-color: #41424E;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 70px;
  }
  .header-container-wrapper {
    min-height: 70px !important;
  }
  .lang-active .widget-span.cm-header {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
    left: 0;
    top: 0;
  }
  #lang-selector .rs-region.america,
  #lang-selector .rs-region.asia,
  #lang-selector .rs-region.europe{
    width: 100%;
    float: none;
    height: auto;
  }
  #lang-selector ul.possible-lang,
  #lang-selector .europe ul.possible-lang.first {
    float: none;
    width: 100%;
  }
  .lang-active {
    overflow: hidden;
  }
  #lang-selector H3 {
    font-size: 14px;
    color: #ADB2B6;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 20px 55px;
  }
  #lang-selector ul li {
    position: relative;
    list-style: none;
    list-style-image: none;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: left;
    border-top: 1px solid #575E70;
  }
  #lang-selector ul li a {
    display: block;
    text-align: left;
    padding: 0 0 0 55px;
    line-height: 40px;
    color: #ADB2B6;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
  }
  #lang-selector ul li a:before {
    left: 10px;
  }
  #lang-selector ul.possible-lang.other {
    position: static;
  }
  #lang-selector ul.other li {
    border-bottom: 1px solid #575E70;
  }
  #lang-selector ul li:hover {
    background-color: #575E70;
  }
  .banner-area {
    height: auto;
  }
}


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


@media (max-width: 530px) and (min-width: 487px) {
  .custom-menu-primary .hs-menu-wrapper {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-menu-item.hs-item-has-children > ul {
    width: 100%;
  }
}

@media (max-width: 486px) {
  h1, .h1 {
    font-size: 40px;
  }
  h3, .h3 {
    font-size: 25px;
  }
  .banner-area-inner h1,
  .banner-area-inner .h1 {
    font-size: 42px;
  }
  .banner-area {
    background-position: 40% 50%;
  }
  .custom-half:last-child {
    padding: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper {
    width: 90vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-menu-item.hs-item-has-children > ul {
    width: 85vw;
  }

}

@media (max-width: 360px) {
  .custom-menu-primary .hs-menu-wrapper {
    width: 98vw;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-menu-item.hs-item-has-children > ul {
    width: 94vw;
  }
}

@media (max-width: 320px) {
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .custom-menu-primary .hs-menu-wrapper > ul > div > li.hs-menu-item.hs-item-has-children > ul {
      right: 0;
    }
    .mobile-open {
    	overflow: hidden;
    }
  }
}

.hs-tools-menu.hs-collapsed {
  opacity: 0.3; 
}

@media screen and (min-width: 1056px) and (max-width: 1200px) {
  .smb-header-v2 .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a, 
  .smb-header-v2 .custom-menu-primary.desktop .hs-menu-wrapper > ul > div > li > a {
    padding-left: 0em;
  }
}

