.logo__summary {
    margin-top: 25px;
}
.slider__item {

    background: rgb(0 0 0 / 0%);
}
.wrap__socialmedia {
    box-shadow: 0 1px 6.5px 1px rgba(165, 131, 79, 0.13);
    /* background: linear-gradient(to right, rgba(165, 131, 79, 0.3) 0%, rgba(128, 202, 228, 0.3) 100%); */
    background: #80cae4!important;
}
.two-comps .wrap__grid_cols div[class*="wrap__grid_cols--"]:last-child:after, .two-comps--alt .wrap__grid_cols div[class*="wrap__grid_cols--"]:last-child:after {
    background: linear-gradient(50deg, rgba(165, 131, 79, 0.65) 0%, rgba(128, 202, 228, 0.65) 100%);
}
.wrap__fullwidth .wrap__header--bar--top {
    background: rgb(165 131 79);
}
.wrap__header--bar--bottom:before {
    background: #80cae4!important;
}
.staff_page__container--inner .staff-member__image {
    background-size: cover;
    background-position: top center;
}
.wrap__page-content h2{
    font-weight: 700;
}
.navigation:not(.mm-menu) .navigation__list > .navigation__item .opener {
    position: relative;
    left: 40px;
}
img.logo__image {
    width: 100%!important;
    height: auto!important;
    max-width: 530px!important;
}
.staff_home__container--inner .bx-viewport {
    height: 400px!important;
}
.staff_home__container--inner .staff-member__image {
    height: 350px;
    width: 350px;
}
.divmp{
    background: linear-gradient(50deg, rgba(165, 131, 79, 0.65) 0%, rgba(128, 202, 228, 0.65) 100%);
    margin-bottom: 60px;
}
.divmp h2 {
    margin-bottom: 15px;
}
.divmp .editable__container{
    padding: 10px;
} 
.featuredblock__item {
    width: 20%;
}
.featuredblocks {
    margin-top: 50px;
}
@media only screen and (min-width: 1025px){
.form .contact-form-columns .form-input-comments {
    left: auto;
}
}
@media (max-width:1024px){
    .staff_home__container--inner .staff-member__image {
        height: 300px;
        width: 300px;
    }
    .staff_home__container--inner .bx-viewport {
        height: 690px!important;
    }
    .wrap__fullwidth .wrap__header--bar--top {
        background: none;
    }
}
@media (max-width: 1024px){
.featuredblock__item {
    width: 50%;
}
}
@media (max-width: 767px) {
    .wrap__slider {
        background: rgba(0, 0, 0, 0.2);
    }
    .slider__text {
        top: 140px;
    }
}
@media (max-width: 767px){
.featuredblock__item {
    width: 100%;
    height: auto !important;
    border-style: none;
}
}