/* -*- coding: utf-8 -*- */

:root {
  --min-width: 360px;
  --max-width: 1200px;
}

html {
  background-color: #ffffff;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  line-height: 1.5;
}

*, *:before, *:after {
  box-sizing: inherit;
}

iframe {
  border: none;
}

img {
  display: block;
  height: auto;
  width: auto;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

textarea {
  font-family: "PT Mono", monospace;
}

input {
  font-family: "PT Mono", monospace;
}

a:link {
  /* color: inherit; */
  color: #01baff;
  text-decoration: none;
}

a:visited {
  /* color: inherit; */
  color: #01baff;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
}

.telephone {
  white-space: nowrap;
}

hr.section-separator {
  border-color: #ececec;
}

#header {
  background-color: #bc2222;
  height: 100px;
}

#header .header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 960px;
}

#header .header-logo {
  color: #ffffff;
  display: block;
  font-size: 48px;
  font-weight: 800;
  padding-top: 15px;
}

#header .top-btn {
  padding-top: 18px;
}

#header .top-btn-oval {
  align-items: center;
  background-color: #fff3f3;
  border: 2px solid #81cc29;
  border-radius: 32px;
  display: flex;
  height: 64px;
  justify-content: space-between;
  position: relative;
  width: 170px;
}

#header .phone-icon {
  padding-left: 10px;
  width: 20px;
}

#header .support-phone {
  text-align: center;
  width: 130px;
}

#header .customer-support {
  color: #666666;
  font-size: 12px;
  font-weight: 700;
}

#header .telephone {
  display: inline-block;
  color: #81cc29;
  font-size: 16px;
  font-weight: 700;
}

#header .layer-24 {
  color: #81cc29;
  font-size: 12px;
  width: 20px;
  z-index: 1;
}

#header .oval-bump {
  background-color: #fff3f3;
  border-bottom-right-radius: 16px;
  border-bottom: 2px solid #81cc29;
  border-left: 2px solid transparent;
  border-right: 2px solid #81cc29;
  border-top-right-radius: 16px;
  border-top: 2px solid #81cc29;
  height: 32px;
  position: absolute;
  right: -12px;
  width: 16px;
}

#footer {
  background-color: #333333;
  color: #ffffff;
  padding-bottom: 150px;
}

#footer a {
  color: inherit;
}

#footer a:focus,
#footer a:hover {
  color: inherit;
}

.footer-wrapper {
  display: flex;
}

.footer-wrapper::before,
.footer-wrapper::after {
  content: '';
  display: block;
  flex: 1;
  height: 10px;
}

.footer-content {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  flex: 10000;
  font-size: 12px;
  justify-content: space-around;
  line-height: 1.5;
  max-width: var(--max-width);
  min-width: var(--min-width);
  padding-top: 60px;
  position: relative;
}

@media only screen and (max-width:900px) {
  .footer-content {
    flex-wrap: wrap;
  }
}

.footer-section1 {
  padding-left: 10px;
  padding-right: 20px;
  width: 210px;
}

.footer-address .address {
  display: block;
  font-style: normal;
  margin-top: 1.5em;
}

.footer-section2 {
  flex: 1 1;
  min-width: var(--min-width);
  padding-left: 10px;
  padding-right: 10px;
}

#footer .disclaimer {
  text-align: justify;
}

#footer .copyright {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.footer-section3 {
  width: var(--min-width);
}

.footer-nav {
  padding-left: 20px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 24em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  line-height: 1.5;
  margin-bottom: 1.5em;
  white-space: nowrap;
}

#footer .credits {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 120px;
}

#footer .credit {
  padding-bottom: 15px;
}

#footer .credit a {
  display: block;
  margin: 0 auto;
  width: 90px;
}

#footer .credit img {
  filter: grayscale(1);
  margin: 0 auto;
  width: auto;
}

#footer .credit:hover img {
  filter: none;
}

#footer .appesteem img {
  height: auto;
  width: 90px;
}

#footer .trustwave img {
  height: auto;
  width: 90px;
}

#footer .bbb img {
  height: auto;
  width: 90px;
}

#footer .geotrust img {
  height: auto;
  width: 90px;
}

