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

/*

Asset Root:
//smb.avast.com/hubfs/avast-business-style-assets/

*/


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



/* ==========================================================================
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 {
  color: #fff;
  font-size: 16px;
  line-height: 1.33;
  font-family: 'Proxima Nova','Helvetica Neue','Roboto',Helvetica,Arial,sans-serif;
  background-position: 50% -245px;
  background-color: #283044;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1260px;
  margin: 0 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 {
  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{
  font-size: 44px;
  line-height: 1.1;
}
h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 26px;
  line-height: 1.3846;
}
h5 {
  font-size: 21px;
  line-height: 1.2;
}
h6 {
  font-size: 0.67em;
  line-height: normal;
}

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

a:hover, a:focus {
  outline: 0;
}

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

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


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

.header-container-wrapper {}
.header-container {
  color: #41424E;
}
#custom-header-outer .page-center {
  max-width: 100%;
}
#custom-header-outer {
  min-height: 126px;
}
.widget-span.custom-logo {
  width: auto;
  margin: 0;
  float: left;
  padding: 50px 50px 0;
}
.widget-span.custom-lang-switcher {
  width: auto;
  margin: 0;
  color: #fff;
  float: right;
  padding: 50px 50px 0;
}
.navigation-home {
  cursor: pointer;
  display: inline-block;
  padding: 1px 20px 0 30px;
  margin: 0 20px 0 0;
  border-right: 1px solid rgba(255,255,255,0.1);
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/amoeba_small.png) no-repeat left center;
  color: #FFF;
  text-decoration: none;
}
.language-selector {
  cursor: pointer;
  display: inline-block;
  padding: 10px 25px 20px 0;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-arrow-down.png) no-repeat right 14px;
  margin-right: 20px;
  position: relative;
}
.language-selector .selected {
  padding-left: 30px;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-language.png) no-repeat left 0;
}
.language-selector ul {
  cursor: default;
  display: none;
  position: absolute;
  background-color: #20283a;
  list-style-type: none;
  margin: 0;
  padding: 20px 50px 20px 30px;
  right: -35px;
  top: 40px;
  z-index: 40;
}
.language-selector ul li {
  margin: 10px 0;
  padding: 10px 0 9px 30px;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/sprite-flags.png) no-repeat;
}
.language-selector ul li.en {
  background-position: 0 9px;
}
.language-selector ul li.de {
  background-position: 0 -30px;
}
.language-selector ul li.cs {
  background-position: 0 -70px;
}
.language-selector ul li.es {
  background-position: 0 -110px;
}
.language-selector ul li.fr {
  background-position: 0 -150px;
}
.language-selector ul li.it {
  background-position: 0 -190px;
}
.language-selector ul li.pl {
  background-position: 0 -230px;
}
.language-selector ul li.pt {
  background-position: 0 -270px;
}
.language-selector ul li.ru {
  background-position: 0 -310px;
}
.language-selector ul li.jp {
  background-position: 0 -350px;
}
.language-selector ul li a {
  text-decoration: none;
  color: #FFF;
}
.language-selector ul:before {
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #20283a;
  content: " ";
  position: absolute;
  top: 0px;
  right: 26px;
}
.language-selector:hover ul {
  display: block;
}
.navigation-search {
  display: none;
  cursor: pointer;
  padding: 0 40px 0 20px;
  padding: 10px;
  width: 33px;
  height: 33px;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-search-mobile.png) no-repeat left center;
  -moz-background-size: 16px;
  background-size: 16px;
}
.navigation-search span {
  display: none;
}
.navigation-switch {
  cursor: pointer;
  display: inline-block;
  padding: 1px 40px 0 20px;
  border-left: 1px solid rgba(255,255,255,0.1);
  color: #fff;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-hamburger-close.png) no-repeat right center;
}
.language-selector ul li a {
  text-decoration: none;
  color: #FFF;
}

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

.body-container-wrapper {}
.body-container-wrapper .page-center {}
.body-container {}


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


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

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

.custom-footer {
  background: #273044;
  line-height: normal;
}
.custom-copyright {
  padding: 0 20px 85px;
  border-top: 1px solid #31384d;
  text-align: center;
}
.custom-copyright p {
  font-size: 13px;
  color: #7c87a2;
  margin: 25px 0 0;
}
.custom-copyright p a{
  color: #7c87a2;
  text-decoration: underline;
}
.custom-copyright a img {
  margin-top: 30px;
  vertical-align: initial;
}
.widget-span.custom-footer-form {
  float: left;
  min-height: 1px;
  width: 50%;
  padding-right: 65px;
  padding-left: 20px;
  padding-top: 85px;
  margin: 0;
}
.widget-span.custom-footer-share {
  float: left;
  min-height: 1px;
  width: 50%;
  padding-left: 65px;
  padding-right: 20px;
  padding-top: 85px;
  margin: 0;
}
.custom-footer-form .form-title {
  color: #FFF;
  font-size: 28px;
  margin: 35px 0 25px;
  line-height: normal;
}
.hide-mobile {
  color: #FFF;
  font-size: 28px;
  margin: 35px 0 25px;
  border-bottom: 1px solid #31384d;
  margin-bottom: 30px;
  padding-bottom: 26px;
  line-height: normal;
}
.social-icons {
  display: table;
  width: 80%;
  margin-left: -4px;
}
.social-icons a {
  display: table-cell;
  width: 16.66667%;
  text-align: center;
}
.social-icons a img {
  vertical-align: initial;
}
.custom-footer .hs-input {
  font-family: Helvetica,Arial,sans-serif;
  width: 100%;
  padding: 30px 186px 30px 20px;
  background: #20283a;
  border: 0 !important;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  margin: 0;
}
.custom-footer .hs-form-field > label {
  display: none;
}
.custom-footer form {
  margin: 0;
  position: relative;
}
.custom-footer input.hs-button.primary.large {
  position: absolute;
  right: 15px;
  background: #ff7800;
  border: none;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 15px 45px;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  display: inline-block;
  top: 15px;
  font-size: 13px;
  font-weight: bold;
  font-family: Helvetica,Arial,sans-serif;
  line-height: normal;
}
.custom-top-footer {
  padding: 0 0 80px;
}
.custom-top-footer .hs-error-msgs label {
  margin: 10px 0 10px;
  font-family: Helvetica,Arial,sans-serif;
  background: #da2c2c;
  color: #fff;
  padding: 10px;
  line-height: normal;
}

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



/* Fix menu disappearing on desktop after toggling mobile menu */



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

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



