/* ******************************************************** !!
/* CSS CONTENTS ----------------------------------------------
--------------------------------------------------------------
--| General/Utility
--| Header
--| Headline
--| Search Subject (Mobile)
--| Flat Cards
--| Membership Benefits
--| Buttons
------| Radio Buttons
------| Checkboxes
-----------| Overrides for Terms & Conditions
--| Payment
------| Plan Options
------| Available Payments Banner
------| Error Container
------| Secure Header
------| Credit Card Input Area
------| PayPal
------| Terms & Conditions
--| Sidebar
------| Order Summary
------| Billing FAQ Card (Desktop)
--| Footer
--| Modals
------| Downsell Modal
------| 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: #FFF;
}

strong {
  font-weight: bold;
}

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

a:hover {
  color: #4451E5;
}

.hidden {
  display: none !important;
}

.main-content {
  background: #FCFCFC;
  border: 1px solid #EBEAF4;
  border-right: 0;
  border-left: 0;
  padding: 0 0 32px;
}

.font-size-16 {
  font-size: 16px !important;
}

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

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

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

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

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

.not-ready-banner {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01px;
  color: #4a4a4a;
  background-color: #f2da56;
  padding: 10px 0;
}

.not-ready-btn {
  font-weight: bold;
  color: #fff;
  padding: 4px 10px;
  margin-left: 16px;
  background-color: #4a3b8f;
  border: 0;
  border-radius: 4px;
}

.not-ready-btn:hover {
  text-decoration: none;
  color: #fff;
}

.logo-bar {
  padding: 15px 0 16px;
}

.logo-bar__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 10px;
}

.logo-bar__logo-img {
  display: block;
  width: 126px;
  height: auto;
}

.header-badge {
  background: #EF2742;
  margin-top: 5px;
  border-radius: 5px;
  padding: 1px 9px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.5;
  color: #FFF;
  white-space: nowrap;
}

.logo-bar__mtv {
  display: block;
  width: 87px;
  height: auto;
}

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

@media (min-width: 768px) {
  .logo-bar {
    padding: 20px 0;
  }
  .not-ready-banner {
    font-size: 18px;
  }
  .logo-bar__logo {
    margin-right: 20px;
  }
  .logo-bar__logo-img {
    width: 180px;
  }
  .header-badge {
    margin-top: 6px;
  }
  .logo-bar__mtv {
    width: 94px;
  }
}

/* ************************************************************
***************************************************************
--- Headline ---
***************************************************************
************************************************************ */

.headline-area {
  margin-bottom: 16px;
  box-shadow: inset 0 -1px 0 0 #EBEAF4;
  text-align: center;
}

.headline {
  display: inline-block;
  margin: 0;
  border-bottom: solid 2px #81B44C;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.headline-bold {
  font-size: 18px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .headline-area {
    margin-bottom: 32px;
  }
  .headline {
    padding: 32px;
    font-size: 20px;
  }
  .headline-bold {
    font-size: inherit;
  }
}

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

.search-subject-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #F7FCF1;
  border: 2px solid #E6F0DB;
  border-radius: 16px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.2;
}

.search-subject-mobile .icon-area {
  flex: 0 0 33px;
  width: 33px;
  height: 34px;
  background: url('//frcdn.beenverified.com/assets/img/a10578fd1746326a29f4cb9d5a5be6df.svg');
  margin-right: 10px;
}

/* ************************************************************
***************************************************************
--- Flat Cards ---
***************************************************************
************************************************************ */

.flat-card {
  background: #FFF;
  margin: 0 0 16px;
  border: 1px solid #EBEAF4;
  border-radius: 16px;
  padding: 16px;
  font-size: 16px;
  line-height: 1.2;
}

.flat-card__title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .flat-card:not(.sidebar .flat-card) {
    padding: 32px;
  }
  .flat-card__title {
    font-size: 24px;
  }
}

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

.icon-list > li {
  margin: 0 0 4px;
}

.icon-list__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  object-position: center;
  object-fit: contain;
}

.icon-list__text {
  font-size: 16px;
  line-height: 1.2;
}

.bonus-benefit {
  margin: 16px 0;
}

.bonus-benefit__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.satisfaction-mobile {
  border-top: 1px solid #EBEAF4;
}

@media (min-width: 992px) {
  .icon-list__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
  }
  .icon-list__text {
    font-size: 18px;
  }
  .bonus-benefit__title {
    font-size: 22px;
  }
}

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

.btn {
  display: inline-block;
  background: #81B44C;
  color: #FFF;
  border: 0;
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  padding: 15px 30px;
  text-align: center;
  transition: all 0.25s ease-out
}

.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);
}

.btn:focus {
  background: #638A3A;
  outline: none;
  box-shadow: none;
}

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

.btn:disabled:hover,
.btn.disabled:hover {
  cursor: not-allowed;
  box-shadow: none;
}

