:root {
    --color2-white: white;
}

/* color */
.section .phone__wrapper .phone__title,
.section-banner .banner .banner-text__title--large,
.section--dark .component__title,
.section-map .map-a .map-search__location b,
.section--dark .staff-member__position {
    color: var(--color2-white) !important;
}
/* h1 h2 h3 */
.section h1, .section h2, .section h3, .section h4, .section h5, .section h6 {
    color: #6a1b19 !important;
}

/* main nav */
body .section--dark .navigation__item--link:hover {
    color: white;
}

/* banner */
.section-banner .banner > div:not(.banner-a) .component__subtitle {
    max-width: none;
}

/* stickybar */
.ple_module_sticky::before {
    background-color: #837c6a;
}
.section.section__bg--dark-4 .navigation__item.has-drop-down ul a:hover {
    color: white;
}

/* link in h2 */
.main-content .editable__container h2 a {
    font-size: 1.5625rem;
    line-height: 1.6875rem;
    font-family: "Karla", sans-serif !important;
}
@media screen and (max-width: 767px) {
    .main-content .editable__container h2 a { 
        font-size: 1.25rem;
        line-height: 1.375rem;
    }
}

/* footer */
.disclaimer__content span[style="float: right;"] {
    display: none;
}