@charset "utf-8";

.feature-item {
  padding: 12px 0
}

.feature-item__title {
  padding: 16px 0;
  margin-bottom: 0
}

.feature-item__title a {
  text-decoration: underline
}

.feature-item__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  background-color: #2276D9;
  padding: 4px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px
}

.feature-item__text a {
  text-decoration: underline
}

.feature-item--secondary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.feature-item--secondary .feature-item__left {
  margin-right: 16px
}

.feature-item--secondary .feature-item__right {
  padding-top: 0
}

.feature-item--secondary .feature-item__img {
  width: 80px
}

.feature-item--secondary .feature-item__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0
}

.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 15px
}

.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active {
  text-decoration: none;
  background-image: none !important
}

.button.button-green.button-large {
  background-image: -webkit-linear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: -o-linear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c231), to(#399e2d));
  background-image: -moz- oldlinear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: linear-gradient(to bottom, #57c231 0, #399e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c231', endColorstr='#ff399e2d', GradientType=0);
  color: #ffffff
}

.button.button-green.button-large:hover,
.button.button-green.button-large:focus,
.button.button-green.button-large.focus,
.button.button-green.button-large:active,
.button.button-green.button-large.active {
  background-color: #399e2d
}

.button.button-gray {
  color: #ffffff;
  background-color: #778099
}

.button.button-gray:hover,
.button.button-gray:focus,
.button.button-gray.focus,
.button.button-gray:active,
.button.button-gray.active {
  background-color: #636b80
}

.button.button-green {
  background-image: -webkit-linear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: -o-linear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c231), to(#399e2d));
  background-image: -moz- oldlinear-gradient(top, #57c231 0, #399e2d 100%);
  background-image: linear-gradient(to bottom, #57c231 0, #399e2d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff57c231', endColorstr='#ff399e2d', GradientType=0);
  color: #ffffff
}

.button.button-green,
.button.button-green,
.button.button-green.focus,
.button.button-green:active,
.button.button-green.active {
  background-color: #399e2d
}

.button.button-mid {
  min-width: 177px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 15px 9px 15px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-family: AVGSans_4, Verdana
}

.button.button-orange.button-large,
.button.button-orange.button-mid,
.button.button-orange.button-small {
  background-image: -webkit-linear-gradient(top, #fe691f 0, #ff471c 100%);
  background-image: -o-linear-gradient(top, #fe691f 0, #ff471c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe691f), to(#ff471c));
  background-image: -moz- oldlinear-gradient(top, #fe691f 0, #ff471c 100%);
  background-image: linear-gradient(to bottom, #fe691f 0, #ff471c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe691f', endColorstr='#ffff471c', GradientType=0);
  color: #ffffff
}

.button.button-orange.button-large:hover,
.button.button-orange.button-large:focus,
.button.button-orange.button-large.focus,
.button.button-orange.button-large:active,
.button.button-orange.button-large.active {
  background-color: #ff471c
}

.button.button-orange.button-mid:hover,
.button.button-orange.button-mid:focus,
.button.button-orange.button-mid.focus,
.button.button-orange.button-mid:active,
.button.button-orange.button-mid.active {
  background-color: #ff471c
}

.button.button-orange.button-small:hover,
.button.button-orange.button-small:focus,
.button.button-orange.button-small.focus,
.button.button-orange.button-small:active,
.button.button-orange.button-small.active {
  background-color: #ff471c
}

.button.button-blue.button-large {
  background-image: -webkit-linear-gradient(top, #40acff 0, #249efc 100%);
  background-image: -o-linear-gradient(top, #40acff 0, #249efc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #40acff), to(#249efc));
  background-image: -moz- oldlinear-gradient(top, #40acff 0, #249efc 100%);
  background-image: linear-gradient(to bottom, #40acff 0, #249efc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff40acff', endColorstr='#ff249efc', GradientType=0);
  color: #ffffff
}

.button.button-blue.button-large:hover,
.button.button-blue.button-large:focus,
.button.button-blue.button-large.focus,
.button.button-blue.button-large:active,
.button.button-blue.button-large.active {
  background-color: #249efc
}

.button.button-darkblue.button-large {
  background-image: -webkit-linear-gradient(top, #00a1e7 0, #008fce 100%);
  background-image: -o-linear-gradient(top, #00a1e7 0, #008fce 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00a1e7), to(#008fce));
  background-image: -moz- oldlinear-gradient(top, #00a1e7 0, #008fce 100%);
  background-image: linear-gradient(to bottom, #00a1e7 0, #008fce 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00a1e7', endColorstr='#ff008fce', GradientType=0);
  color: #ffffff
}

.button.button-darkblue.button-large:hover,
.button.button-darkblue.button-large:focus,
.button.button-darkblue.button-large.focus,
.button.button-darkblue.button-large:active,
.button.button-darkblue.button-large.active {
  background-color: #00a1e7
}

.button.button-black.button-large {
  background-image: -webkit-linear-gradient(top, #626c6a 0, #434844 100%);
  background-image: -o-linear-gradient(top, #626c6a 0, #434844 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #626c6a), to(#434844));
  background-image: -moz- oldlinear-gradient(top, #626c6a 0, #434844 100%);
  background-image: linear-gradient(to bottom, #626c6a 0, #434844 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff626c6a', endColorstr='#ff434844', GradientType=0);
  color: #ffffff
}

.button.button-black.button-large:hover,
.button.button-black.button-large:focus,
.button.button-black.button-large.focus,
.button.button-black.button-large:active,
.button.button-black.button-large.active {
  background-color: #434844
}

.button.button-grey.button-large {
  background-image: -webkit-linear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
  background-image: -o-linear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0eaf1), to(#d5e1e7));
  background-image: -moz- oldlinear-gradient(top, #e0eaf1 0, #d5e1e7 100%);
  background-image: linear-gradient(to bottom, #e0eaf1 0, #d5e1e7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0eaf1', endColorstr='#ffd5e1e7', GradientType=0);
  color: #5c707b
}

.button.button-grey.button-large:hover,
.button.button-grey.button-large:focus,
.button.button-grey.button-large.focus,
.button.button-grey.button-large:active,
.button.button-grey.button-large.active {
  background-color: #d5e1e7
}

.button.button-nevada.button-large {
  background-image: -webkit-linear-gradient(top, #5c707b 0, #46555e 100%);
  background-image: -o-linear-gradient(top, #5c707b 0, #46555e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c707b), to(#46555e));
  background-image: -moz- oldlinear-gradient(top, #5c707b 0, #46555e 100%);
  background-image: linear-gradient(to bottom, #5c707b 0, #46555e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5c707b', endColorstr='#ff46555e', GradientType=0);
  color: #ffffff
}

.button.button-nevada.button-large:hover,
.button.button-nevada.button-large:focus,
.button.button-nevada.button-large.focus,
.button.button-nevada.button-large:active,
.button.button-nevada.button-large.active {
  background-color: #46555e
}

.button.button-nevada.button-large.button-outlined {
  background-image: none !important;
  border: 1px solid #5c707b !important;
  -webkit-filter: none !important;
  filter: none !important;
  color: #5c707b
}

.button.button-nevada.button-large.button-outlined:hover,
.button.button-nevada.button-large.button-outlined:focus,
.button.button-nevada.button-large.button-outlined.focus,
.button.button-nevada.button-large.button-outlined:active,
.button.button-nevada.button-large.button-outlined.active {
  background-color: transparent !important
}

.button.button-red.button-large {
  background-image: -webkit-linear-gradient(top, #f40e03 0, #c9042a 100%);
  background-image: -o-linear-gradient(top, #f40e03 0, #c9042a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f40e03), to(#c9042a));
  background-image: -moz- oldlinear-gradient(top, #f40e03 0, #c9042a 100%);
  background-image: linear-gradient(to bottom, #f40e03 0, #c9042a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff40e03', endColorstr='#ffc9042a', GradientType=0);
  color: #ffffff
}

.button.button-red.button-large:hover,
.button.button-red.button-large:focus,
.button.button-red.button-large.focus,
.button.button-red.button-large:active,
.button.button-red.button-large.active {
  background-color: #c9042a
}

.button.button-dark-red.button-large {
  background-image: -webkit-linear-gradient(top, #bd1515 0, #9f0909 100%);
  background-image: -o-linear-gradient(top, #bd1515 0, #9f0909 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bd1515), to(#9f0909));
  background-image: -moz- oldlinear-gradient(top, #bd1515 0, #9f0909 100%);
  background-image: linear-gradient(to bottom, #bd1515 0, #9f0909 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd1515', endColorstr='#ff9f0909', GradientType=0);
  color: #ffffff
}

.button.button-dark-red.button-large:hover,
.button.button-dark-red.button-large:focus,
.button.button-dark-red.button-large.focus,
.button.button-dark-red.button-large:active,
.button.button-dark-red.button-large.active {
  background-color: #9f0909
}

.button.button-white.button-large {
  background-color: #ffffff;
  color: #000000
}

.button.button-white.button-small {
  color: #ffffff;
  border: 1px solid #ffffff
}

.button.button-white.button-small::before,
.button.button-white.button-small::after {
  border-color: #ffffff !important
}

.button.button-blue.button-small {
  color: #006AC2;
  border: 1px solid #006AC2
}

.button.button-blue.button-small::before,
.button.button-blue.button-small::after {
  border-color: #40acff !important
}

.button.button-small {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 16px;
  padding: 6px 16px 6px 16px
}

.button.button-small.arrow-left::before {
  content: "< "
}

.button.button-small.arrow-left.icon-right::before {
  content: " "
}

.button.button-small.arrow-left.icon-right::after {
  content: " <"
}

.button.button-small.arrow-right::before {
  content: "> "
}

.button.button-small.arrow-right.icon-right::before {
  content: " "
}

.button.button-small.arrow-right.icon-right::after {
  content: " >"
}

.button.button-small.top::before,
.button.button-small.top:before {
  font-family: AVGIconFont, Verdana;
  content: "\e606\e020"
}

.button.button-small.top.icon-right::before,
.button.button-small.top.icon-right:before {
  content: ""
}

.button.button-small.top.icon-right::after,
.button.button-small.top.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e020\e606"
}

.button.button-small.bottom::before,
.button.button-small.bottom:before {
  font-family: AVGIconFont, Verdana;
  content: "\e600\e020"
}

.button.button-small.bottom.icon-right::before,
.button.button-small.bottom.icon-right:before {
  content: ""
}

.button.button-small.bottom.icon-right::after,
.button.button-small.bottom.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e020\e600"
}

.button.button-small.tick::before,
.button.button-small.tick:before {
  font-family: AVGIconFont, Verdana;
  content: "\e605";
  line-height: 50%;
  padding-right: 7px
}

.button.button-small.tick.icon-right::before,
.button.button-small.tick.icon-right:before {
  content: ""
}

.button.button-small.tick.icon-right::after,
.button.button-small.tick.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e605";
  line-height: 50%;
  padding-left: 7px
}

.button.button-small.plus::before,
.button.button-small.plus:before {
  font-family: AVGIconFont, Verdana;
  content: "\e604\e020"
}

.button.button-small.plus.icon-right::before,
.button.button-small.plus.icon-right:before {
  content: ""
}

.button.button-small.plus.icon-right::after,
.button.button-small.plus.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e604"
}

.button.button-small.play-right::before,
.button.button-small.play-right:before {
  font-family: AVGIconFont, Verdana;
  content: "\e603\e020"
}

.button.button-small.play-right.icon-right::before,
.button.button-small.play-right.icon-right:before {
  content: ""
}

.button.button-small.play-right.icon-right::after,
.button.button-small.play-right.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e020\e603"
}

.button.button-small.play-left::before,
.button.button-small.play-left:before {
  font-family: AVGIconFont, Verdana;
  content: "\e602\e020"
}

.button.button-small.play-left.icon-right::before,
.button.button-small.play-left.icon-right:before {
  content: ""
}

.button.button-small.play-left.icon-right::after,
.button.button-small.play-left.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e020\e602"
}

.button.button-small.minus::before,
.button.button-small.minus:before {
  font-family: AVGIconFont, Verdana;
  content: "\e601\e020"
}

.button.button-small.minus.icon-right::before,
.button.button-small.minus.icon-right:before {
  content: ""
}

.button.button-small.minus.icon-right::after,
.button.button-small.minus.icon-right:after {
  font-family: AVGIconFont, Verdana;
  content: "\e601"
}

.button.button-large {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 15px 20px 15px;
  min-width: 200px;
  font-size: 18px;
  letter-spacing: -0.03em;
  font-family: AVGSans_4, Verdana
}

@media (max-width:768px) {
  .button.button-large {
    min-width: 100%
  }
}

.button.button-large.button-text-large {
  padding: 17px 15px 17px 15px
}

.button.button-large.button-small-only {
  padding: 21px 15px 21px 15px
}

.button.button-large.button-small-only.two-lines,
.button.button-large.button-text-large.button-small-only.two-lines {
  padding: 12px 15px 12px 15px
}

.button.button-large.button-content-only.button-text-large.two-lines {
  padding: 4px 15px 4px 15px
}

.button.button-large.button-content-only.two-lines {
  padding: 10px 15px 10px 15px
}

.button.button-large.button-text-large.two-lines {
  padding: 8px 15px 8px 15px
}

.button.button-large.button-outlined {
  padding: 17px 14px 17px 14px
}

.button.button-large.two-lines {
  padding: 11px 15px 11px 15px
}

.button.button-large.two-lines.button-outlined {
  padding: 9px 14px 9px 14px
}

.button.button-large>span {
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.button.button-large small {
  font-size: 14px;
  line-height: 18px;
  font-family: Verdana, sans-serif;
  display: block
}

.button.button-large.button-text-large small {
  font-size: 16px
}

.button.button-block {
  display: block;
  min-width: 0
}

.button.button-shadow {
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.4);
  -msie-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.4)
}

.button-block+.button-block {
  margin-top: 5px
}

input[type="submit"].button-block,
input[type="reset"].button-block,
input[type="button"].button-block {
  width: 100%
}

a.countdownBtnChange {
  display: none !important
}

.button.hub-tag {
  margin: 0 .4rem 0 0;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: .4em .8em;
  line-height: 1.3;
  font-size: .9rem;
  -webkit-transition: color .2s, background .2s;
  -o-transition: color .2s, background .2s;
  -moz-transition: color .2s, background .2s;
  transition: color .2s, background .2s
}

.button.hub-tag.button-column {
  margin: 0 0 .8em
}

.button.hub-tag.button-blue {
  border-color: #0099bb;
  color: #0099bb;
  background: transparent
}

.button.hub-tag.button-blue:hover {
  color: #fff;
  background: #0099bb
}

@media (min-width:768px) {
  .button.hub-tag.button-text-small {
    padding: .2rem .4rem;
    font-size: .72rem
  }
}

.button.hub-tag .text-small {
  margin: 0;
  font-size: 100% !important;
  line-height: 1 !important
}

.button-flat {
  background-color: #008941;
  color: #fff;
  font-size: 18px;
  padding: 14px 25px 16px;
  font-family: 'Roboto';
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #008941;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  -moz-transition: background-color .2s;
  transition: background-color .2s
}

.button-flat:hover {
  color: #fff;
  background-color: #007035
}

.button-flat.button-outline {
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  -moz-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s
}

.button-flat.button-outline:not(:hover) {
  color: #008941;
  background-color: transparent
}

.banner-management-console__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .banner-management-console__text {
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px
  }
}

.banner-management-console .container {
  background-color: #f8f9fa;
  padding-top: 88px;
  padding-bottom: 88px
}

.banner-management-console .container .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .banner-management-console .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.world-class-protection-banner {
  padding-top: 88px;
  padding-bottom: 88px;
}

.world-class-protection-banner__awards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (min-width: 1056px) {
  .world-class-protection-banner__awards {
    min-height: 160px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.world-class-protection-banner__awards-ribbon {
  display: none;
  width: 160px;
  text-align: center
}

@media only screen and (min-width: 1056px) {
  .world-class-protection-banner__awards-ribbon {
    display: block
  }
}

.world-class-protection-banner__awards-item {
  margin: 8px
}

.world-class-protection-banner__awards-item.mr-0 {
  margin-right: 0
}

.world-class-protection-banner__awards-item.ml-0 {
  margin-left: 0
}

.protecting-business-today-banner .container {
  color: #FFF;
  background-color: #292E38;
  padding-top: 88px;
  padding-bottom: 88px
}

.protecting-business-today-banner h2 {
  color: #FFF;
  margin-bottom: 48px
}

.protecting-business-today-banner ul {
  list-style: none;
  margin: 0
}

.protecting-business-today-banner ul li {
  position: relative;
  list-style-type: none;
  padding-left: 40px;
  padding-bottom: 0;
  margin-bottom: 24px
}

.protecting-business-today-banner ul li:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/PatchManagement/ico-check-oval.png');
  left: 0;
  top: 0
}

@media only screen and (min-width: 1056px) {
  .protecting-business-today-banner ul li:last-child {
    margin-bottom: 0
  }
}

.system-requirements .container {
  padding-top: 88px;
  padding-bottom: 88px;
  background-color: #f8f9fa
}

.system-requirements .box {
  border-bottom: 1px solid #DBDFE5;
  padding-bottom: 32px;
  padding-top: 32px
}

.system-requirements .box:last-of-type {
  border-bottom: none;
  padding-bottom: 0
}

.system-requirements .box h3 {
  font-size: 32px;
  margin-bottom: 24px
}

.system-requirements .box h5 {
  color: #4B5563
}

.system-requirements .box p {
  margin-bottom: 22px
}

.system-requirements .box p:last-of-type {
  margin-bottom: 0
}

.section.faq .container {
  padding-top: 88px;
  padding-bottom: 88px;
  background-color: #f8f9fa
}

.section.faq .container h2 {
  margin-bottom: 64px
}

.accordion-holder {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px
}

.accordion-holder>.accordion-item:not(:first-child) {
  border-top: 1px solid #EBECF0
}

.accordion-holder .accordion-item__header {
  position: relative;
  cursor: pointer
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .accordion-holder .accordion-item__header {
    padding: 39px 128px 39px 48px
  }
}

@media only screen and (max-width: 767px) {
  .accordion-holder .accordion-item__header {
    padding: 20px 63px 20px 24px
  }
}

.accordion-holder .accordion-item__header:not(:first-child) {
  border-top: 1px solid #EBECF0
}

.accordion-holder .accordion-item__header::after {
  position: absolute;
  content: "";
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D6DAE0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/PatchManagement/ico-plus-blue.png)
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .accordion-holder .accordion-item__header::after {
    top: 24px;
    right: 32px;
    width: 56px;
    height: 56px
  }
}

@media only screen and (max-width: 767px) {
  .accordion-holder .accordion-item__header::after {
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px
  }
}

.accordion-holder .accordion-item__header:hover:not(.expand)::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/PatchManagement/ico-plus-white.png)
}

.accordion-holder .accordion-item__header.expand h4 {
  color: #2276D9
}

.accordion-holder .accordion-item__header.expand::after {
  background-color: transparent;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/PatchManagement/ico-close-blue.png)
}

.accordion-holder .accordion-item__header.expand:hover::after {
  background-color: #00b451;
  border: none;
  background-image: url(https://cf.value4it.com/share/common/rc/AVG/PatchManagement/ico-close-white.png)
}

.accordion-holder .accordion-item__body {
  -webkit-transition: max-height .3s ease-out;
  -o-transition: max-height .3s ease-out;
  -moz-transition: max-height .3s ease-out;
  transition: max-height .3s ease-out;
  height: auto;
  max-height: 0;
  overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .accordion-holder .accordion-item__body {
    padding: 0 128px 0 80px
  }
}

@media only screen and (max-width: 767px) {
  .accordion-holder .accordion-item__body {
    padding: 0 64px 0 24px
  }
}

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

  .accordion-holder .accordion-item__body h5,
  .accordion-holder .accordion-item__body li,
  .accordion-holder .accordion-item__body p {
    font-size: 12px;
    line-height: 18px
  }
}

.accordion-holder .accordion-item__body h5 a,
.accordion-holder .accordion-item__body li a,
.accordion-holder .accordion-item__body p a {
  text-decoration: underline
}

.accordion-holder .accordion-item__body h5 {
  margin-bottom: 0
}

.accordion-holder .accordion-item__body ol {
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
  padding-inline-start: 40px
}

.accordion-holder .accordion-item__body ul {
  margin-bottom: 24px
}

.accordion-holder .accordion-item__body ul li {
  padding-bottom: 0;
  padding-left: 40px;
  position: relative
}

.accordion-holder .accordion-item__body ul li:before {
  content: '·';
  display: inline-block;
  width: auto;
  height: auto;
  color: #00b451;
  position: absolute;
  left: 20px;
  font-size: 2.5rem;
  line-height: 23px
}

@media only screen and (max-width: 767px) {
  .accordion-holder .accordion-item__body ul li:before {
    line-height: 17px
  }
}

@media only screen and (min-width: 768px) and (max-width: 1055px),
only screen and (min-width: 1056px) {
  .accordion-holder .accordion-item__body p:last-child {
    margin-bottom: 39px
  }
}

@media only screen and (max-width: 767px) {
  .accordion-holder .accordion-item__body p:last-child {
    margin-bottom: 16px
  }
}

.accordion-holder div.expand+div {
  max-height: 600px
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 57px 9px 30px;
  background-color: #D6DAE0;
  color: #000;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  max-width: 300px;
  border: 1px solid #bbc1cc;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.form-select:disabled {
  cursor: initial;
  padding: 11px 30px 9px 30px
}

.form-select-arrow {
  position: relative;
  display: inline-block
}

.form-select-arrow:after {
  content: url('https://cf.value4it.com/share/common/rc/AVG/PatchManagement/icon-arrow-down.png');
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  pointer-events: none
}

.form-select-arrow.disabled:after {
  content: ''
}

.form-select-arrow select::-ms-expand {
  display: none
}

.smb-abox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 316px;
  max-width: 100%
}

.smb-abox-wrapper {
  position: relative;
  max-width: 100%;
  background: none
}

.smb-abox {
  position: relative;
  border: 1px solid #f8f9fa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  width: 316px;
  max-width: 100%;
  padding: 24px 32px 24px;
  height: 100%;
  font-family: "AVGSans_4", Verdana;
  text-align: center;
  letter-spacing: 1px;
  background: #FFF
}

.smb-abox__badge {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  text-align: center
}

.smb-abox__badge-middle {
  margin-bottom: 18px
}

.smb-abox--select>.smb-abox__badge {
  position: relative;
  margin-top: 32px
}

.smb-abox .badge {
  display: inline-block;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 16px;
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Roboto", "AVGSans_4", Verdana;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0
}

.smb-abox .badge,
.smb-abox .badge-primary,
.smb-abox .badge-orange {
  background-color: #ffb600;
  color: #292e38
}

.smb-abox .badge-secondary,
.smb-abox .badge-blue {
  background-color: #2276d9;
  color: #FFF
}

.smb-abox .badge-green {
  background-color: #008941;
  color: #FFF
}

.smb-abox .badge-pale-blue {
  background: #d4e5f9;
  color: #2a7de1
}

.smb-abox .badge-pale-green {
  background-color: #cce7d9;
  color: #007137
}

.smb-abox .badge-sm {
  margin-top: 2px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 2px 16px
}

.smb-abox__title-wrap {
  margin-bottom: 16px
}

.smb-abox__title {
  margin-bottom: 4px;
  font-family: "AVGSans_4", Verdana;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #000
}

.smb-abox__subtitle {
  margin-bottom: 4px;
  font-family: "AVGSans_Light", Verdana;
  font-size: 14px;
  line-height: 24px;
  color: #5c707b
}

.smb-abox__platform-icons {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 16px auto
}

.smb-abox__platform-icons .icon {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  background-image: url("https://cf.value4it.com/share/common/rc/AVG/PatchManagement/platforms-16.png");
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.smb-abox__platform-icons .icon-16-win {
  background-position: 0 0
}

.smb-abox__platform-icons .icon-16-mac {
  background-position: -32px 0
}

.smb-abox__platform-icons .icon-16-linux {
  background-position: -192px 0
}

.smb-abox__platform-icons .icon-16-server {
  background-position: -160px 0
}

.smb-abox__platform-icons .icon-16-android {
  background-position: -64px 0
}

.smb-abox__platform-icons .icon-16-ios {
  background-position: -96px 0
}

.smb-abox__bundle-icons {
  margin: 0 auto 16px auto
}

.smb-abox__bundle-icons img {
  margin: 0 4px
}

.smb-abox__error {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 71px
}

.smb-abox__error span,
.smb-abox__error a {
  font-size: 14px;
  text-align: center;
  color: #EA0029
}

.smb-abox__error a {
  text-decoration: underline
}

.smb-abox__error a:hover {
  color: #4B5563
}

.smb-abox__input-wrap {
  display: block;
  padding-bottom: 16px
}

.smb-abox__input-wrap:last-child {
  padding-bottom: 24px
}

.smb-abox__input-wrap label {
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-family: "AVGSans_Light", Verdana;
  font-size: 12px;
  line-height: 16px;
  color: #5c707b
}

.smb-abox__input-wrap label.invalid {
  color: #EA0029 !important
}

.smb-abox__input-wrap .form-control,
.smb-abox__input-wrap .custom-select {
  border: 1px solid #bbc1cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 172px;
  max-width: 100%;
  padding: 11px 16px;
  background: #FFF;
  font-size: 13px;
  line-height: 16px;
  color: #071d2b
}

.smb-abox__input-wrap .custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background: url("https://cf.value4it.com/share/common/rc/AVG/PatchManagement/icon-arrow-down-blue.png") #FFF no-repeat right 16px center / 8px 8px
}

.smb-abox__input-wrap .custom-select select::-ms-expand {
  display: none
}

.smb-abox__product-select {
  position: absolute;
  top: -19px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 100%
}

.smb-abox__product-select label {
  display: none
}

.smb-abox__button .btn-primary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  min-width: 139px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #57c131), to(#399f2d));
  background: -webkit-linear-gradient(top, #57c131 0, #399f2d 100%);
  background: -moz- oldlinear-gradient(top, #57c131 0, #399f2d 100%);
  background: -o-linear-gradient(top, #57c131 0, #399f2d 100%);
  background: linear-gradient(180deg, #57c131 0, #399f2d 100%);
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 8px;
  margin-top: 24px;
  font-family: AVGSans_4, Verdana;
  padding: 0
}

.smb-abox__button .btn-primary span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 6px 32px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 56px;
  line-height: .85;
  font-weight: bold
}

.smb-abox__button .btn-primary:hover,
.smb-abox__button .btn-primary:focus,
.smb-abox__button .btn-primary:active {
  background-image: none;
  background-color: #399f2d
}

.smb-abox__button .btn-primary.disabled {
  opacity: .3;
  pointer-events: none
}

.smb-abox__button .btn-link-secondary {
  display: inline-block;
  margin-top: 20px;
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 16px;
  color: #000
}

.smb-abox__button .btn-link-secondary:hover {
  text-decoration: none
}

.smb-abox .price-wrapper {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: -25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  font-family: "AVGSans_Light", Verdana;
  font-size: 46px
}

.smb-abox .price-wrapper.price-row-medium {
  font-size: 36px
}

.smb-abox .price-wrapper .integer {
  font-size: 1em;
  line-height: .8em;
  letter-spacing: -0.044em
}

.smb-abox .price-wrapper .decimal {
  font-size: .391em;
  height: 1em;
  line-height: 1em
}

.smb-abox .price-wrapper .price-prefix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px
}

.smb-abox .price-wrapper .price-prefix .currency {
  font-size: .391em;
  line-height: 1em
}

.smb-abox .price-wrapper .price-suffix {
  text-align: left
}

.smb-abox .price-wrapper .period {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  color: #767683;
  text-align: left;
  white-space: nowrap;
  margin-left: 5px;
  font-size: .348em;
  line-height: 1.3em
}

.smb-abox__price-device-year.text-small {
  margin-bottom: 0;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__price-device-year.text-small b {
  font-family: "AVGSans_4", Verdana
}

.smb-abox__you-save,
.smb-abox__price-old {
  font-family: "AVGSans_Light", Verdana;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(77, 85, 102, 0.5)
}

.smb-abox__price-old {
  margin-bottom: 4px;
  text-decoration: line-through
}

.smb-abox__legal-info {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  color: #5c707b
}

.smb-abox__note {
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__note a {
  color: inherit;
  text-decoration: underline
}

.smb-abox__slot-below {
  margin-top: 24px;
  color: #dfe4ec;
  font-family: "AVGSans_Light", Verdana
}

.smb-abox__slot-below a {
  font-family: "AVGSans_4", Verdana
}

.smb-abox .text-small {
  font-size: 13px !important;
  line-height: 16px !important
}

.money-back {
  margin-top: 24px;
  color: #FFF
}

.money-back p span {
  font-family: "AVGSans_Light", Verdana
}

.light .smb-abox__slot-below {
  color: #292E38 !important
}

.light .money-back {
  color: #292E38
}

.light .money-back img {
  -webkit-filter: invert(56%) sepia(16%) saturate(514%) hue-rotate(184deg) brightness(88%) contrast(84%);
  filter: invert(56%) sepia(16%) saturate(514%) hue-rotate(184deg) brightness(88%) contrast(84%)
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.avg-smb-abox--centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

td .smb-abox {
  border: none
}

.d-none {
  display: none
}

.smb-combine-abox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.smb-combine-abox-wrapper {
  padding-top: 32px;
  padding-bottom: 16px;
  max-width: 982px;
  background: #FFF
}

.smb-combine-abox .smb-abox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0
}

.smb-combine-abox .smb-abox__title {
  font-size: 24px;
  line-height: 36px
}

.smb-combine-abox .avg-smb-abox:nth-child(2) .smb-abox {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb
}

.smb-combine-abox-foot {
  border-top: 1px solid #e5e7eb;
  margin: 0 16px;
  padding-top: 16px
}

.table .smb-abox {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.avg-smb-abox--roboto * {
  font-family: "Roboto" !important
}

.avg-smb-abox--roboto .smb-abox__button .btn-primary {
  background: #2a7de1
}

.avg-smb-abox--roboto .smb-abox__button .btn-primary:hover {
  background: #4796f5
}

.avg-smb-abox--roboto .smb-abox__input-wrap label {
  text-align: left
}

.avg-smb-abox--roboto .smb-abox__input-wrap .form-control,
.avg-smb-abox--roboto .smb-abox__input-wrap .custom-select {
  width: 100%
}

.smb-abox * {
  font-family: Roboto, Arial, Helvetica, sans-serif
}

.smb-abox__platform-icons .icon {
  background-image: url('https://cf.value4it.com/share/common/rc/AVG/PatchManagement/platforms-16.png')
}

.section .container {
  padding-top: 88px;
  padding-bottom: 88px
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .section .container {
    padding-top: 64px;
    padding-bottom: 64px
  }
}

.section .container .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section a {
  border-bottom: 1px dashed #2a7de1;
  text-decoration: none
}

.section a:hover {
  border-bottom: 1px solid #2a7de1;
  text-decoration: none
}

.section .smb-abox-wrapper a {
  border-bottom: none;
  text-decoration: underline
}

.section .span6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.section .span6 img {
  margin: auto
}

@media only screen and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 1055px) {
  .section .span1 {
    height: 32px
  }
}

#top {
  text-align: center;
  background-color: transparent
}

#top .container {
  padding-bottom: 58px;
  padding-top: 64px;
  background: url("https://cf.value4it.com/share/common/rc/AVG/PatchManagement/hero-patch-management.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover
}

@media only screen and (max-width: 767px) {
  #top .container {
    padding-bottom: 70px;
    padding-top: 40px;
    background-position: 15% 50%
  }
}

#top .container h1 {
  font-size: 56px;
  color: #FFF;
  margin-bottom: 24px
}

@media only screen and (max-width: 767px) {
  #top .container h1 {
    margin-bottom: 0;
    font-size: 42px
  }
}

#top .container p.sub-h1 {
  color: #FFF;
  margin-bottom: 52px
}

@media only screen and (max-width: 767px) {
  #top .container p.sub-h1 {
    margin-bottom: 40px
  }
}

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

  .section.what-is-patch-management,
  .section.why-is-important,
  .section.management-console {
    text-align: center
  }
}

.section.how-it-works .container {
  background-color: #292E38;
  color: #FFF
}

.section.how-it-works h2 {
  margin-bottom: 80px;
  text-align: center;
  color: #FFF
}

.section.how-it-works h3 {
  font-size: 24px;
  color: #FFF
}

.section.how-it-works .item {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 32px;
  color: #FFF
}

.section.how-it-works .item h3 {
  margin: 16px 0
}

@media only screen and (min-width: 1056px) {
  .section.benefits .row {
    padding: 64px 115px 0 115px
  }
}

.section.benefits .items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.section.benefits .item-container {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  margin-bottom: 34px
}

@media only screen and (max-width: 767px) {
  .section.benefits .item-container {
    width: 100%
  }
}

.section.benefits .item-container .item-image {
  margin-right: 16px
}

.section.benefits .item-container .item-text {
  width: 80%
}

.section.best-practices .container {
  background-color: #f8f9fa
}

@media only screen and (min-width: 1056px) {
  .section.best-practices .row {
    padding: 100px 115px 0 115px
  }
}

.section.best-practices .items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 34px
}

.section.best-practices .item-container {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 767px) {
  .section.best-practices .item-container {
    width: 100%
  }
}

.section.best-practices .item-container .item-image {
  margin-bottom: 16px
}

.section.best-practices .item-container h4 {
  font-size: 24px
}

.section.powerful-features .container {
  background-color: #292E38
}

.section.powerful-features h3 {
  color: #FFF
}

@media only screen and (min-width: 1056px) {
  .section.powerful-features .row {
    padding: 64px 115px 0 115px
  }
}

.section.powerful-features .items-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px
}

.section.powerful-features .item-container {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px
}

@media only screen and (max-width: 767px) {
  .section.powerful-features .item-container {
    width: 100%
  }
}

.section.powerful-features .item-container .item-image {
  margin-right: 20px
}

.section.powerful-features .item-container .item-text {
  width: 90%;
  color: #FFF
}

.section.system-requeriments .container {
  background: #f8f9fa
}

.section--safe-network h2,
.section--remote-control h2,
.section--safe-identity h2 {
  margin-bottom: 64px
}

.section.faq .container {
  padding-top: 0
}

.section--bft p.text-large {
  margin-bottom: 52px
}

.section--bft .container {
  background-image: url("https://cf.value4it.com/share/common/rc/AVG/PatchManagement/bottom-shape.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  -webkit-background-size: 896px auto;
  -moz-background-size: 896px auto;
  -o-background-size: 896px auto;
  background-size: 896px auto;
  padding-bottom: 64px;
  background-color: #f8f9fa
}

.section--bft .container .money-back {
  color: #292E38
}

.section--bft .container .money-back img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

/*# sourceMappingURL=patch-management.css.map */
