const { Header } = window.AcornTitleDesignSystem_b6a569; const { LegalHero, PolicySection, PolicyList, ContactPanel, LegalPageNav, TOCNav, MobileTOC } = window; function SiteFooter() { return ( ); } const logoSizeOverride = ; const headerLinks = () => [ { label: 'Home', href: 'Acorn Homepage.html' }, { label: 'Buying', href: 'Buying.html' }, { label: 'Selling', href: 'Selling.html' }, { label: 'For Professionals', href: 'For Professionals.html' }, { label: 'About', href: 'About.html' }, { label: 'Contact', href: 'Contact.html' }, ]; function AppQuickLink() { React.useEffect(() => { const header = document.querySelector('header'); if (!header) return; const rightGroup = header.querySelector(':scope > div > div:last-child'); if (!rightGroup || rightGroup.querySelector('.app-quick-link')) return; const a = document.createElement('a'); a.href = 'https://app.acorn-title.com'; a.target = '_blank'; a.rel = 'noopener'; a.className = 'app-quick-link'; a.setAttribute('aria-label', 'Open the Acorn App'); a.style.cssText = 'display:flex;align-items:center;justify-content:center;width:42px;height:42px;flex-shrink:0;color:inherit'; a.innerHTML = ''; rightGroup.insertBefore(a, rightGroup.firstChild); return () => a.remove(); }, []); return null; } function LogoHomeLink() { React.useEffect(() => { const header = document.querySelector('header'); if (!header) return; const img = header.querySelector('img[alt="Acorn Title"]'); if (!img || img.closest('a')) return; const a = document.createElement('a'); a.href = 'Acorn Homepage.html'; a.setAttribute('aria-label', 'Acorn Title home'); a.style.cssText = 'display:flex;align-items:center'; img.parentNode.insertBefore(a, img); a.appendChild(img); return () => { if (a.parentNode) { a.parentNode.insertBefore(img, a); a.remove(); } }; }, []); return null; } const sections = [ { id: 'our-commitment', title: 'Our Commitment' }, { id: 'accessibility-standards', title: 'Accessibility Standards' }, { id: 'how-were-improving', title: "How We're Improving" }, { id: 'need-assistance', title: 'Need Assistance?' }, { id: 'third-party-content', title: 'Third-Party Content' }, { id: 'feedback', title: 'Feedback' }, { id: 'changes-to-this-statement', title: 'Changes to This Statement' }, { id: 'contact-us', title: 'Contact Us' }, ]; function AccessibilityPage() { const [activeId, setActiveId] = React.useState(sections[0].id); React.useEffect(() => { const els = sections.map((s) => document.getElementById(s.id)).filter(Boolean); let ticking = false; const update = () => { ticking = false; const offset = 110; let current = els[0]; for (const el of els) { if (el.getBoundingClientRect().top <= offset + 4) current = el; else break; } if (current) setActiveId(current.id); }; const onScroll = () => { if (!ticking) { ticking = true; requestAnimationFrame(update); } }; update(); window.addEventListener('scroll', onScroll, { passive: true }); window.addEventListener('resize', onScroll); return () => { window.removeEventListener('scroll', onScroll); window.removeEventListener('resize', onScroll); }; }, []); return (
At Acorn Title, we believe everyone deserves access to clear information and a welcoming online experience.
We are committed to designing and maintaining a website that is accessible to as many people as possible, regardless of ability or the technology they use.
Accessibility is an ongoing effort, and we continually look for opportunities to improve the usability of our website.
Our goal is to follow recognized accessibility best practices and continually improve the experience for all visitors.
As our website evolves, we work to support:
While we strive to make every page accessible, improvements are an ongoing part of our development process.
Accessibility is not a one-time project.
As we continue developing the Acorn website and online tools, we regularly review content, layouts, and interactive features to improve accessibility.
Our goal is to create an experience that is easier for everyone to use.
If you experience difficulty accessing any part of the Acorn website or need assistance obtaining information available on this website, we encourage you to contact us.
We'll do our best to provide the information you need in a way that works for you.
Some areas of the website may include services or content provided by trusted third-party providers.
While we encourage accessibility across all services we use, we may not control every aspect of third-party content.
If you encounter accessibility issues involving third-party services, please let us know so we can assist whenever possible.
Accessibility is an ongoing effort, and your feedback helps us improve.
If you have suggestions for improving the accessibility of the Acorn website, we'd appreciate hearing from you.
We may update this Accessibility Statement periodically as our website, technology, and accessibility practices evolve.
The most recent revision date will always appear at the top of this page.
Questions regarding accessibility may be directed to: