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

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

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

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

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

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

a {
  text-decoration: none;
}

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

.telephone {
  color: inherit;
  white-space: nowrap;
}

#header {
}

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

#header .header-menu {
  align-items: center;
  color: #717171;
  display: flex;
  font-size: 16px;
  justify-content: flex-end;
  list-style-type: none;
  padding: 0;
  width: 480px;
}

#footer {
  background-color: #1477ef;
  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 {
  padding-bottom: 60px;
}

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

.main-title {
  font-size: 24px;
  text-align: center;
}

#affiliates .main-body {
  background-color: #eeeeee;
  margin: 30px auto 0;
  padding: 60px;
  width: 840px;
}

#affiliates .contact-form {
  display: block;
  margin-top: 60px;
}

#affiliates .contact-form-wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#affiliates .contact-form .input-label {
  height: 24px;
  display: block;
  font-size: 16px;
  padding-left: 10px;
}

#affiliates .contact-form .input-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 5px 10px;
}

#affiliates .contact-form #input-website {
  width: 350px;
}

#affiliates .contact-form #input-email {
  width: 350px;
}

#affiliates .contact-form #input-addr1,
#affiliates .contact-form #input-addr2 {
  width: 720px;
}

#affiliates .contact-form #input-city {
  width: 350px;
}

#affiliates .contact-form #input-district {
  width: 170px;
}

#affiliates .contact-form #input-postal-code {
  width: 170px;
}

#affiliates .contact-form #input-country {
  width: 350px;
}

#affiliates .contact-form #input-phone {
  width: 350px;
}

#affiliates .contact-form .textarea-style {
  background-color: #fefeff;
  border-radius: 8px;
  border: 1px solid #ebebeb;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  height: 240px;
  padding: 5px 10px;
  width: 720px;
}

#affiliates .contact-form .button-input {
  width: 720px;
}

#affiliates .contact-form .button-style {
  background-color: #2389eb;
  border-radius: 22px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  height: 45px;
  margin: 15px auto;
  text-align: center;
  width: 240px;
}

#affiliates .contact-form .flash {
  color: #2f1453;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

#affiliates .contact-form .not-sent {
  color: #992222;
}

#affiliates #contact-recaptcha > * {
  margin: 30px auto;
}

#our-promise .main-header {
  background-color: #f2f2f2;
  padding-bottom: 60px;
  padding-top: 60px;
  width: 100%;
}

#our-promise .main-header .main-title {
  font-size: 34px;
  margin: 0 auto;
  width: 960px;
}

#our-promise .promises {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}

#our-promise .promise {
  padding-bottom: 30px;
  padding-top: 30px;
  width: 300px;
}

#our-promise .promise .subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

#our-promise .promise .detail {
  font-size: 16px;
  padding-top: 1.5em;
  text-align: justify;
}

#our-promise .service-level {
  color: #717171;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}

#faq #main .main-container > * {
  padding-left: 30px;
  padding-right: 30px;
}

#faq #main .chapter {
  margin-top: 60px;
}

#faq #main .title {
  font-size: 20px;
  text-align: left;
}

#index .main-container {
  border-bottom: 1px solid #e6e6e8;
}

#index .main-container:last-child {
  border-bottom: none;
}

#index .main-container-alt {
  background-color: #1477ef;
  color: #ffffff;
}

#index .main-header-container {
  background-color: #f2f2f2;
}

#index .hero-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

#index .main-header {
  padding-top: 30px;
  width: 420px;
}

#index .main-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: left;
}

#index .main-abstract {
  padding-top: 15px;
}

#index .main-feature-list {
  background-color: #ffffff;
  border: 1px solid #e6e6e8;
  border-radius: 5px;
  list-style-type: none;
  padding: 0;
}

#index .main-feature-list img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

#index .main-feature-list li {
  border-top: 1px solid #e6e6e8;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}

#index .main-feature-list li:first-child {
  border-top: none;
}

#index .main-feature-list li:after {
  color: #57b90d;
  content: '\2713';
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-right: 10px;
  position: absolute;
  right: 0;
  vertical-align: middle;
}

#index .choose {
  padding-bottom: 60px;
  padding-top: 60px;
}

#index .choose .title {
  font-size: 22px;
  text-align: center;
}

#index .choose .plans {
  align-items: stretch;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 30px;
  width: 810px;
}

#index .choose .plan {
  border-radius: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-align: center;
  width: 390px;
}

#index .choose .plan.inactive {
  border: 1px solid #e6e6e8;
}

#index .choose .plan:focus,
#index .choose .plan:hover,
#index .choose .plan.active {
  border: 2px solid #1477ef;
}

#index .choose .best-offer {
  align-items: center;
  background-color: #f8590b;
  border-radius: 15px;
  border: 1px solid #d24703;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 105px;
}

#index .choose .subtitle {
  color: #717171;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

#index .choose .offer-price {
  font-size: 42px;
  font-weight: 700;
  margin-top: 15px;
}

#index .choose .term-length {
  color: #717171;
  font-size: 16px;
}

#index .choose .buy-now-button {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 30px 15px 0;
}

#index .choose .inactive .buy-now-button {
  border-radius: 5px;
  border: 1px solid #54565d;
  background-color: #7b7c82;
  color: #ffffff;
}

#index .choose .plan:focus .buy-now-button,
#index .choose .plan:hover .buy-now-button,
#index .choose .active .buy-now-button {
  border-radius: 5px;
  border: 1px solid #0a69dd;
  background-color: #1477ef;
  color: #ffffff;
}

#index .happens {
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}

#index .happens .title {
  font-size: 48px;
}

#index .happens .abstract {
  color: #717171;
  font-size: 24px;
}

#index .benefits {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  padding-top: 60px;
}

#index .benefit {
  background-color: #ffffff;
  border-radius: 7px;
  color: #151515;
  padding: 30px;
  width: 300px;
}

#index .benefit .subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-top: 1em;
}

#index .benefit .detail {
  font-size: 15px;
  margin-top: 1.5em;
  text-align: justify;
}

#index .devices-supported {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  width: 360px;
}

#index .assistance {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}

#index .assistance .claim-button {
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #0a69dd;
  color: #1477ef;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  margin: 30px auto;
  width: 270px;
}

#index .assistance .claim-button span {
  padding-left: 15px;
}

#index .assistance .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#index .assistance .telephone {
  color: #1477ef;
  font-size: 27px;
  font-weight: 700;
}

#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;
}
