.slider__button a {
    border: 2px solid #00539d;
    color: white;
    background: #00539d;
}
.patient_testimonials__container a.cta__button:hover {
    background: #003a6e;
}
.home-layout.wrap__layout .testimonials-item--source {
    color: white;
}
.wrap__form.horizontal .form form {
display: block;
}
.wrap__form.horizontal .form .form__group {
width: 32%;
padding: 0 0 15px;
display: inline-block;
    margin: 0px 5px;
}
.wrap__form.horizontal .form__group.form-input-message {
    width: calc(96% + 20px);
}
.wrap__form.horizontal:before{
    top:0px;
}
.wrap__form.horizontal .form .submit {
    margin: 0 auto;
}
.scrollActive .wrap__header .wrap__header-area:after {
    background: #0182c4;
}
.wrap__header-top {
    background: #00539d;
}
.navigation:not(.mm-menu) .navigation__item a {
    color: white;
}
.scrollActive .wrap__header .wrap__header-area {
    display: none;
}
.navigation:not(.mm-menu) .navigation__list--sub .navigation__item a {
    background-color: #0182c4;
}
.navigation:not(.mm-menu) .navigation__list--sub .navigation__item a:hover {
    background-color: #003a6e;
}
.wrap__footer {
    background: #0182c4;
}
.wrap__page a[class*="__button"] {
    border: 2px solid #00539d;
    background-color: #00539d;
}
h2.hours__title {
    text-align: center;
}
.fullwidth-layout .staff-member__image {
    height: 225px;
    width: 225px;
}
.cstm_col2.officeRight {
    width: 70%;
    float: right;
}
.cstm_col2.officeLeft {
    float: left;
    width: 30%;
}
.cstm_col2 table, .cstm_col2 table tr td {
    border: none;
    display: inline-block;
    padding: 0;
}
table#officeHours caption {
    text-align: left;
    font-weight: 900;
}
h4.featuredblock__title {
    text-align: center!important;
}
.left_column {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
div.right_vid {
    float: right;
    margin: 10px;
    width: 30%;
    text-align: center;
    border: 7px solid white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.7);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.7);
    box-shadow: 0px 0px 10px rgba(0,0,0,.7);
}












@media(min-width: 1201px){
.wrap__form.horizontal .form__group.form-input-comments {
    width: calc(96% + 20px);
}
}

@media(max-width: 1200px){
    .wrap__form.horizontal .form .form__group{
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
.contact-form-columns .form-input-comments {
    left: unset!important;
    height: 270px;
}
}
@media (max-width: 1024px){
p.location__city-state-zip, p.location__address {
    display: none;
}
.wrap__locationsHeader {
    position: fixed;
    top: 15px;
    right: 10px;
}
.wrap__logoHeader--inner {
    margin: 0 auto;
}
.cstm_col2.officeRight,.cstm_col2.officeLeft {
    width: 50%;
}
.wrap__locationsHeader .location a {
    color: white;
}
}
@media (max-width: 767px){
img.align-right, img.align-left {
float: none!important;
}
.wrap__slider .slider__title, .wrap__slider .slider__caption {
    text-align: center!important;
}
.cstm_col2.officeRight,.cstm_col2.officeLeft {
    width: 100%;
}
div.right_vid {
    width: 80%;
    float: unset;
    margin: 20px auto;
}
}
@media (max-width: 519px){
.logo__link.logo__left .logo__image {
    margin-right: 0!important;
    max-width: 100%;
    height: auto!important;
}
div.right_vid {
    width: 95%;
}
}