.blade-a .blade__media img, .blade-a .blade__media video {
    object-fit: contain;
    box-shadow: none;
}
.sticky-background-img {
	background-attachment: fixed;
}
.cta__button {
    margin-top: 10px !important;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: #ffffff;
}
.alias-featuredblocks_services br {
    display: none !important;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__title {
    margin-bottom: 0px !important;
}
.stacked {
    padding-bottom: 30px !important;
}
.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%;
}
.form__container--inner .input_container input, 
.form__container--inner .input_container textarea {
    background: #FFF;
    color: #333;
    transition: all 0.3s;
    border-color: #f2f2f2;
    border-radius: 8px;
    padding: 0px 8px;
    line-height: 1;
    height: 36px;
    font-size: 1rem;
    border: 2px solid;
    width: 100%;
    margin: 5px 0;
}
.btn.submit {
    background-color: #f26223;
    color: #fff !important;
}
.section--dark .cta__button.component__button--1 {
    color: #ffffff;
}
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button, 
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__button--icon, 
.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__cta .cta__link--icon {
    color: #ffffff;
}
.alias-cta_appointment .cta__button {
    margin-top: 0px !important;
}
.testimonials-a .testimonials-item-wrapper {
    flex-direction: column !important;
}
.alias-staff .staff-member__name-wrapper {
    text-align: center;
}
.alias-staff .cta__button {
    margin: 0 auto !important;
}

.gmap-distance{
    display: none !important;
}

.component-phone__item-wrapper {
    margin-top: 0;
}

.d-none.d-sm-none.d-md-block .col-lg-4.col-sm-12.section__column-1 {
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
}

.d-none.d-sm-none.d-md-block .col-lg-6.col-sm-12.section__column-2 {
    flex: 0 0 55%;
    max-width: 55%;
}

.bladeimagesmall img{
    top: 30px !important;
    position: sticky !important;
    height: 50% !important;
}

.overridestaffhome .staff-member__image{
    max-height: 342px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .d-none {
        display: none !important;
    }
}