.navigation-a .navigation__item--link {
    color: #343434;
}

.partial-header-1 .d-flex {
    justify-content: center!important;
}
.section--light .banner .component__button--1.cta__button, .section--light .banner .component__button--1.cta__button--icon {
    border: 1px solid #a6edcd !important;
    color: #b3efd4 !important;
}

.section-copyright .copyright__container, .section-copyright #copyright__container {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap {
    transition: background-color 0.8s ease;
}
.section--light .navigation__item.has-drop-down > .navigation__item--link:after {
    border-color: #3f898e transparent transparent transparent !important;
}
.section--light .navigation__item.has-drop-down > .navigation__item--link:hover:after {
    border-color: #b9674f transparent transparent transparent !important;
}
.section--light .editable__container a, .section--light a {
    color: #3f898e;
}
.section--light .featuredblocks-grid-d .featuredblock__icon .icon, .section--light .featuredblocks-grid-d .featuredblock__icon .testimonials .expand:before, .testimonials .section--light .featuredblocks-grid-d .featuredblock__icon .expand:before, .section--light .featuredblocks-grid-d .featuredblock__icon .comp-phone .phone__number:before, .comp-phone .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-prev, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev, .section--light .featuredblocks-grid-d .featuredblock__icon .form-default .ui-datepicker .ui-widget-header .ui-datepicker-next, .form-default .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-a .editable__container--inner:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-a .phone__number:before, .partial-header-a .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-b .editable__container--inner:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__icon .editable__container--inner:before, .section--light .featuredblocks-grid-d .featuredblock__icon .partial-header-b .phone__number:before, .partial-header-b .section--light .featuredblocks-grid-d .featuredblock__icon .phone__number:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-author:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-category:before, .section--light .featuredblocks-grid-d .featuredblock__icon .article__post-creation-date:before, .section--light .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-prev, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-prev, .section--light .featuredblocks-grid-d .featuredblock__icon .contactform--a .ui-datepicker .ui-widget-header .ui-datepicker-next, .contactform--a .ui-datepicker .ui-widget-header .section--light .featuredblocks-grid-d .featuredblock__icon .ui-datepicker-next, .section--light .featuredblocks-grid-d .featuredblock__icon .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess a:before, .featuredblocks-grid-f .featuredblocks__container .fbF_ShowMoreLess .section--light .featuredblocks-grid-d .featuredblock__icon a:before {
    color: #3f898e;
}
.section--light .navigation__item--link:hover {
    color: #3f898e;
}
.section--light .featuredblocks-grid-d .featuredblock__wrap:hover {
    background: #3f898e;
}
.section--light .banner .component__button--2.cta__button, .section--light .banner .component__button--2.cta__button--icon {
    background-color: #3f898e !important;
    border: 1px solid #3f898e !important;
}
.section--light .featuredblocks-grid-d .featuredblock__cta .component__button--2 {
    background-color: #3f898e;
    border: 1px solid #3f898e;
}
.section--light .component__button--2 {
    background-color: #3f898e;
    border: 1px solid #3f898e;
}
.section-map.section__bg--dark-2 .map-a--12 .map__col {
    background-color: #3f898e;
}
.section--light .editable__container h2, .section--light .editable__container h3 {
    color: #3f898e;
}
.section__bg--dark-2::before {
    background-color: #3f898e;
}
.section__bg--dark-5::before {
    background-color: #ffa185;
}
/* .section__bg--dark-5::before {
    background-color: #eb7153;
} */
.section-map.section__bg--dark-5 .map-a--12 .map__col {
    background-color: #e96d4b;
}
.btn-primary {
    font-family: "Oswald", sans-serif;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    color: #ffffff !important;
    background-color: #3f898e!important;
    border: 1px solid #3f898e!important;
    padding: 10px 30px!important;
    border-radius: 0!important;
}

/* accordion FAQ */
.cstm-accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border-bottom: 1px solid #a7d8fd;
}
  
  .active, .cstm-accordion:hover {
    background-color: #ccc;
  }
  
  .cstm-accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
.staff-b .staff-member__name {
    margin-top: 0;
}
.staff-b--12 .staff__item .staff-member__text-wrap {
    padding-top: 0;
}
.row.pt-4 {
    justify-content: center;
    text-align: center;
}
h3.hours-a__title.component__title:after {
    content: "we validate parking for all patients, visitors, and guests";
    display: block;
    font-size: 22px;
    margin-bottom: 40px;
}
.section--light .staff-b--12 .staff__item:nth-child(even):before {
    background-color: unset;
}






@media (max-width: 767px) {
.staff-b .staff-member__image {
    max-width: 100px;
}
  .staff-member__image-wrapper.col-sm-12.col-md-4.col-lg-3 {
    text-align: center;
}
}

.cstmimageadd{
    content: url('/storage/app/media/neighborhood-faves-2024-no-bg.png');
}

#id_28a39be3-7850-5880-b4ad-32833dcbc073 .banner .round.row{
    justify-content: center;
}


.cstmimageadd{
    position: absolute!important;
    top: -330px;
    right: 0;
}



.cstmimageadd:before {
  position: absolute;
  top:-50px;
  right: 0px; /* Adjust spacing from the right */
  width: 200px; /* Fixed width */
  max-width: 200px; /* Ensure it doesn’t exceed 200px */
  z-index: 10; /* Ensure it's above other slider content */
  opacity: 0.8; /* Slight transparency to avoid obstruction */
  pointer-events: none; /* Make the image unclickable */
}