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

html {
  background-color: #ffffff;
  color: #1b1c1f;
  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;
}

figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

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

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

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

a {
  /*color: #9e55f5; */
  text-decoration: none;
}

a:focus,
a:hover {
  /* color: #9e55f5; */
  text-decoration: underline;
}

.telephone {
  white-space: nowrap;
}

#error {
  background-color: #f7fafe;
  border-radius: 15px;
  border: 2px solid #ff0000;
  margin: 20px 10px 0;
  padding: 10px 20px;
}

#error div {
  font-weight: bold;
  color: #ff0000;
}

#amazonPayButton {
  text-align: center;
}

#amazonPayButton img {
  display: inline-block;
}

#walletWidgetDiv {
  height: 240px;
  width: 610px;
}

#amazonPayError {
  background-color: #f7fafe;
  border-radius: 15px;
  border: 2px solid #ff0000;
  color: #cc0000;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 10px 20px;
  width: 610px;
}

#amazonPayError a {
  text-decoration: underline;
}

.header-bg {
  background: transparent url("/images/hero-bg.png") 0 0 / 100% 218px no-repeat;
  height: 218px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(240px, 0);
  /* width: 906px; */
  width: 100%;
  z-index: -100;
}

#cart .header-bg {
  display: none;
}

#header .header-container {
  height: 210px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#cart #header .header-container {
  height: 120px;
}

#header .logo {
  display: block;
  left: 10px;
  position: absolute;
  top: 45px;
}

#header .logo img {
  width: 233px;
}

#cart #header .logo {
  display: none;
}

#cart #header .logo-blue {
  display: block !important;
  padding-top: 20px;
  padding-left: 5px;
}

#cart #header .logo-blue img {
  height: 80px;
}

#header .top-btn {
  height: 79px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 32px;
  width: 242px;
}

#header .top-btn .top-btn-oval {
  background-color: #ffffff;
  border-radius: 50px;
  border: 2px solid #00df73;
  height: 79px;
  position: relative;
  width: 242px;
}

#header .top-btn .customer-support {
  color: #646464;
  font-size: 15px;
  font-weight: 700;
  height: 24px;
}

#header .top-btn .phone-icon {
  height: 29px;
  left: 12px;
  position: absolute;
  top: 25px;
  width: 29px;
}

#header .top-btn .telephone {
  color: #00df73;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-top: -3px;
  padding-left: 10px;
}

#header .top-btn .layer-24 {
  background-color: #ffffff;
  border-radius: 12px;
  color: #00df73;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  height: 25px;
  position: absolute;
  right: -15px;
  top: 25px;
}

#header .top-btn .special-offers-when {
  color: #93969a;
  font-size: 11px;
  font-weight: 700;
  padding-left: 10px;
}

#footer {
  background-color: #6a52c4;
  color: #ffffff;
  font-size: 12px;
}

#footer a {
  color: #ffffff;
}

#footer .footer-container {
  margin: 0 auto 0;
  padding-bottom: 90px;
  padding-top: 60px;
  width: 960px;
}

#footer .footer-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

#footer .powered-by {
  display: block;
  margin-bottom: 5px;
  padding-top: 6px;
  width: 180px;
}

#footer .footer-nav {
  width: 780px;
}

#footer .nav-list {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer .nav-list li {
  flex-grow: 2;
  padding: 2px 4px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

#footer .nav-list li + li:before {
  content: "|";
  display: inline-block;
  font-size: 16px;
  left: -4px;
  line-height: 1;
  position: absolute;
  width: 8px;
}

#footer .nav-list li:first-child {
  flex-grow: 1;
  margin-left: -4px;
  text-align: left;
}

#footer .nav-list li:last-child {
  flex-grow: 1;
  text-align: right;
}

#index #footer .footer-nav .index a,
#faq #footer .footer-nav .faq a,
#signup #footer .footer-nav .signup a,
#contact-us #footer .footer-nav .contact-us a,
#privacy-policy #footer .footer-nav .privacy-policy a,
#terms-of-service #footer .footer-nav .terms-of-service a {
  color: #ffffff;
  cursor: default;
  text-decoration: none;
}

#footer .footer-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

#footer address {
  font-style: normal;
  padding-right: 30px;
  width: 180px;
}

#footer .disclaimer {
  padding-right: 30px;
  text-align: justify;
  width: 540px;
}

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

#footer .credits {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 240px;
}

#footer .credit {
  padding-top: 5px;
}

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

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

#footer .credit:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
}

#footer .appesteem {
  width: 80px;
}

