.page-node-type-blog .adaptive-image img {
    object-fit: contain !important;
}

/* Adjust focal point for specific content image. */
.sol-mental-health-appoints-image .adaptive-image img{
    object-position: 50% 20% !important;
}
/* Desktop nav horizontal layout - compiled from header.pcss.css */
.site-header > .header__main .main-menu ul.pmm-menu {
  display: flex;
  margin: 0;
  gap: 20px;
}
.site-header > .header__main .main-menu ul.pmm-menu li {
  padding: 0;
  list-style: none;
}
.site-header > .header__main .main-menu ul.pmm-menu li > a {
  display: block;
  padding: 17px 8px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

/* Desktop mega menu dropdown - compiled from header.pcss.css */
.site-header > .header__main .main-menu ul.pmm-menu li.menu-item--expanded > ul.menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  min-width: 260px;
  margin: 0;
  padding: 32px;
  background-color: #fff;
  border: 1px solid rgba(221, 225, 230, 0.33);
  border-radius: 18px;
  box-shadow: 0 4px 20px 0 rgba(54, 54, 54, 0.13);
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  left: 50% !important;
  right: unset !important;
  transform: translateX(-50%) !important;
  z-index: 100;
}

.site-header > .header__main .main-menu ul.pmm-menu li.menu-item--expanded > ul.menu:focus-within,
.site-header > .header__main .main-menu ul.pmm-menu li.menu-item--expanded a.pmm-dropdown-trigger.is-open ~ ul.menu {
  opacity: 1;
  pointer-events: auto;
}

.site-header > .header__main .main-menu ul.pmm-menu li.menu-item--expanded > ul.menu li a {
  font-weight: 400;
}

/* Footer styles - compiled from footer.pcss.css */
.site-footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: var(--color-sage);
  margin-top: 2rem;
}

.site-footer *,
.site-footer a {
  color: #fff !important;
}

.site-footer .footer .menu {
  margin: 0;
}

.site-footer .footer .menu li {
  list-style: none;
}

.site-footer .footer .menu li.menu-item--expanded > a {
  margin-bottom: 0.5rem;
  font-size: 20px;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .site-footer .footer .menu li.menu-item--expanded > a {
    margin-bottom: 1rem;
  }
}

.site-footer .footer .menu a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-underline-offset: 2px;
}

.site-footer .footer .menu a:hover {
  text-decoration: underline;
}

.site-footer .footer .menu .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.site-footer .footer .menu .menu .menu-item {
  padding: 0;
}

.site-footer .footer .menu .menu a {
  font-weight: 400;
  font-size: 18px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {
  .site-footer .footer .menu .menu a {
    font-size: 16px;
  }
}

.site-footer .footer .footer-content > .menu {
  display: flex;
  column-gap: 1.25rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  margin: 0;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .site-footer .footer .footer-content > .menu {
    column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
}

@media (min-width: 1376px) {
  .site-footer .footer .footer-content > .menu {
    width: auto;
    justify-content: flex-start;
  }
}

.site-footer .footer .footer-content > .menu > li {
  padding: 0;
  width: calc(50% - 10px);
}

@media (min-width: 768px) {
  .site-footer .footer .footer-content > .menu > li {
    width: calc(33.3% - 14px);
  }
}

@media (min-width: 1024px) {
  .site-footer .footer .footer-content > .menu > li {
    width: auto;
  }
}

.site-footer .footer .footer-content > .menu > li:not(:has(ul)) {
  margin-bottom: 0;
  font-size: 20px;
}

.site-footer .footer .social-links .menu {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer .footer .social-links .menu li {
  padding: 0;
}

.site-footer .footer .social-links .menu li a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
}

.site-footer .footer .social-links .menu li a[href*="youtube.com"] {
  background: var(--icon-youtube) center/20px auto no-repeat;
}

.site-footer .footer .social-links .menu li a[href*="facebook.com"] {
  background: var(--icon-fb) center/auto 19px no-repeat;
}

.site-footer .footer .social-links .menu li a[href*="instagram.com"] {
  background: var(--icon-insta) center/22px auto no-repeat;
}

.site-footer .footer .social-links .menu li a[href*="linkedin.com"] {
  background: var(--icon-li) center/20px auto no-repeat;
}

.site-footer .footer .social-links .menu li a[href*="x.com"] {
  background: var(--icon-x) center/17px auto no-repeat;
}

/* Blog filter dropdown fix */
.views-exposed-form select,
.views-exposed-form .form-select {
  color: inherit;
  background-color: white;
}

/* Blog filter dropdown - force visibility */
.views-exposed-form .form-select,
.views-exposed-form select,
form.views-exposed-form select {
  color: #000 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #000 !important;
}

/* Choices.js critical overrides */
.choices { position: relative; overflow: hidden; }
.choices__inner {
  background-color: #f9f9f9 !important;
  border: 1px solid #dddddd !important;
  border-radius: 2.5px;
  color: #333 !important;
  font-size: 14px;
  min-height: 44px !important;
  overflow: hidden;
  padding: 7.5px 7.5px 3.75px !important;
  cursor: default;
  width: 100%;
  display: block !important;
}
.choices__list--single {
  display: inline-block !important;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
.choices__placeholder { opacity: 0.5; }
.choices[data-type*="select-one"] .choices__inner { padding-bottom: 7.5px; }

/* Choices.js dropdown item no-wrap */
.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  white-space: nowrap !important;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  min-width: 200px !important;
}
