.staff-member__image-wrapper img {
    border-radius: 0 0 80px !important;
}
.editable__container strong {
    font-weight: 500;
}
.custom_blog_container hr {
    border-color: #22222257;
}

.custom_blog_container span.blog_title a {
    font-size: 20px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .cta-a .cta__links-wrapper a:only-child {
        margin-left: 0;
        margin-right: 0;
        border-radius: 18px;
    }
}

.section--light .cta__button.component__button--1 {
    color: #fff;
    background-color: #010e14;
    border: 2px solid #010e14;
    text-decoration: none;
    border-radius: 18px;
}

@media (min-width: 992px) {
    .section__bg--dark-3::before {
        background-color: #363636;
    }
}

.section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--dark .form-a .form__input textarea, .section--dark .form-a .form__input select {
    background: rgb(82 178 57);
}

.section--dark .form-a .form__submit input.component__button--1 {
    color: #000;
    background-color: #52b239;
    border: 2px solid #52b239;
    text-decoration: none;
}

.section--dark .navigation-a .navigation__item:hover {
    background-color: #55bd39;
}

.section--dark .navigation-a .navigation__list--sub .navigation__item:active>.navigation__item--link {
    background-color: #55bd39;
}

.section--dark .navigation-a .navigation__list--sub .navigation__item:hover>.navigation__item--link {
    background-color: #55bd39;
}

.section--light .featuredblocks-grid-b .featuredblocks .featuredblock__title {
    color: #55bd39;
}

.section--dark .socialmedia__link {
    color: #55bd39;
    background: rgba(0, 0, 0, 0);
}

.section--dark .editable a {
    color: #55bd39;
}

.section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    color: #63df36;
    font-size: 28px;
}

/* .section.harrisburg-fbs.section__bg--light-4 .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__image::before {
    background-color: #02020280;
} */

.section.harrisburg-fbs.section__bg--light-4 .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__image::before {
    background-color: #020202;
}

button, input {
    overflow: visible;
    background-color: #5fdf3a;
    border-color: chartreuse;
}

@media (max-width: 575px){
    .appointment_page .embed-code{
        display:block !important;
    }
}