﻿
.contact-header {
    font-size: 3rem;
    text-align: center;
}

@media only screen and (max-width: 1020px) {
    .contact-header {
        font-size: 2.125rem;
    }
}

@media only screen and (max-width: 768px) {
    .contact-header {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 35px;
    }
}

.form-section {
    background-image: url(/images/contact_backgrnd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    margin: 35px 0 30px;
    background-color: black;
}


.form-row .flex-column {
    margin: 0 15px 0 0;
    flex-basis: 16%;
}

@media screen and (max-width: 900px) {
    .form-row .flex-column {
        margin: 0;
        /*        flex-basis: 28%;
*/
    }
}

@media screen and (max-width: 1300px) {
    .form-row .flex-column {
        flex-basis: 28%;
    }
}



form .contact-field {
    margin-bottom: 22px;
}

    form .contact-field input, .contact-field select, .contact-field textarea {
        width: 100%;
        font-size: 0.9375rem;
        padding: 0px 14px;
    }


/*form p {
    margin: -5px 755px 24px;
}*/

form input, form select {
    height: 41px;
}

form textarea {
    flex-grow: .5 !important;
    padding-top: 8px !important;
}

section option {
    padding: 2px 10px;
}

.contact-send{
    border: none;
    padding: 0 20px !important;
    text-align:center;
}

.required {
    width: 650px;
}


*, *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.otherlocations .contact-header:after {
    content: "";
    display: block;
    width: 238px;
    margin: 4px auto 0;
    border-bottom: 2px dotted #47372a;
}

.bus-location {
    flex-basis: 33.3%;
    margin: 0 0 55px;
}

    .bus-location p {
        width: 95%;
    }

.bus-location-title {
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.bus-location-address, .bus-location dl {
    line-height: 1.3;
    color: #757575;
    font-size: 0.9375rem;
}

    .bus-location dl dt {
        float: left;
        margin: 0 5px 0 0;
        color: #000000 !important;
    }

.bus-location a {
    color: #006a72 !important;
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (max-width: 650px) {
    .form-row {
        flex-direction: column;
    }

        .form-row .flex-column {
            width: 100%;
            align-self: center !important;
        }

    .text-contact-us {
        font-size: 1.5rem;
        line-height: 30px;
    }

    .form-section.contact-us {
        padding: 40px 20px;
    }

    form .contact-field {
        margin-bottom: 24px;
        padding: 0 10px;
    }

        form .contact-field input {
            height: 44px;
        }

    .otherlocations .contact-header {
        font-size: 2.25rem;
    }

    .bus-location {
        flex-basis: 100% !important;
        padding: 0 30px;
    }
    .contact-send {
        width:calc(100% - 20px);
        margin-left:10px;
    }
}