/* Birmingham 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;
}
