@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,600');

@font-face {
    font-family: 'ETText';
    font-display: swap;
    src: url('src/assets/fonts/ETText-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'ETText Medium';
    font-display: swap;
    src: url('src/assets/fonts/ETText-Medium.woff2') format('woff2');
}

.Roboto {
    font-family: 'Roboto', "D-DIN", Helvetica Neue, Helvetica, Arial, sans-serif;
    ;
}

.ETText {
    font-family: 'ETText', Georgia, serif;
}

.ETText-medium {
    font-family: 'ETText Medium', Georgia, serif;
}



body {
    background-color: #f7f7f7 !important;
    margin: 0;
    font-family: Roboto, "D-DIN", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #434343;
    font-size: 16px;
}

a {
    color: #0066B3;
    text-decoration: none;
}

.main-content {
    margin: 0 20px;
}

.header {
    height: 40px;
    background-color: white;
    width: 100vw;
    padding: 0;

    box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 14%);
    /* z-index: 10; */
    /* position: relative; */
}

.header .logo {
    width: 200px;
    margin: auto;
    padding-top: 5px;
}

.header img {
    width: 100%;
    height: auto;
}

.secure-message {
    padding: 15px 15px;
}

.secure-message span {
    font-size: 13px;

    font-weight: 600;
    color: #666;
}

.secure-message svg {
    margin-right: 5px;

}


.information-container {
    max-width: 640px;
    margin: 0 auto;
    background-color: white;
    padding: 24px 0px;
    margin-top: 20px;
}

.sub-heading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #95A7AF;
}

.information-container .main-title {
    font-size: 32px;
    color: #121212;
    margin-top: 14px;
    letter-spacing: 0px;
    font-weight: 600;
}

.information-container .small-main-title {
    font-size: 20px;
}

.due {
    font-weight: 300;
}


.active,
.collapsible:hover {
    color: #121212;
}

.expandable-part {

    overflow: hidden;
}

.hidden {
    display: none;
}

.listed-items p {
    display: inline;
    font-size: 15px;
    font-weight: 200;
}

.listed-item {
    display: block;
}

.listed-items svg {
    fill: #299929;
    margin-right: 6px;
    margin-top: 3px;
}

.break {
    height: 1px;
    background-color: #EAEFF5;
}

.price-due {
    margin-top: 15px;
}

.price-due strike {
    color: #888;
    font-weight: 300;
}

.price-due b {
    color: #121212;
    font-size: 110%;
}

.lighter {
    color: #666 !important;
}

.tax-term {
    font-size: 13px;
    margin-top: 7px;
    line-height: 22px;
    font-family: helvetica;
    letter-spacing: -.1px;
    color: #333;
}


.add-email,
.add-payment,
.existing-payment,
.thank-you,
.paypal-payment {
    margin: 0 auto;
    max-width: 688px;
    padding: 12px 0px;
}

.add-email .normal-text {
    color: #888;
}

.add-payment .normal-text {
    color: #888;
    font-weight: 600;
}

.field {
    position: relative;
}

.field input {
    height: 52px;
    width: 100%;
    border: 1px solid #95A7AF;
    border-radius: 4px;
    padding-left: 15px;
    color: #121212;
    padding-top: 18px;
    font-size: 16px;
    box-sizing: border-box;
}

.field label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    font-weight: 400;
    color: #6d6d6d;
    font-size: 15px;
    transition: 0.3s ease all;
    pointer-events: none;
    transform: scale(1) translate(0, 0);
    transform-origin: top left;
}

.field input:focus~label.field-name,
.field input:not(:placeholder-shown)~label.field-name {


    opacity: 1;

    transition: all 0.3s ease-out;
    color: #0066B3;
    transform: scale(0.8667) translate(0, -9px);

}


.field input:focus {
    border: 1px solid #1c9FFF;
    box-shadow: none;

    outline: none;
    background-color: #EBF7FF;
}

.confirm-button {
    width: 100%;
    color: #fff;
    box-shadow: inset 0px 1px 0px #B7E2FF, inset 0 -3px 4px #0066B3;
    font-size: 16px;
    letter-spacing: 0px;
    background-color: #0085E7;
    display: block;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    height: 50px;


}

.confirm-button:hover {
    background-color: #0066B3;
}


.paypal-button {
    width: 100%;
    color: #fff;
    /* box-shadow: inset 0px 1px 0px #ddd, inset 0 -1px 2px #888; */
    font-size: 16px;
    letter-spacing: 0px;
    /* background-color: white; */
    display: block;
    font-weight: 600;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    height: 50px;
}

#btn-pp-loaded {
    box-shadow: inset 0px 1px 0px #ddd, inset 0 -1px 2px #888;
    background-color: white;
}


.registered-user {
    font-weight: 200;
    color: #434343;
}