.btn:disabled:focus,
.btn.disabled:focus {
  box-shadow: none;
}

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

@media (min-width: 768px) {
  .btn-form-submit {
    font-size: 26px;
  }
}

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

.rb [type="radio"] {
  position: absolute;
  left: -9999px;
}

.rb [type="radio"] + label {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
}

.rb [type="radio"] + label::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #FFF;
  border: 3px solid #979797;
  border-radius: 100%;
  transition: all 0.25s ease;
}

.rb [type="radio"]:focus + label::before {
  outline: 2px solid #99D161;
}

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

.rb [type="radio"] + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #81B44C;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.25s ease;
}

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

/* -----------------------------------------------------------
--- Checkboxes ---
------------------------------------------------------------ */

.cb [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.cb [type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.cb [type="checkbox"] + 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;
}

.cb [type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('//frcdn.beenverified.com/assets/img/182a6f836d56f7411e9e0c32be6f2394.svg') no-repeat center/7px;
  opacity: 0;
  transform: scale(0);
  transition: all .2s;
}

.cb [type="checkbox"]:checked + label::before {
  border-color: #4A4A4A
}

.cb [type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1.8);
}

.cb [type="checkbox"]:disabled + label::before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

.cb [type="checkbox"]:not(:checked):hover + label::before,
.cb [type="checkbox"]:not(:checked):focus + label::before {
  border-color: #99D161;
}

/* ______________________________________________________ */
/* --- Overrides for Terms & Conditions --- */
.terms-container .cb [type="checkbox"] + label::before,
.terms-container .cb [type="checkbox"] + label::after {
  top: 3px;
}

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

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

@media (min-width: 992px) {
  .details-and-payment-method {
    padding: 32px;
  }
}

/* -----------------------------------------------------------
--- Plan Options ---
------------------------------------------------------------ */

.plan-selection  {
  padding: 13px;
  border: 3px solid #E5E3E3;
  border-radius: 16px;
  background: #FFF;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #4A4A4A;
  cursor: pointer;
  transition: all 0.25s ease;
}

.plan-selection:last-of-type {
  margin: 0;
}

[data-sub-plan-selected] {
  border-color: #81B44C;
  background: #F7FCF1;
}

.plan-selection__text {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 400;
}

.plan-selection__savings {
  display: block;
  font-size: 14px;
  margin: 0 0 4px;
}

.plan-selection__savings-box {
  display: inline-block;
  font-weight: 700;
  border-radius: 14px;
  padding: 4px 8px;
  background: #FEF4CD;
}

.plan-selection__title {
  display: block;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}

.plan-selection__price {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}

.plan-selection__total-today {
  display: block;
  margin: 2px 0 0;
  font-size: 14px;
  color: #9B9B9B;
}

@media (hover: hover) {
  .plan-selection:hover {
    border-color: #81B44C;
  }
  .plan-selection:hover .rb > input:not(:checked) + label::before {
    border-color: #99D161;
  }
}

@media (min-width: 768px) {
  .plan-selection__text {
    margin: 0;
  }
  .plan-selection__savings {
    font-size: 16px;
    /* Make text overflow past end of box in flex layout */
    white-space: nowrap;
    width: 0;
  }
  .plan-selection__price {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .plan-selection  {
    padding: 29px 21px;
  }
  .plan-selection__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .plan-selection__text {
    font-size: 18px;
  }
  .plan-selection__savings {
    margin-bottom: 8px;
  }
  .plan-selection__price {
    font-size: 20px;
  }
  .plan-selection__total-today {
    font-size: 16px;
  }
}

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

.bordered-banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 16px 24px;
  background: #FDFAE7;
  border: 2px solid #F2DA56;
  border-radius: 16px;
}

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

.available-payment {
  border: none;
  background-color: transparent;
  margin: 0 4px 8px;
}

/* -----------------------------------------------------------
--- 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__lock {
  display: block;
  flex: 0 0 28px;
  width: 28px;
  height: auto;
}

.secure-server__text {
  margin: 0 0 0 4px;
  border-radius: 100px;
  padding: 4px 8px;
  background: #E6F0DB;
  font-size: 14px;
  font-weight: 700;
  color: #4D6C2D;
  text-transform: uppercase;
}

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

@media (min-width: 768px) {
  .secure-server__text {
    font-size: 16px;
  }
}

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

.payment-inputs-area {
  background-color: #FAFAFA;
  padding: 15px;
}

.payment-inputs-title {
  margin: 16px 0 0;
  font-size: 18px;
  font-weight: 700;
}

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

@media (min-width: 768px) {
  .payment-inputs-area {
    padding: 10px 20px 20px;
  }
  .payment-inputs-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .payment-inputs-title {
    font-size: 22px;
  }
}

/* -----------------------------------------------------------
--- 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: 15px 15px 30px;
  font-size: 16px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .terms-container {
    padding: 40px 20px;
    font-size: 18px;
  }
}

/* ************************************************************
***************************************************************
--- Sidebar ---
***************************************************************
************************************************************ */