#main > :first-child {
  padding-top: 90px;
}

#main > :last-child {
  padding-bottom: 90px;
}

.main-container > * {
  margin: 0 auto 0;
  width: 960px;
}

.main-container-alt {
  background-color: #fafafa;
  border: 1px solid #ededed;
}

.main-container-alt > * {
  margin: 0 auto 0;
  width: 960px;
}

.main-title {
  color: #145055;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
}

#compliance .partner-list {
  list-style-type: none;
  padding: 0 0 60px 0;
}

#compliance .partner {
  margin-top: 3em;
  position: relative;
}

#compliance .partner-logo {
  position: absolute;
  text-align: center;
  width: 210px;
}

#compliance .partner-text {
  padding-left: 240px;
  text-align: justify;
}

#compliance .partner .partner-logo img {
  margin: 10px auto 0;
}

#compliance .partner.appesteem .partner-logo img {
  height: auto;
  width: 150px;
}

#compliance .partner.cleanapps .partner-logo img {
  height: auto;
  width: 150px;
}

#compliance .partner.trustwave .partner-logo img {
  height: auto;
  width: 150px;
}

#compliance .partner.geotrust .partner-logo img {
  height: auto;
  width: 150px;
}

#compliance .partner.digicert .partner-logo img {
  height: auto;
  width: 150px;
}

#compliance .partner.nomorobo .partner-logo img {
  height: auto;
  margin-top: 0;
  width: 150px;
}

#compliance .partner.bbb .partner-logo img {
  height: auto;
  margin-top: 0;
  width: 150px;
}

#contact-us #main {
  font-size: 18px;
}

#contact-us .main-abstract {
  text-align: center;
  margin: 0 auto;
  padding-top: 45px;
  width: 720px;
}

#contact-us .contacts {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  width: 750px;
}

#contact-us .contacts .contact-method {
  background-color: #fcfaff;
  border-radius: 8px;
  height: 360px;
  padding-top: 30px;
  width: 360px;
}

#contact-us .contacts .contact-image img {
  margin: 0 auto;
}

#contact-us .contacts .title {
  margin-top: 15px;
  text-align: center;
}

#contact-us .contacts .detail {
  /* color: #646464; */
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
  text-align: center;
}

#contact-us .chat-container {
  padding-top: 60px;
  text-align: center;
}

#contact-us .chat-button {
  align-items: center;
  background-color: rgb(46,117,210);
  border-radius: 6px;
  border: none;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  outline-offset: 2px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
#contact-us .chat-button:focus,
#contact-us .chat-button:hover {
  filter: brightness(1.1);
}

#contact-us #chat-full {
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  text-align: center;
}

#contact-us .chat-container .title {
  text-align: center;
}

#eula #main {
  line-height: 1.2;
}

#eula .main-title {
  padding-bottom: 30px;
}

#eula .main-header .paragraph {
  font-weight: 700;
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-left: 1.2em;
  text-align: justify;
}

#eula .main-body .paragraph {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  text-align: justify;
}

#eula dfn {
  font-style: inherit;
  font-weight: 700;
}

#eula strong {
  font-weight: 700;
}

#eula ol.legal-list {
  list-style-type: decimal;
  text-align: justify;
}

#eula ol.legal-list > li {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.2em;
}

#eula ol.legal-list > li * {
  font-size: 16px;
  font-weight: 400;
}

#eula ol.legal-list > li > ol {
  /* list-style-type: parenthesized-lower-latin; */
  list-style-type: none;
  margin-top: 1.2em;
  padding: 0;
}

#eula ol.legal-list > li > ol > li {
  counter-increment: ol2;
  margin-bottom: 1.2em;
}

#eula ol.legal-list > li > ol > li:before {
  content: " ("counter(ol2,lower-alpha)") ";
}

#eula ol.legal-list > li > ol > li > .title {
  font-weight: 700;
}

#eula ol.legal-list > li > ol > li > ol {
  /* list-style-type: parenthesized-lower-roman; */
  list-style-type: none;
  margin-top: 1.2em;
}

#eula ol.legal-list > li > ol > li > ol > li {
  counter-increment: ol3;
  margin-bottom: 1.2em;
}