#footer .appesteem img {
  height: 52px;
  /* height: 245px; */
  /* width: 285px; */
}

#footer .trustwave {
  width: 115px;
}

#footer .trustwave img {
  /* height: 52px; */
  /* width: 105px; */
}

#footer .bbb {
  padding-top: 10px;
  width: 80px;
}

#footer .bbb img {
  /* height: 272px; */
  /* width: 392px; */
  /* height: 52px; */
  height: 52px;
}

#footer .geotrust {
  padding-top: 10px;
  width: 115px;
}

#footer .geotrust img {
  /* height: 55px; */
  /* width: 115px; */
  height: 52px;
  width: 105px;
}

#main {
  padding-bottom: 60px;
}

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

#step1 #main,
#step2 #main {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

#step1 .step-aside,
#step2 .step-aside {
  margin: 0 auto 0 0;
  padding-left: 30px;
  width: 360px;
}

#step1 .step-aside .step-counter,
#step2 .step-aside .step-counter {
  background-color: #f1edf8;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  margin: 30px auto 0;
  padding-top: 5px;
  text-align: center;
  width: 132px;
}

#step1 .step-aside .step-number,
#step2 .step-aside .step-number {
  color: #2f1453;
}

#step1 .step-aside .step-total,
#step2 .step-aside .step-total {
  color: #bab4c2;
}

#step1 .step-aside .shield-image img,
#step2 .step-aside .shield-image img {
  margin: 60px auto 15px;
}

#step1 .step-aside .title,
#step2 .step-aside .title {
  color: #2f1453;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#step1 .step-aside .abstract,
#step2 .step-aside .abstract {
  color: #7c7881;
  font-size: 14px;
  text-align: center;
}

#step1 .step1-form,
#step2 .step2-form,
#step2 .step2-form-oi {
  margin: 0 0 0 auto;
  width: 600px;
}

#step2 .step2-form-oi {
  padding-top: 15px;
}

#step2 .step2-form-oi .main-title {
  color: #7c7881;
  font-size: 18px;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}

#step1 .main-title {
  background-color: #ea2727;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 5px 10px;
  text-align: center;
}

#step1 .main-abstract {
  font-size: 16px;
  margin: 15px auto 0;
  text-align: center;
  width: 370px;
}

#step1 .check-again {
  color: #ffffff;
  text-decoration: underline;
}

#step1 .fields {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
}

#step1 .fields label {
  display: block;
  color: #2f1453;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
}

#step1 .fields input {
  background-color: #ffffff;
  border-radius: 3px;
  border-width: 1px;
  font-size: 18px;
  padding: 5px 2px;
}

#step1 .fields .required-indicator {
  margin-left: 5px;
}

#step1 .field-first-name input,
#step1 .field-last-name input {
  width: 290px;
}

#step1 .field-addr1 input {
  width: 440px;
}

#step1 .field-addr2 input {
  width: 140px;
}

#step1 .field-state input {
  width: 140px;
}

#step1 .field-city input {
  width: 280px;
}

#step1 .field-zip-code input {
  width: 140px;
}

#step1 .opt-in-offer {
  margin: 30px 0 0;
  white-space: nowrap;
}

#step1 .field-country select,
#step1 .field-country option {
  font-size: 14px;
}

#step1 .opt-in-offer input {
  display: inline;
}

#step1 .opt-in-offer label {
  display: inline;
  font-size: 14px;
  white-space: nowrap;
}

#scan .next-button a,
#step1 .next-button button,
#step2 .next-button button {
  background-color: #1ddd60;
  border: 1px solid #e7e3eb;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 800;
  height: 50px;
  margin: 30px auto 0 0;
  text-align: center;
  width: 240px;
}

#step2 .main-title {
  color: #2f1453;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto 0;
  text-align: left;
}

#step2 .main-abstract {
  color: #2f1453;
  margin: 30px 0 0;
  font-size: 28px;
  font-weight: bold;
}

#step2 .fields {
  font-size: 18px;
  list-style-type: none;
  padding: 0;
}

#step2 .fields .q-and-a {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 1.5em 0 0;
}

#step2 .fields .question {
  width: 420px;
}

#step2 .fields .answer-radio {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 150px;
}

#step2 .fields .answer {
  display: block;
  position: relative;
}

#step2 .fields .answer > input {
  opacity: 0;
  position: absolute;
}

#step2 .fields .answer > input + figure {
  background: transparent url("/static/mhe/images/purple-unchecked-checked.png") 0 0 no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  overflow: hidden;
  vertical-align: text-top;
  width: 25px;
}