.registered-user b {
    font-weight: 400;
}

.checkout-form-container {
    position: relative;
    font-weight: 400;
    color: #6d6d6d;
    font-size: 15px;
    background: white;
    box-sizing: border-box;
    height: 52px;
    width: 100%;
    border: 1px solid #95A7AF;
    border-radius: 4px;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 0px;
    transition: all 0.3s ease-out;
    /* margin-bottom: 15px; */
}

#card-number {
    position: relative;
    top: 9px;
    width: 100%;
    border: unset;
    background: unset;

}

#card-element {
    position: relative;
    top: 15px;
    width: 95%;
    border: unset;
    background: unset;

}

.checkout-form-container label {
    opacity: 0;

}

.lock {
    height: 16px;
    width: 15px;
    position: absolute;
    right: 12px;
    top: 16px;
}

.credit-card {
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    top: 50%;
}


.other-info {
    gap: 6px;
}

.country,
.province,
.survey-select,
.zip {
    width: 100%;
    position: relative;

}

/* .country {
    pointer-events: none;
} */

.selections {
    box-sizing: border-box;
}

.selections select {
    width: 100%;
    height: 52px;
    border: 1px solid #95A7AF;
    border-radius: 4px;
    padding-left: 15px;
    cursor: pointer;
    color: #6d6d6d;
    appearance: none;
    font-size: 15px;
}

.selections select option {
    margin-bottom: 15px;
}

.checkout-form-container input:focus,
.selections select:focus {

    outline: none;
    border: 1px solid #1c9FFF;
    background-color: #EBF7FF;

}

input::placeholder {
    color: #6d6d6d;
}



footer {
    /* height: 40px; */
    width: 100%;
    border-color: #e9e9e9;
    border-left: 0;
    border-right: 0;
    background-color: white;
    padding: 10px;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}

footer ul {
    margin-bottom: 0px !important;
}

.footer-content {
    color: #666;
    justify-content: space-around;
    height: 100%;
    justify-content: center;
    flex-direction: row;
    list-style-type: none;
    flex-direction: column;
    padding: 0;

}

.footer-content ul {
    display: inline-block;
}

.footer-content a {
    /* color: #666; */
    text-decoration: none;
    font-size: 14px;
    /* line-height: 14px; */
    border: none;
    border-right: 1px solid #e9e9e9;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 300;
    font-family: helvetica;
}

.footer-content a:last-child {
    border-right: none;
}


.popover {
    z-index: 1060 !important;
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    flex-flow: row wrap !important;
    max-width: unset !important;

}

.popover a {
    text-decoration: none;
}

.popover-box {
    padding: 30px 60px 50px;
    max-width: 400px;
    margin: 0 auto;
    color: black;
    text-align: center;
    background-color: white;
    position: relative;

}

#close-button {
    font-size: 36px;
    height: 22px;
    opacity: 1;
    right: 2px;
    top: -30px;
    position: absolute;
    width: 22px;
    z-index: 9;
    line-height: 22px;
    color: #ddd;
    text-align: right;
    cursor: pointer;
    width: 100%;

}

