
@media (min-width: 80rem) and (prefers-reduced-motion: reduce) {
  .timelineNavListLink {
    transition: none !important;
    animation: none !important;
  }
  .timelineNavListLink::before {
    transition: none !important;
    animation: none !important;
  }
  .timelineNav .accordion.active .accordionContent {
    transition: none !important;
    animation: none !important;
  }
}