.vitals-popup-content-wrapper {
    background-color: #70c4e8;
}

#vitals_popup .vitals-popup-content-container {
    max-width: 600px;
}

.vitals-popup-cta {
    background-color: #03537f;
    color: #fff;
    border: 1px solid #03537f;
}

.vitals-popup-cta:hover {
    background-color: #0273a5;
    color: #fff;
    border: 1px solid #0273a5;
}

#vitals_popup.type_discount_capture .vitals-popup-discount-code {
    background-color: #03537f;
    color: #FFFFFF;
}

#vitals_popup .vitals-popup-title {
    color: #fff;
}

.vitals-popup-description {
    color: #fff;
}

#vitals_popup.type_clickthrough .vitals-popup-btn-dismiss {
    margin-top: 1.5rem;
    color: #FFFFFF;
    font-family: sans-serif;
}

#vitals_popup .vitals-popup-close svg {
    fill: #FFFFFF;
}

@media (max-width: 750px) {
    #vitals_popup .vitals-popup-content-container {
        max-width: 500px;
    }
}

@media (max-width: 650px) {
    #vitals_popup .vitals-popup-content-container {
        max-width: 450px;
    }
}

@media (max-width: 550px) {
    #vitals_popup .vitals-popup-content-container {
        max-width: 350px;
    }

    .vitals-popup-form-container {
        margin-top: 0;
    }

    #vitals_popup.type_clickthrough .vitals-popup-btn-dismiss {
        margin-top: 1rem;
    }
}

@media (max-width: 450px) {

    #vitals_popup .vitals-popup-content-container {
        max-width: 100%;
    }
}
