.e9-ada-compliant-badge {
    display: flex;
    align-items: center;
}

.e9-ada-compliant-badge__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
}

.e9-ada-compliant-badge__link svg {
    max-height: 3em;
    width: 4em;
    margin-right: 0.75em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-to-content {
  position: absolute;
  z-index: 10000000;
  top: -3rem;
  left: 0;
  font-size: 0.825rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  background-color: #000;
  color: #fff !important;
  transition: top 0.3s;
}
.skip-to-content:focus {
  top: 0;
}
