@font-face {
    font-family: "Roboto";
    src: url("../font/Roboto-VariableFont_wdth_wght.ttf") format('truetype');
}

body {
    font-family: "Roboto";
    color: #231F20;
    background: #f6f6f6;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#footer-section {
    margin-top: auto;
}

/*global header footer*/
.top-head-sec {
    background-color: #03838c;
    height: 36px;
    display: flex;
    align-items: center;
}

.txt-bl a {
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: baseline;
    justify-content: end;
}

.txt-bl {
    justify-content: flex-end;
    display: flex;
}

.txt-bl a {
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding-top: 0px;
    font-weight: 900;
    text-decoration: underline;
    font-family: "Barlow", sans-serif;
}

.txt-bl img {
    margin-left: 6px;
    margin-top: -2px;
}

.footer-copay {
    padding: 46px 0 57px;
    background: #03838c;
    margin-top: 50px;
    font-family: "Barlow", sans-serif;
}

.footer-desc.copyright {
    font-size: 10px;
    color: #fff;
    margin-top: 20px;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding-left: 25px;
}

.social-link-top {
    border-bottom: 1px solid #35a781;
    padding-bottom: 0px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding-left: 0px;
}
.social-link-top p {
    color: #fff;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
}

.social-link li {
    color: #fff;
    margin-right: 16px;
    list-style-type: none;
}

.footer-links ul li a {
    color: #fff;
    background: url("../img/icon-link-out-blue.png") no-repeat right bottom;
    font-size: 12px;
    padding-right: 18px;
    text-decoration: underline;
    background-size: 10px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
}

.footer-links {
    display: flex;
    padding-left: 0px;
}

.footer-links li {
    list-style-type: none;
    margin-bottom: 8px;
}

.footer-links ul {
    margin-left: 0px;
    padding-left: 0px;
}

.copyright p {
    font-weight: 600;
}

/*global header footer*/
.head-main img {
    max-width: 320px;
    margin: 30px auto;
    display: block;
}

#intro-txt-wrap h1 {
    font-size: 21px;
    color: #0098a6;
    margin-bottom: 5px;
}

.footer {
    padding-top: 40px;
    background-image: linear-gradient(#f6f6f6, #fdfdfd);
}

.section-wrap,
.section-wrap-no-offset {
    background: #fff;
    padding: 40px 60px;
    margin: 40px 0 0;
}

.tandc-txt h3 {
    color: #0098a6;
    font-size: 19px;
}

.elig-criteria {
    padding-top: 40px;
}

.elig-li-txt {
    position: relative;
    left: 10px;
}

.elig-criteria li {
    list-style-type: none;
    position: relative;    /* It's needed for setting position to absolute in the next rule. */
}

.elig-criteria li::before {
    content: '•';
    position: absolute;
    left: -0.8em;          /* Adjust this value so that it appears where you want. */
    font-size: 0.9em;      /* Adjust this value so that it appears what size you want. */
}

.tandc-txt ul li a {
    text-decoration: none;
    color: #231F20;
}

.section-wrap h3,
.section-wrap-no-offset h3 {
    font-size: 21px;
    color: #0098a6;
}

.section-wrap h3 {
    transform: translateX(-10px);
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;

    left: 0;
    position: absolute;

    border-radius: 50%;

    width: 26px;
    height: 26px;

    cursor: pointer;
    outline: none;
    aspect-ratio: 1;
    padding: 0.2rem; /* gap */
    color: #0098a6;
    border: 1px solid #999;
    transition: border-color 0.3s ease;

    margin-top: -6px; /* center radio on text - if font-size changes, this needs to change */
}

input[type="radio"]:before {
    border: 2px solid red;
}

input[type="radio"]:checked {
    background: currentColor content-box;
    border: 1px solid #0098a6 !important;
}

.lbl-do-you-have-coupon .form-choice {
    display: flex !important;
    flex-wrap: wrap;
    /* width: 100%; */
    align-items: center;
    margin-bottom: 0px !important;
}

.lbl-do-you-have-coupon-wrap,
.lbl_govsponslblcss {
    width: 100%;
    flex: 1 1 auto;
}

.radio-btn-div {
    margin-right: 32px;
    margin-top: 10px;
}

.govsponslbl .lbl_govsponslblcss .govsponslblcss {
    font-size: 16px;
    line-height: 22px;
}

.lbl_govsponslblcss {
    width: 100%;
    flex: 1 1 auto;
}

.govsponslbl .form-choice {
    display: flex !important;
    flex-wrap: wrap;
}

button.form__element {
    outline: none;
}

form {
    display: block;
}

.form-question-spacer,
#form-question-spacer-1,
#form-question-spacer-2 {
    margin-bottom: 50px;
}

#form-question-spacer-1,
#form-question-spacer-2 {
    display: none;
}

.form__element .govsponslbl:not(:last-child) {
    border-bottom: 1px solid #979797;
    padding-bottom: 30px;
}

.inner-sec-form.govsponslbl.border0 {
    border: 0;
}

.lbl-do-you-have-coupon {
    background: #f2f2f2;
    padding: 40px 25px;
    position: relative;
}

.lbl-do-you-have-coupon label.govsponslblcss {
    font-size: 18px;
}

#grp_number_input,
#member_id_input {
    padding-left: 5px;
}