#eula ol.legal-list > li > ol > li > ol > li:before {
  content: " ("counter(ol3,lower-roman)") ";
}

#eula ol.legal-list > li > ol > li > ol > li > .title {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

#eula ol.legal-list > li > ol > li > ol > li > ol {
  margin-top: 1.2em;
}

#eula .questions .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.2em;
}

#eula .last-modified {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.2em;
}

#sales-policy #main {
  line-height: 1.2;
}

#sales-policy .main-title {
  padding-bottom: 30px;
}

#sales-policy .main-header .paragraph {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  padding-left: 1.2em;
  text-align: justify;
}

#sales-policy .main-body .paragraph {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
  text-align: justify;
}

#sales-policy dfn {
  font-style: inherit;
  font-weight: 700;
}

#sales-policy strong {
  font-weight: 700;
}

#sales-policy ul {
  list-style-type: disc;
}

#sales-policy ol.legal-list {
  /* list-style-type: decimal; */
  list-style-type: none;
  padding-left: 1.2em;
  text-align: justify;
}

#sales-policy ol.legal-list > li {
  counter-increment: ol1;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.2em;
}

#sales-policy ol.legal-list > li:before {
  content: counter(ol1,decimal)".";
}

#sales-policy ol.legal-list > li * {
  font-size: 16px;
  font-weight: 400;
}

#sales-policy ol.legal-list > li > ol {
  list-style-type: none;
  margin-top: 1.2em;
  padding: 0;
}

#sales-policy ol.legal-list > li > ol > li {
  counter-increment: ol2;
  font-weight: 700;
  margin-bottom: 1.2em;
}

#sales-policy ol.legal-list > li > ol > li:before {
  content: counter(ol1,decimal)"."counter(ol2,decimal);
}

#sales-policy ol.legal-list > li > ol > li > * {
  font-weight: 400;
}

#sales-policy .last-modified {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1.2em;
}

#uninstall .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 0;
  padding-bottom: 120px;
  width: 900px;
}

#uninstall .title {
  padding-left: 40px;
  text-align: left;
}

#uninstall .main-abstract {
  margin: 30px auto 0;
  text-align: center;
  width: 660px;
}

#uninstall .uninstall-method {
  width: 450px;
}

#index .hero1-section {
  background-color: #0a50e3;
  color: #ffffff;
  height: 250px;
  position: relative;
}

#index .system-mechanic-bg-logo {
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 0;
}

#index .hero1-container {
  left: 50%;
  padding-top: 10px;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 960px;
  z-index: 1;
}

#index .hero2-section {
  background-color: #333333;
  color: #ffffff;
  height: 170px;
  margin-bottom: 50px;
  position: relative;
}

#index .diamond-pattern {
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
}

#index .hero2-container {
  left: 50%;
  padding-top: 10px;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 960px;
  z-index: 1;
}

#index .system-checkup-guages {
  display: block;
  left: 110px;
  position: absolute;
  top: 80px;
}

#index .main-title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 700;
}

#index .main-title sub {
  font-size: 20px;
}

#index .main-title .pcmag {
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-bottom;
}

#index .main-subtitle {
  font-size: 32px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#index .hero2-text {
  height: 120px;
}

#index .main-subtitle2 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 10px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#index .main-abstract {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: 450px;
}

#index .hero-button {
  text-align: center;
}

#index .start-button {
  align-items: center;
  background-color: #028d06;
  border-radius: 8px;
  border: 2px solid #006506;
  color: #ffffff;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  height: 80px;
  justify-content: center;
  width: 250px;
}

#index .start-button:hover {
  filter: brightness(1.2);
  text-decoration: none;
}

#index .accolades-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-top: 30px;
  width: 960px;
}

#index .accolade {
  text-align: center;
  width: 192px;
}

#index .accolade-icon {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: center;
}

#index .accolade-text {
  line-height: 1.2;
  padding-top: 15px;
}

#index .benchmarks-section {
  padding-top: 60px;
  width: 1080px;
}

#index .benchmarks-section .title {
  color: #919191;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#index .benchmarks-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
}

