const { Header } = window.AcornTitleDesignSystem_b6a569; const { LegalHero, PolicySection, PolicyList, InlinePolicyLink, 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: 'your-privacy-matters', title: 'Your Privacy Matters' }, { id: 'information-we-collect', title: 'Information We Collect' }, { id: 'how-we-use-your-information', title: 'How We Use Your Information' }, { id: 'sharing-information', title: 'Sharing Information' }, { id: 'cookies-analytics', title: 'Cookies & Analytics' }, { id: 'data-security', title: 'Data Security' }, { id: 'your-choices', title: 'Your Choices' }, { id: 'third-party-services', title: 'Third-Party Services' }, { id: 'childrens-privacy', title: "Children's Privacy" }, { id: 'changes-to-this-policy', title: 'Changes to This Policy' }, { id: 'contact-us', title: 'Contact Us' }, ]; function PrivacyPolicyPage() { 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 trust begins long before a closing table.
Whether you're exploring our website, requesting title services, using one of our online tools, or contacting our team, we want you to understand what information we collect, why we collect it, and how we protect it.
This Privacy Policy explains how Acorn Title collects, uses, stores, and protects information obtained through our website and online services.
Depending on how you interact with our website, we may collect information you choose to provide, including:
We may also automatically collect limited technical information such as:
This information helps us improve the performance and security of our website.
We use the information you provide to:
We collect only the information reasonably necessary to provide our services and operate our business.
We do not sell your personal information.
Information may be shared only when necessary to:
All service providers are expected to maintain appropriate safeguards for information they receive.
Our website uses cookies and similar technologies to improve functionality and understand how visitors use our website.
Cookies may be used to:
Most web browsers allow you to manage or disable cookies through browser settings.
Disabling certain cookies may affect website functionality.
Protecting sensitive information is central to the work we do.
We maintain administrative, technical, and physical safeguards designed to protect the information entrusted to us.
While no internet transmission or storage system can be guaranteed to be completely secure, we continuously work to protect the confidentiality and integrity of information under our care.
You may contact us at any time to:
Certain information may be retained when required by law or necessary to complete ongoing transactions.
Our website may utilize trusted third-party services that assist with website functionality, analytics, mapping, communications, scheduling, or secure document delivery.
These providers maintain their own privacy practices.
We encourage visitors to review the privacy policies of any third-party services they choose to use.
Our website is intended for individuals involved in real estate transactions and related services.
We do not knowingly collect personal information from children under the age of 13 through this website.
We may update this Privacy Policy from time to time to reflect changes in our services, technology, or applicable laws.
The updated version will always display the current revision date at the top of this page.
If you have questions regarding this Privacy Policy or how information is handled, we're happy to help.