#step2 .fields .answer > input:checked + figure {
  background-position-x: -25px;
}

#step2 .fields .answer span {
  color: #48464a;
  font-size: 16px;
  font-weight: bold;
}

#step2 .searching-bar {
  display: block;
  left: 60px;
  position: absolute;
  z-index: 1000;
}

#scan .yopmail {
  background-color: #770000;
  color: #ffffff;
  display: block;
  font-weight: bold;
  position: absolute;
  text-align: center;
}

#scan .scan-result {
  align-items: center;
  background: transparent url("/static/mhe/images/sample-scan-result.png") 0 0 / 100% 100% no-repeat;
  display: flex;
  justify-content: center;
  height: 345px;
  margin: 30px auto;
  width: 960px;
}

#scan .report-table {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 19px 38px rgba(16, 16, 17, 0.26);
  padding: 0 30px;
  text-align: center;
}

#scan .report-table table {
  margin: 30px auto;
}

#scan .report-table th {
  height: 40px;
  padding-right: 15px;
  text-align: left;
}

#scan .report-table .count {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

#scan .red-triangle {
  border-color: transparent transparent #ff0000 transparent;
  border-style: solid;
  border-width: 0 11.5px 20px 11.5px;
  color: #ffffff;
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
}

#scan .red-triangle > * {
  left: -11.5px;
  position: absolute;
}

#scan .red-triangle span {
  font-family: "PT Mono", monospace;
  font-size: 15px;
  font-weight: 700;
  padding-left: 7px;
  padding-top: 2px;
}

#scan .hack-result {
  background-color: #ffff77;
  border: 2px solid #777700;
  border-radius: 8px;
  margin: 30px auto 0;
  padding: 15px 30px;
  text-align: center;
  width: 300px;
}

#scan .clean-result {
  background-color: #ffff77;
  border: 2px solid #777700;
  border-radius: 8px;
  margin: 30px auto 0;
  padding: 15px;
  text-align: center;
  width: 480px;
}

#scan .hack-result .count {
  color: #cc0000;
  font-weight: 700;
  text-decoration: underline;
}

#scan .next-button a {
  margin: 15px auto 0;
  padding-top: 10px;
}

#cart #order-form {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
}

#cart .main-left {
  width: 640px;
}

#cart .main-right {
  width: 300px;
}

#cart .main-title {
  color: #3e2166;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin: 5px auto 0 0;
  padding-left: 25px;
  text-align: left;
  width: 540px;
}

#cart .main-abstract {
  margin: 15px auto 0;
}

#cart .your-sub-includes {
  color: #535b66;
  padding-left: 25px;
}

#cart .main-abstract .features {
  list-style-position: outside;
  width: 540px;
}

#cart .clean-result {
  background-color: #9e55f5;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #ffffff;
  padding: 15px 30px;
  width: 720px;
}

#cart .clean-result a {
  color: #ffffff;
  text-decoration: underline;
}

#cart .plans {
  position: relative;
}

#cart .plans .best-option {
  background-color: #ff511b;
  border: 3px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  height: 24px;
  left: 15px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 120px;
}

#cart .plan {
  align-items: center;
  background-color: #fbf9fe;
  border-radius: 10px;
  border: 1px solid #e0d1ee;
  cursor: default;
  display: flex;
  height: 80px;
  justify-content: space-between;
  margin-top: 15px;
}

#cart .plan .plan-checkmark {
  height: 100%;
  padding-bottom: 23px;
  padding-left: 20px;
  padding-top: 23px;
  width: 70px;
}

#cart .plan .checkmark {
  background: url('/static/mhe/images/plan2-unchecked-checked.png') no-repeat -33px 0;
  height: 33px;
  width: 33px;
}

#cart .plan .plan-text {
  height: 100%;
  padding-top: 27px;
  width: 440px;
}

#cart .plan .title {
  color: #3e2166;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

#cart .plan .subtitle {
  color: #3e2166;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

#cart .plan .abstract {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-decoration: underline;
}

#cart .plan .included {
  color: #3e2166;
  list-style-type: none;
  margin-top: -15px;
  padding: 0;
  text-align: left;
  white-space: normal;
}

#cart .plan .included > li {
  margin-top: 1em;
}

#cart .plan .included .detail {
  font-weight: normal;
}

#cart .plans .plan-price {
  background-color: #2f9fff;
  border-radius: 0 10px 10px 0;
  color: #ffffff;
  font-weight: 700;
  height: 100%;
  padding-bottom: 23px;
  padding-top: 23px;
  text-align: center;
  width: 120px;
}

