.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;
  top: -6rem;
  left: 0;
  text-decoration: none;
  background-color: #000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  z-index: 10000000;
  display: block;
  min-width: 24px;
  min-height: 24px;
}
.skip-to-content:focus {
  top: 0;
}
