/* ******************************************************** !!
/* CSS CONTENTS ----------------------------------------------
--------------------------------------------------------------
--| General/Utlity
--| Header
------| Search Subject (Mobile)
--| Flat & Shadow Cards
--| Membership Benefits
--| Buttons
------| Radio Buttons
-----------| Overrides for Payment Methods
------| Checkboxes
-----------| Overrides for Terms & Conditions
-----------| Overrides for FCRA Modal
--| Payment
------| Error Container
------| Secure Header
------| Credit Card Input Area
------| PayPal
------| Terms & Conditions
--| Sidebar
------| Order Summary
------| Billing FAQ
------| Testimonials
------| Satisfaction Guaranteed
--| Footer
--| Modals
------| FCRA Modal
------| PayPal Success Modal
--| Popovers
--------------------------------------------------------------
----------------------------------------------------------- */

/* ************************************************************
***************************************************************
--- General/Utility ---
***************************************************************
************************************************************ */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Lato", sans-serif;
  color: #4A4A4A;
  background-color: #EFEFEF;
  background-image: linear-gradient(0deg, #EFEFEF 0%, #EFEFEF 35%, #FFFFFF 80%);
}

strong {
  font-weight: bold;
}

a {
  color: #0F2D8F;
}

a:hover {
  color: #4451E5;
}

h2 {
  font-size: 24px;
  color: #4A3B8F;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin: 10px 0;
}

h5 {
  font-size: 18px;
  font-weight: bold;
}

h6 {
  font-size: 16px;
  font-weight: bold;
  color: #4A3B8F;
}

.subtitle {
  margin: 20px 0 10px;
  font-size: 18px;
  color: #4a3b8f;
  font-weight: bold;
}

.hidden {
  display: none !important;
}

.text-primary {
  color: #4A3B8F !important;
}

.highlight-text {
  color: #638a3a;
}

.text-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 601px) {
  h6 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 18px;
    padding-left: 5px;
  }
  h4 {
    font-size: 16px;
    margin: 5px 0;
  }
}

