.hidden {
    display: none;
}
section.contact-form-box-section > .row {
    flex-wrap: wrap;
}
#contact input.form-control,
#contact select.form-control,
#contact div.uploader {
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #014956 !important;
    max-width: unset !important;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#contact textarea.form-control {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #014956 !important;
    max-width: unset !important;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#contact .contact-form-box .col-md-9 {
    padding-left: 0;
}

#contact div.uploader span.filename {
    border: 0;
}

#contact div.uploader {
    padding-right: 0;
}

#contact div.uploader span.action {
    height: 38px !important;
    top: -7px;
    position: relative;
    right: -26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contact .box {
    box-sizing: border-box;
    padding: 15px;
    z-index: 3;
    position: relative;
}

.contact-hours-section {
    position: relative;
    z-index: 2;
    margin-bottom: -50px;
}

.contact-hours-section:before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    z-index: -1;
}

#contact .page-subheading {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 0;
}

#contact .contact-form-box label {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
}

#contact select.form-control {
    background-position: right 5px top 15px;
}

#customcontactpage {
    font-size: 18px;
    line-height: 34.5px;
}

.custom-text-content p,
.custom-text-content {
    font-size: 18px;
    line-height: 14px;
}

#contact div.uploader {
    max-width: 307px !important;
}

#contact #submitMessage {
    font-size: 18px;
    line-height: 24px;
    width: 250px;
}

.contact-form-box fieldset {
    border: none;
}