#payment-btn {
    text-align: right;
}

.slider__item {
    background-size: cover;
}

.tcenter {
    text-align: center;
}
.width300 {
    max-width: 300px;
}
.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 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider__image--fixed:before {
    background: rgba(18, 35, 80, 0.2);
}
.logo__summary {
    max-width: 300px;
}

.staff_wrapper {
    clear:both;
    min-height:210px;
    margin-bottom:2rem;
}

.staff_wrapper h2 {
    font-style: normal;
    font-size: 20px;
    color: #122350;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.staff_wrapper img {
    float:left;
    width:200px;
    height:auto;
    margin-right:15px;
}

.staff_wrapper p {
    margin-bottom:10px;
}


@media (max-width:768px){
    .staff_wrapper {
        text-align:center;
    }
    
    .staff_wrapper img {
        float:unset;
        margin-right:0;
        margin-bottom:10px;
    }
}

@media(max-width: 1024px) {
    header p.location__address {
        display: none;
    }
    header p.location__city-state-zip {
        display: none;
    }
}
@media(min-width: 768px) {
    .wrap__form.alt .form .wrap__group {
        flex-wrap: wrap;
    }
    .wrap__form.alt .form__group:nth-last-child(n+5), .wrap__form.alt .form__group:nth-last-child(n+5) ~ .form__group {
        flex: 0 1 30%;
    }
    .form__group.form-input-message {
        flex: 0 1 96.2%!important;
        top: 10px;
        margin:0px!important;
    }
    .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-9 {
        width: 66.66%;
        padding: 0 5px 0 0;
    }
    .tbl-row .col-xs-12.col-md-3 {
        width: 33.33%;
        padding: 0 0 0 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-3, .tbl-row .col-xs-12.col-md-6, .tbl-row .col-xs-12.col-md-9 {
        width: 100%;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}

@media (max-width: 500px){
.logo__link.logo__left .logo__image {
    width: 125px!important;
    margin-right:20px;
    float:none;
}
}