Wevise · Redesign · Accessibility
Accessibility review of the 2026 redesign — all eight rebuilt pages plus the shared header/footer. ADA (and Section 508) reference WCAG 2.1 Level AA; that's the bar used here.
Overall: substantially conformant to WCAG 2.1 AA once the fixes below land. The foundations are strong — semantic structure, alt text, keyboard skip-link, responsive reflow, and (with the new blue buttons) accessible CTAs. Four items need attention; two are auto-fixed via color swaps, two are quick structural tweaks.
WCAG 1.4.3 — normal text ≥ 4.5:1, large text (≥18.7px bold / 24px) ≥ 3:1.
| Element | Colors | Ratio | Status |
|---|---|---|---|
| Body text | #5B6B7F on white | 5.5:1 | Pass AA |
| Headings | #1B3A5C on white | 11.6:1 | Pass AAA |
| Primary buttons (new) | white on #2A6FD0 | 4.9:1 | Pass AA |
| Hero headline / subhead / eyebrow | on dark photo overlay | 8–18:1 | Pass AAA |
| Navy-section & footer text | #C7D3E3 / #8FA4BF on navy | 4.6–7.7:1 | Pass AA |
| Gift-tier amounts ($50…) | #3B7DD8, 30px bold | 3.9:1 | Pass (large) |
| Footnote / disclaimer text | #9AA7B8 on white | 2.4:1 | Fixed → #64717F (5.0:1) |
| Green text-links (→, "View policy") | #04936F on white | 3.9:1 | Fixed → #2A6FD0 (4.9:1) |
WCAG 1.1.1, 1.3.1, 2.4.6, 3.3.2, 4.1.2.
<html lang="en-US"> and a single top-level heading per page.aria-label="Email address" (and hidden <label>) to the MC4WP form field.WCAG 2.1.1, 2.4.1, 2.4.4, 2.4.7, 1.4.10, 2.5.5.
What I'm changing now vs. what's recommended.
| Fix | How | Status |
|---|---|---|
| Footnote grey → #64717F | site-wide color swap | Fixed ✓ |
| Green text-links → blue #2A6FD0 | site-wide color swap | Fixed ✓ |
| Eyebrow labels: h6 → div tag | heading-tag swap (keeps styling) | Fixed ✓ |
| Newsletter field aria-label | MC4WP form markup | Fixed ✓ |
| Descriptive "Learn more" links | copy tweak | Recommended |
| Verify visible focus outline | launch-day QA on live shell | QA |
Bottom line: the redesign was built accessibly from the start — the failures are minor and mostly cosmetic (two light colors + label semantics). With the four fixes applied, the site meets WCAG 2.1 AA. Final keyboard-focus and screen-reader spot-checks belong in launch-day QA once the new shell is live.