/* ******************************************************** !!
/* CSS CONTENTS ----------------------------------------------
--------------------------------------------------------------
--| General/Utlity
--| Header
------| Search Subject (Mobile)
--| Flat & Shadow Cards
--| Membership Benefits
--| Buttons
------| Apple Pay Button
------| Radio Buttons
-----------| Overrides for Plan Selection & Payment Methods
------| Checkboxes
-----------| Overrides for Terms & Conditions
-----------| Overrides for FCRA Modal
--| Input Fields
------| Primary Input Styles
------| Multiple Input Form Styles
------| Overrides for Subscribe Page
-----------| Error Messages
--| Payment
------| Plan Options
------| Payment Methods
------| Error Container
------| Secure Header
------| Credit Card Input Area
-----------| TokenEx Field
------| PayPal
------| Terms & Conditions
--| Sidebar
------| Order Summary
------| Billing FAQ
------| Testimonials
------| Satisfaction Guaranteed
------| Confidential Searching
--| Footer
--| Modals
------| Downsell Modal
------| FCRA Modal
------| PayPal Success Modal
--| Popovers
--| Keyframe Animations
--------------------------------------------------------------
----------------------------------------------------------- */

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

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

body {
    font-family: "Lato", sans-serif;
    color: #4A4A4A;
    background-color: #EFEFEF;
    background-image: -o-linear-gradient(bottom, #EFEFEF 0%, #EFEFEF 35%, #FFFFFF 80%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#EFEFEF), color-stop(35%, #EFEFEF), color-stop(80%, #FFFFFF));
    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 0;
    font-size: 18px;
    color: #4a3b8f;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

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

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

.btn-link,
.btn-link:hover {
    cursor: pointer;
    color: #0F2D8F;
}

@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 ---
***************************************************************
************************************************************ */

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

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

.logo-bar__support-link {
    color: #4A4A4A;
    text-decoration: underline;
}

.header-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    color: #FFF;
    background: #EF2742;
    margin: 6px 0 0;
    white-space: nowrap;
}

.headline {
    margin: 30px 5px;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
}

@media (max-width: 991px) {
    .headline {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .headline {
        font-size: 20px;
        margin: 5px 5px 10px;
    }
    .header-badge {
        margin: 6px 0 0;
    }
}

@media (max-width: 374px) {
    .header-badge {
        font-size: 9px;
        padding: 3px 7px;
    }
}

/* -----------------------------------------------------------
--- 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: 32px;
    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 {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
    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;
}

.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 {
    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;
    }
    .bonus-benefit__title {
        margin-bottom: 7px;
    }
}

@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: bold;
    font-size: 26px;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

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

[class^="bv-btn"]:hover {
    background: #638A3A;
    text-decoration: none;
    color: #FFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    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;
    -webkit-box-shadow: 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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[class^="bv-btn"][disabled]:focus,
[class^="bv-btn"].disabled:focus {
    -webkit-box-shadow: none;
    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;
}

.venmo-submitter {
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

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

/* -----------------------------------------------------------
--- Apple Pay Button ---
https://developer.apple.com/documentation/apple_pay_on_the_web/displaying_apple_pay_buttons
------------------------------------------------------------ */

@supports (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        display: inline-block;
        -webkit-appearance: -apple-pay-button;
        -apple-pay-button-type: buy;
        height: 55px;
        width: 275px;
        cursor: pointer;
    }
    .apple-pay-button-with-text>* {
        display: none;
    }
    .apple-pay-button-black-with-text {
        -apple-pay-button-style: black;
    }
    .apple-pay-button-white-with-text {
        -apple-pay-button-style: white;
    }
    .apple-pay-button-white-with-line-with-text {
        -apple-pay-button-style: white-outline;
    }
}

@supports not (-webkit-appearance: -apple-pay-button) {
    .apple-pay-button-with-text {
        --apple-pay-scale: 1;
        /* (height / 32) */
        display: inline-flex;
        justify-content: center;
        font-size: 12px;
        border-radius: 5px;
        padding: 0px;
        box-sizing: border-box;
        min-width: 200px;
        min-height: 32px;
        max-height: 64px;
        height: 55px;
        width: 275px;
        cursor: pointer;
    }
    .apple-pay-button-black-with-text {
        background-color: black;
        color: white;
    }
    .apple-pay-button-white-with-text {
        background-color: white;
        color: black;
    }
    .apple-pay-button-white-with-line-with-text {
        background-color: white;
        color: black;
        border: .5px solid black;
    }
    .apple-pay-button-with-text.apple-pay-button-black-with-text>.logo {
        background-image: -webkit-named-image(apple-pay-logo-white);
        background-color: black;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-text>.logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text>.logo {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .apple-pay-button-with-text>.text {
        font-family: -apple-system;
        font-size: calc(1em * var(--apple-pay-scale));
        font-weight: 300;
        align-self: center;
        margin-right: calc(2px * var(--apple-pay-scale));
    }
    .apple-pay-button-with-text>.logo {
        width: calc(35px * var(--scale));
        height: 100%;
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 0 50%;
        margin-left: calc(2px * var(--apple-pay-scale));
        border: none;
    }
}

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

.plan-selection .bv-rb {
    height: 20px;
}

.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;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    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%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

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

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

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

/* ______________________________________________________ */

/* --- Overrides for Plan Selection & Payment Methods --- */

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

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

.payment-method.cc .bv-rb {
    min-width: 118px;
}

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

@media (max-width: 767px) {
    .plan-selection .bv-rb [type="radio"]:checked+label:before,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label:before {
        top: 100%;
    }
    .plan-selection .bv-rb [type="radio"]:checked+label:after,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label:after {
        top: 120%;
    }
    .plan-selection .bv-rb [type="radio"]:checked+label[for="subscription1"]:before,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label[for="subscription1"]:before {
        top: 75%;
    }
    .plan-selection .bv-rb [type="radio"]:checked+label[for="subscription1"]:after,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label[for="subscription1"]:after {
        top: 95%;
    }
    .plan-selection .bv-rb [type="radio"]:checked+label[for="subscription2"]:before,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label[for="subscription2"]:before {
        top: 130%;
    }
    .plan-selection .bv-rb [type="radio"]:checked+label[for="subscription2"]:after,
    .plan-selection .bv-rb [type="radio"]:not(:checked)+label[for="subscription2"]:after {
        top: 150%;
    }
}

/* -----------------------------------------------------------
--- 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;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    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;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */

.bv-cb [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

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

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

/* disabled checkbox */

.bv-cb [type="checkbox"]:disabled:not(:checked)+label:before,
.bv-cb [type="checkbox"]:disabled:checked+label:before {
    -webkit-box-shadow: none;
    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;
}

/* ************************************************************
***************************************************************
--- Input Fields ---
***************************************************************
************************************************************ */

input::-ms-clear,
select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    color: inherit;
    background: transparent;
}

/* -----------------------------------------------------------
--- Primary Input Styles ---
------------------------------------------------------------ */

.bv-input {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.10);
    box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.10);
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 60px;
    line-height: 60px;
}

.bv-input input,
.bv-input textarea,
.bv-input select {
    color: #4A4A4A;
    border: 0;
    width: 100%;
    height: 30px;
    height: 100%;
    padding: 30px 40px 8px 12px;
    line-height: 30px;
    font-size: 18px;
    background: transparent;
}

.bv-input input:focus,
.bv-input textarea:focus,
.bv-input select:focus {
    outline: none;
}

.bv-input select {
    width: 100%;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}

@-moz-document url-prefix() {
    .bv-input select {
        text-indent: -2px;
    }
}

.bv-input select::-ms-expand,
.bv-input input::-ms-reveal,
.bv-input input::-ms-clear {
    display: none;
}

.bv-input select:focus::-ms-value {
    color: inherit;
    background: transparent;
}

/* -- placeholder -- */

.bv-input label {
    color: #9B9B9B;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.92px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    -o-transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.25s cubic-bezier(0.2, 0, 0.03, 1);
    pointer-events: none;
}

/* -- placeholder transition into label -- */

.bv-input input:focus~label:not(.error),
.bv-input input:valid:not(.optional)~label:not(.error),
.bv-input input[filled="true"]~label:not(.error),
.bv-input select~label,
.bv-input label.float-top {
    font-size: 13px;
    letter-spacing: 1.56px;
    color: #4A3B8F;
    top: -16px;
    z-index: 2;
    -webkit-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    -o-transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
    transition: all 0.125s cubic-bezier(0.2, 0, 0.03, 1);
}

/* -- input state styles -- */

.bv-input.active {
    border: 1px solid #4A3B8F;
}

.bv-input.error {
    border-color: #DC0015;
}

.bv-input label.error,
.bv-input~label.error {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    color: #DC0015;
    top: 65px;
}

.bv-input:not(.bv-input--multi).success>.bv-input__icon-area,
.bv-input:not(.bv-input--multi).error>.bv-input__icon-area {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 35%;
    width: 25px;
    height: 20px;
    float: right;
}

.bv-input:not(.bv-input--multi).success>.bv-input__icon-area,
.bv-input--multi>div.success>.bv-input__icon-area {
    background-image: url('//frcdn.beenverified.com/assets/img/c10ed51127321f97c9764884f11af17b.svg');
}

.bv-input:not(.bv-input--multi).error>.bv-input__icon-area,
.bv-input--multi>div.error>.bv-input__icon-area {
    background-image: url('//frcdn.beenverified.com/assets/img/aef18fb8f3258c8285779d3097a06194.svg');
}

.bv-input .chevron-down {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

@media screen and (max-width: 991.98px) {
    .bv-input select {
        height: 60px;
        height: 100%;
        padding-top: 25px;
    }
}

@media screen and (max-width: 767.98px) {
    .bv-input {
        height: 50px;
        line-height: 50px;
    }
    .bv-input input {
        padding: 22px 40px 5px 12px;
    }
    .bv-input select {
        height: 50px;
        height: 100%;
        padding-top: 15px;
        padding-bottom: 0;
    }
    .bv-input input:focus~label:not(.error),
    .bv-input input:valid:not(.optional)~label:not(.error),
    .bv-input input[filled="true"]~label:not(.error),
    .bv-input select~label {
        top: -13px;
    }
    .bv-input label.error {
        top: 55px;
    }
    .bv-input:not(.bv-input--multi)>div.success>.bv-input__icon-area,
    .bv-input:not(.bv-input--multi)>div.error>.bv-input__icon-area {
        top: 30%;
    }
}

/* -----------------------------------------------------------
--- Multiple Input Field Styles ---
------------------------------------------------------------ */

.bv-input--multi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    height: auto;
}

.bv-input--multi>div {
    position: relative;
    width: 100%;
    border-right: 2px solid #ccc;
}

.bv-input--multi>div input {
    padding: 0;
    top: 0;
}

.bv-input--multi>div input,
.bv-input--multi>div label {
    padding-left: 12px;
    margin-top: -10px;
}

.bv-input--multi select {
    top: 0;
    padding: 0 0 0 12px;
}

.bv-btn--multi-form,
.bv-btn--inline {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 70px;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    width: 100%;
}

.bv-input--multi .bv-input__half-size {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.bv-input--multi>div.success>.bv-input__icon-area,
.bv-input--multi>div.error>.bv-input__icon-area {
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 15px;
    top: 29%;
    width: 25px;
    height: 20px;
    float: right;
}

@media (min-width: 768px) {
    .bv-input--multi {
        height: 60px;
    }
    .bv-input--multi>div:nth-last-of-type(1) {
        border-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .bv-input--multi.error {
        margin-bottom: 30px;
    }
    .bv-btn--multi-form,
    .bv-btn--inline {
        height: 60px;
    }
    .bv-input--multi [class^="bv-btn"] {
        height: 60px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .bv-input--multi>div.success>.bv-input__icon-area,
    .bv-input--multi>div.error>.bv-input__icon-area {
        top: 23%;
    }
}

@media (max-width: 767.98px) {
    .bv-input--multi:not(.bv-input--no-collapse) {
        padding-bottom: 0;
    }
    .bv-input--multi:not(.bv-input--no-collapse) [class^="col-"] {
        padding: 0
    }
    .bv-input--multi.bv-input--no-collapse {
        height: 50px;
    }
    .bv-input--multi.bv-input--no-collapse>div:nth-last-of-type(1) {
        border-right: 0;
    }
    .bv-input--multi:not(.bv-input--no-collapse)>div {
        background-color: #fff;
        margin-bottom: 10px;
        display: block;
        border: 1px solid #CCC;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.10);
        box-shadow: inset 0 -1px 4px 0 rgba(0, 0, 0, 0.10);
        width: 100%;
        height: 50px;
    }
    .bv-input--multi:not(.bv-input--no-collapse) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        margin-bottom: 0;
    }
    .bv-input--multi.active:not(.bv-input--no-collapse) {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .bv-input--multi:not(.bv-input--no-collapse)>div.active {
        border-color: #4A3B8F;
    }
    .bv-input--multi:not(.bv-input--no-collapse)>div label {
        padding-left: 12px;
        margin-top: 0;
    }
    .bv-input--multi:not(.bv-input--no-collapse)>div input {
        position: relative;
        width: 100%;
        top: 8px;
        padding: 22px 40px 5px 12px;
    }
    .bv-input--multi:not(.bv-input--no-collapse) select {
        left: 0;
        height: 100%;
        padding: 16px 45px 0px 12px;
    }
    .bv-input--multi.error:not(.bv-input--no-collapse) {
        margin-bottom: 0;
    }
    .bv-input--multi:not(.bv-input--no-collapse)>div.error {
        margin-bottom: 40px;
        border-color: #DC0015;
    }
    .bv-btn--multi-form,
    .bv-btn--inline {
        width: 100%;
        font-size: 22px;
        line-height: 22px;
        height: 50px;
    }
    .bv-input--multi>div.success>.bv-input__icon-area,
    .bv-input--multi>div.error>.bv-input__icon-area {
        top: 30%;
    }
    .bv-input--no-collapse>div.success>.bv-input__icon-area,
    .bv-input--no-collapse>div.error>.bv-input__icon-area {
        top: 20%;
    }
}

/* -----------------------------------------------------------
--- Overrides for Subsribe Page ---
------------------------------------------------------------ */

.bv-input__card-number {
    height: 60px;
}

@media (max-width: 767px) {
    .bv-input__card-number {
        height: 50px;
    }
}

@media (max-width: 350px) {
    .bv-input.expiration select {
        font-size: 15px;
    }
}

/* ______________________________________________________ */

/* --- Error Messages --- */

#expiration-inputs.error {
    margin: 0;
}

label[for="credit_card_expiration_date_1i"] {
    padding-left: 12px;
    margin-bottom: 20px;
    padding-top: 5px;
}

label[for="credit_card_expiration_date_1i"].error.success {
    display: none !important;
}

.bv-input.cvv-zip.error {
    margin-bottom: 60px;
}

.bv-input.card-input.error {
    margin-bottom: 45px;
}

.single-zip-input-wrap .bv-input.error {
    margin-bottom: 50px;
}

@media (min-width: 991px) {
    .bv-input.name.error,
    .bv-input.email.error {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .bv-input.expiration.error {
        margin-bottom: 10px;
    }
    .bv-input.cvv-zip.error {
        margin-bottom: 80px;
    }
    .bv-input.name.error {
        margin-bottom: 70px;
    }
}

@media (max-width: 990px) {
    .bv-input.email.error {
        margin-bottom: 40px
    }
}

@media (max-width: 516px) {
    .bv-input.cvv-zip.error {
        margin-bottom: 80px;
    }
}

@media (max-width: 387px) {
    .bv-input.cvv-zip.error {
        margin-bottom: 100px;
    }
}

@media (max-width: 378px) {
    .bv-input.card-input.error {
        margin-bottom: 70px;
    }
}

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

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

.email-suggestion {
    display: none;
}

.email-suggestion a {
    color: #0F2D8F;
    text-decoration: underline;
    cursor: pointer;
}

.email-suggestion a:hover {
    color: #4451E5;
}

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

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

.plan-selection {
    padding: 20px 10px;
    border: 3px solid #E5E3E3;
    border-radius: 6px;
    background: #FFF;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.plan-selection:hover {
    border-color: #81B44C;
}

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

.plan-selection--selected {
    border-color: #81B44C;
    background: #F7FCF1;
}

.plan-selection__plan-text,
.plan-selection__plan-text h3,
.plan-price,
.plan-price--total-today {
    margin: 0;
}

.plan-selection__plan-text {
    font-size: 18px;
    line-height: 22px;
}

.plan-selection__plan-text h3 {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

.plan-price {
    font-size: 20px;
    line-height: 20px;
}

.plan-price--total-today {
    opacity: 0.7;
}

.plan-price--total-today {
    font-size: 13px;
}

.plan-savings-text {
    font-size: 14px;
    color: #73b649;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .plan-price--total-today {
        font-size: 10px;
    }
    .plan-selection__plan-text {
        padding-left: 8px;
    }
}

@media (max-width: 991px) {
    .plan-price {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .plan-selection__plan-text h3 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .plan-selection__price {
        padding-left: 35px;
        margin-top: 5px;
    }
    [class^="plan-price"]:not(.plan-price--total-today) {
        display: inline-block;
    }
    .plan-price {
        font-size: 14px;
    }
    .plan-price strong {
        font-size: 18px;
    }
    .plan-savings-text {
        margin-bottom: 5px;
    }
    .plan-price--total-today {
        margin-top: 3px;
    }
}

@media (max-width: 600px) {
    .plan-selection__plan-text {
        font-size: 16px;
    }
}

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

.payment-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    font-size: 14px;
    background-color: #FFF;
    border: solid 3px #DADADA;
    border-radius: 6px;
    padding: 10px 8px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.payment-method:hover {
    border-color: #81B44C;
}

.payment-method--large {
    height: 80px;
    font-size: 16px;
    font-weight: bold;
}

.payment-method__image {
    width: 200px;
    margin-left: 10px;
}

.payment-method.pp .payment-method__image {
    width: 100px;
}

.payment-method.braintree .payment-method__image {
    width: 60px;
}

.payment-method--selected {
    border-color: #81B44C;
    background: #F7FCF1;
}

.payment-methods h2 {
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .payment-method.cc .payment-method__image {
        width: 140px;
    }
}

@media (max-width: 767px) {
    .payment-method--large {
        height: 60px;
    }
    .payment-methods h2 {
        font-size: 16px;
    }
}

/* -----------------------------------------------------------
--- 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;
}

.cvv-info {
    position: absolute;
    right: 12px;
    top: -10px;
    cursor: pointer;
    color: #ADA7D7;
    font-size: 24px;
    z-index: 100;
}

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

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

/* ______________________________________________________ */

/* --- TokenEx Field --- */

.field-placeholder {
    height: 60px;
    background-image: -o-linear-gradient(135deg, #CCC 25%, transparent 25%, transparent 50%, #CCC 50%, #CCC 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, #CCC 25%, transparent 25%, transparent 50%, #CCC 50%, #CCC 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    overflow: hidden;
    -webkit-animation: move 0.5s linear infinite;
    animation: move 0.5s linear infinite;
    margin-bottom: 10px;
    cursor: wait;
}

.credit-card-error {
    font-size: 15px;
    font-weight: bold;
    color: #DC0015;
    margin: 5px 0 0 10px;
    line-height: 20px;
    display: none;
}

.inline-cc {
    height: 34px;
    width: 38px;
    right: 12px;
    top: 12px;
    position: absolute;
    display: none;
}

.inline-cc.display.amex,
.inline-cc.display.discover,
.inline-cc.display.diners,
.inline-cc.display.diners2,
.inline-cc.display.invalid,
.inline-cc.display.jcb,
.inline-cc.display.visa,
.inline-cc.display.master {
    display: inline;
}

@media (max-width: 767px) {
    .field-placeholder {
        height: 50px;
    }
    .inline-cc {
        top: 6px;
        right: 10px;
    }
}

/* -----------------------------------------------------------
--- 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;
}

/* Checkout Button Overrides */

.paypal-button {
    overflow: visible !important;
}

.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content {
    padding: 20px 5px;
}

.paypal-button.paypal-style-checkout.paypal-size-medium .paypal-button-content span {
    font-size: 16px;
}

.paypal-button.paypal-size-medium .paypal-button-content img {
    width: 100px !important;
}

.paypal-button.paypal-style-checkout.paypal-color-gold .paypal-button-content {
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.paypal-button.paypal-style-checkout.paypal-color-gold .paypal-button-content:hover {
    background: #eab125;
    -webkit-box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

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

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

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

.terms-container label.error {
    font-size: 15px;
    font-weight: bold;
    color: #DC0015;
    padding-left: 30px;
}

.terms-container label.error.success {
    display: none !important;
}

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

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

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

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

.order-summary {
    background: #F6F6F6;
    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;
}

[class^="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;
}

.order-summary__item--search-subject {
    border-bottom: 0;
}

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

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

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

.faq-item p:first-of-type {
    margin-bottom: 5px;
    font-size: 18px;
}

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

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

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

@media (max-width: 767px) {
    .faq-item p:first-of-type {
        margin-bottom: 7px;
    }
    .faq-item a {
        text-decoration: underline;
    }
}

@media (max-width: 600px) {
    .faq-mobile .faq-item {
        line-height: 19px;
    }
    .faq-mobile .faq-item p:first-of-type {
        font-size: 16px;
    }
}

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

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

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

.satisfaction {
    line-height: 21px;
}

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

/* -----------------------------------------------------------
--- Confidential Searching ---
------------------------------------------------------------ */

.confidential-searching {
    line-height: 21px;
}

.confidential-searching h5 {
    margin-bottom: 4px;
}

/* ************************************************************
***************************************************************
--- 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;
}

/* 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
    }
}

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

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

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

.modal-header-icon {
    width: 80px;
    position: absolute;
    top: -45px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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;
    }
}

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

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

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

.downsell-modal h1 {
    font-size: 55px;
    font-weight: 300;
    color: #4A3B8F;
    margin-top: 20px;
}

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

@media (min-width: 576px) {
    .downsell-modal .bv-btn {
        max-width: 70%;
        margin: 10px auto 5px;
        padding: 15px;
    }
}

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

/* -----------------------------------------------------------
--- 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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    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;
}

.cvv-back,
.cvv-front {
    width: 300px;
    height: 70px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.cvv-back {
    background-image: url('//frcdn.beenverified.com/assets/img/c7b5c6a2c3b585b2eb39502cef63e515.png');
}

.cvv-front {
    background-image: url('//frcdn.beenverified.com/assets/img/3655225cf3b5179c9443d5329d23f00a.png');
}

.tax-info {
    color: #ADA7D7;
    cursor: pointer;
}

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

/* ************************************************************
***************************************************************
--- Keyframe Animations ---
***************************************************************
************************************************************ */

@keyframes move {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.nav-pills .nav-link {
    color: #555;
}

.nav-pills .nav-link.active {
    color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #28a745;
}