.digi-copaywrapper {
    background: #f2f2f2;
    margin: 60px 0 0px;
    padding: 50px 25px;
    position: relative;
    display: none;
}

.inner-sec-form label {
    font-size: 16px;
    color: #231F20;
}

.form-textbox__input {
    width: 100%;
    max-width: 540px;
    height: calc(1.5em + 0.75rem + 2px);
}

.form-btn {
    background-color: #0098a6;
    color: #fff;
    min-width: 155px;
    height: 40px;
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 26px;
}

.ribbon-icon {
    height: 42px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -12px;
}

.tandc-txt ul li {
    line-height: 180%;
}

.form__element__validation-error {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    color: #e9322d;
}

.couponNo {
    display: flex;
    flex-direction: column;
}

.crx-wl-print-card {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 177px;
}

.privacystat {
    color: #0098a6;
    text-decoration: underline;
}

.privacystat:hover {
    text-decoration: underline;
    color: #0098a6;
}

.copay-content-center h3 {
    font-size: 34px;
    line-height: 46px;
    color: #0099a6;
    margin-bottom: 20px;
    font-weight: 900;
}

.formWrapper.copay-content-center p {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.warning-icon {
    width: 90px;
    margin-bottom: 20px;
}

.copay-form-submit {
    background-color: #0099a6;
    padding: 15px;
    font-size: 30px;
    line-height: 20px;
    color: #fff;
    border: 0;
    margin-bottom: 30px;
    font-weight: 600;
}

.btn-submit {
    display: none;
    margin-top: 30px;
}

.btn-submit button {
    position: relative;
}

.form-btn span {
    margin-top: 4px;
}

.form-btn img {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    position: relative;
    display: inline-block;
}

.common-validation {
    display: none;
    margin-top: 10px;
}

.common-validation img {
    width: 30px;
    margin-top: -5px; /* center icon on text */
}

.common-validation #please-fill-out {
    display: inline-block;
    font-size: 20px;
    color: #e11936;
    font-weight: 600;
    margin-left: 15px;
}

.break-wrd {
    word-break: break-word !important;
}

.radio-btn-div label {
    padding-left: 38px;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    line-height: 22px;
    display: flex;
    align-items: center;
    font-weight: normal;
}

#print-btn {
    margin-top: 30px;
    margin-bottom: 30px;
}

#no-printer-wrapper {
    border-top: 1px solid #35a781;
    padding-top: 30px;
}

#thankyou-coupon-activated-section,
#not-eligible-section,
#thankyou-print-coupon,
#already-enrolled-section,
#old-card-section,
#grp-not-found-section,
#memberid-not-found-section,
#api-error-section {
    color: #575858;
}

#already-enrolled-section .section-wrap-no-offset,
#old-card-section .section-wrap-no-offset {
    text-align: center;
    font-size: 21px;
}

#exclamation-img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 100px;
}

#already-enrolled-section h3,
#old-card-section h3,
#grp-not-found-section h3 {
    font-size: 28px;
    text-align: center;
    margin: auto;
}

#already-enrolled-section,
#api-error-section a {
    text-decoration: underline;
    color: #0098a6;
}

#already-enrolled-date {
    display: block;
}

.back-to-homepage-btn,
#access-program-btn-dt,
#access-program-btn-mb {
    min-width: 250px;
    margin: auto;
    margin-top: 30px;
}

#access-program-btn-dt {
    min-width: 350px;
}

#access-program-btn-mb {
    height: 70px;
    display: none;
}

#access-program-btn-mb div {
    text-align: left;
    display: inline-block;
}

#access-program-btn-mb img {
    height: 30px;
    width: 30px;
    margin-top: -25px;
}

@media (max-width: 991px) {
    /* global footer */
    .footer-links {
        display: flex;
        padding-left: 0px;
        flex-direction: column;
    }
    .footer-links .col-lg-6 {
        padding-left: 0px;
    }
    .footer-links ul {
        margin-left: 0px;
        padding-left: 0px;
        margin-top: -8px;
    }

    .warning-icon {
        width: 70px;
    }

    .copay-content-center h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .formWrapper.copay-content-center p {
        font-size: 17px;
        line-height: 24px;
    }

    .copay-form-submit {
        font-size: 22px;
        line-height: 31px;
    }

    .copay-form-submit .submit-icon {
        width: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .section-wrap,
    .section-wrap-no-offset {
        padding: 20px;
    }

    .copyrightWrap .row {
        flex-direction: column-reverse;
    }

    .copyrightWrap .row img {
        margin-bottom: 20px;
    }

    .copyrightWrap .row .col-md-7 {
        text-align: center;
    }

    .copyrightWrap ul {
        justify-content: center;
    }

    .copyrightWrap .row .col-md-7 a {
        white-space: nowrap;
    }

    /*global header footer*/
    .bl-logo img {
        width: 100px;
    }
    .txt-bl a {
        font-size: 8px;
    }
    /*global header footer*/
}

@media only screen and (max-width: 450px) {
    #access-program-btn-dt {
        display: none;
    }

    #access-program-btn-mb {
        display: block;
    }
}

@media only screen and (max-width: 350px) {
    .head-main img {
        width: 98%;
    }
}

@media only screen and (min-width: 576px) {
    .thankyou-example-card-img {
        max-width: 400px;
    }

    #already-enrolled-date {
        display: inline-block;
        margin-left: 30px;
    }
}