.navigation-a .navigation__list--head, .navigation-a .navigation__list--head .navigation__list {
    justify-content: center;
}
.videoWrapperOuter {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.videoWrapperInner {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
}
.videoWrapperInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-testimonials .testimonials-d .testimonials-item--wrap {
    padding: 1.125rem 0rem 1.25rem;
}
.form .component__title-caption-wrap {
    padding-top: 0rem;
}
.staff-a--12 .staff__title-caption-wrap, .staff-a--6 .staff__title-caption-wrap {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
}
.phone__wrapper .socialmedia__list {
    margin: auto;
    display: block;
    padding-top: 5px;
}
.socialmedia__link {
    font: normal normal normal 14px/1 font-awesome!important;
    color: #ffffff!important;
}
.phone__number {
    font-size: 1.35rem;
}


@media only screen and (min-width : 1224px) {
.logo-a__img {
    max-width: 170%;
    margin-left: -121px;
}
}