.wrap__testimonials--inner {
    text-align: center;
}
.float-right {
    float:right;
    margin-left:20px;
}
.float-left {
    float:left;
    margin-right:20px;
}
.align-center {
    text-align:center;
}
.dental-service-image {
    width:50%;
    float:left;
}
.clearfix::after {
    clear:both;
    display:table;
    content:"";
}
.service-images {
    width:360px;
    margin:0px auto;
}
.col-2 {
    width:50%;
    float:left;
}
.col-7 {
    width:65%;
    float:left;
}
.col-5 {
    width:35%;
    float:left;
}
.hours-table {
    width:300px!important;
}
.hours-table td {
    border-bottom:none;
}
.logo__summary {
    text-align:center;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.wrap__form.wrap__exclusive-offer-form {
    display:none;
}

.wrap__newslettersignup--inner .form__group {
    float: none;
    width: 100%;
    margin-right: 0px;
}

/* staff page */
.staff_new__container--inner.staff__container--inner .staff__item{
    width: 320px;
    max-width: 100%;
    margin: 10px;
}
.staff_new__container--inner.staff__container--inner ul{
    padding:0;
}
    .staff_new__container--inner.staff__container--inner .staff{
        text-align: center;
    }
.staff_new__container--inner.staff__container--inner .staff-member{
    display: inline-block;
        text-align: center;
}
.staff_new__container--inner.staff__container--inner .staff-member__image-wrapper, .staff_new__container--inner.staff__container--inner .staff-member__text, .staff_new__container--inner.staff__container--inner .staff__item:nth-child(n + 5){
    float: none!important;
}

.staff_new__container--inner.staff__container--inner .staff-member__image-wrapper{
    width: 100%;
    height: 320px;
}
.staff_new__container--inner.staff__container--inner .staff-member__text{
	width:100%;	
}
.staff_new__container--inner.staff__container--inner .staff-member__name {
    font-weight: bold;
    font-size: 20px!important;
}
@media (min-width: 320px) and (max-width: 767px){
    .staff_new__container--inner.staff__container--inner .staff-member__image{
        min-height: unset;
    max-width: unset;
    }
}
@media(max-width:767px) {
    .service-images {
        width:100%;
    }
    .dental-service-image img {
        height:auto!important;
    }
    .col-2,
    .col-7,
    .col-5 {
        width:100%;
        float:none;
    }
    .wrap__locations-header .locations__title {
        display:none;
    }
    .staff_new__container--inner.staff__container--inner .staff__item{
        margin:10px auto;
    }
}