/* Menu Reset */
.custom-blog-menu-primary,
.custom-blog-menu-primary .hs-menu-wrapper > ul,
.custom-blog-menu-primary .hs-menu-wrapper > ul li,
.custom-blog-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;
}

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


.widget-span.custom-blog-menu-primary {
  background: #20283a;
  width: 340px;
  position: fixed;
  overflow-y: scroll;
  right: -340px;
  top: 0;
  height: 100vh;
  z-index: 500;
  -webkit-transition: right 300ms ease;
  -o-transition: right 300ms ease;
  -moz-transition: right 300ms ease;
  transition: right 300ms ease;
}
.mobile-open .widget-span.custom-blog-menu-primary {
  right: 0;
}
.mobile-open {
  overflow: hidden;
}
.custom-blog-menu-primary .hs-menu-wrapper{
  padding: 150px 50px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: normal;
  cursor: text;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li > a {
  color: #7c87a2;
  font-weight: bold;
  text-decoration: none;
  line-height: normal;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li {
  clear: both;
  margin-bottom: 30px;
  position: relative;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(2) > a:hover {
  color: #0cb754;
}

.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(3) > a:hover {
  color: #f0c730;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(4) > a:hover {
  color: #5b93fc;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(5) > a:hover {
  color: #aaabb6;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(6) > a:hover {
  color: #4659e6;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(7) > a:hover {
  color: #fd7822;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul ul > li:nth-child(8) > a:hover {
  color: #8050ff;
}

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


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

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

/* Blog Post */
.hs-blog-post.blog .blog-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hs-blog-post.blog .blog-content {
  	padding: 0 20px;
	}
}

.hs-blog-post .blog-section {
  width: 100%;
  margin: auto auto 100px;
  max-width: 900px;
}
.intro {
  text-align: center;
  margin-top: 30px;
}
.intro a {
  position: relative;
}
.intro a span {
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 10px 12px 9px;
  min-width: 120px;
  position: relative;
  background-color: #4659e6;
  padding-left: 40px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}
.intro a span:before {
  content: " ";
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  left: 17px;
  top: 14px;
  background-color: #FFF;
}
.intro a span:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #FFF;
  position: absolute;
  left: 12px;
  top: 10px;
}
.intro h1 {
  max-width: 680px;
  color: #FFF;
  font-size: 44px;
  line-height: 1.1;
  margin: 30px auto;
}
.post-image > div {
  width: 100%;
  height: 470px;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 30;
  background-repeat: no-repeat;
}
.custom-post-content,
.section.post-footer{
  padding: 50px;
  background: #fff;
  position: relative;
  z-index: 40;
  margin-top: -100px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.section.post-footer{
  color: #727888;
}

.custom-post-content #hubspot-author_data {
  padding: 0 0 50px;
  margin: -15px 0 25px;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/article-divider.png) no-repeat 50% 100%;
  display: block;
  text-align: center;
}
.meta-author-image img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  position: relative;
  top: 15px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}
