  .navbar-nav .dropdown-menu ul li a {
    padding: 0;
    color: var(--bs-text-1f1f1f);
    white-space: normal;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-weight: 200;
}

.navbar-nav .dropdown-menu ul li.active a,
.navbar-nav .dropdown-menu ul li.current-menu-item a,
.navbar-nav .dropdown-menu ul li.current-menu-parent a,
.navbar-nav .dropdown-menu ul li a.active,
.navbar-nav .dropdown-menu ul li a.current-menu-item,
.navbar-nav .dropdown-menu ul li a.current-menu-parent,
.navbar-nav .dropdown-menu ul li a:hover {
    color: var(--bs-text-primary-006937);
    text-decoration: underline;
}

.navbar-nav .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 991px) {
    .navbar-nav .dropdown-menu ul li a {
        color: var(--bs-text-ffffff);
        text-decoration: underline;
    }
}

.article-detail .detail p {
    text-align: left;
}

@media (min-width: 240px) and (max-width: 575px) {
    .article-detail .detail {
        display: none;
    }
}

/*inner mob menu */
.mobile-menu-inner {
    background: white;
    font-family: var(--bs-font-family-pt-sans);
    font-weight: 400;
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    outline: none !important;
}

.mobile-menu-inner-list {
    background: white !important;
    width: 100%;
}

.mobile-menu-inner-list:before {
    width: 100% !important;
    background: white !important;
}

.mobile-menu-inner-list ul li a {
    color: black !important;
}

#search-field ul.autocomplete-results {
    list-style-type: none;
    padding-left: 0.5rem;
}

.category_form ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.category_form>li {
    margin-bottom: 2rem;
}

.categories_trigger .cats-list {
    display: block;
}

#searchoptions-dates #dates_field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

#searchoptions-dates .calendar-button {
    margin-bottom: 2rem;
}

.specialty-link {
    text-decoration: none !important;
    position: relative;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    box-shadow: none !important;
    display: inline-block;
    padding: 12px 18px;
    line-height: 28px;
    background: transparent;
    border: 1px solid #888b8d;
    color: rgb(20, 115, 230);
}

.btn-tertiary {
    text-decoration: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid transparent;
    box-shadow: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #006937;
    background: transparent;
    border-color: #888b8d;
}

.btn-standard-green {
    text-decoration: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #ffffff;
    background: #006937;
    border-color: #006937;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3) !important;
}

.btn-standard-yellow {
    text-decoration: none !important;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #1f1f1f;
    background: #eba900;
    border-color: #eba900;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3) !important;
}

.container img {
	max-width: 100%;
}

/* Staff Profile */
.staff__header {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.staff__title {
    font-size: 2.5rem
}

.staff__role,
.staff__title {
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 1rem
}

.staff__role {
    font-size: 1.5rem;
    color: #555;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 3rem
}

@media (min-width:1200px) {
    .staff__role {
        margin-bottom: 5rem
    }
}

.staff__profile {
    background-color: #ececec;
    padding: 1rem
}

@media (min-width:768px) {
    .staff__profile {
        padding: 2.5rem
    }
}

@media (min-width:992px) {
    .staff__profile {
        display: flex
    }
}

.staff__image {
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    display: block;
    height: 200px;
    max-width: 100%;
    margin: 0 auto 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 200px
}

@media (min-width:768px) {
    .staff__image {
        margin: 0 0 3rem
    }
}

@media (min-width:992px) {
    .staff__image {
        margin: 0 auto
    }
}

.staff__contact-info {
    margin-bottom: 3rem
}

.staff__contact-info a {
    display: inline-block;
    word-break: break-all;
    margin-right: 1rem;
}

@media (min-width:768px) {
    .staff__contact-info a:not(:last-of-type) {
        margin-right: 2rem
    }
}

.staff__contact-info a svg {
	margin-right: .5rem;
	min-width: 16px;
	fill: #006937;
}

.staff__contact-info a, .staff__location a {
    color: #006937;
}

.staff h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.staff h3 {
    font-size: 1.2rem;
}

.single-padding-divider {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (min-width:768px) {
    .text-md-right {
        text-align: right !important
    }
}

/* Staff Diretory */

.directory-filter-block select {
    font-family: var(--bs-font-family-pt-sans);
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    width: 100%;
    background-color: #eaeaea;
    border: 1px solid #aaa;
}

#directory-list a {
    color: #006937;
}

.pagination span {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 0;
    border: 1px solid var(--bs-888b8d);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    list-style-type: none;
    font-family: var(--bs-font-family-open-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: var(--bs-text-ffffff);
    background: var(--bs-primary-006937);
    border-color: var(--bs-primary-006937);
}

#searchPaginate {
    margin-top: 2rem;
    text-align: center;
    font-size: 1rem;
}

.top-level-page-title-section .top-level-page-title-description {
    margin-left: 0;
    margin-right: 0;
}

.full-width-page .common-columns-section {
}

/* PSRR-21859 */
.site-wide-notice .close {
    background: none;
    border: none;
}

.site-wide-notice.emergency .close {
	display: none;
}

.site-wide-notice .close:hover {
	color: #333;
}

.site-wide-notice .close:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

.nav-menu-open .emergencynotice {
	display: none;
}

/* PSRR-22299 */
.header {
  position: sticky;
}
body {
  margin-top: 0 !important;
}

/* PSRR-22300 */
.navbar-nav li.dropdown > .dropdown-menu.show {
  display: block;
  visibility: visible;
  opacity: 1;
}
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}