#index .benchmark {
  height: 150px;
  position: relative;
  width: 270px;
}

#index .benchmark .percent-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#index .benchmark .percent {
  display: inline-block;
  font-size: 40px;
  padding-right: 10px;
}

#index .benchmark .percent .pct {
  font-size: 30px;
}

#index .benchmark .percent-icon img {
  display: inline-block;
}

#index .benchmark .subtitle {
  color: #666666;
  font-size: 20px;
  font-style: italic;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

#index .progress-bar-bg {
  background-color: #ececec;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  bottom: 10px;
  display: block;
  height: 36px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 250px;
}

#index .progress-bar-bg .progress-bar-fg {
  border-radius: 8px;
  display: block;
  height: 36px;
  position: relative;
  top: -1px;
}

#index .benchmark-startup {
  color: #bc2222;
}

#index .benchmark-startup .progress-bar-bg .progress-bar-fg {
  background-color: #bc2222;
  width: 89%;
}

#index .benchmark-downloads {
  color: #7bb0e7;
}

#index .benchmark-downloads .progress-bar-bg .progress-bar-fg {
  background-color: #7bb0e7;
  width: 39%;
}

#index .benchmark-cpu {
  color: #745f7e;
}

#index .benchmark-cpu .progress-bar-bg .progress-bar-fg {
  background-color: #745f7e;
  width: 17%;
}

#index .benchmark-graphics {
  color: #10a1a6;
}

#index .benchmark-graphics .progress-bar-bg .progress-bar-fg {
  background-color: #10a1a6;
  width: 8.6%;
}

#index .learn-more-section {
  color: #7fa5ff;
  font-size: 16px;
  padding-top: 60px;
  text-align: center;
}

#index .learn-more {
  display: block;
}

#index .learn-more-section .down-arrow {
  border: solid 1px #c6c6c6;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 0 auto;
  padding: 60px;
  transform: translate(0, -30px) scaleY(0.25) rotate(45deg);
  width: 60px;
}

#index .press-reviews-section {
  padding-bottom: 90px;
  padding-top: 90px;
  width: 1080px;
}

#index .press-reviews-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#index .press-review {
  align-items: center;
  display: flex;
  font-size: 15px;
  justify-content: space-between;
  padding-right: 30px;
  width: 360px;
}

#index .press-review .reviewer {
  color: #666666;
  display: block;
}

#index .pcmag-review .press-icon {
  width: 60px;
}

#index .pcmag-review .press-text {
  width: 300px;
}

#index .usatoday-review .press-icon {
  width: 150px;
}

#index .usatoday-review .press-text {
  width: 310px;
}

#index .cnet-review .press-icon {
  width: 120px;
}

#index .cnet-review .press-text {
  width: 240px;
}

#index .features-section {
  padding-bottom: 90px;
  padding-top: 90px;
  width: 1080px;
}

#index .features-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#index .feature-icon {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: center;
}

#index .feature-title {
  color: #666666;
  font-size: 18px;
  text-align: center;
}

#index .feature-text {
  color: #333333;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

#index .start-free-scan-section {
  text-align: center;
}

#index .start-free-scan-section .start-button {
  width: 570px;
}

#index .extras-section {
  padding-bottom: 90px;
  padding-top: 90px;
}

#index .extras-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

#index .extra {
  padding-bottom: 30px;
  width: 450px;
}

#index .extra-title {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}

#index .extra-detail {
  color: #666666;
  font-size: 15px;
}

#benchmarking {
  padding-bottom: 90px;
  padding-top: 90px;
}

#benchmarking .benchmarking-title {
  color: #919191;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

#benchmarking .indexes-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}

#benchmarking .index {
  width: 170px;
}

#benchmarking .index-icon {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 60px;
}

#benchmarking .index-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  text-align: center;
}

#benchmarking .index-text {
  border-top: 1px solid #ececec;
  padding-top: 10px;
  text-align: center;
}

#benchmarking .index-link {
  color: #4682b4;
  font-size: 16px;
  text-decoration: underline;
}

#benchmarking .index-startup .index-title {
  color: #bc2222;
}

#benchmarking .index-internet .index-title {
  color: #7bb0e7;
}

