.staff-member__image {
    background-size: cover;
    background-position: top;
}
.slider .bx-wrapper .bx-controls {
    display:none;
}
.tcenter {
    text-align: center;
}
.width200 {
    max-width: 200px;
    width: 100%;
}
.clr {
    clear: both;
}
.clrinit {
    clear: initial !important;
}
#officehours-page tr td:first-child {
    width: 120px;
}
#officehours-page, #officehours-page tr, #officehours-page td {
    padding: 0;
    margin: 0;
    border: 0;
}
.videoWrapper-outer {
    max-width: 640px;
    margin: 0 auto;
    display: block;
}
.videoWrapper-inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-layout .embedcode_contact__container {
    padding: 30px 0;
}
.reviewtable {
    display: block;
    margin: 0 auto;
}
.reviewtable, .reviewtable tr, .reviewtable td {
    padding: 0;
    line-height: 1px;
}
.reviewtable a {
    margin-left: -7px;
}
.reviewus {
    width: 51px !important;
    height: 51px !important;
}
.reviewus:hover {
    opacity: 0.5;
}



@media (max-width: 1024px) {
.slider .align-center.align-center, .slider__text.align-center {
    transform: none;
    margin:auto;
}
.wrap__slider--inner {
    min-height: 430px;
}

}

/* MEDIA QUERIES ONLY */
@media(min-width: 768px) {
    .tbl-row {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 50%;
    }
    .tbl-row .col-xs-12.col-md-4 {
        width: 33%;
        padding: 5px;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 767px) {
    .tbl-row {
        display: block;
    }
    .tbl-row .col-xs-12.col-md-4, .tbl-row .col-xs-12.col-md-6 {
        width: 100%;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}