.meta-author {
  color: #31323d;
}
.meta-author a {
  text-decoration: none;
  color: #31323d;
}
.hs-blog-post .meta-added {
  font-family: 'Proxima Nova','Helvetica Neue','Roboto',Helvetica,Arial,sans-serif;
  color: #6c7c92;
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.hs-blog-post .tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #47566c;
  margin-top: 60px;
}
.section.post-footer .hs_error_rollup {
  margin: 10px 0 0;
}
.hs-blog-post .tags li {
  color: #6c7c92;
  font-size: 17px;
  font-weight: bold;
  padding: 0 8px 6px 0;
  display: inline-block;
}
.hs-blog-post .tags li a {
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  color: #0087ff;
  display: inline-block;
  border: 1px solid #0087ff;
  font-weight: 400;
  font-size: 17px;
}
.hs-blog-post .tags li a:hover {
  background: #0087ff;
  color: #fff;
}
.hs-blog-post .share {
  position: absolute;
  top: 272px;
  left: -60px;
}
.hs-blog-post .share-sticky {
  position: fixed;
  top: 50px;
  left: initial;
  margin-left: -110px;
}
.share a {
  display: block;
  margin-bottom: 5px;
}
.hs-blog-post .share.share-sticky-bottom {
  top: initial;
  bottom: 120px;
}
.related-post-wrapper {
  margin: 25px auto 0 auto;
  padding-top: 80px;
  border-top: 1px solid #e6ebf2;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 970px;
}
.related-post-wrapper h2 {
  font-size: 40px;
  text-align: center;
  margin: 30px 0;
  color: #fff;
}
.related-post-item.post-item-inner {
  width: -webkit-calc(33.3333332% - 20px);
  width: -moz-calc(33.3333332% - 20px);
  width: calc(33.3333332% - 20px);
  position: relative;
  float: left;
  min-height: 1px;
  margin: 0 20px 50px 0;
}
.related-post-wrapper .box {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
  z-index: 20;
  padding: 22px;
  margin: -34px 20px 0;
}
.related-post-wrapper .box:before {
  display: block;
  content: " ";
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background: #FFF;
}
.hs-blog-post .body-container {
  padding-bottom: 100px;
}
.related-post-wrapper .topic-link {
  color: #4659e6;
  font-size: 11px;
  margin: 0 0 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.related-post-wrapper .post-header h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px;
  text-align: left;
}
.related-post-wrapper .post-body p {
  margin-top: 0;
}
.hs-blog-post .related-post-wrapper .meta .meta-added {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  color: #94a0b1;
  border-right: 1px solid #e6ebf2;
}
.hs-blog-post .related-post-wrapper .meta .meta-read {
  font-weight: bold;
}
.related-post-wrapper .box:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #e6ebf2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
}

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

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


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