.spinner {

    height: 22px;
    width: 22px;
    float: right;
    right: 5px;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 3px solid rgba(255, 255, 255, .15);
    border-right: 3px solid rgba(255, 255, 255, .15);
    border-bottom: 3px solid rgba(255, 255, 255, .15);
    border-top: 3px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.justify-center {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.items-center {
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
}

.flex-1 {
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1;
    -ms-flexbox: 1 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.justify-space-between {
    justify-content: space-between;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.emphasis {
    font-weight: 600;
    color: #121212;
}

.normal-text {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
    font-family: helvetica, roboto, sans-serif, arial;
}

.bottom-border {
    border-bottom: 1px solid #E0E7EA;
}

.list-no-decoration {
    list-style-type: none;
    margin: auto;
}


.m-t-12 {
    margin-top: 12px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;

}

.m-t-30 {
    margin-top: 30px;

}

.m-t--10 {
    margin-top: -10px;
}

.m-l-3 {
    margin-left: 3px;
}

.m-r-3 {
    margin-right: 3px;
}

.m-r-6 {
    margin-right: 6px;
}


.m-b-6 {
    margin-bottom: 6px;
}

.m-b-0 {
    margin-bottom: 0px;
}

.p-l-0 {
    padding-left: 0;
}



.grey-out {
    opacity: 40% !important;
    pointer-events: none !important;
    user-select: none;
    -webkit-user-select: none;
}

.grey-button {
    background-color: #888 !important;

    user-select: none;
    -webkit-user-select: none;
    box-shadow: none;
}

.processing .spinner {
    display: inline !important;

}

.processing .spinner :hover {
    display: inline !important;

}

.processing {
    background-color: #aaa;
    box-shadow: none;
    pointer-events: none !important;
}

.confirm-button.processing:hover {
    background-color: #aaa;
}


.payment-block {

    border: 1px solid #E0E7EA;
    padding: 24px;
    cursor: pointer;
}

.hide {
    display: none !important;
}

.payment-block label {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
}

.payment-block label img {
    position: relative;
    /* bottom: -5px; */
    max-width: 68px;
}


.payment-block.active {
    border: 1px solid #0066B3;
    background: white;
    cursor: auto;
}

.fs-20 {
    font-size: 20px;
}

.fs-25 {
    font-size: 25px;
}


.dropdown-arrow {
    box-sizing: border-box;
    color: #434343;
    display: block;
    font-family: Arial;
    font-size: 16px;
    height: 42px;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 18px;
    width: 32px;
}

.error-msg, .error {
    color: #db2634 !important;
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    position: relative !important;
    top: 0px !important;
}

.in-error {
    border: 1px solid #db2634 !important;


}

.label-in-error {
    color: #db2634 !important;

}

#email-condition {
    display: none;
}




section {
    display: none !important;
}

section.active, .active {
    display: block !important;
}



@media only screen and (min-width: 600px) {
    span.small-main-title {
        display: inline;
    }
}


@media only screen and (max-width: 600px) {

    span.small-main-title {
        display: block;
    }

    .header .logo {
        width: 150px;
    }

    .information-container .main-title {
        font-size: 26px;

    }

    .information-container {
        padding: 15px;
        margin-top: 0;
    }

    .lock {
        display: none !important;
    }


}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}


.modal__container {
    background-color: #fff;
    max-width: 100%;
    max-height: 100vh;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000001;
}




@media only screen and (max-width: 600px) {


    .names {
        width: 100% !important;
    }

    .names .field {
        width: 100% !important;

    }

    .names:first-child {
        margin-right: initial;
    }
}

.stepBox {
    max-width: 500px;
    margin: 0 auto;

}

.step li form {
    display: none;

}

.step li.active form {
    display: block;

}

.step li {
    display: flex;
}

.step .stepNumber {
    position: relative;
    z-index: 10;
    left: -20px;

    right: 0;
    top: 0;
    transform: translateX(50%);
    border-radius: 50%;
    background: #fff;
    border: 1px #949494 solid;
    width: 23px;
    min-width: 23px;
    height: 23px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #949494;
    padding-top: 1px;

}

.step .step-title {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #949494;


}

.step .active .step-title {
    color: #121212;
}


.step .active .stepNumber {
    border: 1px #121212 solid;
    color: #121212;

}


.step span {
    padding: 0 0em 1.5em 1.5em;
    position: relative;
    width: 100%;
    left: -20px;
}

.step span::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    border-left: 1px #121212 dotted;
}

.last-step {
    padding: 0 1.5em 1.5em 0em;
    position: relative;
    width: 100%;
}


.step {
    margin-right: 1em;
    width: 100%;
    padding-left: 0;
}

.step,
.step *::before,
.step *::after {
    box-sizing: border-box;
}


.selection select {
    line-height: 140%;
}

#client-info .field {
    display: inline-block;
}

.names {
    width: 48%;
    /* display: inline-block; */
    display: block;
    float: left;
    height: 100%;
    position: relative;

}

.names:first-child {
    margin-right: 4%;
}

.phone-number,
.phone-number .field {
    width: 100% !important;
}

.m-t-12 {
    margin-top: 12px;
}

.fs-25 {
    font-size: 25px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.fullwid {
    width: 100%;
}

#existing-sub-logged-in, #existing-sub-logged-out {
    position: relative;
    z-index: 101;
}

/* *, ::after, ::before {
    box-sizing: unset !important;
} */

.container {
    max-width: 668px !important;
}

#successPopup .benefits p {
    font-size: 20px;
}

#successPopup h4 {
    font-size: 20px !important;
}

#successPopup h4.bold {
    font-weight: bold;
    margin: 5px auto 18px;
}

#successPopup .h4, #successPopup .v-fullsub, .set-password-container h4 {
    font-size: 20px !important;
    padding: 0px 20px;
}

#successPopup .modal-body {
    background-color: #FFFFFF;
    font-size: 2rem;
}

#continue-reading, .continue-reading, #create-password-btn {
    display: block;
    padding: 5px;
    font-size: 18px;
    /* height: 100%; */
    width: 100%;
    line-height: 27px;
    color: #FFFFFF;
    background-color: #00369C;
    font-family: 'RingsideNarrow';
    border-radius: 3px;
    outline: none;
    border: none;
    margin: 5px auto;
    cursor: pointer;
}

.continue-reading {
    display: none;
}

.modal-backdrop {
    background-color: #000000c9 !important;
}