﻿* {
    margin: 0;
    padding: 0;
}

/*Form Title*/
.form-body h2 {
    margin-top: 15px;
}
 
#shoppingCartApp {
    width: 100%;
    margin: auto;
}

    #shoppingCartApp .text-center {
        text-align: center;
    }

    #shoppingCartApp h2 {
        font-size: 1.5rem;
    }

    #shoppingCartApp hr {
        border-top: 1px solid #ddd;
    }

    #shoppingCartApp .red-text {
        color: #da202c;
        text-transform: uppercase;
    }

    #shoppingCartApp .red-text-link {
        color: #da202c;
    }

/*Shopping Steps*/
.shopping-steps {
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    margin-left: 23%;
}

    .shopping-steps li {
        float: left;
    }

        .shopping-steps li span {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 40px;
            background: #4e4e4e;
            position: relative;
            display: block;
            float: left;
        }

            .shopping-steps li span::after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid #4e4e4e;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            .shopping-steps li span::before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        .shopping-steps li:nth-child(3) span::after {
            border-color: #ddd;
            padding-right: 11px;
        }

/*Page 1 Steps*/
#scPage-1 .shopping-steps li:nth-child(2) span {
    background: #ddd !important;
}

    #scPage-1 .shopping-steps li:nth-child(2) span::after {
        border-left: 30px solid #ddd !important;
    }

#scPage-1 .shopping-steps li:nth-child(3) span {
    background: #ddd !important;
}

    #scPage-1 .shopping-steps li:nth-child(3) span::after {
        border-left: 30px solid #ddd !important;
    }

/*Page 2 Steps*/
#scPage-2 .shopping-steps li:nth-child(3) span {
    background: #ddd !important;
}

    #scPage-2 .shopping-steps li:nth-child(3) span::after {
        border-left: 30px solid #ddd !important;
    }

#scPage-3 .shopping-steps {
    margin-bottom: 25px;
}

    #scPage-3 .shopping-steps li:nth-child(3) span::after {
        border-color: #4e4e4e !important;
    }

.main-title {
    font-size: 3rem;
    margin-top: 30px;
}

.auto-renew-desc {
    text-align: center;
    margin: 10px;
    margin-top: 25px;
}

.auto-renew-desc-3 {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

#opt-out-auto-renew {
    display: flex;
    margin-bottom: 5px;
}

    #opt-out-auto-renew label {
        margin-left: 15px;
        font-weight: normal !important;
    }

    #opt-out-auto-renew .radio-block {
        margin-left: 5px;
        height: 15px;
        width: 15px;
    }

#shoppingCartApp h2 {
    letter-spacing: .1rem !important;
}

.tab {
    display: none;
}

/*Form Error Validations*/
.errorFieldCheck {
    color: #da202c;
    margin: 10px 0;
}

.successFieldCheck {
    color: #00ff00;
    margin: 10px 0;
}

.country-selected-btn:focus {
    outline: none;
}

.scPromoCode {
    display: flex;
    justify-content: flex-start;
}

.scPromoCodeChecks * {
    margin-left: 0;
}

.scPromoCodeChecks {
    max-width: 100%;
    width: 450px;
}

.promoValidForPackage {
    font-size: 1.5rem !important;
    font-weight: bold !important;
}

.disabledCursor {
    cursor: not-allowed !important;
    background: #ddd !important;
    color: #000 !important;
}

    .disabledCursor:hover {
        color: #000 !important;
    }

.free-trial-section {
    font-size: 1.5rem;
    margin: 4% auto;
}

.notuserLogoff {
    margin: 20px 0 20px 0 !important;
    padding: 0 !important;
    font-size: 1.5rem;
}

    .notuserLogoff span:hover {
        cursor: pointer;
    }

.proceedToPayment {
    display: none;
}

.section-title,
.section-title h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.subscriptionChoice:hover {
    cursor: pointer;
}

.choose-subscription {
    margin-top: -15px;
}

.is-selected {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: transparent !important;
    filter: grayscale(0%) brightness(1);
}

.is-not-selected {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    filter: grayscale(100%) brightness(0.7);
}

    .is-not-selected:after {
        content: " ";
        background-color: rgba(221,221,221, .5) !important;
        z-index: 155555555 !important;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 494px;
        margin: 0;
        padding: 0;
    }

