.section__bg--dark-1::before {
    background-color: #135917;
}
.section__bg--light-2::before {
    background-color: #edf2fa;
}
.section--light .component__button--2 {
    border: 1px solid #135917 !important;
    background-color: #135917 !important;
}
.section--light .component__subtitle, .section--light .phone__number, .section--light .editable__container h2, .section--light .editable__container h3 {
    color: #135917;
}
.flexslider .slides > li a.cta__button.component__button--2 {
    display: inline;
}
.section--light .socialmedia__link {
    background: #1e591c;
}
.section-copyright .copyright__link, .section-copyright #copyright__link {
    color: #1e591c;
}
.mobileHeader-logoImg {
    min-height: 140px;
}
.staff-b .staff-member__name {
    margin-top: 0;
}
span.staff-member__first-last {
    color: #1e591b;
    font-weight: 900;
    font-size: 20px;
}











@media (min-width: 992px) {
.cstm_header .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cstm_header .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}
.phone__wrapper a .phone__number {
    font-size: 20px;
}
}