#wpforms-conversational-form-page {
    background-color: #00253b !important;
}

.wpforms-title, #wpforms-conversational-form-page h1, #wpforms-conversational-form-page h2, #wpforms-conversational-form-page h3 {
    color: #fff!important;
    font-size: 36px !important;
    font-weight: 700 !important;
    font-family: 'Hanken Grotesk', sans-serif !important;
    text-transform: uppercase !important;
}

.wpforms-description {
    line-height: 1.6em;
    font-size: 18px !important;
    margin: 0 auto;
    color: #d7e6f3;
    font-family: 'Hanken Grotesk';
    font-weight: 300!important;
}

#wpforms-conversational-form-page .wpforms-field-label, #wpforms-conversational-form-page .wpforms-conversational-form-footer-progress-status {
    font-family: 'Hanken Grotesk', sans-serif;
}

.wpforms-description a {
    color: #ff3a6f;
    text-decoration: none;
}
.wpforms-description a:hover {
    color: #e62a5c;
}
.wpforms-description ul li {
    list-style: circle !important;
    list-style-position: inside !important;
    font-size: 16px;
}
#wpforms-conversational-form-page .wpforms-field-payment-coupon-button, #wpforms-conversational-form-page .wpforms-conversational-btn, #wpforms-conversational-form-page .wpforms-submit, #wpforms-conversational-form-page .wpforms-confirmation-container button, #wpforms-conversational-form-page .wpforms-confirmation-container-full button {
    background-color: #ff3a6f !important;
    color: rgba(255,255,255,1) !important;
    text-transform: uppercase;
    font-family: 'Hanken Grotesk', sans-serif;
    letter-spacing: 0.02em;
}
button.wpforms-conversational-btn-start.wpforms-conversational-btn:hover {
    background-color: #e62a5c !important;
}
.wpforms-conversational-form-btn-desc {
    display: none !important;
}

#wpforms-conversational-form-page .wpforms-conversational-form-footer {
    background-color: #001521!important;
    }

#wpforms-conversational-form-page .wpforms-conversational-form-footer-progress-completed {
    background-color: #ff3a6f!important;
}

#wpforms-conversational-form-page .wpforms-field-checkbox li:not([class*="-choices-item"]) label:before, #wpforms-conversational-form-page .wpforms-field-radio li:not([class*="-choices-item"]) label:before, div.wpforms-container div.wpforms-uploader {
        border-color: #ff3a6f!important;
}


#wpforms-conversational-form-page .wpforms-field-checkbox li.wpforms-selected label:before, #wpforms-conversational-form-page .wpforms-field-radio li.wpforms-selected label:before {
    background-color: #ff3a6f !important;
    color: #fff !important;
    border-color: #ff3a6f !important;
}

#wpforms-conversational-form-page .wpforms-field-label .wpforms-required-label {
    color: #ff3a6f;
}

div.wpforms-container-save-resume .wpforms-save-resume-confirmation, div.wpforms-container-save-resume .wpforms-save-resume-confirmation.message, #wpforms-conversational-form-page .wpforms-error-container {
    color: #00253b !important;
    background-color: #fff;
    font-family: 'Hanken Grotesk', sans-serif;
    padding: 2em;
}

#wpforms-conversational-form-page div.wpforms-container .wpforms-save-resume-actions .wpforms-field .wpforms-save-resume-label, #wpforms-conversational-form-page div.wpforms-container .wpforms-save-resume-actions .wpforms-field .wpforms-save-resume-shortcode {
        color: #00253b;
}

#wpforms-conversational-form-page {
    padding-bottom: 10em;
}