.subscription-headline {
    background-color: transparent !important;
    text-transform: uppercase;
}

    .subscription-headline:nth-child(2) h2 {
        margin: 0;
    }

    .subscription-headline:nth-child(1),
    .subscription-headline:nth-child(3) {
        display: flex;
        justify-content: space-around;
    }

/*All "back" arrows*/
.smaller-back-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3%;
    margin-top: 3%;
}

.sc-back-text {
    font-weight: bold;
    color: #4e4e4e;
    font-size: 1rem !important;
    cursor: pointer;
}

.sc-back-text-arrow {
    align-items: center;
    justify-content: space-around !important;
}

    .sc-back-text-arrow i {
        color: #da202c;
    }

.smaller-back-text .sc-back-text {
    padding: 0;
    margin: 0;
    text-decoration: underline;
    font-size: 1.5rem;
}

    .smaller-back-text .sc-back-text:hover {
        cursor: pointer;
    }

.smaller-back-text .section-title {
    margin: auto;
}

.smaller-back-text-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .smaller-back-text-bottom button {
        width: 55%;
    }

.sc-back-text-arrow-bottom-container {
    width: 50%;
    padding-top: 3%;
    text-align: left;
    align-items: center;
}

    .sc-back-text-arrow-bottom-container .sc-back-text-arrow-bottom i {
        color: #da202c;
    }

    .sc-back-text-arrow-bottom-container .sc-back-text-arrow-bottom:hover {
        cursor: pointer;
    }

    .sc-back-text-arrow-bottom-container .sc-back-text-arrow-bottom p {
        text-decoration: underline;
        font-size: 1.5rem;
    }

.page3-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .page3-section .review-details {
        text-align: left;
    }

.review-details .sc-back-text {
    font-size: 1.5rem;
}

    .review-details .sc-back-text:hover {
        cursor: pointer;
    }

.review-details .sc-back-text {
    text-decoration: underline;
    font-size: 1.4rem;
    margin: 0;
    margin-top: 5%;
}

    .review-details .sc-back-text i {
        color: #da202c;
    }

.review-details-split {
    display: flex;
    justify-content: flex-start;
}

    .review-details-split .review-details-2 {
        margin-left: 10%;
    }

.promo-subscription .promoSection {
    text-align: left;
}

.promo-subscription .subscription-details {
    margin-bottom: 20px;
}

.review-details {
    max-width: 100%;
    width: 550px !important;
}

.promo-subscription input {
    background: #fff;
}

.promo-subscription .scPromoCode button {
    background: #6C6C6C;
    color: #fff;
    margin-left: 10px;
    height: inherit;
}

    .promo-subscription .scPromoCode button:hover {
        border-color: transparent;
    }

.group-subscription {
    border: 2px solid #4e4e4e;
    margin-bottom: 15px;
    width: 65%;
    margin: auto;
}


.group-section-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-bottom: -35px;
    width: 90%;
}

.group-subscription button {
    border-radius: 0;
}

.group-subscription:hover {
    cursor: pointer;
}

.group-section-info .group-section-1 {
    margin-top: 15px;
    margin-bottom: -50px;
}

.group-section-1 div h2 {
    font-size: 1.8rem !important;
    text-transform: uppercase;
    letter-spacing: .22rem;
}

.group-subscription-desc {
    padding: 10% 0;
}

#shoppingCartApp .group-subscription hr {
    border-top: 1px solid #da202c;
    width: 65%;
    margin: auto;
}

.red-hr-line {
    border-top: 1px solid #DA202C !important;
}

#group-learn-more-btn {
    width: 100%;
    background: #4e4e4e;
}

.for-help-section {
    margin: 15px 0;
}

.for-help-section-page-2 {
    margin-left: 150px;
}


@media (min-width: 768px) {
    .page3-section .promo-subscription {
        width: 60%;
    }

    #shoppingCartApp form {
        width: 70%;
        margin: auto;
    }

    #shoppingCartApp #scPage-2 form {
        width: 75%;
        margin: auto;
    }

    .second-page-botto-info {
        width: 80%;
        margin: auto;
    }
}

