#recaptcha-branding {font-size: x-small;}
#recaptcha-branding a {color:#007EA3;}
.grecaptcha-badge { visibility: hidden;}

.edit-warning {
    background: #ae6042;
    color: #fff;
    padding: 1em;
}
.edit-warning h2{
    color: #fff;
    letter-spacing: 0.01rem !important;
    font-weight: bold !important;
}
#showForm {
    display: none;
}
.show {
    display: block !important;
}
.hide1 {
    display: none;
}
label {
    font-weight: 700;
}
.blue-header {
    color: #002856;
    letter-spacing: 0.01rem !important;
    font-family: "jaf-bernino-sans", sans-serif;
    font-weight: bold !important;
}
input#badgeNumber {
    margin-bottom: 0;
}
.help-text {
    margin-top: 0 !important;
    font-size: 0.8125rem;
    font-style: italic;
    color: #002856;
}
.required-text {
    color: red;
    font-size: .75em;
}
#submitForm {
    border-radius: 0.5em;
    color: #fff;
    background: #002856;
}
#submitForm:hover {
    background: #4e738a;
}
#recaptcha-branding {
    padding: 0 1.5em !important;
}
@media screen and (max-width: 1200px) {
    #content .page-header h1 {
        font-size: 2em;
        letter-spacing: .005em;
    }
}