.gradient-bg.section__bg--dark-2::before {
    background: rgb(104,86,162);
    background: linear-gradient(0deg, rgba(104,86,162,1) 5%, rgba(0,0,0,1) 95%);
}
.staff-b--12 .staff__item .staff-member__text-wrap {
    padding-top: 0;
    padding-left: 20px;
}
.section--light a {
    color: rgb(99 80 156);
}
.section--light .editable__container a {
      color: rgb(99 80 156);
}

.gradient-bg.section__bg--dark-6::before {
     background: rgb(104,86,162);
    background: linear-gradient(0deg, rgba(104,86,162,1) 5%, rgba(0,0,0,1) 95%);
}
.hours-a__schedule .hours-a__schedule--border {
    padding: 0 5px;
}
.hours-a__schedule--border p {
    margin: 0.375rem 5px;
}
.section.banner-nav::before {
    background-color: rgba(0,0,0,.4);
}
.section--dark .featuredblocks-grid-e .featuredblock__bgImage:before {
    background: rgba(0,0,0,.4);
}
.featuredblocks-grid-e .featuredblock__bgImage:before {
    content: "";
    opacity: 0.8;
    position: absolute;
    height: 100%;
    width: 100%;
}
.featuredblocks_services__container--inner .featuredblock__wrap {
min-height:400px!important;
}
.gallery {
    padding: 3rem 0 0 0;
}

.gallery-slider .bx-wrapper .bx-controls {
    margin-top: 0px;
}
@media (max-width: 519px) {
	.gallery {
    padding: 0px!important;
}
}
