.wrap__home-offer, .wrap__newsletter   {
    display:none;
}
.wrap__featuredarticles {
background:rgba(41, 48, 51, 0.95) url(../img/bg-repeat1.png) repeat;
}

.t_center {
    background:white;
    padding:20px;
}
.wrap__testimonials {
    background: white!important;
}
.testimonials .js-testimonials-layout-settings {
    background: #F3E9E9;
}
.home-layout .testimonials__title {
    color: #020202;
}
.wrap__locationContact {
    background: rgb(42 48 51) url(../img/bg-repeat1.png) repeat;
}
.map .component__title-caption-wrap {
    border-bottom: 2px solid rgb(255 255 255);
}
.map__title {
    color: #fff;
}
.socialmedia__title {
    color: #ffffff;
}
.map__caption {
    color: #ffffff;
}
.socialmedia .component__title-caption-wrap {
    border-bottom: 2px solid rgb(253 252 252);
}
.socialmedia .component__title-caption-wrap:after {
   background: #ffffff;
}
.map .component__title-caption-wrap:after {
    background: #ffffff;
}
.wrap__featuredblocks .featuredblock__title{
    font-size: 18px;
}

.testimonials__item .testimonials__content{
    font-size: 20px;
    line-height: 35px;
    margin:0;
    padding: 10px;
}

/*.testimonials__list .testimonials__item:not(:last-child){
	margin-bottom:0;
}*/

#readMoreLink{
    font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
    color: #278279;
}
.staff__item {
    background: #fff;
    padding: 35px;
    font-size: 15px;
    border-top: 5px solid #5f9a87;
    /*line-height: 20px;
    
    height:75vh;*/
}
.staff-member__description{
    /*padding: 0 85px 0 35px;*/
    font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    /*margin: 0 0 50%;*/
    width: 995px;
    max-width:100%;
}
.staff-member__name {
    font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.staff-member__position {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #adadad;
}
.staff-member__image{
    background-size:contain;
}
a.submit.cstm-btn {
    background: #ffffff;
    color: #5c9783;
    padding: 10px;
    border-radius: 10px;
}
.meet-staff-section {
    margin-left: auto;
    margin-right: auto;
    padding: 54px 260px 80px;
    position: relative;
    background: rgb(42 48 51) url(../img/bg-repeat1.png) repeat;
}
.meet-staff-section h2.staff__title {
    text-align: center;
    color: #fff;
}
.wrap__fullwidth {
    background: #F3E9E9 url(../img/bg-repeat1.png) repeat;
}

@media (max-width:1550px){
    .meet-staff-section{
            padding: 54px 16% 80px;
    }
}
@media (max-width:1200px){
.staff__item{
        padding: 18px;
}
.staff-member__description{
    width: auto;
    max-width: 90%;
    
}
}
@media (max-width:520px){
.meet-staff-section {
    padding: 54px 0 80px;
}

.staff-member__description{
width: auto;
    max-width: 90%;
}


.staff__item{
   margin-bottom: 50%;
}
    
}