/* --------------start of custom css----------------- */
.testimonials__title, .testimonials__caption, .staff__title , .staff__caption, .staff-member__description{
    text-align: center;
}

a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
}

.image_left {
    float: left;
    margin: 0 10px 10px 0;
}

.image_right {
    float: right;
    margin: 0 0 10px 10px;
}

.image_center {
    margin: 10px auto;
    display: block;
}

.image_left, .image_right, .image_center {
    max-width: 100%;
}

.t_center, .t_center h1, .t_center h2 {
    text-align: center!important;
}

#officeHours {
    margin: 10px auto 20px;
    table-layout: none!important;
    max-width: 330px;
    border: none;
}

#officeHours tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#officeHours th,#officeHours td {
    border: none;
    padding: 0;
}

#officeHours td {
    padding: 2px 5px 2px 0;
}

#officeHours caption {
    text-align: left;
    font-weight: 600;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.videoWrapper--item {
    width: 560px;
    max-width: 100%;
    margin: auto;
    display: block;
}

/* --------------end of custom css----------------- */
/* ----------------- media queries----------------------- */
@media (min-width: 768px ) {
    .wrap__featuredblocks .featuredblocks__list {
        width: auto;
        margin: 0;
    }

    .wrap__featuredblocks .featuredblocks__list:last-child {
        margin-right: 0;
    }

    .wrap__featuredblocks .featuredblocks__list {
        float: none;
        flex-wrap: wrap;
        float: none;
    }

    li.featuredblock__item.hasicon {
        float: left;
        width: 31.33%!important;
        margin: 0 0 4.6%;
    }
}

@media (max-width: 767px) {
    .image_left,.image_right {
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

/* --------------end of media queries----------------- */
