img.logo__image {

filter: drop-shadow(1px 1px 1px #ffff);
-webkit-filter: drop-shadow(1px 1px 1px #ffff);

}


.wrap__fullwidth .wrap__header--bar--top { 
    /*position: relative; 
     height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; */
    background-image: url(/storage/app/media/dreamstime_xxl_78435132.jpg);
    background-position: 50% 70%;
    background-size: cover;
}

.wrap__fullwidth .wrap__header--bar--top::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 18%);
}
.featuredblock__title {
    margin:0;
}
.featuredblock__item:nth-child(4n+1) {
    background: #b5a04a;
}
.tabs-nav .cta {
    padding: 20px;
}
.tabs-nav .cta a.cta__button {
    font-size: 20px;
    text-align: center!important;
    display: block;
    text-transform: uppercase;
}
.tab-container .wrap__cta__staff-tab .cta{
    background-color: #b5a04a;
}
#breadcrumbs ul li a, .articles__breadcrumbs a{
    color: #e68d26 !important;
}
.location__address, .location__address2, .location__city-state-zip, .location__phone, .location__phone a, .location__fax, .location__fax a {
    color: #292928;
}

@media (max-width: 1024px){
    .location__address, .location__address2, .location__city-state-zip, .location__phone, .location__phone a, .location__fax, .location__fax a {
        color: #fff;
    }
}

@media (max-width: 519px){
    img.logo__image {
        width: 100% !important;
        height: auto !important;
    }
    .location__address, .location__address2, .location__city-state-zip, .location__phone, .location__phone a, .location__fax, .location__fax a {
        font-size: 16px;
    }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
.wrap__home .wrap__logoHeader {
    background: rgb(80 80 80 / 85%);
}
}