#cart .plans .dollars {
  font-size: 40px;
  line-height: 0.8em;
}

#cart .plans .cents {
  font-size: 16px;
  line-height: 1em;
  vertical-align: top;
}

#cart .plans .dagger {
  font-weight: 400;
  line-height: 1em;
  vertical-align: top;
}

#cart .plan .tooltip {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  box-shadow: 0 13px 17px rgba(0, 0, 0, 0.14);
  font-size: 12px;
  left: 50px;
  padding: 10px;
  position: absolute;
  text-align: justify;
  top: -240px;
  /* transform: translate(15px, -15px); */
  /* visibility: hidden; */
  width: 300px;
  z-index: 1;
}

#cart .plan .abstract:focus .tooltip,
#cart .plan .abstract:hover .tooltip {
  /* visibility: visible; */
  display: block !important;
}

/*
#cart .plan .tooltip::after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 100%;
}
*/

#cart .form {
  background-color: #f2f6fa;
  border-radius: 10px;
  margin: 30px 0 0;
  padding-bottom: 30px;
}

#cart .form-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

#cart #payment-return {
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}

#cart #payment-options .credit-or-amazon {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-right: 10px;
  padding-top: 30px;
}

#cart #payment-options .pay-with-credit {
  margin-top: -2px;
  padding-left: 10px;
  width: 300px;
}

#cart #payment-options #cc-button {
  align-items: center;
  background-color: #46b220;
  border: 1px solid #559955;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  margin: 2px auto 15px;
  white-space: nowrap;
  width: 200px;
}

#cart #payment-options #cc-button:hover,
#cart #payment-options #cc-button:focus {
  background-color: #55cc33;
}

#cart #payment-options #cc-button img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
  height: 16px;
  width: 12px;
}

#cart #payment .cc-brands,
#cart #payment-options .cc-brands {
  display: flex;
  justify-content: space-between;
  width: 200px;
}

#cart #payment-options .cc-brands {
  margin: 0 auto;
}

#cart #payment .cc-brands img,
#cart #payment-options .cc-brands img {
  height: 26px;
  width: 38px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#cart #payment .cc-brands img:hover,
#cart #payment-options .cc-brands img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#cart #payment-options .or-divider {
  margin-top: -10px;
  text-align: center;
  width: 30px;
}

#cart #payment-options .or-divider .vertical-bar {
  background-color: #e0e0e0;
  height: 35px;
  margin: 0 auto;
  width: 2px;
}

#cart #payment-options .pay-with-amazon {
  width: 300px;
}

#cart #payment {
  background-color: #f7fafe;
  border-radius: 10px;
  margin: 0 auto 0;
  padding-bottom: 20px;
}

#cart #payment .title {
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
}

#cart #payment label {
  color: #646464;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

#cart #payment input {
  background-color: #ffffff;
  border-radius: 3px;
  border-width: 1px;
  font-size: 18px;
  padding: 5px 2px;
}

#cart #payment .payer {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 10px 0 10px;
}

#cart #payment .payer > * {
  height: 75px;
  margin-right: 10px;
}

#cart #payment .field-email,
#cart #payment .field-email input {
  width: 300px;
}

#cart #payment .field-first-name,
#cart #payment .field-first-name input,
#cart #payment .field-last-name,
#cart #payment .field-last-name input {
  width: 300px;
}

#cart #payment .payment-address {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 10px 0 10px;
}

#cart #payment .payment-address > * {
  height: 65px;
  margin-right: 10px;
}

#cart #payment .payment-address select {
  height: 32px;
}

#cart #payment .field-country,
#cart #payment .field-country select,
#cart #payment .field-country option {
  font-size: 14px;
  padding: 0;
}

#cart #payment .field-addr1,
#cart #payment .field-addr1 input {
  width: 300px;
}

#cart #payment .field-addr2,
#cart #payment .field-addr2 input {
  width: 300px;
}

#cart #payment .field-city,
#cart #payment .field-city input {
  width: 300px;
}

#cart #payment .field-state,
#cart #payment .field-state select,
#cart #payment .field-state option {
  font-size: 15px;
  padding: 0;
  width: 160px;
}

#cart #payment .field-district,
#cart #payment .field-district input {
  width: 160px;
}

#cart #payment .payment-method {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 10px 0 10px;
}

#cart #payment .payment-method > * {
  height: 75px;
  margin-right: 10px;
}

#cart #payment .field-card-number,
#cart #payment .field-card-number input {
  width: 300px;
}

