.carouselContainer button#btnCarouselPrevNav {
  margin-left: 20px;
}

.carouselContainer button#btnCarouselNextNav {
  margin-right: 20px;
}

.carouselWindowWrapper {
  overscroll-behavior-x: contain;
  scrollbar-gutter: stable both-edges;
}

.carouselPrevNexButtons.inert {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.visually-hidden,
#carouselAriaAnnouncements {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

#footer-copy {
  text-align: center;
  grid-area: footer;
}

#footer-copy #baselinks {
  width: auto;
  display: inline-block;
  margin: 0 0.5rem;
}

#footer-copy .copyright {
  width: auto !important;
  display: inline-block;
  margin: 0 0.5rem;
}

#footer-copy a {
  font-size: 14px;
  text-decoration: underline;
}

.shortcutButtons#shortcut-buttons:before {
  background-image: none;
  background: none;
}

.shortcutButtons .shortcutButtonList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@keyframes ShortcutButtons-animateTransparent {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtons.opaqueBigShortcuts .shortcutButtonList {
    animation-name: ShortcutButtons-animateOpaque;
  }
}
@media only screen and (max-width: 768px) {
  .shortcutButtons#sticky-shortcut-buttons .shortcutButtonList {
    margin-top: 10px !important;
  }
}