#benchmarking .index-cpu .index-title {
  color: #735f7e;
}

#benchmarking .index-graphics .index-title {
  color: #4ecac2;
}

#benchmarking .index-drive .index-title {
  color: #6dc469;
}

#benchmarking .title {
  font-size: 24px;
  font-weight: 700;
}

#benchmarking .subtitle {
  font-weight: 700;
}

#benchmarking .listing1 {
  padding-bottom: 1.5em;
}

#benchmarking .listing1 figcaption {
  font-weight: 700;
}

#benchmarking .listing2 {
  padding-bottom: 1.5em;
}

#benchmarking .listing2 figcaption {
  color: #bc2222;
  font-weight: 700;
}

#benchmarking .purpose-container {
  padding-top: 60px;
}

#benchmarking .hardware-container {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#benchmarking .hardware-container .listing2 {
  width: 480px;
}

#benchmarking .hardware-container .listing2 ul {
  list-style-type: none;
  padding: 0;
}

#benchmarking .software-container a {
  color: inherit;
}

#benchmarking .chart {
  padding-bottom: 30px;
  padding-top: 30px;
}

#benchmarking .chart figcaption {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

#benchmarking .chart img {
  display: block;
  margin: 30px auto 0;
}

#benchmarking em.improved {
  color: #008000;
  font-style: inherit;
  font-weight: 700;
}

#benchmarking .references-title {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  text-transform: uppercase;
}

#download-instructions .main-title {
  color: #919191;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
}

#download-instructions .main-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
  padding-top: 90px;
  width: 980px;
}

#download-instructions .download-steps ul {
  list-style-type: none;
}

#download-instructions .download-steps ul li {
  margin-bottom: 1.5em;
}

#download-instructions .download-steps .step-number {
  font-weight: 700;
}

#download-instructions .download-steps {
  width: 630px;
}

#download-instructions .download-trouble {
  width: 330px;
}

#download-instructions .download-trouble a#download {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}

#download-instructions .download-trouble .help-call {
  padding-top: 1.5em;
}

#download-instructions .download-trouble a.telephone {
  color: inherit;
  font-weight: bold;
}

#download-instructions .credits {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  width: 720px;
}

#download-instructions .credit {
  width: 180px;
}

#download-instructions .credit-caption {
  color: #808080;
  font-size: 21px;
  font-weight: 700;
  width: 720px;
}

#download-instructions .ms-partner {
  padding-top: 50px;
}

#download-instructions #download-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000100; /* above Proof */
}

#download-instructions .download-panel {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-panel-ie {
  bottom: 60px;
  left: 50%;
  transform: translate(-120px, 0);
}

#download-instructions #download-panel-edge {
  bottom: 75px;
  left: 50%;
  transform: translate(150px, 0);
}

#download-instructions #download-panel-edge2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-chrome {
  bottom: 15px;
  left: 180px;
}

#download-instructions #download-panel-chrome2 {
  right: 10px;
  top: 50%;
}

#download-instructions #download-panel-firefox {
  right: 180px;
  top: 30px;
}

#download-instructions .download-panel .download-instructions {
  background-color: #ffffff;
  border: 1px solid #979797;
  border-radius: 8px;
  height: 150px;
  margin: 0 10px;
  position: relative;
  width: 240px;
}

#download-instructions .download-panel .title {
  background-color: #01baff;
  border: 1px solid #979797;
  border-radius: 16px 16px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  height: 32px;
  left: 50%;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: -16px;
  transform: translate(-50%, 0);
  width: 210px;
}

#download-instructions .download-panel .detail {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  text-align: left;
}

#download-instructions .download-arrow {
  position: fixed;
  z-index: 1000200; /* above Proof */
}

#download-instructions #download-arrow-ie {
  left: 50%;
  bottom: 60px;
  transform: translate(180px, 0);
}

#download-instructions #download-arrow-edge {
  bottom: 75px;
  left: 50%;
}

#download-instructions #download-arrow-edge2 {
  right: 20px;
  top: 20px;
}

#download-instructions #download-arrow-chrome {
  left: 30px;
  bottom: 15px;
}

