/* We Too! accessibility adjustments for the staged Loveus theme. */

.wetoo-footer {
  margin-top: 3rem;
  padding: 3rem 0 1rem;
  color: #fff;
  background: #173b34;
}
.wetoo-footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.wetoo-footer h2 { color: #fff; font: 700 1.25rem/1.4 system-ui, sans-serif; margin: 0 0 1rem; }
.wetoo-footer p, .wetoo-footer li { color: #fff; }
.wetoo-footer li { list-style: none; margin: 0 0 .5rem; }
.wetoo-footer a { color: #fff; text-decoration: underline; text-underline-offset: .15em; }
.wetoo-footer a:hover { color: #fff; text-decoration-thickness: .16em; }
.wetoo-footer a:focus-visible { outline-color: #fff !important; }
.wetoo-footer-donate { display: inline-block; padding: .65rem 1rem; border: 2px solid #fff; border-radius: .35rem; }
.wetoo-footer-bottom { border-top: 1px solid rgba(255,255,255,.35); margin-top: 2rem; padding-top: 1rem; }
.wetoo-magazine { padding: 2.5rem 1rem; }
.wetoo-magazine h2, .wetoo-magazine h3 { margin: 1.5rem 0 .75rem; }
.wetoo-magazine-list { list-style: none; padding: 0; }
.wetoo-magazine-issue { border-top: 1px solid #adb7b3; padding: 1rem 0 1.5rem; }
.wetoo-magazine .wetoo-magazine-issue a { color: #00563f !important; text-decoration: underline !important; }
.wetoo-magazine-issue summary { cursor: pointer; display: list-item; padding: .5rem 0; }
@media (max-width: 767px) {
  .wetoo-footer-inner { grid-template-columns: 1fr; }
  .wetoo-footer { padding: 2rem 0 1rem; }
}

.wetoo-visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wetoo-skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 1000000;
  padding: .75rem 1rem;
  background: #fff;
  color: #172b46;
  border: 2px solid #172b46;
}
.wetoo-skip-link:focus { top: 1rem; }
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid #164b83 !important;
  outline-offset: 3px !important;
}
.main-menu .navigation li:focus-within > ul,
.main-menu .navigation li:focus-within > ul > li > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-menu .navigation li:focus-within > ul > li > ul { display: none; }
.main-menu .navigation li > ul > li:focus-within > ul { display: block; }
.main-header .nav-outer .donate-link .btn-title,
.main-footer .donate-link .btn-title {
  background: #00563f !important;
  color: #fff !important;
}
.main-header .nav-outer .donate-link .btn-title::before,
.main-footer .donate-link .btn-title::before {
  background: #003c2c !important;
}
.mobile-nav-toggler, .mobile-menu .close-btn, .search-popup .close-search {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.mobile-menu .close-btn {
  padding: .5rem;
  width: auto;
  min-width: 44px;
  min-height: 44px;
}
.contact-info-section .info-box .inner-box {
  background: #f1f7f4;
}
.contact-info-section .info-box .inner-box h4,
.contact-info-section .info-box .inner-box li,
.contact-info-section .info-box .inner-box a,
.contact-info-section .info-box .inner-box .icon-box {
  color: #173b34 !important;
}
.contact-info-section .info-box .inner-box a {
  text-decoration: underline;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