#cart #payment .field-mm,
#cart #payment .field-mm input,
#cart #payment .field-yy,
#cart #payment .field-yy input {
  width: 40px;
}

#cart #payment .field-zip-code,
#cart #payment .field-zip-code input {
  width: 130px;
}

#cart #payment .field-cvv {
  position: relative;
}

#cart #payment .field-cvv,
#cart #payment .field-cvv input {
  width: 60px;
}

#cart #payment .cvv-info {
  align-items: center;
  background-color: #2f9fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  height: 15px;
  justify-content: center;
  text-align: center;
  width: 15px;
}

#cart #payment .cvv-info .info {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
}

#cart #payment .cvv-info .tooltip,
#cart #payment .field-cvv .cvv-image {
  border-radius: 5px;
  bottom: 90px;
  box-shadow: 0 13px 17px rgba(0, 0, 0, 0.5);
  display: none;
  left: 0;
  position: absolute;
  z-index: 1;
}

#cart #payment .cvv-info:focus .info + .tooltip,
#cart #payment .cvv-info:hover .info + .tooltip {
  display: block !important;
}

#cart #payment .field-cvv #cvv:focus + .cvv-image {
  display: block !important;
}

#cart #payment .field-phone,
#cart #payment .field-phone input {
  width: 300px;
}

#cart #payment .payment-footnote {
  color: #646464;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 30px;
}

#cart #payment-amazon {
  padding-left: 10px;
  padding-top: 15px;
}

#time-offer {
  border-radius: 5px;
  border: 3px solid #e53232;
  height: 120px;
  margin: 15px auto 0;
  padding: 10px;
  text-align: center;
  width: 300px;
}

#time-offer .time-offer-image img {
  margin: 0 auto;
}

#time-offer .title {
  color: #e53232;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto;
}

#time-offer .detail {
  color: #777777;
  font-size: 15px;
}

#time-offer .remaining {
  color: #ff0000;
  font-weight: 700;
}

#time-offer .fifty-pct {
  color: #3ecf1f;
  font-weight: 700;
}

#time-offer .timestamp {
  color: #3ecf1f;
  display: block;
  font-weight: 700;
}

#cart .contents {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 300px;
}

#cart .content {
  border-radius: 5px;
  border: 2px solid #e9eef2;
  color: #3e2166;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 120px;
  text-align: center;
  width: 90px;
}

#cart .content .content-image {
  height: 40px;
}

#cart .content .content-image img {
  margin: 15px auto 0;
}

#cart .order {
  margin: 30px auto 0;
  width: 300px;
}

#cart .order .title {
  color: #3e2166;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

#cart .order .detail {
  color: #535b66;
  font-size: 13px;
  margin: 15px 0 0;
  text-align: justify;
}

#cart .satisfaction-container {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  width: 270px;
}

#cart .satisfaction-seal,
#cart .satisfaction-text {
  margin: 0 5px;
}

#cart .satisfaction-text {
  font-size: 20px;
  font-weight: 800;
  margin-top: -10px;
  text-align: center;
}

#cart .satisfaction-text1 {
  margin: auto;
  padding: 2px 0;
}

#cart .satisfaction-text2 {
  background-color: #67bdff;
  color: #ffffff;
  margin: auto;
  padding: 2px;
}

#cart .satisfaction-info {
  align-self: flex-start;
  background-color: #2f9fff;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  margin-top: 6px;
  position: relative;
  text-align: center;
  width: 24px;
}

#cart .satisfaction-info .info {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

#cart .satisfaction-info .tooltip {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  bottom: 100%;
  box-shadow: 0 13px 17px rgba(0, 0, 0, 0.14);
  color: #646464;
  font-size: 14px;
  left: 50%;
  margin-left: -220px;
  padding: 15px;
  position: absolute;
  text-align: justify;
  transform: translate(0, -15px);
  visibility: hidden;
  width: 300px;
  z-index: 1;
}

#cart .satisfaction-info:focus .tooltip,
#cart .satisfaction-info:hover .tooltip {
  visibility: visible;
}

#cart .satisfaction-info .tooltip::after {
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  left: 50%;
  margin-left: 60px;
  position: absolute;
  top: 100%;
}

#cart .agree {
  margin-left: 15px;
  padding: 0 15px 15px 15px;
}

#cart .agree .title {
  color: #3e2166;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#cart .agree .detail {
  color: #535b66;
  font-size: 14px;
  padding-left: 10px;
  text-align: justify;
}

#cart .agree-container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

#cart #agreement {
  vertical-align: middle;
}

