@media (min-width: 992px) {
    .banner-a .banner__title {
        text-shadow: 1px 1px black;
    }
}
.section--light .staff-member__name {
    color: black;
}
@media (min-width: 992px) {
    .banner-a .banner__subtitle {
        text-shadow: 1px 1px black;
    }
}
.no-underline a {
    text-decoration:none;
}
.staffalign .staff-member__name-wrapper {
    text-align: center;
}
.hours-a .hours__wrapper::after {
    content: "For After Hours Care, Please Contact Our Triage Phone Number";
    text-align:center;
}

.col-lg-3.col-sm-12.section__column-3.ple-column-padding.ple-module-justify-right.align-self-center.alias-cta_header .cta__links-wrapper.cta__alignment--center a {
    width: -webkit-fill-available;
}
.col-lg-3.col-sm-12.section__column-3.ple-column-padding.ple-module-justify-right.align-self-center.alias-cta_header .cta__links-wrapper.cta__alignment--center {
    display: flex;
    gap: 5px;
}

/*  */
.containers {
      margin: 0 auto;
      padding: 2rem;
    }

    .containers h1 {
      text-align: center;
      color: #5D8F71;
      font-size: 2.5rem;
      margin-bottom: 2rem;
    }

    .containers section {
      background: #F9F9F9;
      margin-bottom: 2rem;
      padding: 1.5rem 2rem;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .containers section h2 {
      color: #5D8F71;
      border-bottom: 2px solid #d1eaf0;
      padding-bottom: 0.5rem;
    }

    ul {
      padding-left: 1.5rem;
    }

    li {
      margin-bottom: 0.5rem;
    }

    .containers section strong {
      color: #5D8F71;
    }

    .download-btn {
    display: block;
    /* margin: 0 auto 2rem auto; */
    background-color: #5D8F71;
    color: #FFF !important;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
    max-width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
}

    .download-btn:hover {
      background-color: #C9D9CF;
    }
img.banner_media_picture_image {
    height: 790px !important;
}

@media (max-width: 475px) {
   .ple-column-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.banner-a .banner__image img {
    height: auto !important;
}
}

@media (max-width: 767px){
    .section-base-container {
        overflow: hidden;
    }
}


.covid19-content p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px !important;
    font-weight: 400;
    line-height: normal !important;
    text-align: center;
}