﻿.offer-boilerplate {
    font-family: "lato";
}

.offer-grid-body {
    padding: 25px 24px 0px;
}

@media (max-width: 600px) {
    .offer-grid-body {
        padding: 25px 0;
    }
}

.offer-grid-text {
    font-size: 14px;
    line-height: 24px;
    color: #363636;
}

.offer-grid-header {
    font-size: 40px;
    margin-bottom: 24px;
    color: #000000;
    line-height: 1;
}

.offer-grid-subheader {
    font-weight: 400;
    font-size: 20px;
    max-width: 82%;
    margin: 0 auto;
    color: #000000;
}

.offer-boilerplate-divider {
    display: none;
}

.offer-grid-list {
    margin-top: 45px;
    justify-content: space-between;
}

.offer-grid-list-item {
    padding: 0;
    -webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2);
    background-color: #fff;
    border-radius: 30px;
    min-width: 30%;
    min-height: 570px;
}

.offer-grid-list-item-wrapper {
    padding: 25px;
}

.offer-grid-list-item:first-child {
    margin-left: 0;
}

.offer-grid-list-item:last-child {
    margin-right: 0;
}

.offer-grid-list-item-title {
    color: #008c6f;
    font-size: 35px;
    line-height: 1.5;
    text-align: left;
    font-weight: 600;
}


.offer-grid-list-item-price {
    display: block !important;
    padding-bottom: 25px;
    color: #000000;
    font-size: 22px;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #000;
}

    .offer-grid-list-item-price::before,
    .offer-grid-list-item-price::after {
        display: none;
    }

    .offer-grid-list-item-price::before {
        display: none;
    }

    .offer-grid-list-item-price::after {
        display: none;
    }

.offer-grid-list-item-benefit {
    padding-top: 10px;
}

.offer-grid-info .info-item {
    text-align: left;
    margin: 20px 0 20px 35px;
    font-weight: normal;
    position: relative;
}

.offer-grid-info .info-item-bullet::before {
    content: "";
    position: absolute;
    display: block;
    border-color: #008c6e;
    border-style: solid;
    border-width: 0 4px 4px 0;
    height: 1em;
    transform: rotate(45deg);
    width: 11px;
    left: -30px;
    top: 0px;
}

.offer-grid-info .info-item .info-item-text {
    color: #000000;
    font-size: 20px;
    line-height: 22px;
    text-align: left;
}

.offer-grid-highlight-text {
    color: #fff;
    background-color: #e9135b;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
}

.unbutton {
    margin: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    outline: 0;
    border: 0;
}

.boilerplate-button {
    padding: 35px 0px !important;
    font-family: "lato";
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #ffffff !important;
    background-color: #008c6e;
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    text-transform: uppercase;
}

    .boilerplate-button::after {
        content: "";
        background-image: url('data:image/svg+xml,%3Csvg width=\'12\' height=\'9\' viewBox=\'0 0 12 9\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M7.5 0l-.7.7L10.1 4H0v1h10.1L6.8 8.3l.7.7 4.3-4.3.2-.2-.2-.2L7.5 0z\' fill=\'rgb(255, 255, 255)\'/%3E%3C/svg%3E');
        height: 20px;
    }

    .boilerplate-button:hover::after, .boilerplate-button:focus::after {
        width: 22px;
        margin-left: 5px;
    }

.offer-grid-upgrade {
    width: 100%;
}

@media (max-width: 600px) {
    .offer-grid-upgrade {
        max-width: 100%;
    }
}

.offer-grid-footer {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 0 24px;
}

@media (max-width: 600px) {
    .offer-grid-footer:first-of-type {
        padding: 0;
    }
}

.offer-grid-newsletter {
    display: flex;
    align-items: stretch;
    -webkit-box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 25px rgba(50, 50, 50, 0.2);
    border-radius: 30px;
    justify-content: space-between;
}

    .offer-grid-newsletter span:first-of-type {
        background: #008c6f;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        padding: 15px 20px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offer-grid-newsletter span:last-of-type {
        background: #fff;
        color: #111;
        font-size: 20px;
        font-weight: 400;
        padding: 15px 20px;
    }

    .offer-grid-newsletter a {
        flex: 0;
        background: #5a5a5a;
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        padding: 15px 20px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 600px) {
    .offer-grid-newsletter {
        flex-direction: column;
        margin: 0 35px;
    }

        .offer-grid-newsletter span:first-of-type {
            width: 100%;
            border-radius: 0;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
        }

        .offer-grid-newsletter a {
            width: 100%;
            border-radius: 0;
            border-bottom-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }
}

.offer-grid-magazine {
    font-size: 20px;
    margin: 20px 0;
    display: block;
}

    .offer-grid-magazine a {
        color: #008c6f;
    }

.modal a.button, .modal a.button:visited, .modal button.button {
    background-color: #008c6e;
}

    .modal a.button:hover, .modal button.button:hover {
        background-color: rgb(0 140 110 / 65%);
    }

    .modal a.button:focus, .modal button.button:focus {
        background-color: rgb(0 140 110 / 65%);
        outline: 2px auto rgba(66,139,202,.5);
        outline-offset: 3px;
    }

    .modal a.button:active, .modal button.button:active {
        background-color: rgb(0 140 110 / 65%);
    }

.promo-code-component .promo-code-input-wrapper input::placeholder {
    color: #008c6f;
}

.custom-checkbox .checkmark {
    border: 1px solid #008c6f;
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: rgb(0 140 110 / 65%);
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #008c6e;
}