#cart .complete {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 300px;
}

#cart .complete .order-button {
  margin: 0 0 auto auto;
  width: 300px;
}

#cart .complete .order-button button {
  align-items: center;
  background-color: #00df73;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  width: 300px;
}

#cart .complete .order-button button:hover,
#cart .complete .order-button button:focus {
  background-color: #55cc33;
}

#cart .complete .order-button button:disabled {
  background-color: #777777;
}

#cart .complete .order-button button:hover {
  cursor: pointer;
}

#cart .complete .order-button button:disabled:hover {
  cursor: default;
}

#cart .complete .order-button button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

#cart .complete .logos-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 20px 0 auto auto;
  width: 300px;
}

#cart .complete .logos-container img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#cart .complete .logos-container img:hover {
  -webkit-filter: grayscale(0);
  filter: none;
}

#cart .complete .bbb a {
  display: block;
}

#cart .complete .bbb img {
  display: block;
  height: 55px;
}

#cart #submit-container {
  margin: 30px auto 0;
  width: 450px;
}

#cart #submit {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

#cart #submit-container .submit-wait {
  width: 370px;
}

#cart #submit-container .submit-no-refresh {
  color: #ff0000;
  font-weight: bold;
}

#cart #submit-container .submit-spinner img {
  margin: 10px auto 0;
}

#cart .software {
  margin-top: 90px;
}

#cart .software-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#cart .software-text {
  padding-right: 30px;
  width: 480px;
}

#cart .software .title {
  color: #3e2166;
  font-size: 26px;
  font-weight: bold;
}

#cart .features {
  color: #3e2166;
  font-size: 14px;
  list-style-type: none;
  padding: 0;
  text-align: left;
}

#cart .features li {
  margin-bottom: 0.5em;
  padding-left: 25px;
  position: relative;
}

#cart .features li:before {
  color: #01df73;
  content: '\2713';
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  left: 0;
  line-height: 1;
  position: absolute;
  vertical-align: middle;
  width: 25px;
}

#cart .software .software-image {
  position: relative;
}

#cart .software .software-image img {
  border-radius: 10px;
  height: auto;
  width: 475px;
}

#cart .software .software-image .image2 {
  left: 100px;
  overflow: visible;
  position: absolute;
  top: 100px;
}

#cart .rebate {
  align-items: center;
  border: 2px dotted #2f9fff;
  border-radius: 10px;
  display: flex;
  height: 87px;
  justify-content: space-between;
  margin-top: 10px;
  padding: 6px 6px 6px 20px;
}

#cart .rebate .checkmark {
  align-items: center;
  background-color: #2f9fff;
  border-radius: 50%;
  display: flex;
  height: 43px;
  justify-content: center;
  width: 43px;
}

#cart .rebate .rebate-text {
  font-size: 17px;
  font-weight: 700;
  width: 400px;
}

#cart .rebate .rebate-image img {
  height: 76px;
  width: 120px;
}

#cart .main-rebate {
  margin-left: 25px;
  margin-top: 5px;
  text-align: left;
}

#exit-backdrop {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#exit-popup {
  background-color: #ffffff;
  border-radius: 5px;
  left: 50%;
  padding: 40px 50px;
  position: fixed;
  top: 30px;
  transform: translate(-50%, 0);
  width: 640px;
  z-index: 20;
}

#exit-popup .exit-logo img {
  margin: 0 auto;
}

#exit-popup .title {
  font-style: italic;
  font-size: 40px;
  margin-top: 20px;
  text-align: center;
}

#exit-popup .rebate-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#exit-popup .rebate-image img {
  margin-right: 40px;
}

#exit-popup .rebate-text {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

#exit-popup .rebate-card {
  color: #0c79e3;
}

#exit-popup .continue-below {
  font-weight: normal;
}

#exit-popup .email {
  display: block;
  font-size: 24px;
  height: 48px;
  margin-top: 40px;
  padding: 5px;
  width: 100%;
}

#exit-popup .submit {
  background-color: #ed7600;
  border-radius: 5px;
  border-width: 2px;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  margin-top: 10px;
  width: 100%;
}

#exit-popup .close-icon {
  border-radius: 5px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

#report .status-bar {
  align-items: flex-start;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 15px auto 0;
  width: 960px;
}

#report .status-bar .title {
  color: #2f1453;
  font-weight: 700;
}

#report .status-bar .signout {
  font-weight: 700;
  text-align: right;
}

#report .status-bar .expiration {
  font-weight: 700;
}

