
.wrap__page-content a {
    color: #c68a1c;
}


img.logo__image {
    max-width: 400px;
    height: auto !important;
}

a.cta__button {
    /* appearance: none; */
    width: 100%;
    /* max-width: 300px; */
    float: left;
    border: 0;
    text-transform: uppercase;
    /* margin: 15px 0 0; */
    color: #fff;
    background: #0b5922;
    /* display: inline-block; */
    font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
    background: #a47c3b;
    -webkit-font-smoothing: antialiased;
    /* line-height: 1; */
    padding: 12px 15px;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
}
#page-staff h1.page__title{
    text-align: center;
}
/* .staff__item:only-child {
    width: 100%;
}
.staff-member__description {
    max-height: fit-content!important;
    overflow-wrap: inherit!important;
}
.staff-member__text {
    max-width: 75%;
}
.staff__item:only-child .staff-member__text {
    width: 100%;
}
.staff-member__image {
    min-height: 250px;
} */
.staffdv{
    padding: 0 20px;
}
.staffdv img{
    float: left; 
    margin: 0px 20px 10px 0px;
    max-width:220px;
    width:100%;
    filter: drop-shadow(black 5px 5px 6px);
}
.cta_team__container.cta__container {
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.staff_home__container--inner .staff-member__name, .staff-member__prefix {
    display: inline-block;
}
.staff_home__container--inner .staff-member__position {
    text-align: center;
}
.staff_home__container--inner .staff-member__description.is-truncated {
    max-height: 100px!important;
}
.staff_home__container--inner .staff-member__text {
    max-width: 500px;
    width:100%;
}
@media(max-width:519px) {
    .wrap__logoHeader--inner .logo__link .logo__image {
        max-width: 200px;
    }
}