@media (max-width:768px) {

    #scPage-1 {
        padding: 10px !important;
    }

    #scPage-2 {
        padding: 20px !important;
    }

    #scPage-3 {
        padding: 20px !important;
    }

    .page3-section {
        flex-direction: column !important;
        align-items: center !important;
    }

    .shopping-steps {
        display: none;
    }

    .group-subscription {
        width: 100%;
    }

    .group-section-1 h1 {
        font-size: 2rem;
    }

    .group-section-info * {
        margin: 10px;
    }

    .group-section-1 {
        margin-top: -3px !important;
    }
}

@media(max-width: 990px) {
    .shopping-steps {
        margin-left: 4% !important;
    }
}

@media(max-width: 819px) and (min-width: 768px) {
    .journalSubscription p,
    .dailySubscription p {
        font-size: 13.8px !important;
    }
}

/*Country Selection Section*/
#shoppingCartApp .scCountries {
    display: flex;
    justify-content: space-evenly;
}

    #shoppingCartApp .scCountries button {
        border: 1px solid #4e4e4e;
        max-width: 100%;
        width: 300px;
    }

        #shoppingCartApp .scCountries button:hover {
            background-color: #da202c !important;
            border-color: #da202c !important;
        }

.country-selected-btn {
    background: #4e4e4e;
    border: .1rem solid rgba(65,65,65,.1);
    color: #fff;
}

    .country-selected-btn:hover {
        background: rgba(183,5,63,1);
        border-color: rgba(0,0,0,1);
        color: #fff;
    }

.country-not-selected-btn {
    background: rgba(255,255,255,1);
    color: #000;
}

    .country-not-selected-btn:hover {
        background: rgba(183,5,63,1);
        color: #fff;
    }

/* Subscription Selection Section*/
#shoppingCartApp .scJournalSelections .subscriptionChoice {
    border: 3px solid #4e4e4e;
    max-width: 100%;
    width: 500px;
}

#shoppingCartApp .scJournalSelections hr {
    border-top: 1px solid #B7053F;
    width: 75%;
    margin: 10px auto;
}

#shoppingCartApp .scJournalSelections .subscriptionChoice p {
    margin: 15px;
}

#shoppingCartApp .scJournalSelections .subscriptionChoice button {
    border-radius: 0;
}

#shoppingCartApp .scJournalSelections .subscriptionChoice .subscription-headline {
    margin: auto 15px;
}

    #shoppingCartApp .scJournalSelections .subscriptionChoice .subscription-headline h2 {
        margin: 10px auto;
    }



#shoppingCartApp .scJournalSelections .comboSubscription button {
    margin: 0;
    padding: 0;
}

#shoppingCartApp .scJournalSelections .comboSubscription .ultimate-access {
    color: #fff;
    background: #DA202C;
    width: 300px;
    margin: auto;
    margin-top: -15px;
    padding: 1px;
}

#shoppingCartApp .scJournalSelections .subscriptionChoice #journalButton,
#shoppingCartApp .scJournalSelections .subscriptionChoice #dailyButton,
#shoppingCartApp .scJournalSelections .subscriptionChoice #comboButton {
    background: #4e4e4e;
}

@media(min-width: 768px) {
    #shoppingCartApp .scJournalSelections {
        display: flex;
        justify-content: center;
    }


        #shoppingCartApp .scJournalSelections .subscriptionChoice {
            margin: auto 15px;
        }

            #shoppingCartApp .scJournalSelections .subscriptionChoice .description-section {
                height: 575px;
            }

    #proceedToPayment,
    #proceedToGroupSubscription {
        width: 300px;
    }

    #submitBtn {
        text-align: center;
        width: 150px;
    }
}

@media(max-width: 768px) {
    #shoppingCartApp .scJournalSelections .subscriptionChoice {
        max-width: 100%;
        width: 500px;
    }

    #shoppingCartApp .scJournalSelections {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        #shoppingCartApp .scJournalSelections .subscriptionChoice {
            margin: 15px auto;
        }
}

.subscriptionChoice:hover {
    border-color: #da202c !important;
}

    .subscriptionChoice:hover button {
        background-color: #da202c !important;
    }

.description-section {
    padding: 15px;
}

/*Styling for new Subscription Options page*/ .options-page-container {
    margin-top: 25px;
}

