Skip to main content

Accessibility Statement

Last updated: March 2026

Our Commitment

Legatus is committed to ensuring digital accessibility for all users, including veterans with disabilities. We recognize that many of our users may have service-connected disabilities that affect how they interact with technology, and we take this responsibility seriously.

Conformance Standard

We aim to conform to the Web Content Accessibility Guidelines (WCAG) 2.1, Level AA. These guidelines are published by the World Wide Web Consortium (W3C) Web Accessibility Initiative (WAI) and define requirements for making web content accessible to people with a wide range of disabilities.

Accessibility Features

Legatus includes the following accessibility features:

  • Keyboard navigation: All interactive elements are accessible via keyboard. Tab bars support arrow key navigation with roving tabindex. Modals implement focus trapping.
  • Skip navigation: A “Skip to main content” link is provided on every page to bypass repetitive navigation.
  • Screen reader support: ARIA roles, labels, and live regions are used throughout the application. Wizard steps announce progress changes. Form inputs are associated with labels.
  • Reduced motion: All animations respect the prefers-reduced-motion media query. Users who prefer reduced motion will see no animations.
  • Touch targets: Interactive elements maintain a minimum 44×44px touch target size per WCAG 2.5.5.
  • Focus indicators: Visible focus indicators are provided on all interactive elements using the :focus-visible pseudo-class.
  • Color contrast: Text and interactive elements are designed to meet WCAG AA contrast ratios (4.5:1 for normal text, 3:1 for large text).
  • Dark mode: A full dark mode is available, respecting system preferences.
  • Print styles: Pages are optimized for printing with appropriate content hiding and layout adjustments.

Known Limitations

While we strive for full conformance, some areas may have limitations:

  • AI-generated content (chat responses, analysis results) may not always be structured in a way that is fully accessible to screen readers.
  • Some third-party embedded content (Stripe checkout) operates outside of our direct accessibility control.
  • PDF and DOCX evidence files uploaded by users may not be accessible documents.

Feedback and Contact

We welcome your feedback on the accessibility of Legatus. If you encounter accessibility barriers or have suggestions for improvement, please contact us:

We aim to respond to accessibility feedback within 5 business days and to resolve identified issues as promptly as possible.

Compatibility

Legatus is designed to be compatible with the following assistive technologies:

  • VoiceOver on macOS and iOS
  • NVDA on Windows
  • JAWS on Windows
  • TalkBack on Android

The platform is tested in the latest versions of Chrome, Firefox, Safari, and Edge.

Continuous Improvement

Accessibility is an ongoing effort. We regularly review our platform against WCAG 2.1 AA standards and incorporate accessibility improvements into our development process. Our codebase enforces accessibility patterns including ARIA attributes, semantic HTML, keyboard navigation, and motion preference respect.