/*-------------------------------------------------------------------------
 = Pricing Options
 --------------------------------------------------------------------------*/
 #pricing-container {
    padding-top: 35px;
 }

 #pricing-container h2 {
    margin-bottom: 0;
}

#main #pricing-container.page-width {
    margin: 40px auto 0;
}

.block-container #options-section {
    padding-top: 0;
}

#options-section {
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 20px 0 30px;
    width: 70%;
}

#options-section li {
    background: #e1f2f9;
    box-sizing: border-box;
    color: #115f83;
    flex: 1;
    margin: 0 15px;
    text-align: center;
}

.options #non-join .banner {
    color: #fff;
    display: block;
    line-height: 2.25rem;
    position: relative;
}

.options #non-join .banner-optionone {
    background-color: #fff;
    color: #115f83;
}

.options .pricing-container {
    padding: 10px;
}

/*-------------------------------------------------------------------------
 = JL Bundle Options
 --------------------------------------------------------------------------*/
#options-section.--jl-bundle {
    display: grid;
    grid-template-rows: 40px auto;
    grid-template-columns: repeat(3, 1fr) 1px 1fr 1fr;
    gap: 1rem;
    overflow: visible;
    width: 100%;
}

#options-section.--jl-bundle .payment-option__banner {
    min-height: 0;
    width: 100%;
}

#options-section.--jl-bundle .payment-option__banner div {
    background-color: #115F83;
    color: white;
    font-family: "Museo Slab Medium 300", serif;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

#options-section.--jl-bundle li.bundle__divider {
    background:#4EAED6;
    height: 100%;
    width: 1px;
}

#options-section.--jl-bundle li.bundle__divider.--top {
    height: 200%;
}

#options-section.--jl-bundle li:not(.payment-option__banner) {
    width: 100%;
}

#options-section.--jl-bundle  .payment-option__banner.--standard {
    grid-column: 1 / 4;
}
#options-section.--jl-bundle  .payment-option__banner.--bundle {
    grid-column: 5 / 6;
}

#options-section.--jl-bundle .promo-image_bundle.--desktop {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    grid-column: 6 / 7;
    grid-row: 1 / 3;
    justify-content: center;
    margin-bottom: 16px;
}

#options-section.--jl-bundle .promo-image_bundle.--desktop img {
    height: 100%;
    max-height: 164px;
    max-width: 164px;
    object-fit: contain;
    width: 100%;
}

#options-section.--jl-bundle li {
    background: transparent;
    margin: 0;
    position: relative;
}

#options-section.--jl-bundle li .join-pricechoice {
    background: #e1f2f9;
    min-height: 150px;
    height: 100%;
}

#options-section.--jl-bundle li.options .price {
    font-weight: bold;
}

#options-section.--jl-bundle li.options.--bundle-option .copy {
    font-size: 14px;
}

#options-section.--jl-bundle li.options.--bundle-option button,
#options-section.--jl-bundle .promo-image_bundle.--desktop button {
    background-color: transparent;
    color: #115F83;
    cursor: pointer;
    font-family: var(--base-font-sans-serif-300);
    font-size: 1.125rem;
    margin: 10px auto 0;
    padding: 7px;
    text-decoration: underline;
}

#options-section.--jl-bundle li.options.--bundle-option img,
#options-section.--jl-bundle li.options.--bundle-option button {
    display: none;
}

#bundle-info-modal {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

#bundle-info-modal .modal__wrapper {
    background-color: #e1f2f9;
    box-sizing: border-box;
    display: block;
    height: max-content;
    margin: 25px auto;
    max-width: 760px;
    padding: 50px;
    position: relative;
    width: 100%;
}

#bundle-info-modal .modal__wrapper .modal__body header {
    display: flex;
    align-items: start;
    gap: 10px;
}

#bundle-info-modal .modal__wrapper .modal__body .reduction::after {
    content: "\0025";
}

#bundle-info-modal .modal__wrapper .modal__body .modal__close {
    background-color: transparent;
    flex-shrink: 0;
}

#bundle-info-modal .modal__wrapper .modal__body #agi-video {
    height: 0 !important;
    padding-top: 56.25%;
}

#bundle-info-modal .modal__wrapper .modal__body .divider {
    background: #4EAED6;
    display: block;
    height: 1px;
    width: 100%;
    margin: 20px 0;
}

