/* RFI SLATE FORM EMBED */
 .rfi-form .wysiwygContent>.form_container {
     padding: 20px 30px;
     border: 5px solid #695981;
     border-radius: 5px;
}
 .rfi-form .form_container p {
     font-weight: 400;
}

.rfi-form .form_container input {
 -webkit-appearance: auto !important;
}

 @media (min-width: 768px) {
     .rfi-form .form_container p {
         font-size: 1.1rem;
    }
}
 .rfi-form .form_container .form_header > .form_label {
     background: #e3d5c4;
     background-color: #e3d5c4;
     text-transform: uppercase;
}
 .rfi-form .form_container .form_label {
     font-weight: 600;
     letter-spacing: .5px;
     font-size: 17px;
}
 .rfi-form input[type='text'], .rfi-form input[type='email'], .rfi-form input[type='tel'], .rfi-form input[type='checkbox'], .rfi-form input[type='radio'], .rfi-form select, .rfi-form textarea {
     border: 2px solid #444;
}
 .rfi-form input[type='text'], .rfi-form input[type='email'], .rfi-form input[type='tel'], .rfi-form .form_checkbox {
     width: 80%;
}
 .rfi-form input[type='radio'], .rfi-form input[type='checkbox'] {
     height: 20px;
     width: 20px;
     accent-color: #2b134e;
}
 .rfi-form .form_checkbox {
     width: 80% !important;
}
 .rfi-form select {
     margin-bottom: 10px;
}
 .rfi-form fieldset > div.form_label {
    /*background-color: #e4e4e4;
     text-transform: uppercase;
     */
     max-width: 800px;
     margin-bottom: 10px;
}
 .rfi-form a.default, button.default {
     background-color: #e5a34a;
     font-weight: bold;
}
 .rfi-form button.default {
     padding: 5px 35px;
     text-transform: uppercase;
     letter-spacing: .5px;
     border: none;
     cursor: pointer;
}
 .rfi-form .no-touch ul.action a.default:hover, .rfi-form .no-touch button.default:hover, .rfi-form .no-touch input[type=button].default:hover, .rfi-form .no-touch input[type=submit].default:hover {
     background-color: #d59744;
}
 .rfi-form h5 {
     font-weight: 400;
}