#download-instructions #download-arrow-chrome2 {
  right: 40px;
  top: 20px;
}

#download-instructions #download-arrow-firefox {
  right: 20px;
  top: 20px;
}

#download-instructions #download-arrow-firefox img {
  transform: rotate(180deg);
}

#download-help {
  background-color: #ffffff;
  border: 1px solid #6e6e6e;
  border-radius: 8px;
  left: 50%;
  padding: 15px 15px 60px 15px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000300; /* above Proof */
}

#download-help .close-icon {
  display: none;
}

#download-help .download-help-problem {
  background-color: #bc2222;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  white-space: nowrap;
  width: 720px;
}

#download-help .download-help-standing-by {
  font-size: 20px;
  margin: 30px auto 0;
  text-align: center;
  white-pace: nowrap;
}

#download-help .download-help-telephone {
  font-size: 34px;
  font-weight: 700;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-telephone a {
  color: #01baff;
}

#download-help .download-help-powered {
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 700;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-available {
  color: #666666;
  font-size: 16px;
  margin: 15px auto 0;
  text-align: center;
  white-space: nowrap;
}

#download-help .download-help-again {
  font-size: 20px;
  margin: 15px auto 0;
  text-align: center;
}

#download-help .download-help-again a {
  color: #666666;
}

#download-help .download-help-no-problem {
  background-color: #028d06;
  border-radius: 8px;
  border: 2px solid #006506;
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 30px auto 0;
  padding: 15px 30px;
  pointer: cursor;
  text-align: center;
  white-space: nowrap;
  width: 570px;
}

#unsub #main .unsubscribed {
  color: #119922;
  padding-left: 10px;
}

#terms-of-service .main-header,
#privacy-policy .main-header {
  text-align: justify;
}

#terms-of-service .main-title,
#privacy-policy .main-title {
  font-size: 24px;
  text-align: center;
}

#privacy-policy .date-stamps,
#terms-of-service .date-stamps {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  margin-top: 2em;
  padding-left: 30px;
}

#terms-of-service .main-header .paragraph,
#privacy-policy .main-header .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  padding-left: 30px;
  text-align: justify;
}

#terms-of-service .main-header ul.legal-list > li,
#privacy-policy .main-header ul.legal-list > li {
  margin-bottom: 1.5em;
}

#privacy-policy .main-body,
#terms-of-service .main-body {
  text-align: justify;
}

#terms-of-service .main-body .paragraph,
#privacy-policy .main-body .paragraph {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

#terms-of-service dfn,
#privacy-policy dfn {
  font-style: inherit;
}

#terms-of-service a,
#privacy-policy a {
  color: inherit;
}

#terms-of-service .telephone,
#privacy-policy .telephone {
  color: inherit;
}

#terms-of-service ul,
#privacy-policy ul {
  list-style-type: disc;
}

#terms-of-service .main-body > ol.legal-list,
#privacy-policy .main-body > ol.legal-list {
  list-style-type: upper-roman;
}

#terms-of-service .main-body > ol.legal-list > li,
#privacy-policy .main-body > ol.legal-list > li {
  font-weight: 700;
  margin-bottom: 3em;
}

#terms-of-service .main-body > ol.legal-list > li *,
#privacy-policy .main-body > ol.legal-list > li * {
  font-weight: 400;
}

#terms-of-service .main-body > ol.legal-list > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol {
  list-style-type: decimal;
  margin-top: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li {
  margin-bottom: 1.5em;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol {
  list-style-type: lower-latin;
}

#terms-of-service .main-body > ol.legal-list > li > ol > li > ol > li,
#privacy-policy .main-body > ol.legal-list > li > ol > li > ol > li {
  margin: 0;
}

#terms-of-service .main-body > ol.legal-list > li > ul > li > ul,
#privacy-policy .main-body > ol.legal-list > li > ul > li > ul {
  list-style-type: circle;
}

#livechat-eye-catcher-img img {
  display: none !important;
}

#chat .proofNotificationWrapper {
  display: none !important;
}

#chat #chat-widget-container {
  left: 50% !important;
  top: 30px !important;
  transform: translate(-50%, 0) !important;
}