.blog .blog-content {
  width: 76.2295%;
  padding: 20px 0;
  float: left;
}
.custom-section {
  padding: 30px;
  margin: 0 20px 20px 0;
  width: -webkit-calc(33.3333332% - 17px);
  width: -moz-calc(33.3333332% - 17px);
  width: calc(33.3333332% - 17px);
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  box-shadow: 0 1px 2px -1px rgba(0,0,0,0.3);
  float: left;
}
.custom-section h3 {
  font-size: 26px;
  line-height: 1.3;
  margin: 10px 0 45px;
  padding: 0 0 25px;
  border-bottom: 1px solid #e6ebf2;
  position: relative;
}
.filter-link-count {
  float: right;
  padding: 4px 0 0;
  color: #bec7d4;
  font-size: 13px;
  display: inline-block;
}
.custom-section h3:before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #8050ff;
}
.post-listing:after,
.post-listing:before {
  content: "";
  display: table;
}
.post-listing:after {
  clear: both;
}
.custom-section ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.custom-section ul li {
  margin: 0 0 20px;
}
.custom-section ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #6c7c92;
  text-decoration: none;
}
.custom-section ul li a:hover {
  color: #8050ff;
}

.custom-section ul li.all-post a {
  color: #6c7c92 !important;
}
/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

@media screen and (min-width: 980px) {
  .blog-listing-wrapper .post-item-secondary-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-items: stretch;
  }

  .blog-listing-wrapper .post-listing .post-item-secondary-list .post-item {
    float: none;
  }

  .blog-listing-wrapper .post-listing .post-item-secondary-list .post-item-inner {
    height: 100%;
  }
}

