@font-face {
    font-family: "Source Sans Pro";
    src: url("../font/source-sans-pro/SourceSans3-VariableFont_wght.ttf");
}

header {
    padding: 0;
    margin: 0;
}

.logo-header {
    height: 60px;
}

#swoosh-image {
    content: url("../img/product-hero-swoosh-bg-adjusted-desktop.png");
    background-repeat: no-repeat;
    color: white;
    display: block;
    width: 100%;
    margin-top: -350px;
}

#intrarosa-product-img {
    content: url("../img/product_combined_lg.svg");
    background-repeat: no-repeat;
    color: white;
    display: block;
    width: 100%;
}

.form-control {
    border-radius: 15px;
    border-color: black;
}

.enrollment-input-wrapper {
    margin-bottom: 20px;
}

.savings-program-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
}

.savings-title {
    color: #bf2a66
}

.welcome-big {
    color: #bf2a66;
    font-size: 32px;
}

.leaf-image {
    margin-top: -5px;
    margin-left: -60px;
}

hr {
    border: 10px;
    color: #bf2a66;
    background-color: #bf2a66;
    height: 12px;
    opacity: 0.95;
}

#medicare-checkbox {
    width: 25px;
    height: 25px;
    border-color: #000000;
}

.form-check-label {
    padding-left: 10px;
    font-size: 20px;
}

.header-border {
    background-image: linear-gradient(to right, #eb5097, #5e58a2);
    border: 5px;
    height: 5px;
    opacity: 0.95;
}

#intrarosa-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#intrarosa-wrap a {
    font-weight: normal;
    font-size: 12px;
}

.pre-terms {
    font-weight: bold;
    font-style: italic;
}

a {
    color: #bf2a66;
    text-decoration: none;
}

.header-links {
    list-style: none;
}

.privacy-policy {
    color: #bf2a66;
    text-decoration: underline;
}

#auth-coupon {
    background-color: #ECECEC;
    padding: 50px !important;
    border-width: 0;
}

#not-eligible-wrapper {
    display: none;
    font-size: 24px;
}

#we-sorry {
    color: #bf2a66;
    font-weight: bold;
}

#thank-you-print-wrapper {
    display: none;
    align-items: center;
    font-size: 24px;
}

#loading-icon-wrapper svg {
    display: block;
    margin: auto;
}

#print-coupon-pdf-wrapper {
    display: none;
}

#thank-you {
    color: #bf2a66;
    font-weight: bold;
}

#download-pdf-btn {
    color: #FFFFFF;
    background-color: #dc4481;
    padding: 20px 30px 20px 30px;
    font-weight: bold;
}

.auth-comms-radio,
.confirm-details-radio {
    display: flex;
}

.auth-comms-radio input,
.confirm-details-radio input {
    border-color: #000000;
    border-width: 1px;
}

#comms-yes-wrapper, #detail-yes-wrapper {
    margin-right: 60px;
}

.comms-radio-wrapper, .comms-radio-wrapper input, .comms-radio-wrapper label,
.details-radio-wrapper, .details-radio-wrapper input, .details-radio-wrapper label {
    cursor: pointer;
}

.error-msg {
    display: block;
    width: 100%;
    color: red;
}

#swoosh-image {
    content: url("../img/product-hero-swoosh-bg-adjusted-desktop.png");
    background-repeat: no-repeat;
    color: white;
    display: block;
    width: 100%;
    margin-top: -350px;
    z-index: -99 !important;
}

.auth-details {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

span {
    color: #ff1d43
}

#submit-coupon-btn {
    padding: 20px 20px 15px 30px;
    color: #FFFFFF;
    background-color: #dc4481;
    font-weight: bold;
    border-radius: 15px;
}

.forward-arrow {
    content: url("../img/right-arrow.svg");
    margin-left: 50px;
    max-height: 30px;
    max-width: 30px;
}

footer {
    background-color: #ECECEC;
}

#eligible-header {
    color: #bf2a66;
    font-size: 32px;
    font-weight: bold;
}

.bottom-row {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 60px;
}

.bottom-link-container a {
    padding: 5px;
}

#privacy-link::after {
    content: ' | ';
    color: #bf2a66;
    text-decoration: none;
}

#tac-bullets li {
    margin-bottom: 10px;
}

#tac-bullets a {
    color: black;
}

@media only screen and (max-width: 1240px) {
    .leaf-image {
        margin-left: 0;
    }
}

@media only screen and (max-width: 840px) {
    .leaf-image {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    #swoosh-image {
        content: url("../img/product-hero-swoosh-bg-adjusted-mobile.svg");
    }
}

@media only screen and (max-width: 600px) {
    #medicare-checkbox-label {
        width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .header-links {
        margin: 0;
        height: 32px;
        line-height: 32px;
        list-style: none;
        display: inline-flex;
        background: #f1f1f2;
        border-radius: 0 0 20px 20px;
        font-size: 12px;
        padding: 0 32px;
        align-items: center;
    }

    .header-links li {
        display: list-item;
    }

    .micro-links::after {
        content: '|';
        color: #bf2a66;
        text-decoration: none;
        padding: 0px 3px;
    }
}