#header nav a[href="/contact"] {
    color: var(--active-menu);
    /* border-bottom: 3px solid white; */
}

#contact {
    color: black;
    margin-bottom: 3em;
}

.formContainer {
    background-color: var(--banner-red);
    background-color: var(--red2);
    width: 90%;
    padding: 2.3em 2em;
    font-size: 0.8em;
}

.field {
    background-color: var(--white);
}

form .data {
    flex-grow: 1;
    padding-bottom: 1em;
}

form .data .field {
    margin-bottom: 1.8em;
}

form .message {
    flex-grow: 4;
}

.message textarea {
    height: 100%;
}

form .actions {
    margin: auto;
    padding: initial;
    margin-top: 1em;
}

form .info {
    color: white;
    border-left: 2px solid white;
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.1em;
}

.info.v-large {
    display: none;
}

.info.v-small {
    display: block;
    margin-top: 2em;
}

.g-recaptcha {
    margin-top: 2em;
}

@media screen and (max-width: 390px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.policy li {
    list-style: none;
    padding-bottom: 0;
}

.policy li label {
    margin-bottom: 0;
}

.checkbox-holder {
    display: inline-flex;
    color: white;
    line-height: 2.3em;
    align-items: center;
    margin-top: 1em;
}

.checkbox-holder a {
    padding-left: .5em;
    padding-right: .5em;
    display: contents;
    text-decoration: underline;
}

.checkbox-holder input {
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    -ms-appearance: auto;
    z-index: 1;
    opacity: 1;
    /* font-size: 1em; */
    vertical-align: middle;
    margin: 0 1em 0 0;
    height: 1.3rem;
    width: 1.3rem;
}
