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

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