.subscribe-heading h1 {
    text-align: center;
    font-family: 'proxima-nova';
    font-size: 35px;
}

.subscribe-subheading {
    text-align: center;
}

.options-tabs {
    justify-content: center;
    border-bottom: 3px solid #da202c;
    margin-bottom: 20px;
    text-align: center;
}

    .options-tabs button {
        cursor: pointer;
        width: 199px;
        display: inline-block;
        text-align: center;
        transition: 0.25s ease;
        padding: 10px;
        border-radius: 12px 12px 0 0;
        border: 1px solid #818181;
        border-bottom: none;
        text-transform: uppercase;
        background-color: white;
        color: black;
    }

.options-tab-content {
    display: none;
    text-align: center;
}

.options-tab-content.active{
    display: flex;
}

.tablinks {
    text-align: center;
}

    .tablinks.active {
        border: 3px solid #da202c;
        border-bottom: none;
        font-weight: bold;
        background-color: white;
        position: relative;
        top: 3px;
    }

.subscription-buttons-container {
    justify-content: space-between;
    margin: 20px 0px 20px 0px;
}

.subscription-option-container {
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 4px gray;
}

    .subscription-option-container button {
        border-radius: 0;
    }

    .subscription-option-container {
        display: flex;
        flex-direction: column;
    }

    .subscription-option-container .subscription-button {
        margin-top: auto;
    }

    .subscription-option-container .subscription-button-text {
        flex: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.subscription-button-text {
    border: 1px solid gray;
    padding: 10px;
    background-color: #f8f8f8;
}

.subscription-product-logo-container{
    margin-bottom: 20px;
}

.weekly-button button .upcoming-price {
    color: black;
    text-decoration: line-through;
}

.selection-tab-container {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

    .selection-tab-container button {
        padding: 1rem;
    }

    .selection-tab-container h3 {
        font-family: 'proxima-nova';
        font-weight: bold;
    }

.selection-card-container {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.subscription-card {
    display: block;
    height: 200px;
    border: 2px solid #da202c;
    margin: 10px;
    padding: 67px 0 50px 0;
    background-color: white;

}

    .subscription-card:hover {
        background-color: #414042;
        color: #414042;
        border-color: #414042;
        padding: 50px 0 50px 0;
        transition: all 1s ease;
    }

        .subscription-card:hover > .subscription-card-front {
            display: none;
        }


.subscription-card-front {
    font-weight: bold;
    font-size: xx-large;
    color: #da202c;
}

.sub-card-back {
    display: none;
    opacity: 0;
    color: #414042;
    transition: all 1s ease;
    padding: 0 15px;
}

.subscription-card:hover .sub-card-back {
    display: block;
    opacity: 1;
    color: white;
}

.selection-heading-text > h1 {
    color: #da202c;
    font-family: 'proxima-nova';
    font-weight: bold;
}

.selection-heading-text > h3 {
    font-family: 'proxima-nova';
    font-weight: bold;
}


.individual-content {
    width: 60%;
    text-align: center;
    margin: auto;
}

    .individual-content > h3 {
        font-family: 'proxima-nova';
        font-weight: bold;
        color: #3b3b3b
    }

    .individual-content p {
        padding: 1rem 1rem;
        margin: 0;
    }

.individual-features-container p:nth-child(odd) {
    background-color: #f4f4f4;
}

.redirection-links {
    margin-top: 1rem;
    background-color: white;
}

    .redirection-links > p {
        padding: 6px;
    }

.subscription-name {
    font-weight: bold;
    margin: 10px 2rem 0;
    text-shadow: 1px 1px lightgrey;
    font-size: 24px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(18px, 1.3vw, 26px);
}

.subscription-price {
    font-size: 28px;
    font-weight: bold;
    color: #da202c;
}

.individual-content-buttons {
    justify-content: space-between
}

    .individual-content-buttons button {
        margin-top: 2rem;
    }

.disclaimer {
    font-size: 12px;
    background-color: white;
    text-align: center;
}

.disclaimer-renewel {
    font-size: 12px;
    background-color: white;
    padding: 0 !important;
}

.weekly-only {
    display: flex;
    justify-content: space-between;
    background-color: #555555;
    margin-top: 30px;
}

    .weekly-only > .weekly-text > h3, .weekly-only > .weekly-text > h2, .weekly-only > .weekly-text > p, .weekly-only > .weekly-text > h1, .weekly-only > .weekly-text > div {
        color: white;
    }

.weekly-text {
    font-size: 24px;
    text-align: left;
}

    .weekly-text .weekly-text-flex .weekly-button > button {
        border-radius: 8px;
        padding: 11px;
        width: 120%;
        height: auto;
        line-height: initial !important;
        text-transform: uppercase;
        font: 16px/1.5 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }

.weekly-button {
    margin-right: 2rem;
    padding: 0 20px;
}

.weekly-text-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.left-image {
    position: relative;
    top: -70px;
    left: -30px;
    width: 500px;
    height: auto;
}

.form-field label {
    color: black;
    font-weight: 100;
}

.form-body select {
    height: 40px;
}

.form-flex-container {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

    .form-flex-container .form-field {
        width: 49%;
    }

.shopping-steps-container {
    list-style: none;
    overflow: hidden;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin: 15px;
}

    .shopping-steps-container span {
        padding-right: 25px;
    }

.subscription-login-heading {
    text-align: center;
}

.login-captcha {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.form-field .fas {
    border: 1px solid black;
    border-radius: 50px;
    margin-left: 4px;
    padding: 3px;
}

.cc-month-year select {
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 11px 14px 9px;
    outline: none;
    height: 40px;
    display: block;
    color: #4e4e4e;
    margin-bottom: .5rem;
}

.form-field .cc-month-year {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.form-field .country-field {
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 11px 14px 9px;
    outline: none;
    height: 40px;
    display: block;
    width: 100%;
    color: #4e4e4e;
}

.form-field .billing-state {
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 11px 14px 9px;
    outline: none;
    height: 40px;
    display: block;
    width: 100%;
    color: #4e4e4e;
}

.subscription-account-login {
    padding-bottom: 25px;
    border-bottom: 2px solid black;
}

.form-container {
    margin: auto;
}

.shippingAddressInformation .smaller-back-text, #billingAddressInformation .smaller-back-text {
    margin-bottom: 2%;
    margin-top: 2%;
}

.choose-country {
    text-align: center;
    padding: 1rem;
    background-color: #f4f4f4;
    cursor: pointer;
    margin: 7px;
}

    .choose-country p {
        margin: 0;
    }

.country-selection {
    font-weight: bold;
    border: 2px solid #da202c;
    background-color: white;
}

    .country-selection p {
        font-weight: bolder;
    }

.cc-helper-mark {
    position: relative;
}

.cc-help-modal {
    display: none;
    position: absolute;
    width: 26rem;
    background-color: lightblue;
    border-radius: 5px;
    padding: 1rem;
}

    .cc-help-modal .label, p {
        font: 16px/1.5 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    }

.cc-helper-mark:hover > .cc-help-modal {
    display: block;
}

.subscription-option-container {
    box-shadow: 4px 4px 4px gray;
}

.promo-subscription {
    max-width: 100%;
}

.weekly-text-question {
    padding-top: 43px;
}

.sale-circle-container {
    display: none;
}

.promo-subscription .subscription-details button {
    margin-top: 10px;
}

.redirection-links a, .disclaimer a {
    color: #da202c;
}

@media screen and (min-width: 768px) {
    .form-container {
        width: 46%;
    }

    .choose-region-container {
        display: flex;
        justify-content: flex-end;
        padding-right: var(--bs-gutter-x);
    }

    .subscribe-subheading {
        padding: 0 8rem;
    }

    .choose-country {
        width: 18%;
        margin: 0;
    }

    .options-tabs {
        display: flex;
    }

    .subscription-buttons-container {
        display: flex;
    }

    .selection-card-container {
        display: flex;
        margin: 1rem;
    }

    .selection-tab-container button {
        width: 30%;
        margin: 1rem;
    }

    .subscription-card {
        width: 30%;
    }

    .individual-content p {
        padding: 1rem 7rem;
    }

    .redirection-links > p {
        padding: 6px;
    }

    .individual-content-buttons {
        display: flex;
    }

        .individual-content-buttons button {
            width: 47%;
        }

    .shopping-steps-container span:not(:last-child):after {
        content: " > ";
        margin-left: 10px;
    }

    .subscription-details {
        padding: 0px 0px 0px 30px !important;
    }

    .promoSection {
        padding: 3px 100px 20px 30px;
    }

    .subscription-details * {
        text-align: left;
    }

    .smaller-back-text-bottom button {
        width: 30%;
    }

    .weekly-text h1 {
        padding-right: 20rem;
        font-family: 'proxima-nova';
        font-weight: bold;
    }

    .weekly-text p {
        padding-right: 14rem;
    }

    .weekly-button:hover button {
        text-decoration: none;
    }

        .weekly-button:hover button .current-price {
            text-decoration: underline;
        }

    .tab-wrapper {
        max-width: 1200px;
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sc-back-text {
        margin-left: 16rem;
        margin-top: 1rem;
    }

    .cc-month-year div {
        width: 45%;
    }

    .page3-section {
        margin: 0 25rem;
    }

    .disclaimer {
        padding: 0 8rem;
    }

    .weekly-only {
        padding: 30px 200px 0 200px;
    }

    /*an admittedly hacky way to reduce the length of the red underline in the footer*/
    #weekly-text-title-underline {
        width: 65%;
        border-top: 5px solid #da202c;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1400px) {
    .subscribe-subheading {
        padding: 0 33rem;
    }
}

/* TOGGLE SWITCH */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }


.billing-factors-container {
    place-content: center;
    padding: 0;
}

.billing-period-container {
    place-self: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    display: flex;
}

    .billing-period-container .switch-label {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 14px;
    }

        .billing-period-container .switch-label.switch-label--selected {
            color: #DA202C;
            font-weight: bold;
        }

        .billing-period-container .switch-label:not(.switch-label--selected) {
            letter-spacing: .35px;
        }

.subscription-button-logo {
    display: inline-flex;
    align-items: center;
}

.subscription-button button {
    font-size: 20px;
}

.subscription-option-feature {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    align-items: center;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

    .subscription-option-feature > * {
        padding-left: 0px;
        padding-right: 0px;
    }

    .subscription-option-feature a {
        color: #da202c;
        font-style: italic;
        text-align: center;
    }

img.feature-image {
    height: 20px;
    margin-right: 10px;
}

.flex-dummy-2 {
    margin-right: auto;
    visibility: hidden;
}


/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 42%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DA202C;
    -webkit-transition: .4s;
    transition: .4s;
    height: 6px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        bottom: -4.5px;
        left: -6px;
        background-color: #c5c5c5;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #DA202C;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:not(:checked) + .slider:before {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}


/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.feature-comparison-chart-product-mobile-container {
    display: flex;
    flex-wrap: wrap;
}

.feature-comparison-chart-product--mobile {
    font-size: 12px;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    background-color: #da202c;
    border: 1px solid #da202c;
    width: fit-content;
    height: fit-content;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 2px;
    margin-right: 5px;
    white-space: nowrap;
    padding: 3px 5px 3px 5px;
}
/* Billing Type */
.billing-info:not(.selected) {
    display: none;
}

.subscription-subtext {
    color: grey;
}

    .subscription-subtext > div:not(.selected) {
        display: none;
    }


.subscription-buttons-container,
.feature-comparison-chart-container {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
}

    .subscription-buttons-container.loaded,
    .feature-comparison-chart-container.loaded {
        animation: fadein-content 1s;
        visibility: visible;
        opacity: 1;
    }

@keyframes fadein-content {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.feature-comparison-chart-container {
    margin-bottom: 40px;
}

.feature-comparison-chart-feature {
    padding: 5px 10px;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
}

    .feature-comparison-chart-feature:not(:last-child) {
        border-bottom: 1px solid lightgrey;
    }

.feature-comparison-chart-product .feature-comparison-chart-feature {
    place-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}

.feature-comparison-chart-feature-name {
    font-size: 16px;
    font-weight: bold;
    color: #da202c;
}

.feature-comparison-chart-feature-description {
    font-size: 14px;
}

.feature-comparison-chart-column-header {
    height: 50px;
    background: #414042;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1;
    padding-top: 7px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    margin-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.feature-comparison-chart-column-header-container {
    filter: drop-shadow(4px 4px 4px rgba(50, 50, 0, .65));
}

.feature-comparison-chart-column-container {
    box-shadow: 4px 4px 4px lightgrey;
    border: 1px solid lightgrey;
    display: flex;
    flex-direction: column;
    height: 100%;
}


.feature-comparison-chart-product-feature.feature-comparison-chart-product-feature--present {
    font-size: 14px;
    font-style: italic;
}

.feature-comparison-chart-product-feature feature-comparison-chart-product-feature--absent {
    color: grey;
    font-size: 20px;
}

.additional-subscription-options-header {
    font-size: 26px;
}

.additional-subscription-option.row {
    border: 2px solid black;
    margin: 20px 0;
    padding: 20px;
}

.additional-subscription-options-option-container {
    place-content: center;
}

.additional-subscription-options-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.additional-subscription-option-info {
    text-align: left;
}

.additional-subscription-option-name {
    font-weight: bold;
    font-size: 24px;
}

.additional-subscription-option-additional-content {
    margin-top: 20px;
}

button.additional-subscription-option-button {
    background-color: white;
    color: #da202c;
    border: 1px solid #da202c;
}

.additional-subscription-option-button-container {
    display: flex;
    align-items: center;
}

.existing-subscriber-login {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

    .existing-subscriber-login a {
        font-weight: normal;
    }

.subscription-disclaimer a {
    color: #da202c;
}

/* Feature Comparison Chart Manual Responsiveness */
@media (max-width: 1160px) {
    .feature-comparison-chart-feature {
        height: calc(120px - 4vw);
    }

    .feature-comparison-chart-column-header {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .feature-comparison-chart-feature {
        height: calc(135px - 4vw);
    }

    .feature-comparison-chart-product {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width:791px) {
    .feature-comparison-chart-column-header {
        height: 110px;
    }
}

@media (max-width: 650px) {
    .feature-comparison-chart-feature {
        height: calc(160px - 4vw);
    }
}

.feature-comparison-chart-column-header {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 576px) {
    .feature-comparison-chart-product-mobile-container {
        display: none !important;
    }
}
@media (max-width: 575px) {
    .feature-comparison-chart-container {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .feature-comparison-chart-product {
        display: none !important;
    }

    .feature-comparison-chart-column-header {
        height: 50px;
    }

    .feature-comparison-chart-feature {
        height: calc(155px - 4vw);
    }

    .choose-region-container {
        margin-top: 20px;
    }

    .most-popular-circle {
        left: -60px;
    }
}

.most-popular-circle-container {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 999;
}

.most-popular-circle {
    border: 6px solid #64dbde;
    border-radius: 50%;
    background-color: black;
    color: white;
    position: absolute;
    width: 70px;
    height: 70px;
    display: flex;
    align-items:center;
    text-align:center;
    font-weight: bolder;
    transform: rotate(10deg);
    font-size: 9px;
    line-height: initial;
    top: -18px;
    left: -50px;
}

.contact-us{
    margin-bottom: 20px;
}

.contact-us-message{
    font-weight: bold;
    font-size: 20px;
}

.contact-us-button {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 10px;
}

.subscription-landing-banner-image {
    width: 100%;
    min-height: 100px;
    object-fit: cover;
}

/* Digital / Print Options */
input.billing-option {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 1px;
    margin-left: 10px;
    border: 1px solid #636466;
    border-radius: 3px;
    cursor: pointer;
}

label[for="billing-option-print"] {
    font-size: 16px;
    color: #636466;
    cursor: pointer;
}

.billing-options {
    margin-top: 5px;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"]:checked + label[for="billing-option-print"] {
        font-weight: bold;
    }

    input[type="checkbox"] + label::before {
        content: "\2713";
        cursor: pointer;
        display: inline-block;
        height: 20px;
        width: 20px;
        border: 1px solid #636466;
        border-radius: 3px;
        text-align: center;
        line-height: 14px;
        margin-right: 3px;
        color: transparent;
        padding-top: 2px;
    }


    input[type="checkbox"]:checked + label::before {
        background-color: #f1f1f100;
        border-color: #000000;
        color: #f00;
    }


label[for="billing-option-print"]::before {
    margin-right: 5px !important;
}