.sidebar__item {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #EBEAF4;
}

.sidebar__subheading,
.sidebar__subheading--lg-smaller {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
}

@media (min-width: 992px) {
  .sidebar__subheading {
    font-size: 22px;
  }
  .sidebar__subheading--lg-smaller {
    font-size: 20px;
  }
}

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

.order-summary {
  background: #F7FCF1;
  border: 2px solid #E6F0DB;
  border-radius: 16px;
  padding: 15px;
  margin-bottom: 16px;
  font-size: 18px;
}

.order-summary__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.order-summary__subject {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  font-size: 18px;
}

.order-summary__subject .icon-area {
  flex: 0 0 33px;
  width: 33px;
  height: 34px;
  background: url('//frcdn.beenverified.com/assets/img/a10578fd1746326a29f4cb9d5a5be6df.svg');
  margin-right: 10px;
}

.order-summary__item {
  padding: 16px 0;
  font-weight: 700;
}

.order-summary__subject,
.order-summary__item:not(:last-of-type) {
  border-bottom: 1px solid #CFEDAB;
}

@media (min-width: 992px) {
  .order-summary__title {
    font-size: 24px;
  }
}

/* -----------------------------------------------------------
--- Billing FAQ Card (Desktop)  ---
------------------------------------------------------------ */

.billing-card {
  font-size: 18px;
}

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

.footer {
  margin-top: 10px;
}

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

@media (max-width: 600px) {
  .footer {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------
--- Accessibility Widget ---
------------------------------------------------------------ */
.acsb-container .container {
  padding: 0;
  max-width: none;
}


/* ************************************************************
***************************************************************
--- 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 a {
  text-decoration: none;
}

.modal .btn {
  padding: 13px 40px;
  font-size: 24px;
  margin: 5px 0;
}

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

/* -----------------------------------------------------------
--- Downsell Modal ---
------------------------------------------------------------ */

.downsell-modal .modal-dialog {
  max-width: 600px;
}

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

.downsell-modal .modal-body {
  padding-top: 0;
}

.downsell-modal__heading {
  font-size: 37px;
  font-weight: 300;
  color: #4A3B8F;
  margin-top: 20px;
}

.downsell-modal__subheading {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 5px 0;
}

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

.downsell-modal .btn {
  font-size: 17px;
}

@media (min-width: 768px) {
  .downsell-modal .modal-body {
    padding-top: 16px;
  }
  .downsell-modal__heading {
    font-size: 55px;
  }
  .downsell-modal__subheading {
    font-size: 18px;
    margin: 10px 0;
  }
  .downsell-modal .btn {
    max-width: 70%;
    margin: 20px auto 5px;
    padding: 15px;
    font-size: 24px;
  }
}

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

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

.fcra-modal__heading {
  font-size: 25px;
  font-weight: 300;
  color: #4A3B8F;
}

.fcra-modal .modal-prompt {
  margin: 6px 0 4px;
  line-height: 1.1;
}

.fcra-modal__subheading {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #5C5C5C;
  margin: 25px 0 0;
}

.fcra-modal p {
  display: inline;
  font-size: 18px;
  font-weight: 700;
}

.fcra-area {
  line-height: 1.3;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 10px;
  margin: 0 0 20px;
  box-shadow: 0 1px 1px rgba(0, 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 .btn {
  width: 100%;
  font-size: 24px;
  padding: 13px 30px;
}

@media (min-width: 768px) {
  .fcra-modal__heading {
    font-size: 33px;
  }
  .fcra-modal .modal-prompt {
    margin: 0;
    line-height: 1.5;
  }
  .fcra-modal__subheading {
    display: block;
    font-size: 23px;
    margin: 25px 0 0;
  }
  .fcra-modal p {
    display: block;
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0 20px;
  }
  .fcra-area {
    margin: 0 60px 20px;
    padding: 12px 25px;
  }
  .fcra-modal__subheading {
    margin-top: 15px;
  }
}

/* -----------------------------------------------------------
--- 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 .btn {
  font-size: 24px;
  margin: 10px 25px 10px;
}

.paypal-success.modal .btn .chevron-right {
  display: inline-block;
  font-size: inherit;
  width: 0.625em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  background: url('//frcdn.beenverified.com/assets/img/a9bbcf1fd982c93743ae6a4f9a9f7d67.svg') no-repeat center/contain;
}

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

.tax-info {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  vertical-align: -0.125em;
  background: #FFF url('//frcdn.beenverified.com/assets/img/bbb9690b097586b6cf9c550670acd121.svg') no-repeat center/125%;
  cursor: pointer;
}

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