@media (max-width: 480px) {
  .container,
  .main-column,
  .sidebar-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* ************************************************************
***************************************************************
--- Header ---
***************************************************************
************************************************************ */
.top-header {
  background-color: #353067;
}

.banner {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 10px 0;
  background-color: #F2DA56;
  color: #4A4A4A;
}

.logo-bar {
  padding: 10px 16px;
}

.header-badge {
  padding: 3px 7px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  color: #fff;
  background: #EF2742;
  margin: 6px 0 0;
  white-space: nowrap;
}

.logo-bar__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.headline {
  margin: 20px auto 24px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.headline-text {
  color: #4A3B8F;
}

@media (min-width: 375px) {
  .header-badge {
    padding: 3px 10px;
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .logo-bar {
    padding: 10px 0;
  }
  .headline {
    font-size: 38px;
  }
  .headline__img {
    width: 70px;
    height: 70px;
  }
}

/* -----------------------------------------------------------
--- Secondary Header ---
------------------------------------------------------------ */

.secondary-header {
  background: linear-gradient(90deg, #7e6fc3, #9758a7);
  color: #fff;
  padding: 12px 16px;
  height: 62px;
}

.secondary-header__text {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}

.secondary-header__img {
  width: 52px;
  height: 33px;
}

@media (min-width: 768px) {
  .secondary-header {
    height: 62px;
  }
  .secondary-header__text {
    text-align: center;
    font-size: 24px;
  }
  .secondary-header__img {
    width: 45px;
    height: 32px;
  }
}

/* -----------------------------------------------------------
--- Search Subject (Mobile) ---
------------------------------------------------------------ */

.search-subject-mobile {
  font-size: 18px;
  background-color: #F6F6F6;
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.search-subject-mobile .icon-area {
  font-size: 22px;
  color: #638A3A;
  margin-right: 10px;
}

/* ************************************************************
***************************************************************
--- Flat & Shadow Cards ---
***************************************************************
************************************************************ */

.shadow-card,
.flat-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.flat-card {
  border: 1px solid #EFEFEF;
  margin-bottom: 20px;
}

.shadow-card {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.shadow-card:first-of-type {
  margin-bottom: 30px;
}

.shadow-card__title,
.flat-card__title {
  font-size: 20px;
  font-weight: bold;
  color: #81B44C;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: 2px solid #E5E3E3;
}

.flat-card__title.billing-title {
  font-size: 24px;
}

.shadow-card__image,
.flat-card__image {
  width: 150px;
  margin-bottom: 15px;
}

.standout-card {
  background: #FDFCF0;
  border: 3px solid #F2DA56;
  border-radius: 12px;
  padding: 15px;
  margin: 20px 0;
}

.standout-card__image {
  margin: 5px;
}

@media (max-width: 991px) {
  .shadow-card,
  .flat-card {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .flat-card {
    margin-bottom: 20px;
  }
  .shadow-card {
    margin-bottom: 25px;
  }
}

@media (max-width: 600px) {
  .shadow-card:first-of-type {
    margin-bottom: 25px;
  }
  .shadow-card:not(.final) {
    padding: 15px;
  }
}

/* ************************************************************
***************************************************************
--- Membership Benefits ---
***************************************************************
************************************************************ */

.icon-list > li {
  padding-bottom: 6px;
}

.icon-list > li:last-of-type {
  padding-bottom: 15px;
}

.icon-list__icon {
  color: #CACEE3;
  padding-right: 15px;
  font-size: 20px;
}

.bonus-benefit {
  margin-top: 5px;
  padding-bottom: 10px;
}

.bonus-benefit__title {
  font-size: 18px;
  margin-bottom: 5px;
}

.bonus-benefit .icon-list__icon {
  color: #F2DA56;
  padding-right: 10px;
}

.bonus-benefit .icon-list__text,
.bonus-benefit .icon-list__icon {
  line-height: initial;
}

.icon-list__text {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .icon-list {
    line-height: 27px;
  }
  .icon-list__icon {
    padding-right: 10px;
  }
  .bonus-benefit {
    padding-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .icon-list {
    line-height: 24px;
  }
  .icon-list__icon,
  .icon-list__text {
    font-size: 16px;
  }
}

/* ************************************************************
***************************************************************
--- Buttons ---
***************************************************************
************************************************************ */

[class*="bv-btn"] {
  display: inline-block;
  background: #81B44C;
  color: #FFF;
  border: 0;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 26px;
  padding: 15px 30px;
  text-align: center;
  transition: all 0.25s ease-out
}

[class*="bv-btn"][disabled]:hover {
  box-shadow: none;
}

[class*="bv-btn"]:hover {
  background: #638A3A;
  text-decoration: none;
  color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

[class*="bv-btn"]:focus {
  background: #638A3A;
  outline: none;
  box-shadow: none;
}

[class*="bv-btn"][disabled],
[class*="bv-btn"].disabled {
  background: #D3D2D7;
  color: #9b9b9b;
  border: none;
  -webkit-appearance: none;
}

[class*="bv-btn"][disabled]:hover,
[class*="bv-btn"].disabled:hover {
  cursor: not-allowed;
  box-shadow: none;
}

[class*="bv-btn"][disabled]:focus,
[class*="bv-btn"].disabled:focus {
  box-shadow: none;
}

.bv-btn--small {
  padding: 10px 20px;
  font-size: 18px;
}

.btn-form-submit {
  max-width: 275px;
  width: 100%;
}

.bv-btn.disabled-state {
  background: #D3D2D7;
  color: #9b9b9b;
  border: none;
  -webkit-appearance: none;
}

@media (max-width: 500px) {
  [class*="bv-btn"]:not(.disabled-state) {
    display: inline-block;
  }
}

/* -----------------------------------------------------------
--- Radio Buttons ---
------------------------------------------------------------ */

.bv-rb [type="radio"]:checked,
.bv-rb [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.bv-rb [type="radio"]:checked + label,
.bv-rb [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4A4A4A;
}

.bv-rb [type="radio"]:checked + label:before,
.bv-rb [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #979797;
  border-radius: 100%;
  background: #fff;
  transition: all 0.25s ease;
}

.bv-rb [type="radio"]:checked + label:before {
  border-color: #4A4A4A;
}

.bv-rb [type="radio"]:checked + label:after,
.bv-rb [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #81B44C;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.25s ease;
}

.bv-rb [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.bv-rb [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.bv-rb [type="radio"]:not(:checked):hover + label:before {
  border-color: #99D161;
}

/* ______________________________________________________ */
/* --- Overrides for Payment Methods --- */

.bv-rb [type="radio"]:checked + label,
.bv-rb [type="radio"]:not(:checked) + label {
  padding-left: 35px;
  height: 20px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bv-rb [type="radio"]:checked + label,
  .bv-rb [type="radio"]:not(:checked) + label {
    padding-left: 28px;
  }
}

/* -----------------------------------------------------------
--- Check Boxes ---
------------------------------------------------------------ */

/* Base for label styling */
.bv-cb [type="checkbox"]:not(:checked),
.bv-cb [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.bv-cb [type="checkbox"]:not(:checked) + label,
.bv-cb [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* checkbox aspect */
.bv-cb [type="checkbox"]:not(:checked) + label:before,
.bv-cb [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 20px; height: 20px;
  border: 2px solid #979797;
  background: #fff;
  border-radius: 4px;
  transition: all 0.25s ease;
}
/* checked mark aspect */
.bv-cb [type="checkbox"]:not(:checked) + label:after,
.bv-cb [type="checkbox"]:checked + label:after {
  content: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/2362575/checkmark.svg');
  position: absolute;
  left: 9px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
.bv-cb [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.bv-cb [type="checkbox"]:checked + label:before {
  border-color: #4A4A4A
}
.bv-cb [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1.8);
}
/* disabled checkbox */
.bv-cb [type="checkbox"]:disabled:not(:checked) + label:before,
.bv-cb [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.bv-cb [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.bv-cb [type="checkbox"]:disabled + label {
  color: #aaa;
}

/* hover style just for information */
.bv-cb [type="checkbox"]:not(:checked):hover + label:before {
  border-color: #99D161;
}

/* ______________________________________________________ */
/* --- Overrides for Terms & Conditions --- */

.terms-container .bv-cb [type="checkbox"]:not(:checked) + label:before,
.terms-container .bv-cb [type="checkbox"]:checked + label:before,
.terms-container .bv-cb [type="checkbox"]:not(:checked) + label:after,
.terms-container .bv-cb [type="checkbox"]:checked + label:after {
  top: 3px;
}

/* ______________________________________________________ */
/* --- Overrides for FCRA Modal --- */

.fcra-modal .bv-cb [type="checkbox"]:not(:checked) + label:before,
.fcra-modal .bv-cb [type="checkbox"]:checked + label:before,
.fcra-modal .bv-cb [type="checkbox"]:not(:checked) + label:after,
.fcra-modal .bv-cb [type="checkbox"]:checked + label:after {
  top: 2px;
}

.fcra-modal .label--cb {
  margin-top: 10px;
}

/* ************************************************************
***************************************************************
--- Payment ---
***************************************************************
************************************************************ */

.shadow-card.final {
  padding: 20px 0 0 0;
}

.details-and-payment-method {
  padding: 20px;
}

@media (max-width: 767px) {
  .details-and-payment-method {
    padding: 15px;
  }
}

/* ************************************************************
***************************************************************
--- Plan Container ---
***************************************************************
************************************************************ */

.plans-container {
  margin: 16px 0;
  color: #fff;
}

.plan-card {
  /* num of cards - spacing between */
  width: calc(50% - 5px);
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease-out;
}

.plan-details {
  padding: 24px 10px 8px;
  width: 100%;
  font-size: 16px;
}

.plan-card__one-dollar {
  background-color: #5b3565;
}

.plan-card__one-dollar__badge {
  background: #8B519A;
  border: 2px solid #8B519A;
  color: #fff;
}

.plan-card__five-dollar {
  background-color: #382d6c;
}

.plan-card__five-dollar__badge {
  background: #4a3b8f;
  border: 2px solid #4a3b8f;
  color: #fff;
}

.plan-card__one-dollar.active {
  background-color: #794686;
}

.plan-card.active .plan-card__one-dollar__badge {
  background-color: #fff;
  color: #5b3565;
}

.plan-card__five-dollar.active {
  background-color: #4a3b8f;
}

.plan-card.active .plan-card__five-dollar__badge {
  background-color: #fff;
  color: #4a3b8f;
}

.plan-card.active .plan-card__btn {
  background-color: #67903C;
}

.plan-card__badge {
  position: absolute;
  top: -12px;
  border-radius: 13px;
  padding: 0 12px;
  line-height: 25px;
  font-size: 14px;
}

.plan-card__description {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 8px 8px 16px;
}

.plan-card__price-text {
  margin-bottom: 4px;
  line-height: 1.2;
  font-size: 32px;
}

.plan-card__trial-text {
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 14px;
}

.plan-card__sub-text {
  line-height: 1.2;
  font-size: 18px;
}

.plan-card ul {
  margin: 0 0 4px 20px;
  padding: 0;
  font-size: 14px;
}

.plan-card ul li {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 8px;
  list-style: none;
}

.plan-card ul li::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 10px;
  background-color: #fff;
  height: 6px;
  width: 6px;
  border-radius: 50px;
}

.plan-card:first-child {
  margin-right: 10px;
}

.plan-card__btn {
  padding: 10px 16px;
  width: 100%;
  height: 48px;
  line-height: 1.2;
  font-size: 18px;
}

@media (min-width: 768px) {
  .plans-container {
    margin: 20px 0 24px;
  }
  .main-content {
    margin-top: 36px;
  }
  .plan-card {
    border-radius: 16px;
  }
  .plan-details {
    padding: 32px 16px 8px;
    font-size: 18px;
  }
  .plan-card__badge {
    top: -20px;
    border-radius: 18px;
    padding: 0 16px;
    line-height: 36px;
    font-size: 20px;
  }
  .plan-card__price-text {
    margin-bottom: 8px;
    font-size: 48px;
  }
  .plan-card__trial-text {
    font-size: 18px;
  }
  .plan-card__sub-text {
    font-size: 24px;
  }
  .plan-card ul {
    margin: 0 0 10px 23px;
    font-size: 18px;
  }
  .plan-card ul li {
    margin-bottom: 12px;
  }
  .plan-card ul li::before {
    left: -20px;
    top: 11px;
    height: 8px;
    width: 8px;
  }
  .plan-card:first-child {
    margin-bottom: 0;
  }
  .plan-card__btn {
    padding: 14px 39px;
    width: auto;
    height: 60px;
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .plan-card__description {
    padding: 8px 16px 24px;
  }
}

.plan-benefits-list__benefit {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  text-align: left;
}

.plan-benefits-list__benefit__text {
  margin: 0 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.plan-benefits-list__benefit__icon {
  width: 12px;
  height: 12px;
}

.plan-benefits-list__pdf__icon {
  margin-left: 6px;
  width: 16px;
}

@media (min-width: 768px) {
  .plan-benefits-list__benefit {
    margin-bottom: 12px;
  }
  .plan-benefits-list__benefit__text {
    font-size: 18px;
  }
  .plan-benefits-list__benefit__icon {
    width: 16px;
    height: 16px;
  }
  .plan-benefits-list__pdf__icon {
    margin: 0 0 0 8px;
  }
}

/* -----------------------------------------------------------
--- Available Payments Banner ---
------------------------------------------------------------ */

.bordered-banner {
  display: flex;
  flex-direction: column;
  background-color: rgba(242, 218, 86, 0.1);
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border: solid 2px #F2DA56;
  border-radius: 6px;
  padding: 16px 24px;
  width: 100%;
}

.bordered-banner__title {
  text-transform: uppercase;
  color: #F58F00;
  font-size: 14px;
  font-weight: 700;
}

.available-payment {
  background-color: transparent;
  margin: 0 4px 8px;
  border: 0;
}
/* -----------------------------------------------------------
--- Error Container ---
------------------------------------------------------------ */

.error-container {
  margin: 15px 0 20px;
  border: 3px solid #DC0015;
  border-radius: 12px;
}

.error-container .error-top-part {
  padding: 20px;
  text-align: center;
}

.error-container .error-top-part h3 {
  font-size: 22px;
  color: #DC0015;
  letter-spacing: 0;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.error-container .error-top-part p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0;
}

.error-container ul {
  background: rgba(220, 0, 21, 0.1);
  padding: 20px 20px 20px 40px;
  border-radius: 0 0 12px 12px;
  list-style: none;
  margin-bottom: 0px;
}

.error-container ul li {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: 22px;
}

.error-container ul li::before {
  content: "\2022";
  color: red;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* -----------------------------------------------------------
--- Secure Header ---
------------------------------------------------------------ */

.secure-server {
  position: relative;
  cursor: pointer;
}

.secure-server img {
  z-index: 1;
}

.secure-text {
  background-color: #81B44C;
  border-radius: 0 10px 10px 0;
  padding: 0 5px;
  margin: 0;
  position: absolute;
  top: 16px;
  left: 25px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 120px;
  pointer-events: none;
  z-index: 0;
}

.secure-popover-title {
  position: relative;
  top: 3px;
}

/* Digicert/Norton Badge Overrides */

.digicert-norton-badge img {
  width: 80px !important;
}

/* CSS hack to target chrome only and NOT safari */
/* image-rendering Used to prevent .png image from appearing blurry when scaled down */
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
  .digicert-norton-badge img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* -----------------------------------------------------------
--- Credit Card Input Area ---
------------------------------------------------------------ */
.cc-wrapper-header {
  margin-bottom: 20px;
}

.payment-inputs-area {
  background-color: #EFEFEF;
  padding: 10px 20px 20px;
}

.card-input-and-terms-container {
  display: none;
}

@media (max-width: 767px) {
  .payment-inputs-area {
    padding: 15px;
  }
}

/* -----------------------------------------------------------
--- PayPal ---
------------------------------------------------------------ */

.paypal.spinner {
  margin: 0 auto;
  width: 128px;
}

.paypal.spinner,
.paypal-submitter,
.paypal-canceled-bar {
  display: none;
}

.paypal-canceled-bar.alert {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.paypal-confirm-error {
  display: none;
  margin-top: 10px;
  font-weight: bold;
  color: #DC0015;
}

.cancel-paypal-payment {
  cursor: pointer;
}

/* -----------------------------------------------------------
--- Terms & Conditions ---
------------------------------------------------------------ */

.terms-container {
  padding: 40px 20px;
  margin-bottom: 20px;
  font-size: 18px;
}

.terms-container label {
  line-height: 18px;
}

@media (max-width: 600px) {
  .terms-container {
    padding: 15px 15px 30px;
    font-size: 16px;
  }
}

/* ************************************************************
***************************************************************
--- Sidebar ---
***************************************************************
************************************************************ */
.sidebar-column .icon-area {
  color: #638A3A;
}

@media (min-width: 768px) {
  .sidebar-column {
    margin-top: 35px;
  }
}

/* -----------------------------------------------------------
--- Order Summary ---
------------------------------------------------------------ */

.order-summary {
  background: #F6F6F6;
  border: 1px solid #EFEFEF;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.order-summary__title {
  font-size: 20px;
  font-weight: bold;
  color: #638A3A;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #E5E3E3;
}

.order-summary__item {
  padding: 10px 2px;
  border-bottom: 1px solid #E5E3E3;
  font-size: 18px;
  font-weight: bold;
}

.order-summary__item:last-of-type {
  border: 0;
  padding: 18px 0 0;
}

/* -----------------------------------------------------------
--- Billing FAQ ---
------------------------------------------------------------ */

.faq-item {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.2;
  border-bottom: 1px solid #E5E3E3;
}

.faq-item:last-of-type {
  border: 0;
}

.faq-item__title {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.1;
}

.faq-item a {
  color: #0F2D8F;
  text-decoration: underline;
}

.faq-mobile {
  margin-top: 15px;
  border-top: 1px solid #EEE;
}

.faq-mobile .faq-item {
  padding: 21px 0 0;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .faq-item {
    font-size: 18px;
  }
  .faq-item__title {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .faq-item a {
    text-decoration: none;
  }
}

/* -----------------------------------------------------------
--- Testimonials ---
------------------------------------------------------------ */

.testimonials-card p {
  line-height: 22px;
}

/* -----------------------------------------------------------
--- Satisfaction Guaranteed ---
------------------------------------------------------------ */

.satisfaction,
.confidential-searching {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .satisfaction {
    padding: 20px 20px 30px;
  }
}

/* ************************************************************
***************************************************************
--- Footer ---
***************************************************************
************************************************************ */

footer {
  text-align: center;
  margin-top: 10px;
}

.disclaimer,
.disclaimer-terms,
.service {
  font-size: 15px;
  line-height: 18px;
}

.disclaimer {
  margin-top: 30px;
  padding-bottom: 5px;
}

.disclaimer-terms {
  background: #E2E2E2;
  padding: 12px 0;
}

.disclaimer-terms .links {
  min-width: 200px;
}

.disclaimer__important {
  line-height: 22px;
  font-size: 18px;
}

/* ADA Widget Fine Tuning */
.acsb-container {
  background-color: #e2e2e2;
}

@media (max-width: 767px) {
  footer {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  footer {
    margin-top: 0;
  }
  .disclaimer,
  .disclaimer-terms {
    font-size: 14px;
    margin-top: 10px
  }
  .disclaimer__important {
    font-size: 16px;
  }
}

/* ************************************************************
***************************************************************
--- Modals ---
***************************************************************
************************************************************ */

.modal-dialog {
  margin-top: 50px;
}

.modal-header {
  border-bottom: none;
}

.modal-header-icon {
  width: 80px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.modal-header-icon--large {
  width: 150px;
  top: -50px;
}

.modal-content {
  background: #FFF;
  border-radius: 10px;
}

.modal-content--border-top {
  border-top: 10px solid #F2DA56;
}

.modal h1 {
  font-size: 33px;
  font-weight: 300;
  color: #4A3B8F;
}

.modal [class^="bv-btn"] {
  padding: 13px 40px;
  font-size: 24px;
  margin: 5px 0;
}

@media (max-width: 600px) {
  .modal-header-icon--large {
    width: 125px;
  }
  .modal h1 {
    font-size: 25px;
  }
}

/* -----------------------------------------------------------
--- Special Offer Modal ---
------------------------------------------------------------ */
.special-offer-modal .modal-dialog {
  max-width: 600px;
}

.special-offer-modal .modal-header .close {
  position: relative;
  top: -10px;
}

.special-offer-modal .modal-header-icon--large {
  width: 100px;
}

.special-offer-modal h1 {
  font-size: 42px;
  margin-top: 20px;
}

.special-offer-modal p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .special-offer-modal .bv-btn {
    max-width: 70%;
    margin: 20px auto 5px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .special-offer-modal .modal-body {
    padding-top: 0;
  }
  .special-offer-modal h1 {
    font-size: 26px;
  }
  .special-offer-modal .bv-btn {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .special-offer-modal .modal-header-icon--large {
    width: 90px;
  }
}

/* -----------------------------------------------------------
--- FCRA Modal ---
------------------------------------------------------------ */

.fcra-modal .modal-dialog {
  max-width: 760px;
  margin-top: 60px;
}

.fcra-modal h3 {
  font-size: 23px;
  color: #5C5C5C;
  margin: 25px 0 0;
}

.fcra-modal p {
  font-size: 19px;
  margin: 10px 0 20px;
}

.fcra-area {
  line-height: 22px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 11px 25px 0;
  margin: 0 -11px 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.fcra-modal label.error {
  width: 100%;
  border: 1px solid #DC0015;
  border-radius: 4px;
  color: #DC0015;
  padding: 5px;
  display: none;
}

.fcra-modal .bv-btn {
  width: 100%;
  font-size: 24px;
  padding: 13px 30px;
}

@media (min-width: 768px) {
  .fcra-area {
    margin: 0 60px 20px;
  }
  .fcra-modal h3 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .fcra-modal .modal-dialog {
    margin: 50px 10px 10px;
  }
  .fcra-modal .modal-prompt {
    margin: 6px 0 4px;
    line-height: 20px;
  }
  .fcra-modal h3 {
    display: inline;
  }
  .fcra-modal p {
    display: inline;
    font-size: 23px;
    font-weight: bold;
    color: #5C5C5C;
    line-height: 1.1;
  }
}

@media (max-width: 600px) {
  .fcra-modal h3,
  .fcra-modal p {
    font-size: 18px;
  }
}

/* -----------------------------------------------------------
--- PayPal Success Modal ---
------------------------------------------------------------ */
.paypal-success.modal .modal-content {
  padding: 15px;
}

.paypal-success.modal h1 {
  font-size: 30px;
  font-weight: normal;
  color: #3A763B;
  margin: 20px 0 10px;
}

.paypal-success.modal .bv-btn {
  font-size: 24px;
  margin: 10px 25px 10px;
}

.paypal-success.modal .fa-check {
  margin-right: 10px;
  color: #81b44c;
}

.cancel-paypal-payment {
  cursor: pointer;
  color: #777 !important;
  font-size: 15px;
}

@media (min-width: 768px) {
  .paypal-success.modal .modal-content {
    padding: 15px 40px;
  }
}

@media (max-width: 575px) {
  .paypal-success.modal .bv-btn {
    margin: 0 0 25px;
    font-size: 18px;
  }
 }

 /* ************************************************************
***************************************************************
--- Popovers ---
***************************************************************
************************************************************ */

.popover {
  font-family: 'Lato', sans-serif;
}

.popover-body {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 19px;
  z-index: 9999;
  padding: 9px 14px;
}

.popover-body h4 {
  font-size: 16px;
  color: #81B44C;
  letter-spacing: 0;
}

.close-popover {
  position: relative;
  top: -3px;
}

@media (min-width: 768px) {
  .close-popover {
    display: none;
  }
}
