@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
.logo-a__image {
    background-color: white;
    border-radius: 10px;
    padding: 6px;
}
.section.banner-nav .navigation__item--link {
    color: #000000;
}
.section.banner-nav .phone__number {
    color: #000000 !important;
}
p.logo-a__title.component__title {
    background-color: #da57b5;
    padding: 10px;
    border-radius: 5px;
}
.phone__wrapper .socialmedia__list {
    margin: auto;
    display: block;
    padding-top: 5px;
}
.banner .banner-text__title--extraLarge {
    font-size: 3.825rem;
    line-height: 3.825rem;
}
.section-blade .blade-a--12 .blade-a__bg {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}
.staff__title-caption-wrap.row .col-sm-12 {
    padding-left: 0px;
}
.staff-a--12 .staff__title-caption-wrap, .staff-a--6 .staff__title-caption-wrap {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.staff-a--12 .staff-member__text-wrap, .staff-a--6 .staff-member__text-wrap {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.staff__title.component__title {
    padding-bottom: 22px;
}
.form .component__title-caption-wrap {
    padding-top: 0rem;
}
.hours {
    padding-top: 2.125rem;
    padding-bottom: 1.125rem;
}
.hours .row {
    margin-bottom: 0.875rem;
}
.hours-a__schedule .hours-a__schedule--border {
    text-align: center !important;
    padding: 0 0px;
}
.section-copyright .copyright__container, .section-copyright #copyright__container {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
}
.homeed__container.editable__container a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1c1b1b !important;
}
.homeed__container.editable__container h2 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}
.socialmedia {
    padding: 2.125rem 0;
}
@media (max-width: 767px){
img {
    max-width: 100% !important;
    margin: auto !important;
    width: 100% !important;
    float: none !important;
    height: auto !important;
    display: block;
    }      
}

.contact-us-im .section--dark .form__group .input_container select {
    color: #9B9B9B;
}


.contact-us-im .section--dark .form__group .input_container select:focus-visible {
    color: #000;
}

.contact-us-im .section--dark .form__group .input_container select > option:nth-child(1) {
    color: #9B9B9B !important;
}

.contact-us-im .section--dark .form__group .input_container select > option {
    color: #000 !important;
}