#report .status-bar .expired {
  color: #ff0000;
}

#report .status-bar .signout a {
  text-decoration: underline;
}

#report .product-bar {
  align-items: flex-start;
  background-color: #6a52c4;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  justify-content: flex-start;
  margin: 15px auto 0;
  padding: 10px;
  width: 960px;
}

#report .product-bar .download-mypasslock {
  width: 340px;
}

#report .product-bar .download-mycleanid {
  width: 340px;
}

#report .product-bar .login-mycleanid {
  width: 240px;
}

#report .product-bar .title {
  font-weight: 700;
  white-space: nowrap;
}

#report .product-bar a {
  color: #ffffff;
  text-decoration: underline;
}

#report .product-bar .license-key {
  font-family: "PT Mono", monospace;
  font-weight: 700;
  white-space: nowrap;
}

#report .main-title {
  margin: 30px auto 0;
}

#report .main-abstract {
  font-size: 16px;
  margin: 15px auto 0;
  text-align: center;
}

#report .summary {
  background-color: #fbf7ff;
  border: 1px solid #e7e6e8;
  border-radius: 4px;
  display: block;
  margin: 60px auto 0;
  padding: 15px 30px;
  width: 780px;
}

#report .summary-list {
  list-style-type: none;
  padding: 0;
}

#report .summary .title {
  color: #2f1453;
  font-size: 20px;
  font-weight: bold;
}

#report .summary .detail {
  font-size: 20px;
}

#report .summary .status .detail {
  color: #ee1f1f;
  font-weight: bold;
}

#report .summary .email .detail {
  color: #2f1453;
}

#report .summary .incidents .detail,
#report .summary .items .detail {
  background-color: #f43828;
  color: #ffffff;
  font-weight: bold;
  padding: 0 10px;
}

#report .source img {
  margin: 0 auto;
  max-height: 100px;
  width: auto;
}

#report .detailed-table {
  border-collapse: collapse;
  font-size: 12px;
  margin: 15px auto 0;
}

#report .detailed-table caption {
  color: #555555;
}

#report .detailed-table thead {
  color: #3e2166;
}

#report .detailed-table,
#report .detailed-table th,
#report .detailed-table td {
  border: 1px solid #e7e6e8;
}

#report .detailed-table .source,
#report .detailed-table .date {
  white-space: nowrap;
}

#report .detailed-table .description {
  text-align: left;
}

#report .detailed-table .checked {
  color: #ee1f1f;
  font-size: 18px;
  font-weight: 800;
}

#report #monitor {
  margin: 60px auto 0;
  width: 810px;
}

#report #monitor .title {
  color: #2f1453;
  font-size: 20px;
}

#report #monitor-form {
  display: block;
  margin: 15px auto 0;
}

#report #monitor-form .emails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#report #monitor-form .email {
  display: block;
  margin-top: 5px;
  width: 400px;
}

#report #monitor-form .submit {
  background-color: #1ddd60;
  border-radius: 4px;
  border: 1px solid #e7e3eb;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 800;
  height: 50px;
  margin: 5px auto 0;
  width: 240px;
}

#report .yopmail {
  background-color: #770000;
  color: #ffffff;
  display: block;
  font-weight: bold;
  margin: -2em auto 0;
  position: absolute;
  text-align: center;
  text-decoration: underline;
}

#signin #main,
#signin2 #main {
  height: 450px;
}

#signin #main .main-title,
#signin2 #main .main-title {
  text-align: center;
}

#signin #login-form,
#signin2 #login-form {
  display: block;
  margin: 30px auto 0;
  width: 480px;
}

#signin #login-form label,
#signin2 #login-form label {
  color: #2f1453;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 20px;
}

#signin #login-form input,
#signin2 #login-form input {
  background-color: #ffffff;
  border-radius: 3px;
  border-width: 1px;
  font-size: 18px;
  padding: 5px 2px;
  width: 450px;
}

#signin #login-form button,
#signin2 #login-form button {
  background-color: #9136f5;
  border-radius: 8px;
  border: none;
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: 800;
  height: 48px;
  margin: 15px auto 0;
  padding: 10px 30px;
  text-align: center;
  white-space: nowrap;
  width: 300px;
}

#signin #login-form button:hover,
#signin #login-form button:focus,
#signin2 #login-form button:hover,
#signin2 #login-form button:focus {
  background-color: #9944ff;
  cursor: pointer;
}

#signin2 .code-sent {
  margin: 1.5em auto 0;
  text-align: center;
}

#signin2 .send-code {
  margin: 1.5em auto 0;
  text-align: center;
}