/* 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 {
  color: #000;
  font-size: 28px;
  line-height: 1.1;
  margin: 0 0 15px;
}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {}
/* 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 20px 20px 0;
  float: left;
  min-height: 1px;
  width: -webkit-calc(33.3333332% - 20px);
  width: -moz-calc(33.3333332% - 20px);
  width: calc(33.3333332% - 20px);
  margin-bottom: 50px;
  position: relative;
}
.post-item:not(.post-item--featured) .box {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  position: relative;
  z-index: 20;
  margin: -34px 20px 0;
  padding: 22px;
}
.post-item:not(.post-item--featured) .box:before {
  display: block;
  content: " ";
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background-color: #fff;
}
.post-item:not(.post-item--featured) .box #hubspot-topic_data > span {
  font-size: 11px;
  margin: 0 0 13px;
}
.post-item:not(.post-item--featured) .post-header h2 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 18px;
  color: #31323d;
}
.box p a {
  color: inherit;
}
.post-item-inner:after {
  content: " ";
  display: block;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 1px;
  border-bottom: 1px solid #e6ebf2;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 20px;
}
.blog-listing-wrapper .post-listing .post-item.post-item--featured {
  width: -webkit-calc(66.6666665% - 14px);
  width: -moz-calc(66.6666665% - 14px);
  width: calc(66.6666665% - 14px);
  position: relative;
  margin-right: 0;
  margin-bottom: 20px;
}
.blog-listing-wrapper .post-listing .post-item.post-item--featured .box {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: -82px 20px 0;
  position: relative;
  z-index: 20;
  padding: 33px;
}
.blog-listing-wrapper .post-listing .post-item.post-item--featured .box:before {
  display: block;
  content: " ";
  width: 100%;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.post-item-inner {
  position: relative;
}
.box * {
  position: relative;
  z-index: 40;
}
.full-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.image > div {
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 56.25%;
  height: 0;
  background-repeat: no-repeat;
  background-color: #DDD;
  position: relative;
  z-index: 10;
  width: 100%;
}

.post-body,
.related-post-wrapper .post-listing .post-item .post-body,
.blog-listing-wrapper .post-listing .post-item .post-body {
  color: #6c7c92;
}
.meta {
  color: #94a0b1;
  font-size: 13px;
}
.meta-added {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e6ebf2;
}
.blog-listing-wrapper .post-listing .post-item.post-item--featured .post-body {
  color: #6c7c92;
  font-size: 18px;
  line-height: 1.33;
  margin: 20px 0 0;
}
.blog-listing-wrapper .post-listing .post-item.post-item--featured .post-body p {
  margin-top: 0;
}
.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 {
  margin: 0;
}
#hubspot-topic_data > span {
  margin: 0 0 10px;
  color: #fd7822;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
}
#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-post-wrapper .post-body {
  font-size: 18px;
  line-height: 1.8887;
  margin: 30px 0;
  word-wrap: break-word;
  color: #47566c;
  font-family: 'Proxima Nova','Helvetica Neue','Roboto',Helvetica,Arial,sans-serif;
}
/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
  color: #727888;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.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 {
  text-align: center;
  padding: 10px 0 20px;
}

@media screen and (min-width: 768px) {
  .blog-pagination {
    padding: 29px 0 75px;
  }
}

.blog-pagination a {
  display: inline-block;
  margin: 0 8px 4px;
  padding: 7px 7px 6px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  min-width: 33px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.blog-pagination a:hover {
  background: #0087ff;
  color: #fff;
}
.blog-pagination a.active {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: text;
}
.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 {}

.post-item-inner {
  background-color: #fff;
}
.post-item-inner .box {
  background-color: #fff;
}


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

.blog .blog-sidebar {
  width: 23.7705%;
  margin: 0;
  margin-top: 145px;
  float: left;
  min-height: 1px;
  padding: 20px;
  padding-left: 9px;
  line-height: normal;
}
.blog-sidebar h2,
.blog-sidebar h3 {
  font-size: 28px;
  margin: 30px 0;
  line-height: normal;
  color: #fff;
}

.body-container .blog-sidebar .hs_cos_wrapper_type_form label {
  color: #fff;
}

.body-container .blog-sidebar .hs_cos_wrapper_type_form {
  background: transparent;
  border: 0;
  padding: 0;
  color: #fff;
}

.button, .hs-button {
  border: 0;
  color: #727888;
  font-size: 16px;
	border-radius: 3px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(41,41,51,0.25);
  padding: 14px 20px 12px;
  color: #727888;
  background-color: #FFF;
  transition: all .2s ease-in-out;
  margin-bottom: 5px;
  margin-right: 5px;
  text-shadow: 0 0 transparent;
  text-transform: uppercase;
}

.button-primary,
.hs-button-primary,
.button.primary,
.hs-button.primary {
  background: #ff7800;
}
.button span,
.hs-button span,
.button.primary,
.hs-button.primary,
.button h2,
.hs-button h2 {
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}
.article-item-small {
  border-bottom: 1px solid #e6ebf2;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.article-item-small a {
  text-decoration: none;
  color: initial;
  display: block;
}
.tag {
  font-size: 11px;
  margin: 0 0 13px;
  color: #aaabb6;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.article-item-small h3 {
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}
.article-item-small .meta {
  color: #94a0b1;
  font-size: 13px;
}
.article-item-small .meta-added {
  margin: 12px 0 0;
  font-weight: bold;
  display: inline-block;
  border: 0;
}
/* 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 {
  background: #FFF;
  margin-top: 140px;
  padding: 80px 120px 0;
  position: relative;
}

.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: none !important;
  max-width: 250px;
  text-align: center;
  margin: -120px auto 0;
}
.hs-author-profile .hs-author-avatar img {
  max-width: 100%;
  -webkit-box-shadow: 0 15px 29px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 15px 29px -6px rgba(0,0,0,0.2);
  box-shadow: 0 15px 29px -6px rgba(0,0,0,0.2);
}

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
  color: #31323d;
  margin-top: 120px;
}
/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {
  list-style-type: none;
  margin-top: 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #e6ebf2;
  text-align: center;
}
.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;
}
.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;
}

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

.topic-page .custom-section .block {
  display: none;
}
.category {
  display: none;
}
.topic-page .category {
  display: block;
}
.topic-page .custom-section {
  background: transparent;
  box-shadow: none;
  padding: 20px;
}
.category a {
  color: #7c87a2;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.category a:before {
  content: " ";
  display: block;
  width: 13px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 6px;
  background-color: #0cb754;
}
.category a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #8050ff;
  position: absolute;
  left: 0;
  top: 2px;
  border-right-color: #0cb754;
}
.category h2 {
  font-size: 46px;
  color: #FFF;
  line-height: 50px;
  position: relative;
  word-wrap: break-word;
  margin: 30px 0;
  text-transform: capitalize;
}
.category h2:before {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 0;
  height: 4px;
  width: 50px;
  background-color: #0cb754;
}

/*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 {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}
.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;
}
li.show-mobile.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  display: none;
}
.nav-controls-close {
  position: absolute;
  top: 67px;
  right: 50px;
  color: #FFF;
  cursor: pointer;
  padding-right: 40px;
  width: auto;
  display: inline-block;
  background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-close.png) no-repeat right center;
}
.post-item.post-item--featured .post-item-inner:after {
  content: none;
}

/* Styles that do not fit into any of the available sections above can go here. */
h3.hs-author-listing-header {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #31323d;
  margin: 0 0 0;
  padding: 60px 0;
  clear:both;
}

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

