/* Microsite accessibility overrides, loaded after the vendor theme. */
#contactForm label {
  color: #555b61;
}
.text-muted {
  color: #555b61 !important;
}
.text-light #contactForm label,
.text-light .text-muted {
  color: #e4e5ec !important;
}
.badge.bg-primary-2.text-light {
  color: #292a43 !important;
}
footer a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
}
#contactForm .alert:focus,
footer a:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

:focus-visible { outline: 3px solid #1167b1; outline-offset: 3px; }
.lesson-map { width: 100%; height: 400px; border: 0; display: block; }

.accordion-panel-title:focus-visible { outline: 3px solid #335eea; outline-offset: 3px; }
