#gm_form_185 input,select{
    border-bottom:1px solid #005B99;
    padding: 8px;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}

#gm_form_185 label {
    margin-top: 20px;
    display:block;
    font-family: Neo Sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgba(67,67,67,0.6);
}

#gm_form_185 [name^="mandatory_"] {
    font-size: 12px;
    color: #ff0000;
    display: none;
}

#gm_form_185 input[type=submit] {
    width: 100px;
    padding: 13px;
    margin-top: 20px;
    font-size: 17px;
    color: #ffffff;
}

#gm_form_185 .selectric-wrapper{
    z-index: inherit;
}

#gm_form_185 .selectric-wrapper .selectric-items{
    z-index: 2;
}

#gm_form_185 [name="mandatory_OptIn"],
#gm_form_185 [name="mandatory_preferencePostal"],
#gm_form_185 [name="mandatory_PreferenceSMS"],
#gm_form_185 [name="mandatory_PreferencePhone"]
{
    margin-top: 0px;
}