
.navigation-a .navigation__item--link {
    font-size: 14px;
}
.section__bg--dark-3::before {
    background-color: #8f231d;
}

.btn-primary {
    color: #fff!important;
    background-color: #90b626;
    border-color: #90b626;
    text-decoration: none!important;
    border-radius: 0;
}
.btn-primary:hover {
    color: #fff!important;
    background-color: #72911c;
    border-color: #74941c;
}
.section__bg--dark-8::before {
    background-color: #6b8922;
}
.cstm-combine .cta {
    padding: 0px;
}
.cstm-combine .component__button--1 {
    margin-top: 0;
}
.socialmedia {
    padding: 0;
}

.staff-member__name .staff-member__first-last {
    font-family: "Heebo", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    color: #953730;
}

.staff-b--12 .staff__item .staff-member__text-wrap {
    padding-top: 0;
}




@media (min-width: 1200px){
.tile, .card {
    background: white;
    padding: 0;
}
}



/* nave_header columns size */
@media (min-width: 992px){
    #id_290d10bf-9f57-5a18-9a06-8c01af03d3c9 .col-lg-2,
    #id_79ffa457-e1d8-504a-9159-d24b44a5d823 .col-lg-2,
    #id_f3c093c2-e64d-55b8-9c26-477dd49e222a .col-lg-2,
    #id_8bb6ab1d-3a7d-5765-8e25-59534401123d .col-lg-2
    {
        flex: 0 0 20%;
        max-width: 20%;
    }
    #id_290d10bf-9f57-5a18-9a06-8c01af03d3c9 .col-lg-7,
    #id_79ffa457-e1d8-504a-9159-d24b44a5d823 .col-lg-7,
    #id_f3c093c2-e64d-55b8-9c26-477dd49e222a .col-lg-7,
    #id_8bb6ab1d-3a7d-5765-8e25-59534401123d .col-lg-7
    {
        flex: 0 0 54%;
        max-width: 54%;
    }
}



