#wrap_home .wrap__page-content {
    width: 100%;
    max-width: 100%;
}
/* --- logo changes ---- */
.logo__summary {
    max-width: 300px;
}
.logo__title, .logo__description, .location__phone,
.slider__title, .slider__caption {
    text-shadow: 1px 1px 3px black;
}
.logo__link.logo__left .logo__image {
    filter: drop-shadow(1px 1px 3px black);
}
/* ---END OF logo changes */

.wrap__featuredarticles .staff__container .bx-wrapper {
    padding: 0 5px 36px;
}
.wrap__featuredarticles .staff-member__name {
    margin-bottom: 10px;
    float: left;
    max-width: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.wrap__featuredarticles .staff-member {
    padding: 32px 20px 20px;
}
.wrap__featuredarticles .staff__container .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 50%;
    max-width: 1300px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 750px;
}

.d3cp_feature_wrap {
    width: 100%;
}
#D3cpWidget {
    width: 100%;
}

/* .wrap__fullwidth .wrap__testimonials--inner {
    height: 1770px;
    overflow: hidden;
} */
.testimonials__content {
    text-align: center;
    font-weight: normal!important;
}
li.testimonials__item {
    padding-bottom: 50px;
}

img.dd-right {
    width: 100%;
    max-width: 500px;
    display: block;
    text-align: center;
    margin: 0 auto!important;
}









@media(min-width: 767px) {
    .slider__text {
        top: 70%;
    }
}