#contactformstyles .errorfield{border:1px solid red}#contactformstyles .errormessage{color:red}#contactformstyles h2{font-size:1.2rem !important;margin-bottom:1rem !important;color:#555}#contactformstyles{font-size:0.9rem;color:#222}#contactformstyles p{margin-bottom:1rem}
    #contactformstyles label {
        color: #222;
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

#contactformstyles input:not([type="radio"]), #contactformstyles select {display:block;margin-top:.5rem;width:33%;min-width:31rem;max-width:35rem}
#contactformstyles textarea{display:block;margin-top:.5rem;border-color:#ccc;width:50rem;min-width:31rem;max-width:100%;min-height:4rem;margin-bottom:20px}
#contactformstyles .action-button{margin-top:1rem}
#contactformstyles .ui-selectmenu-button{position:relative;top:1rem;left:1rem}
#contactformstyles #contact-preference{margin-top:.5rem}
#contactformstyles #contact-preference li{display:inline-block;width:33%;min-width:31rem;max-width:35rem}#contactformstyles #contact-preference li input:not([type="radio"]){width:100%}#contactformstyles #contact-preference li input[type="radio"]{vertical-align:middle}

.action-button {
    display: inline-block;
    text-align: center;
    background-color: #29abe2;
    padding: .6rem;
    border: 0;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    width: 180px;
    height: 40px;
    text-decoration: none;
}
.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
}
.voxgov-logo {

    position: relative;
    display: inline-block;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 4rem;
    margin: 1.2rem 0 0;

    background: url(/images/logo.svg) no-repeat;
}



button {
    margin-top: 1rem;
    cursor: pointer;
    margin: 0;
    overflow: visible;
}

#contactformstyles input.extraUsers {
    display: inline;
    width: 15%;
    min-width: 10rem;
    max-width: 20rem
}
.usercheck {
    display: none;
}