.editable ul { 
    clear: left;
}
.editable ul + *, .editable ol + * {
    clear: inherit;
}
.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: inherit !important;
}


.wrap__header--inner header .wrap__location-socialmedia .wrap__location-socialmedia--inner {
    background-color: #2f165e;
    background: linear-gradient(0deg, #2f165e 0%, #442087 100%);
}


.featuredblock__icon .icon {
    color: #2f165e;
    border: 2px solid #2f165e;
}
.featuredblock__item .featuredblock__button {
    color: #ffffff;
    background-color: #2f165e;
}
@media (min-width: 1025px){
.featuredblock__item {
    width: 33%;
    margin-left: 0.25%;
}}


.wrap__contact {
    background: linear-gradient(0deg, #2f165e 0%, #442087 100%);
}

.wrap__footer--inner footer .footer--bottom {
    background-color: #1a0c35;
}
.staffPic {
    width: 240px;
    float: right;
    margin: 0px 0px 10px 10px;}

@media (max-width: 767px) {
.staffPic {
    float: none;}
}


.wrap_testimonials {
    box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -webkit-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    -moz-box-shadow:3px 1px 19px -3px rgba(0,0,0,.75);
    width:95%;
    margin:25px;
}
.wrap_testimonials_inner {
    margin:0 auto;
    padding:35px 35px;
    background:rgba(255,255,255,.5);
    text-align:center;
}

@media (max-width: 767px) {
.wrap_testimonials {
  width: 100%;
  margin: 0;
}
}