/* Testimonial page form, file upload field */
#gform_2 #field_2_9 {
    display: flex;
    flex-wrap: wrap;
}

#gform_2 #field_2_9 input {
    color: #403f3f !important;
    font-size: 17px;
}

.gform_drop_instructions {
    color: #403f3f;
}

#gform_2 li.gfield_error .ginput_container_consent {
    border: 2px #790000 solid !important;
    padding: 8px 11px;
}

.affiliations {
    background-color: #ededed;
    margin-top: 60px;
    padding: 45px 0;
    overflow: hidden;
}

.affiliations .slick-track {
    display: flex;
}

.affiliations .slick-slide {
    cursor: default;
    display: flex !important;
    height: auto;
    align-items: center;
    justify-content: center;
    margin: 0 25px;
}

.affiliations  .slick-list {
    margin: 0 -25px;
}

#welcome-section .content-wrap hr {
    display: none;
}

#welcome-section .content-wrap p {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 15px;
    margin: 0;
    background: linear-gradient(90deg, #b8860b, #ffd700, #fff2a8, #ffd700, #b8860b);
    position: relative;
}

#welcome-section .content-wrap p strong {
    display: block;
    background: #fff;
    padding: 40px;
}

#welcome-section .content-wrap p strong:before {
    content: "";
    position: absolute;
    inset: 25px;
    border: 2px solid #d4af37;
    pointer-events: none;
}

#main-footer .office-hours-wrap ul li {
    justify-content: unset;
}

#main-footer .office-hours-wrap ul li .day {
    flex: 0 0 130px;
}

#main-header .menu-bar #menu-header-menu li a {
    font-weight: 500;
}

#contact-details .contact-wrap a {
    font-weight: 600;
}

#main-footer h2 {
    font-weight: 600;
}
#main-footer .contact-details-wrap ul li p {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}
#main-footer .contact-details-wrap ul li a {
    font-size: 18px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    #main-footer .office-hours-wrap ul li {
        text-align: left;
    }
}

.affiliations {
    background-color: #FFF44F;
}

#main-footer .social-links:not(.title) li a {
    background-color: #0048ba;
}
.page-banner-section .page-title h1 {
    text-shadow: 1px 1px 10px #000;
}
a:hover, a:focus {
    color: #0048ba;
}
.footer-image {
    text-align: center;
}
.footer-image img {
    max-width: 400px;
    mix-blend-mode: multiply;
    text-align: center;
}
@media (max-width: 480px) {
    .footer-image img {
        max-width: 300px;
    }
}
#main-footer {
    padding: 95px 0 40px;
}
#testimonials-section p.auhtor {
    text-transform: uppercase;
}