@media (min-width: 1921px) {
  #custom-header-outer .page-center {
    max-width: 1920px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */


@media (max-width: 1024px) {
  .blog .blog-content,
  .blog .blog-sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .custom-section {
    width: -webkit-calc(33.3333332% - 20px);
    width: -moz-calc(33.3333332% - 20px);
    width: calc(33.3333332% - 20px);
  }
  .blog-listing-wrapper .post-listing .post-item.post-item--featured {
    width: -webkit-calc(66.6666665% - 20px);
    width: -moz-calc(66.6666665% - 20px);
    width: calc(66.6666665% - 20px);
  }
  .blog .blog-sidebar {
    margin-top: 0;
    padding: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .article-item-small {
    width: 276px;
    min-width: 276px;
    margin: 0 36px 20px 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
  .article-items {
    padding-bottom: 20px;
  }
  .custom-post-content #hubspot-author_data {
    margin-top: -10px;
  }
}

@media (max-width: 979px) {
  body.blog.author-page {
    background-position: 50% 0;
  }
  .widget-span.custom-logo,
  .widget-span.custom-lang-switcher{
    padding: 35px 20px 0;
  }
  .navigation-switch {
    border-left: 0 !important;
  }
  .navigation-switch {
    background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/icon-hamburger-mobile.png) no-repeat right;
    padding: 10px;
    -moz-background-size: 20px;
    background-size: 20px;
    width: 33px;
    height: 33px;
  }
  .language-selector {
    display: none;
  }
  .navigation-home {
    position: relative;
    top: -11px;
  }
  .navigation-switch span {
    display: none;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages {
    margin: 20px 0 0;
    overflow: hidden;
    -webkit-transition: height 300ms ease;
    -o-transition: height 300ms ease;
    -moz-transition: height 300ms ease;
    transition: height 300ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #1c2331;
    padding: 20px;
    display: none;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li {
    padding: 10px 0 10px 40px;
    margin: 0;
    background: url(//smb.avast.com/hubfs/avast-business-style-assets/image/sprite-flags.png) no-repeat;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.en {
    background-position: 0 9px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.de {
    background-position: 0 -30px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.cs {
    background-position: 0 -70px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.es {
    background-position: 0 -110px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.fr {
    background-position: 0 -150px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.it {
    background-position: 0 -190px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.pl {
    background-position: 0 -230px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.pt {
    background-position: 0 -270px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.ru {
    background-position: 0 -310px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li.jp {
    background-position: 0 -350px;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul ul.languages li a {
    text-decoration: none;
    color: #FFF !important;
  }
  .languages.active {
    height: auto;
  }
  li.show-mobile.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
    display: block;
  }
  .child-trigger {
    display: block;
    position: absolute;
    top: 0;
    height: 21px;
    left: 0;
    width: 100%;
    cursor: pointer;
    z-index: 1;
  }
  #custom-header-outer {
    min-height: 90px;
  }
  .custom-copyright {
    padding-bottom: 20px;
  }
  .widget-span.custom-footer-form {
    width: 100%;
    padding: 20px 40px;
    padding-bottom: 80px;
  }
  .custom-footer-form .form-title {
    text-align: center;
  }
  .hide-mobile {
    display: none;
  }
  .widget-span.custom-footer-share {
    width: 100%;
    padding: 20px 40px;
    padding-bottom: 0;
  }
  .social-icons {
    text-align: center;
    padding: 40px 0 20px;
    margin: 0;
    border-top: 1px solid #31384d;
    width: 100%;
  }
  .custom-top-footer {
    padding: 0;
  }
  .custom-section {
    display: none;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    width: 100% !important;
    width: 100% !important;
    margin: 0 0 50px !important;
  }
  .blog-listing-wrapper .post-listing .post-item .box {
    margin: 0 !important;
    padding: 22px 15px !important;
    width: 100% !important;
    background-color: #fff;
  }
  .blog-listing-wrapper .post-listing .post-item.post-item--featured .post-body {
    font-size: 16px;
  }
  #hubspot-topic_data > span {
    font-size: 11px;
  }
  .blog .blog-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-item-small {
    width: 100%;
    min-width: 100%;
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .article-items .article-item-small:last-child {
    margin-bottom: 20px;
  }
  .article-items {
    padding-bottom: 0;
  }
  .article-items-outer .article-items .article-item-small:last-child {
    margin-bottom: 30px;
  }
  .post-item-inner:after {
    width: 100% !important;
    margin: 0;
    content: " " !important;
    z-index: 99;
  }
  .meta-read {
    font-weight: bold;
    display: inline-block;
  }
  .intro h1 {
    font-size: 32px;
  }
  .hs-blog-post .blog-section {
    max-width: 100%;
    margin: 0;
  }
  .post-image > div {
    height: auto;
    padding-bottom: 56.25%;
  }
  .custom-post-content,
  .section.post-footer {
    margin: 0;
    max-width: 100%;
  }
  .custom-post-content {
    padding: 30px;
  }
  span.meta-author-image {
    display: block;
    margin: 10px auto 10px;
  }
  .meta-author-image img {
    margin: 0;
    top: 0;
  }
  .section.post-footer {
    padding: 30px;
    max-width: 100%;
  }
  .custom-post-content span.meta-author,
  .hs-blog-post .custom-post-content .meta-added{
    display: block;
  }
  .custom-post-content #hubspot-author_data {
    padding: 0 0 43px;
  }
  .hs-blog-post .share {
    position: static !important;
    margin: 0 !important;
    text-align: center;
    padding: 10px 0 0;
  }
  .hs-blog-post .share a {
    display: inline-block;
  }
  .related-post-wrapper {
    max-width: none;
    padding: 0;
    width: calc(100% + 40px) !important;
    margin-left: -20px;
  }
  .related-post-wrapper h2 {
    font-size: 26px;
  }
  .related-post-wrapper .post-item {
    padding: 0 20px;
  }
  .related-post-item.post-item-inner {
    width: 100% !important;
    margin: 0;
    margin-bottom: 50px;
    position: relative;
  }
  .related-post-wrapper .box {
    margin: 0;
    width: 100%;
    padding: 22px 0;
  }
  .grecaptcha-badge {
    width: auto !important;
    overflow: auto;
  }
  .hs-blog-post .body-container {
    padding-bottom: 60px;
  }
  .custom-post-content #hubspot-author_data .meta-added span {
    display: none;
  }
  .topic-page .custom-section {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    padding-right: 40px;
  }
  .category h2:before {
    left: -webkit-calc(50% - 25px);
    left: -moz-calc(50% - 25px);
    left: calc(50% - 25px);
  }
  .hs-blog-listing .hs-author-profile {
    padding: 50px 50px 0;
  }
}


/* =============== 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;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  h1 {
    font-size: 50px;
  }
  h3 {
    font-size: 35px;
  }

}


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

@media (max-width: 540px) {
  .navigation-home {
    margin: 0 4px 0 0;
    font-size: 14px;
    background-image: none;
  }
}

@media (max-width: 500px) {
  .navigation-home {
    font-size: 11px;
  }
  .widget-span.custom-logo {
    padding-right: 0;
  }
  .widget-span.custom-lang-switcher {
    padding-left: 0;
  }
}

@media (max-width: 486px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 25px;
  }
  .banner-area-inner h1 {
    font-size: 42px;
  }
  .banner-area {
    background-position: 40% 50%;
  }
  .custom-half:last-child {
    padding: 20px;
  }
}
@media (max-width: 430px) {
  .navigation-home {
    font-size: 10px;
    padding-left: 0;
  }
  .cm-logo img {
    width: 150px;
    height: auto;
  }
  .custom-footer .hs_error_rollup .hs-error-msgs label {
    margin: 0 0 0;
  }
  .custom-footer input.hs-button.primary.large {
    position: static;
    width: 100%;
    margin: 10px 0 0;
  }
  .custom-footer .hs-input {
    padding: 30px 30px 30px 20px;
  }
}

@media(max-width: 359px) {
  .navigation-home {
    display: none;
  }
}


.author-page.hs-blog-listing .hs-author-profile {
  overflow: visible;
  margin-top: 0;
  color: #31323d;
}
.author-page .hs-author-profile h2.hs-author-name {
  margin-top: 1em;
}

.author-page .hs-author-social-links a.hs-author-social-link {
  background-position: center;
}
