{"id":833,"date":"2026-09-14T02:34:46","date_gmt":"2026-09-14T02:34:46","guid":{"rendered":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833"},"modified":"2026-09-14T02:34:48","modified_gmt":"2026-09-14T02:34:48","slug":"security","status":"publish","type":"page","link":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833","title":{"rendered":"Security"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n\n\/* =========================================================\n   AFAIRCHILD CPA\n   SECURITY PAGE\n   BODY ONLY - USE BELOW MASTER HERO\n   ========================================================= *\/\n\n\n\/* =========================================================\n   1. BASE \/ BRAND\n   ========================================================= *\/\n\n.af-security-page,\n.af-security-page * {\n  box-sizing: border-box;\n}\n\n.af-security-page {\n  --af-blue: #1F2E6D;\n  --af-blue-dark: #152252;\n  --af-green: #40AE49;\n  --af-green-dark: #348e3c;\n  --af-text: #252c39;\n  --af-muted: #626a78;\n  --af-light: #F6F8FB;\n  --af-light-blue: #EEF2F8;\n  --af-border: #E1E6ED;\n  --af-white: #FFFFFF;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n\n  background: #ffffff;\n  color: var(--af-text);\n\n  font-family: inherit;\n}\n\n.af-security-page a {\n  text-decoration: none;\n}\n\n.af-security-container {\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n\n\/* =========================================================\n   2. COMMON TYPOGRAPHY\n   ========================================================= *\/\n\n.af-security-eyebrow {\n  display: block;\n\n  margin: 0 0 10px;\n\n  color: var(--af-green);\n\n  font-size: 13px;\n  line-height: 1.2;\n  font-weight: 700;\n\n  letter-spacing: 1.8px;\n  text-transform: uppercase;\n}\n\n.af-security-title {\n  margin: 0 0 16px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(34px, 4vw, 46px);\n  line-height: 1.12;\n  font-weight: 700;\n}\n\n.af-security-copy {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 16px;\n  line-height: 1.75;\n}\n\n\n\/* =========================================================\n   3. INTRODUCTION\n   ========================================================= *\/\n\n.af-security-intro {\n  padding: 72px 0 68px;\n\n  background: #ffffff;\n}\n\n.af-security-intro-inner {\n  display: grid;\n\n  grid-template-columns: 1.08fr .92fr;\n\n  gap: 70px;\n\n  align-items: center;\n}\n\n.af-security-intro-copy {\n  max-width: 690px;\n}\n\n.af-security-intro-copy p {\n  margin: 0 0 18px;\n\n  color: var(--af-muted);\n\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n.af-security-intro-copy p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* LARGE SHIELD *\/\n\n.af-security-shield-panel {\n  position: relative;\n\n  min-height: 330px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #1F2E6D 0%,\n      #263D82 62%,\n      #214F72 100%\n    );\n\n  border-radius: 8px;\n\n  overflow: hidden;\n\n  box-shadow:\n    0 18px 42px rgba(31,46,109,.16);\n}\n\n.af-security-shield-panel::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 250px;\n  height: 250px;\n\n  right: -75px;\n  bottom: -95px;\n\n  border-radius: 50%;\n\n  background: rgba(64,174,73,.19);\n}\n\n.af-security-shield-panel::after {\n  content: \"\";\n\n  position: absolute;\n\n  width: 180px;\n  height: 180px;\n\n  left: -80px;\n  top: -80px;\n\n  border-radius: 50%;\n\n  background: rgba(255,255,255,.055);\n}\n\n.af-security-shield {\n  position: relative;\n  z-index: 2;\n\n  width: 160px;\n  height: 180px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  color: #74CBFF;\n}\n\n.af-security-shield svg {\n  width: 145px;\n  height: 165px;\n}\n\n\n\/* =========================================================\n   4. SECURITY PRINCIPLES\n   ========================================================= *\/\n\n.af-security-principles {\n  padding: 78px 0 84px;\n\n  background: var(--af-light);\n}\n\n.af-security-heading {\n  max-width: 800px;\n\n  margin: 0 auto 42px;\n\n  text-align: center;\n}\n\n.af-security-heading h2 {\n  margin: 0 0 12px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(32px, 4vw, 44px);\n  line-height: 1.15;\n}\n\n.af-security-heading p {\n  margin: 0 auto;\n\n  max-width: 720px;\n\n  color: var(--af-muted);\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\n\/* PRINCIPLE GRID *\/\n\n.af-security-card-grid {\n  display: grid;\n\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n\n  gap: 22px;\n}\n\n.af-security-card {\n  position: relative;\n\n  min-height: 280px;\n\n  padding: 34px 30px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-radius: 7px;\n\n  box-shadow:\n    0 8px 25px rgba(31,46,109,.06);\n\n  transition:\n    transform .23s ease,\n    box-shadow .23s ease,\n    border-color .23s ease;\n}\n\n.af-security-card:hover {\n  transform: translateY(-5px);\n\n  border-color: rgba(64,174,73,.42);\n\n  box-shadow:\n    0 16px 36px rgba(31,46,109,.11);\n}\n\n.af-security-card-icon {\n  width: 58px;\n  height: 58px;\n\n  margin-bottom: 22px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background: rgba(31,46,109,.075);\n\n  border-radius: 50%;\n\n  color: var(--af-blue);\n}\n\n.af-security-card:nth-child(2) .af-security-card-icon,\n.af-security-card:nth-child(5) .af-security-card-icon {\n  background: rgba(64,174,73,.11);\n  color: var(--af-green);\n}\n\n.af-security-card h3 {\n  margin: 0 0 10px;\n\n  color: var(--af-blue);\n\n  font-size: 21px;\n  line-height: 1.3;\n}\n\n.af-security-card p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 14.5px;\n  line-height: 1.67;\n}\n\n\n\/* =========================================================\n   5. SECURE CLIENT TOOLS\n   ========================================================= *\/\n\n.af-security-tools {\n  padding: 82px 0;\n\n  background: #ffffff;\n}\n\n.af-security-tools-layout {\n  display: grid;\n\n  grid-template-columns: .88fr 1.12fr;\n\n  gap: 70px;\n\n  align-items: center;\n}\n\n\n\/* LEFT BLUE PANEL *\/\n\n.af-security-tools-panel {\n  padding: 42px 38px;\n\n  background: var(--af-blue);\n\n  border-radius: 7px;\n\n  color: #ffffff;\n}\n\n.af-security-tools-panel .af-security-eyebrow {\n  color: #82D98A;\n}\n\n.af-security-tools-panel h2 {\n  margin: 0 0 15px;\n\n  color: #ffffff;\n\n  font-size: clamp(30px, 4vw, 41px);\n  line-height: 1.15;\n}\n\n.af-security-tools-panel p {\n  margin: 0;\n\n  color: rgba(255,255,255,.84);\n\n  font-size: 15.5px;\n  line-height: 1.7;\n}\n\n\n\/* TOOL LIST *\/\n\n.af-security-tools-list {\n  display: grid;\n\n  gap: 14px;\n}\n\n.af-security-tool {\n  display: grid;\n\n  grid-template-columns: 52px 1fr;\n\n  gap: 18px;\n\n  align-items: center;\n\n  padding: 21px 22px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-left: 4px solid var(--af-blue);\n\n  border-radius: 5px;\n\n  transition:\n    border-color .2s ease,\n    transform .2s ease,\n    box-shadow .2s ease;\n}\n\n.af-security-tool:hover {\n  transform: translateX(4px);\n\n  border-left-color: var(--af-green);\n\n  box-shadow:\n    0 9px 24px rgba(31,46,109,.08);\n}\n\n.af-security-tool-icon {\n  width: 46px;\n  height: 46px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background: rgba(31,46,109,.07);\n\n  border-radius: 50%;\n\n  color: var(--af-blue);\n}\n\n.af-security-tool h3 {\n  margin: 0 0 4px;\n\n  color: var(--af-blue);\n\n  font-size: 17px;\n  line-height: 1.3;\n}\n\n.af-security-tool p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 13.5px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   6. CLIENT SECURITY PRACTICES\n   ========================================================= *\/\n\n.af-security-client {\n  padding: 82px 0;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f5f8fb 0%,\n      #ffffff 58%,\n      #eef8ef 100%\n    );\n}\n\n.af-security-client-layout {\n  display: grid;\n\n  grid-template-columns: 1fr 1fr;\n\n  gap: 60px;\n\n  align-items: start;\n}\n\n\n\/* LEFT *\/\n\n.af-security-client-copy h2 {\n  margin: 0 0 15px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(32px, 4vw, 43px);\n  line-height: 1.14;\n}\n\n.af-security-client-copy > p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n\n\/* CHECKLIST *\/\n\n.af-security-checklist {\n  display: grid;\n\n  gap: 13px;\n}\n\n.af-security-check {\n  display: grid;\n\n  grid-template-columns: 34px 1fr;\n\n  gap: 14px;\n\n  align-items: start;\n\n  padding: 18px 20px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-radius: 5px;\n}\n\n.af-security-checkmark {\n  width: 30px;\n  height: 30px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: rgba(64,174,73,.12);\n\n  color: var(--af-green);\n\n  font-size: 15px;\n  font-weight: 800;\n}\n\n.af-security-check strong {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: var(--af-blue);\n\n  font-size: 14px;\n}\n\n.af-security-check span {\n  display: block;\n\n  color: var(--af-muted);\n\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\n\/* =========================================================\n   7. EMAIL WARNING BAND\n   ========================================================= *\/\n\n.af-security-warning {\n  padding: 62px 0;\n\n  background: #1F2E6D;\n\n  color: #ffffff;\n}\n\n.af-security-warning-inner {\n  display: grid;\n\n  grid-template-columns: 90px 1fr;\n\n  gap: 30px;\n\n  align-items: center;\n}\n\n.af-security-warning-icon {\n  width: 82px;\n  height: 82px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border: 2px solid rgba(255,255,255,.32);\n  border-radius: 50%;\n\n  color: #ffffff;\n}\n\n.af-security-warning h2 {\n  margin: 0 0 9px;\n\n  color: #ffffff;\n\n  font-size: clamp(28px, 3.5vw, 37px);\n  line-height: 1.18;\n}\n\n.af-security-warning p {\n  max-width: 900px;\n\n  margin: 0;\n\n  color: rgba(255,255,255,.84);\n\n  font-size: 15.5px;\n  line-height: 1.7;\n}\n\n\n\/* =========================================================\n   8. SUSPICIOUS COMMUNICATION\n   ========================================================= *\/\n\n.af-security-suspicious {\n  padding: 82px 0;\n\n  background: #ffffff;\n}\n\n.af-security-suspicious-layout {\n  display: grid;\n\n  grid-template-columns: .92fr 1.08fr;\n\n  gap: 65px;\n\n  align-items: center;\n}\n\n.af-security-suspicious-copy h2 {\n  margin: 0 0 14px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(31px, 4vw, 42px);\n  line-height: 1.15;\n}\n\n.af-security-suspicious-copy p {\n  margin: 0 0 14px;\n\n  color: var(--af-muted);\n\n  font-size: 15.5px;\n  line-height: 1.7;\n}\n\n.af-security-suspicious-copy p:last-child {\n  margin-bottom: 0;\n}\n\n\n\/* WARNING CARD *\/\n\n.af-security-suspicious-card {\n  padding: 32px 30px;\n\n  background: var(--af-light);\n\n  border: 1px solid var(--af-border);\n  border-left: 5px solid var(--af-green);\n\n  border-radius: 6px;\n}\n\n.af-security-suspicious-card h3 {\n  margin: 0 0 15px;\n\n  color: var(--af-blue);\n\n  font-size: 20px;\n}\n\n.af-security-suspicious-card ul {\n  margin: 0;\n  padding: 0;\n\n  list-style: none;\n}\n\n.af-security-suspicious-card li {\n  position: relative;\n\n  margin: 0 0 12px;\n  padding-left: 25px;\n\n  color: #555e6d;\n\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n.af-security-suspicious-card li:last-child {\n  margin-bottom: 0;\n}\n\n.af-security-suspicious-card li::before {\n  content: \"\u2713\";\n\n  position: absolute;\n  left: 0;\n  top: 0;\n\n  color: var(--af-green);\n\n  font-weight: 800;\n}\n\n\n\/* =========================================================\n   9. THIRD-PARTY SERVICES\n   ========================================================= *\/\n\n.af-security-thirdparty {\n  padding: 70px 0;\n\n  background: var(--af-light);\n}\n\n.af-security-thirdparty-inner {\n  max-width: 900px;\n\n  margin: 0 auto;\n\n  text-align: center;\n}\n\n.af-security-thirdparty h2 {\n  margin: 0 0 13px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(30px, 4vw, 40px);\n}\n\n.af-security-thirdparty p {\n  margin: 0 auto;\n\n  color: var(--af-muted);\n\n  font-size: 15.5px;\n  line-height: 1.75;\n}\n\n\n\/* =========================================================\n   10. FINAL CTA\n   ========================================================= *\/\n\n.af-security-cta {\n  padding: 78px 0;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f6f8fb 65%,\n      #edf7ef 100%\n    );\n\n  text-align: center;\n}\n\n.af-security-cta-inner {\n  max-width: 760px;\n\n  margin: 0 auto;\n}\n\n.af-security-cta h2 {\n  margin: 0 0 14px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(32px, 4vw, 43px);\n  line-height: 1.15;\n}\n\n.af-security-cta p {\n  max-width: 640px;\n\n  margin: 0 auto 26px;\n\n  color: var(--af-muted);\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.af-security-button {\n  min-width: 200px;\n  min-height: 49px;\n\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  gap: 10px;\n\n  padding: 12px 24px;\n\n  background: var(--af-green);\n\n  border-radius: 4px;\n\n  color: #ffffff !important;\n\n  font-size: 14px;\n  font-weight: 700;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.af-security-button:hover {\n  background: var(--af-green-dark);\n\n  color: #ffffff !important;\n\n  transform: translateY(-2px);\n}\n\n\n\/* =========================================================\n   11. TABLET\n   ========================================================= *\/\n\n@media only screen and (max-width: 959px) {\n\n  .af-security-container {\n    width: min(100% - 40px, 900px);\n  }\n\n  .af-security-intro-inner {\n    grid-template-columns: 1.1fr .9fr;\n    gap: 40px;\n  }\n\n  .af-security-shield-panel {\n    min-height: 300px;\n  }\n\n  .af-security-card-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n\n  .af-security-tools-layout {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n\n  .af-security-client-layout {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n\n  .af-security-suspicious-layout {\n    grid-template-columns: 1fr;\n    gap: 35px;\n  }\n\n}\n\n\n\/* =========================================================\n   12. MOBILE\n   ========================================================= *\/\n\n@media only screen and (max-width: 767px) {\n\n  .af-security-container {\n    width: calc(100% - 32px);\n  }\n\n  .af-security-intro {\n    padding: 55px 0;\n  }\n\n  .af-security-intro-inner {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n  .af-security-intro-copy p {\n    font-size: 16px;\n  }\n\n  .af-security-shield-panel {\n    min-height: 250px;\n  }\n\n  .af-security-shield {\n    width: 125px;\n    height: 145px;\n  }\n\n  .af-security-shield svg {\n    width: 115px;\n    height: 135px;\n  }\n\n  .af-security-principles {\n    padding: 58px 0;\n  }\n\n  .af-security-heading {\n    text-align: left;\n    margin-bottom: 30px;\n  }\n\n  .af-security-card-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .af-security-card {\n    min-height: auto;\n  }\n\n  .af-security-tools {\n    padding: 58px 0;\n  }\n\n  .af-security-tools-panel {\n    padding: 32px 26px;\n  }\n\n  .af-security-client {\n    padding: 58px 0;\n  }\n\n  .af-security-warning {\n    padding: 48px 0;\n  }\n\n  .af-security-warning-inner {\n    grid-template-columns: 1fr;\n\n    gap: 20px;\n\n    text-align: center;\n  }\n\n  .af-security-warning-icon {\n    margin: 0 auto;\n  }\n\n  .af-security-suspicious {\n    padding: 58px 0;\n  }\n\n  .af-security-thirdparty {\n    padding: 55px 0;\n  }\n\n  .af-security-thirdparty-inner {\n    text-align: left;\n  }\n\n  .af-security-cta {\n    padding: 58px 0;\n  }\n\n  .af-security-button {\n    width: 100%;\n  }\n\n}\n\n\n\/* =========================================================\n   13. SMALL MOBILE\n   ========================================================= *\/\n\n@media only screen and (max-width: 480px) {\n\n  .af-security-card {\n    padding: 28px 24px;\n  }\n\n  .af-security-tool {\n    grid-template-columns: 45px 1fr;\n\n    gap: 13px;\n\n    padding: 18px;\n  }\n\n  .af-security-check {\n    padding: 16px;\n  }\n\n}\n\n<\/style>\n\n\n<div class=\"af-security-page\">\n\n\n  <!-- =====================================================\n       INTRODUCTION\n       ===================================================== -->\n\n  <section class=\"af-security-intro\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-intro-inner\">\n\n\n        <div class=\"af-security-intro-copy\">\n\n          <span class=\"af-security-eyebrow\">\n            Protecting What Matters\n          <\/span>\n\n          <h2 class=\"af-security-title\">\n            Your Information Matters to Us.\n          <\/h2>\n\n          <p>\n            As your trusted advisor, AFairchild CPA understands the\n            importance of protecting the sensitive financial and personal\n            information you share with our team.\n          <\/p>\n\n          <p>\n            We take a thoughtful approach to how information is received,\n            accessed, shared and stored, while providing secure tools that\n            make it easier for our clients to work with us.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-security-shield-panel\">\n\n          <div class=\"af-security-shield\">\n\n            <svg\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.3\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n              aria-hidden=\"true\"\n            >\n\n              <path\n                d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\n              ><\/path>\n\n              <rect\n                x=\"8.5\"\n                y=\"10\"\n                width=\"7\"\n                height=\"5.5\"\n                rx=\"1\"\n              ><\/rect>\n\n              <path\n                d=\"M10 10V8a2 2 0 0 1 4 0v2\"\n              ><\/path>\n\n            <\/svg>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       OUR APPROACH\n       ===================================================== -->\n\n  <section class=\"af-security-principles\">\n\n    <div class=\"af-security-container\">\n\n\n      <div class=\"af-security-heading\">\n\n        <span class=\"af-security-eyebrow\">\n          Our Approach\n        <\/span>\n\n        <h2>\n          Security Is Part of How We Serve You.\n        <\/h2>\n\n        <p>\n          Protecting information requires a combination of technology,\n          thoughtful processes and responsible communication.\n        <\/p>\n\n      <\/div>\n\n\n\n      <div class=\"af-security-card-grid\">\n\n\n        <!-- SECURE EXCHANGE -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <rect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"><\/rect>\n              <path d=\"M3 8l9 6 9-6\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Secure Information Exchange\n          <\/h3>\n\n          <p>\n            We provide secure client tools for exchanging sensitive\n            documents and information rather than relying on standard\n            email attachments whenever possible.\n          <\/p>\n\n        <\/div>\n\n\n\n        <!-- ACCESS -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\n              <path d=\"M5 21a7 7 0 0 1 14 0\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Responsible Access\n          <\/h3>\n\n          <p>\n            Client information is handled within systems and processes\n            designed to support appropriate access by the people who need\n            it to serve you.\n          <\/p>\n\n        <\/div>\n\n\n\n        <!-- TECHNOLOGY -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <rect x=\"3\" y=\"4\" width=\"18\" height=\"14\" rx=\"2\"><\/rect>\n              <path d=\"M8 22h8\"><\/path>\n              <path d=\"M12 18v4\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Trusted Technology\n          <\/h3>\n\n          <p>\n            We use professional technology platforms and secure\n            client-facing systems to support our accounting, tax and\n            advisory work.\n          <\/p>\n\n        <\/div>\n\n\n\n        <!-- PRIVACY -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"><\/path>\n              <path d=\"M9 12l2 2 4-4\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Confidentiality\n          <\/h3>\n\n          <p>\n            Protecting the confidentiality of the financial and personal\n            information entrusted to us is an important part of our\n            professional responsibility.\n          <\/p>\n\n        <\/div>\n\n\n\n        <!-- AWARENESS -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <circle cx=\"12\" cy=\"12\" r=\"9\"><\/circle>\n              <path d=\"M12 8v5\"><\/path>\n              <path d=\"M12 17h.01\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Security Awareness\n          <\/h3>\n\n          <p>\n            Technology is only one part of security. Awareness,\n            communication and sound procedures also play an important\n            role in protecting information.\n          <\/p>\n\n        <\/div>\n\n\n\n        <!-- CONTINUOUS -->\n\n        <div class=\"af-security-card\">\n\n          <div class=\"af-security-card-icon\">\n\n            <svg\n              width=\"28\"\n              height=\"28\"\n              viewBox=\"0 0 24 24\"\n              fill=\"none\"\n              stroke=\"currentColor\"\n              stroke-width=\"1.7\"\n              stroke-linecap=\"round\"\n              stroke-linejoin=\"round\"\n            >\n              <path d=\"M20 6v6h-6\"><\/path>\n              <path d=\"M4 18v-6h6\"><\/path>\n              <path d=\"M6.5 8a7 7 0 0 1 11.5-2l2 2\"><\/path>\n              <path d=\"M17.5 16a7 7 0 0 1-11.5 2l-2-2\"><\/path>\n            <\/svg>\n\n          <\/div>\n\n          <h3>\n            Ongoing Attention\n          <\/h3>\n\n          <p>\n            Security risks continue to evolve, and we recognize the\n            importance of maintaining awareness and reviewing how we\n            protect and exchange information.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       SECURE CLIENT TOOLS\n       ===================================================== -->\n\n  <section class=\"af-security-tools\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-tools-layout\">\n\n\n        <div class=\"af-security-tools-panel\">\n\n          <span class=\"af-security-eyebrow\">\n            Secure Client Tools\n          <\/span>\n\n          <h2>\n            A Safer Way to Work Together.\n          <\/h2>\n\n          <p>\n            When sending sensitive tax, financial or personal\n            information, use the secure tools provided by AFairchild CPA\n            whenever possible.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-security-tools-list\">\n\n\n          <div class=\"af-security-tool\">\n\n            <div class=\"af-security-tool-icon\">\n\n              <svg\n                width=\"24\"\n                height=\"24\"\n                viewBox=\"0 0 24 24\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.7\"\n                stroke-linecap=\"round\"\n                stroke-linejoin=\"round\"\n              >\n                <path d=\"M4 4h16v16H4z\"><\/path>\n                <path d=\"M8 12h8\"><\/path>\n                <path d=\"M12 8v8\"><\/path>\n              <\/svg>\n\n            <\/div>\n\n            <div>\n\n              <h3>\n                Karbon Practice Management Portal\n              <\/h3>\n\n              <p>\n                Use your Karbon client portal for requests,\n                communication and secure document exchange associated\n                with your engagement.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-tool\">\n\n            <div class=\"af-security-tool-icon\">\n\n              <svg\n                width=\"24\"\n                height=\"24\"\n                viewBox=\"0 0 24 24\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.7\"\n                stroke-linecap=\"round\"\n                stroke-linejoin=\"round\"\n              >\n                <path d=\"M6 2h8l4 4v16H6z\"><\/path>\n                <path d=\"M14 2v5h5\"><\/path>\n                <path d=\"M9 13h6\"><\/path>\n                <path d=\"M9 17h6\"><\/path>\n              <\/svg>\n\n            <\/div>\n\n            <div>\n\n              <h3>\n                CCH Axcess Document Portal\n              <\/h3>\n\n              <p>\n                Access documents that have been securely published\n                through your CCH Axcess client document portal.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-tool\">\n\n            <div class=\"af-security-tool-icon\">\n\n              <svg\n                width=\"24\"\n                height=\"24\"\n                viewBox=\"0 0 24 24\"\n                fill=\"none\"\n                stroke=\"currentColor\"\n                stroke-width=\"1.7\"\n                stroke-linecap=\"round\"\n                stroke-linejoin=\"round\"\n              >\n                <rect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"><\/rect>\n                <path d=\"M2 10h20\"><\/path>\n              <\/svg>\n\n            <\/div>\n\n            <div>\n\n              <h3>\n                Secure Online Payments\n              <\/h3>\n\n              <p>\n                Use the authorized payment links on our website when\n                paying AFairchild CPA invoices online.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       WHAT CLIENTS CAN DO\n       ===================================================== -->\n\n  <section class=\"af-security-client\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-client-layout\">\n\n\n        <div class=\"af-security-client-copy\">\n\n          <span class=\"af-security-eyebrow\">\n            Protecting Your Information\n          <\/span>\n\n          <h2>\n            Security Is a Shared Responsibility.\n          <\/h2>\n\n          <p>\n            A few simple precautions can help protect your information\n            and reduce the risk of unauthorized access, fraud and\n            phishing attempts.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-security-checklist\">\n\n\n          <div class=\"af-security-check\">\n\n            <div class=\"af-security-checkmark\">\n              \u2713\n            <\/div>\n\n            <div>\n\n              <strong>\n                Use secure client portals\n              <\/strong>\n\n              <span>\n                Upload sensitive tax and financial documents through\n                the portal provided by our team.\n              <\/span>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-check\">\n\n            <div class=\"af-security-checkmark\">\n              \u2713\n            <\/div>\n\n            <div>\n\n              <strong>\n                Protect your account credentials\n              <\/strong>\n\n              <span>\n                Do not share passwords or portal credentials with\n                others.\n              <\/span>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-check\">\n\n            <div class=\"af-security-checkmark\">\n              \u2713\n            <\/div>\n\n            <div>\n\n              <strong>\n                Verify unexpected requests\n              <\/strong>\n\n              <span>\n                Contact our office using a known phone number if an\n                email or payment request seems unusual.\n              <\/span>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-check\">\n\n            <div class=\"af-security-checkmark\">\n              \u2713\n            <\/div>\n\n            <div>\n\n              <strong>\n                Be cautious with email\n              <\/strong>\n\n              <span>\n                Avoid sending Social Security numbers, bank information\n                or other highly sensitive information through ordinary\n                email.\n              <\/span>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <div class=\"af-security-check\">\n\n            <div class=\"af-security-checkmark\">\n              \u2713\n            <\/div>\n\n            <div>\n\n              <strong>\n                Keep your devices protected\n              <\/strong>\n\n              <span>\n                Keep your computer, browser and mobile devices updated\n                and protected with appropriate security controls.\n              <\/span>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       EMAIL WARNING\n       ===================================================== -->\n\n  <section class=\"af-security-warning\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-warning-inner\">\n\n\n        <div class=\"af-security-warning-icon\">\n\n          <svg\n            width=\"38\"\n            height=\"38\"\n            viewBox=\"0 0 24 24\"\n            fill=\"none\"\n            stroke=\"currentColor\"\n            stroke-width=\"1.6\"\n            stroke-linecap=\"round\"\n            stroke-linejoin=\"round\"\n          >\n            <path d=\"M12 3L2 21h20L12 3z\"><\/path>\n            <path d=\"M12 9v5\"><\/path>\n            <path d=\"M12 18h.01\"><\/path>\n          <\/svg>\n\n        <\/div>\n\n\n        <div>\n\n          <h2>\n            Think Before You Send Sensitive Information.\n          <\/h2>\n\n          <p>\n            Standard email is not the preferred method for transmitting\n            sensitive tax, financial or personally identifiable\n            information. If you need to send confidential documents,\n            use the secure portal or document exchange method provided\n            by your AFairchild CPA team.\n          <\/p>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       SUSPICIOUS COMMUNICATION\n       ===================================================== -->\n\n  <section class=\"af-security-suspicious\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-suspicious-layout\">\n\n\n        <div class=\"af-security-suspicious-copy\">\n\n          <span class=\"af-security-eyebrow\">\n            Stay Alert\n          <\/span>\n\n          <h2>\n            Something Doesn't Look Right?\n          <\/h2>\n\n          <p>\n            Cybercriminals may attempt to impersonate businesses,\n            financial professionals and other trusted organizations.\n          <\/p>\n\n          <p>\n            If you receive an unexpected message claiming to be from\n            AFairchild CPA that asks you to send sensitive information,\n            change payment instructions or take an unusual action,\n            verify the request with our team before proceeding.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-security-suspicious-card\">\n\n          <h3>\n            Before responding:\n          <\/h3>\n\n          <ul>\n\n            <li>\n              Do not send sensitive information in response to an\n              unexpected email.\n            <\/li>\n\n            <li>\n              Avoid clicking suspicious or unfamiliar links.\n            <\/li>\n\n            <li>\n              Verify unusual payment or banking instructions.\n            <\/li>\n\n            <li>\n              Contact AFairchild CPA using contact information you\n              already know and trust.\n            <\/li>\n\n          <\/ul>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       THIRD-PARTY TECHNOLOGY\n       ===================================================== -->\n\n  <section class=\"af-security-thirdparty\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-thirdparty-inner\">\n\n        <span class=\"af-security-eyebrow\">\n          Technology Partners\n        <\/span>\n\n        <h2>\n          Working With Third-Party Platforms\n        <\/h2>\n\n        <p>\n          AFairchild CPA uses third-party technology providers to support\n          certain client services, including portals, document exchange\n          and online payments. When you leave our website to use one of\n          these services, the provider's own terms, privacy practices and\n          security controls may apply.\n        <\/p>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       FINAL CTA\n       ===================================================== -->\n\n  <section class=\"af-security-cta\">\n\n    <div class=\"af-security-container\">\n\n      <div class=\"af-security-cta-inner\">\n\n        <span class=\"af-security-eyebrow\">\n          Have a Security Concern?\n        <\/span>\n\n        <h2>\n          Contact Our Team.\n        <\/h2>\n\n        <p>\n          If you have questions about securely sending information,\n          accessing your portal or a communication you received from\n          AFairchild CPA, contact us before taking action.\n        <\/p>\n\n        <a\n          href=\"\/contact\/\"\n          class=\"af-security-button\"\n        >\n          Contact AFairchild CPA\n          <span>\u2192<\/span>\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n<\/div>\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Protecting What Matters Your Information Matters to Us. As your trusted advisor, AFairchild CPA understands the importance of protecting the sensitive financial and personal information you<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","rs_blank_template":"","rs_page_bg_color":"","slide_template_v7":"","footnotes":""},"class_list":["post-833","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Security - AFairchild CPA<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Security - AFairchild CPA\" \/>\n<meta property=\"og:description\" content=\"Protecting What Matters Your Information Matters to Us. As your trusted advisor, AFairchild CPA understands the importance of protecting the sensitive financial and personal information you [\u2026]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833\" \/>\n<meta property=\"og:site_name\" content=\"AFairchild CPA\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/afairchildcpa\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-14T02:34:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=833\",\"url\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=833\",\"name\":\"Security - AFairchild CPA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#website\"},\"datePublished\":\"2026-09-14T02:34:46+00:00\",\"dateModified\":\"2026-09-14T02:34:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=833#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=833\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=833#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Security\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#website\",\"url\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/\",\"name\":\"AFairchild CPA\",\"description\":\"Accounting Expertise. Business Insight. Real Growth.\",\"publisher\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#organization\",\"name\":\"AFairchild CPA\",\"url\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-AF-Logo-LLC-1066-x-673-px-1-1.png\",\"contentUrl\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cropped-AF-Logo-LLC-1066-x-673-px-1-1.png\",\"width\":1066,\"height\":258,\"caption\":\"AFairchild CPA\"},\"image\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/afairchildcpa\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/afairchild-cpa\\\/\",\"https:\\\/\\\/www.instagram.com\\\/afairchildcpa\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Security - AFairchild CPA","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Security - AFairchild CPA","og_description":"Protecting What Matters Your Information Matters to Us. As your trusted advisor, AFairchild CPA understands the importance of protecting the sensitive financial and personal information you [\u2026]","og_url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833","og_site_name":"AFairchild CPA","article_publisher":"https:\/\/www.facebook.com\/afairchildcpa","article_modified_time":"2026-09-14T02:34:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833","url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833","name":"Security - AFairchild CPA","isPartOf":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#website"},"datePublished":"2026-09-14T02:34:46+00:00","dateModified":"2026-09-14T02:34:48+00:00","breadcrumb":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=833#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/afairchildcpa.com\/2026-rebranding-\/"},{"@type":"ListItem","position":2,"name":"Security"}]},{"@type":"WebSite","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#website","url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/","name":"AFairchild CPA","description":"Accounting Expertise. Business Insight. Real Growth.","publisher":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#organization","name":"AFairchild CPA","url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#\/schema\/logo\/image\/","url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/wp-content\/uploads\/2026\/06\/cropped-AF-Logo-LLC-1066-x-673-px-1-1.png","contentUrl":"https:\/\/afairchildcpa.com\/2026-rebranding-\/wp-content\/uploads\/2026\/06\/cropped-AF-Logo-LLC-1066-x-673-px-1-1.png","width":1066,"height":258,"caption":"AFairchild CPA"},"image":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/afairchildcpa","https:\/\/www.linkedin.com\/company\/afairchild-cpa\/","https:\/\/www.instagram.com\/afairchildcpa\/"]}]}},"_links":{"self":[{"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/pages\/833","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=833"}],"version-history":[{"count":0,"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/pages\/833\/revisions"}],"wp:attachment":[{"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=833"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}