#bundle-info-modal .modal__wrapper .modal__body svg {
    max-height: 35px;
    height: 100%;
    max-width: 250px;
    margin: 40px 0 20px;
    width: 100%;
}

#bundle-info-modal .modal__wrapper .modal__body ul li .title {
    font-weight: bold;
    margin-bottom: 5px;
}

#bundle-info-modal .modal__wrapper .modal__body h3 {
    font-family: "Museo Slab Medium 300", serif;
    font-weight: bold;
    margin: 50px 0 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 970px) {
    #options-section.--jl-bundle {
        display: grid;
        grid-template-rows: 40px auto 1px 40px auto;
        grid-template-columns: repeat(6, auto);
    }

    #options-section.--jl-bundle .payment-option__banner.--standard {
        grid-row: 1 / 1;
        grid-column: 1 / 7;
    }

    #options-section.--jl-bundle li.options .join-pricechoice {
        padding: 30px 20px;
        height: fit-content;
    }

    #options-section.--jl-bundle li.options {
        grid-column: span 2;
        grid-row: 2 / 2;
        max-width: 300px;
        margin: 0 auto;
    }

    #options-section.--jl-bundle .promo-image_bundle.--desktop,
    #options-section.--jl-bundle li.bundle__divider {
        display: none;
    }

    #options-section.--jl-bundle .payment-option__banner.--bundle {
        grid-column: span 6;
    }

    #options-section.--jl-bundle li.options.--bundle-option {
        grid-column: span 6;
        grid-row: 5 / 5;
        margin: 40px auto;
        place-items: center;
    }

    #options-section.--jl-bundle li.options.--bundle-option .copy {
        font-size: 1rem;
    }

    #options-section.--jl-bundle .promo-image_bundle.--mobile {
        display: inline-block;
        grid-row: 5 / 5;
        grid-column: span 3;
    }

    #options-section.--jl-bundle li.options.--bundle-option img,
    #options-section.--jl-bundle li.options.--bundle-option button {
        display: block;
    }

    #options-section.--jl-bundle li.options.--bundle-option .payment-option-container {
        position: relative;
    }

    #options-section.--jl-bundle li.options.--bundle-option img {
        position: absolute;
        top: -40px;
        right: -40px;
        height: 100px;
        width: 100px;
        pointer-events: none;
        z-index: 10;
    }
}

@media screen and (max-width: 750px) {
    #options-section.--jl-bundle {
        display: flex;
        flex-direction: column;
        width: 97%;
    }

    #options-section.--jl-bundle li.options {
        width: 80%;
    }

    #options-section.--jl-bundle .payment-option__banner.--bundle {
        order: 1;
    }

    #options-section.--jl-bundle li.options.--bundle-option {
        order: 2;
    }

    #bundle-info-modal .modal__wrapper {
        width: 95%;
    }
}

/*= Price and Percent
 --------------------------------------------------------------------------*/

#non-join .price,
#options-section li .percent {
    font-size: 1.25rem;
}

#non-join .price {
    color: #115f83;
    margin-top: 10px;
}

#options-section li .percent {
  border-top: 1px solid #115f83;
  color: #115f83;
  margin-top: 15px;
  padding-top: 10px;
}

.old-offer {
    text-decoration: line-through;
}

.offer-duration {
    text-transform: capitalize;
}

.promo-image img {
    margin-top: 20%;
}

/*-------------------------------------------------------------------------
 = Mobile Styling
 --------------------------------------------------------------------------*/


@media only screen and (max-device-width: 950px) {
    #options-section {
        width: 80%;
    }
}


@media only screen and (max-device-width: 680px) {
    #pricing-container {
        padding-top: 0;
    }

    .block-container #options-section {
        flex-wrap: wrap;
        gap: 25px;
        padding:20px 10px;
    }

    #options-section li {
        flex-basis: 100%;
    }
}

@media only screen and (max-device-width: 600px) {
    .pricing-container h2 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {

    .join-pricechoice .promo-image-mobile {
        position: absolute;
        left: -14px;
        top: -20px;
        max-width: 60px;
        width: 100%;
        object-fit: contain;
        display: block;
        transform: rotate(-10deg)
    }

    #options-section li {
        margin: 0px 10px;
    }

    #options-section li.pps_source {
        margin: 20px 30px;
    }

    .join-pricechoice .radio-button {
        position: relative;
    }
}