#ambetterleadform {
    background-color: @light-white;
    padding: 5px;
    label {
        color: @black;
        .required {
            color: @dark-grey;
        }
    }
    .contact-header {
        color: @dark-grey;
        font-size: 1.2em;
        font-weight: 400;
    }
    .contact-header.method {
        margin-bottom: 10px;
    }
}

/* For A/B Testing the ALF preferred contact radio buttons*/

.alfHide {
    display: none;
}