/* Make a Payment */
.pplc-pay-container {
    width: fit-content;
    background-color: rgba(233, 233, 235, 1);
}
.pplc-pay-container a {
    display: flex;
    flex-direction: row;
    gap: 50px;
    padding: 8px 12px 8px 12px;
    text-decoration: none;
}
p.pllc-pay {
    margin: 0 0 0;
}


/* Navigation */
.navigation-a .navigation__item--link {
    font-size: 1.125rem;
}
.section--light .locations-a .location__phone a:hover {
    color: #000;
}
/* Editables */
 .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
     clear: none; 
 }

/* Banner */
.section--dark .banner-a .banner__title, .section--dark .banner-a .banner__subtitle {
    filter: drop-shadow(1px 1px 2px black);
}

*, h1, h2, h3, h4, h5, h6, p, blockquote, pre {
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif !important;
}

/* Featuredblocks */
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__title {
    background-color: #FFFFFF;
}
.section.fb-grid-a-title-overlaps-image .section--light .featuredblocks-grid-a .featuredblocks .featuredblock__wrap:after {
    display: none;
}
.featuredblocks-grid-a .featuredblocks .featuredblock__title {
    font-family: "raleway-bold";
    font-size: 1.125rem;
    line-height: 1.625rem;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

/* Forms */
.section--dark .form-a .form__submit input.component__button--1 {
    width: 13.75rem;
    max-width: 100%;
    height: 2.25rem;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 7px 8px 5px;
}
.section--dark .form-a .form__input input:not([type=radio]):not([type=checkbox]),
.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 {
    color: #000;
    background: #fff;
    border-color: #bfbfbf;
    transition: all .3s;
    box-shadow: 0 2px 6px #bfbfbf;
    border-radius: 0;
}


/* Custom colors */
.section.fb-grid-a-section-overlap .section--light .featuredblocks-grid-a .featuredblocks {
    background-color: #fff;
}
.form-a .form__submit input.component__button--1 {
    height: 2.25rem;
}
.section--dark .copyright__link, .section--dark #copyright__link {
    color: #fff;
}
.section--light .form-a .form__submit input.component__button--1 {
    background-color: #D6BCAA;
    box-shadow: 2px 2px 0 0 #c9aa98, inset 2px 2px 0 0 #c9aa98;
    color: #000 !important;
}
.section--light .form-a .form__submit input.component__button--1:hover {
    background-color: #dbc6b9;
    box-shadow: 2px 2px 0 0 #dbc6b9, inset 2px 2px 0 0 #dbc6b9;
    color: #000 !important;
}
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.9) !important;
}
.btn_cta {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.btn_cta a {
    display: flex;
    font-family: "roboto", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 10px;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 7px 8px 5px;
    max-width: 100%;
    border-radius: 0;
    transition: color 0.2s, background-color 0.2s, border 0.2s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-weight: 700;
    font-style: normal;
    background-color: #D6BCAA;
    box-shadow: 2px 2px 0 0 #c9aa98, inset 2px 2px 0 0 #c9aa98;
    color: #000 !important;
    text-decoration: none !important;
}
.btn_cta a:hover {
    background-color: #dbc6b9;
    box-shadow: 2px 2px 0 0 #dbc6b9, inset 2px 2px 0 0 #dbc6b9;
    color: #000 !important;
}
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--light .cta__button--icon.component__button--1, .section--light .cta__button.component__button--1,
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--dark .cta__button--icon.component__button--1, .section--dark .cta__button.component__button--1 {
    background-color: #D6BCAA;
    box-shadow: 2px 2px 0 0 #c9aa98, inset 2px 2px 0 0 #c9aa98;
    color: #000 !important;
}
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:hover, .section--light .cta__button--icon.component__button--1:hover, .section--light .cta__button.component__button--1:hover,
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1:active, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--2:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--2:active, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--3:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--3:active, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1:active, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--2:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--2:active, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--3:hover, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--3:active, .section--dark .cta__button--icon.component__button--1:hover, .section--dark .cta__button--icon.component__button--1:active, .section--dark .cta__button--icon.component__button--2:hover, .section--dark .cta__button--icon.component__button--2:active, .section--dark .cta__button--icon.component__button--3:hover, .section--dark .cta__button--icon.component__button--3:active, .section--dark .cta__button.component__button--1:hover, .section--dark .cta__button.component__button--1:active, .section--dark .cta__button.component__button--2:hover, .section--dark .cta__button.component__button--2:active, .section--dark .cta__button.component__button--3:hover, .section--dark .cta__button.component__button--3:active {
    background-color: #dbc6b9;
    box-shadow: 2px 2px 0 0 #dbc6b9, inset 2px 2px 0 0 #dbc6b9;
    color: #000 !important;
}
.section--dark .form-a .form__submit input.component__button--1 {
    color: #000 !important;
    background-color: #D6BCAA;
}
.section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button--icon.component__button--1, .section--dark .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__wrap .featuredblock__cta .cta__button.component__button--1, .section--dark .cta__button--icon.component__button--1 {
    color: #fff;
}
.section--light .socialmedia__link,
.section--light .copyright__link, .section--light #copyright__link {
    /*color: #ac9e97;*/
    color: #000;
}
.section.single-locations-1 .section--light .locations-a .list .location__address::before, .section.single-locations-1 .section--light .locations-a .list .location__phone::before {
    border-color: #C2B4A7;
    color: #C2B4A7;
}
.section--light .articles-a .articles__item {
    background-color: #D6BCAA;
}
.section--light .articles-a .articles__item .article__post-title, .section--light .articles-a .articles__item .article__post-permalink {
    color: white;
}
.section--light .articles__categories-link {
    background: #e7e1d7;
    color: #ac9e97;
}
.section--light .articles__categories.mm-menu {
    background: transparent;
}
.section--light .articles__categories.mm-menu .mm-navbar .mm-title {
    background-color: #ac9e97;
    color: white;
}
.component-phone__number, .section--light .logo__title.component__title, .section--light .staff-member__name, .section.single-locations-1 .locations-a .list .location__name, .locations-a .location__phone-num, 
.section--light .breadcrumb__item a {
    color: #000;
}
.section--light .form-a .form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select,
.form__input input:not([type=radio]):not([type=checkbox]), .section--light .form-a .form__input textarea, .section--light .form-a .form__input select {
    background: rgb(191 191 191 / 70%);
    box-shadow: none;
    color: #000;
    transition: all .3s;
    border-color: rgba(0, 0, 0, 0);
}
.section--light ::placeholder {
    color: #000 !important;
}
.section--light .articles__categories-link, 
.section--light .articles-a .articles__item .article__post-title, .section--light .articles-a .articles__item .article__post-permalink, .section--light .articles-a .articles__item .article__post-content p {
    color: black;
}
.section--light .articles__categories-link:hover {
    text-decoration: none;
    color: #a27453;
}

/* Media */
@media(max-width: 767px) {
    .editable__container--inner img.align-right {
        float: none !important;
        display: block !important;
        margin: 0 auto 10px !important;
    } 
}
@media(max-width: 519px) {
    .wrap_testimonials_inner {
        padding-left: 5px;
        padding-right: 5px;
    } 
}