#signin2 #send-success {
  display: block;
  margin: 0 auto 0;
  text-align: center;
}

#signin2 #send-error {
  color: #ff0000;
  display: block;
  margin: 0 auto 0;
  text-align: center;
}

#signin2 #back-button {
  display: block;
  margin: 30px auto 0;
  text-align: center;
}

#signin #error,
#signin2 #error {
  margin: 30px auto 0;
  width: 480px;
}

#signin .new-customer {
  margin: 30px auto 0;
  text-align: center;
}

#personal_loan #header {
  height: 50px;
}

#personal_loan #header .logo {
  top: 10px;
}

#personal_loan #header .top-btn {
  display: none;
}

#reward_bee #header {
  display: none;
}

#reward_bee #main iframe {
  height: 2400px;
}

#credit_offer #main {
  text-align: center;
}

#credit_offer .credit-dot-com img {
  border-radius: 10px;
  display: inline-block;
}

#click_to_call #main > * {
  margin: 0 auto;
}

#click_to_call .main-header {
  padding-top: 30px;
  width: 840px;
}

#click_to_call .main-body {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 960px;
}

#click_to_call .main-body > * {
  height: 200px;
  text-align: center;
  width: 50%;
}

#click_to_call .main-right {
  border-left: 1px solid #6a52c4;
}

#click_to_call .main-body .telephone {
  display: block;
  font-size: 32px;
  font-weight: 800;
  margin: 30px auto;
}

#click_to_call .main-footer {
  width: 840px;
}

#click_to_call .main-footer .when-you-call {
  padding-left: 0;
}

#click_to_call .phone_btn_flat {
  left: 50% !important;
  position: absolute !important;
  top: 400px !important;
  transform: translate(200px, 0) !important;
}

#recaptcha .main-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#recaptcha .recaptcha {
  margin: 30px auto 90px;
}

#recaptcha .g-recaptcha > * {
  margin: 0 auto;
}

#recaptcha button {
  display: block;
  margin: 30px auto;
}

#recaptcha #error {
  margin: 30px auto 0;
  max-width: 300px;
}

#confirmation #header .top-btn {
  display: none;
}

#confirmation #back-to-home-container {
  display: none;
}

#confirmation #time-offer {
  display: none;
}

#confirmation .main-title {
  color: #01a2e4;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
}

#confirmation .conf-call {
  background-color: #e3f3f9;
  border-radius: 20px;
  margin: 30px auto 0;
  padding: 30px 75px;
  width: 660px;
}

#confirmation .conf-call .please-call {
  font-size: 22px;
  text-align: justify;
}

#confirmation .conf-call .call-us {
  font-size: 32px;
  text-align: center;
}

#confirmation .conf-call .next-step {
  font-weight: bold;
  text-decoration: underline;
  white-space: nowrap;
}

#confirmation .conf-call .activation {
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

#confirmation .conf-call .call-number {
  color: #313339;
  font-size: 66px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
}

#confirmation .conf-call .telephone {
  display: inline-block;
  color: #313339;
  font-weight: 700;
  padding-left: 0px;
}

#confirmation .conf-call .available {
  color: #555555;
  font-size: 18px;
  padding-top: 15px;
  text-align: center;
}

#confirmation .summary {
  margin: 40px auto auto;
}

#confirmation .summary .line-item {
  align-items: stretch;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin: 20px auto auto;
}

#confirmation .summary .item-image {
  width: 150px;
}

#confirmation .summary .item-image img {
  max-width: 120px;
}

#confirmation .summary .item-text {
  width: 350px;
}

#confirmation .summary .item-license {
  width: 350px;
}

#confirmation .summary .item-sum {
  text-align: right;
  white-space: nowrap;
  width: 140px;
}

#confirmation .summary .item-name {
  font-weight: 700;
}

#confirmation .summary .price {
  font-weight: 700;
}

#confirmation .summary .item-price {
  font-weight: 700;
}

#confirmation .summary .rebate-item .item-text {
  width: 680px;
}

#confirmation .summary .rebate-item .item-image img {
  height: 76px;
  width: 120px;
}

#confirmation .summary .total {
  margin: 0 0 auto auto;
  text-align: right;
}

#confirmation .summary .total-price {
  background-color: #edf4fc;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
}

#confirmation .summary .report-link a {
  font-weight: 700;
  text-decoration: underline;
}

#confirmation .license-key {
  font-family: "PT Mono", monospace;
  font-weight: bold;
}

.proofNotificationWrapper {
  display: none !important;
}
