{"id":827,"date":"2026-09-14T02:25:28","date_gmt":"2026-09-14T02:25:28","guid":{"rendered":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827"},"modified":"2026-09-14T02:25:29","modified_gmt":"2026-09-14T02:25:29","slug":"irs-calendar","status":"publish","type":"page","link":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827","title":{"rendered":"IRS Calendar"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n\n\/* =========================================================\n   AFAIRCHILD CPA\n   2026 TAX CALENDAR\n   SELF-CONTAINED CSS + HTML\n   ========================================================= *\/\n\n\n\/* =========================================================\n   BASE\n   ========================================================= *\/\n\n.af-taxcal,\n.af-taxcal * {\n  box-sizing: border-box;\n}\n\n.af-taxcal {\n  --af-blue: #1F2E6D;\n  --af-blue-dark: #162252;\n  --af-green: #40AE49;\n  --af-green-dark: #348f3c;\n  --af-text: #252c39;\n  --af-muted: #626a78;\n  --af-light: #f6f8fb;\n  --af-border: #e2e6ed;\n  --af-white: #ffffff;\n\n  width: 100%;\n  margin: 0;\n  padding: 0;\n\n  color: var(--af-text);\n  background: #ffffff;\n\n  font-family: inherit;\n}\n\n.af-taxcal a {\n  text-decoration: none;\n}\n\n.af-taxcal-container {\n  width: min(1180px, calc(100% - 48px));\n  margin: 0 auto;\n}\n\n\n\n\/* =========================================================\n   INTRO\n   ========================================================= *\/\n\n.af-taxcal-intro {\n  padding: 72px 0 58px;\n  background: #ffffff;\n}\n\n.af-taxcal-intro-inner {\n  display: grid;\n  grid-template-columns: 1fr 340px;\n  gap: 70px;\n  align-items: center;\n}\n\n.af-taxcal-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-taxcal-intro h2 {\n  margin: 0 0 17px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(34px, 4vw, 48px);\n  line-height: 1.1;\n  font-weight: 700;\n}\n\n.af-taxcal-intro-copy {\n  max-width: 720px;\n\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n\n\n\/* YEAR BOX *\/\n\n.af-taxcal-year {\n  position: relative;\n\n  padding: 30px 28px;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--af-blue) 0%,\n      #263d82 100%\n    );\n\n  border-radius: 7px;\n\n  color: #ffffff;\n\n  overflow: hidden;\n\n  box-shadow:\n    0 14px 34px rgba(31,46,109,.16);\n}\n\n.af-taxcal-year::after {\n  content: \"\";\n\n  position: absolute;\n  right: -45px;\n  bottom: -65px;\n\n  width: 160px;\n  height: 160px;\n\n  border-radius: 50%;\n\n  background: rgba(64,174,73,.20);\n}\n\n.af-taxcal-year-label {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: rgba(255,255,255,.76);\n\n  font-size: 12px;\n  font-weight: 700;\n\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-year-number {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n\n  margin-bottom: 8px;\n\n  color: #ffffff;\n\n  font-size: 58px;\n  line-height: 1;\n  font-weight: 700;\n}\n\n.af-taxcal-year-text {\n  position: relative;\n  z-index: 2;\n\n  display: block;\n\n  color: rgba(255,255,255,.88);\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\n\n\/* =========================================================\n   QUICK NAVIGATION\n   ========================================================= *\/\n\n.af-taxcal-nav-section {\n  padding: 0 0 55px;\n  background: #ffffff;\n}\n\n.af-taxcal-nav {\n  display: grid;\n\n  grid-template-columns: repeat(4, 1fr);\n\n  gap: 13px;\n}\n\n.af-taxcal-nav a {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  min-height: 52px;\n\n  padding: 12px 18px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-radius: 4px;\n\n  color: var(--af-blue) !important;\n\n  font-size: 14px;\n  font-weight: 700;\n\n  transition:\n    background .2s ease,\n    color .2s ease,\n    border-color .2s ease,\n    transform .2s ease;\n}\n\n.af-taxcal-nav a:hover {\n  background: var(--af-blue);\n  border-color: var(--af-blue);\n\n  color: #ffffff !important;\n\n  transform: translateY(-2px);\n}\n\n\n\n\/* =========================================================\n   CALENDAR BACKGROUND\n   ========================================================= *\/\n\n.af-taxcal-calendar {\n  padding: 72px 0 78px;\n\n  background: var(--af-light);\n}\n\n\n\n\/* =========================================================\n   QUARTER\n   ========================================================= *\/\n\n.af-taxcal-quarter {\n  margin-bottom: 68px;\n\n  scroll-margin-top: 120px;\n}\n\n.af-taxcal-quarter:last-child {\n  margin-bottom: 0;\n}\n\n.af-taxcal-quarter-head {\n  display: grid;\n\n  grid-template-columns: 115px 1fr;\n\n  gap: 26px;\n\n  align-items: center;\n\n  margin-bottom: 26px;\n}\n\n\n\n\/* QUARTER NUMBER *\/\n\n.af-taxcal-quarter-number {\n  min-height: 88px;\n\n  display: flex;\n  flex-direction: column;\n\n  align-items: center;\n  justify-content: center;\n\n  background: var(--af-blue);\n\n  border-radius: 5px;\n\n  color: #ffffff;\n}\n\n.af-taxcal-quarter-number span {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: rgba(255,255,255,.72);\n\n  font-size: 11px;\n  font-weight: 700;\n\n  letter-spacing: 1.3px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-quarter-number strong {\n  color: #ffffff;\n\n  font-size: 31px;\n  line-height: 1;\n}\n\n\n\n\/* QUARTER TITLE *\/\n\n.af-taxcal-quarter-title h3 {\n  margin: 0 0 4px;\n\n  color: var(--af-blue);\n\n  font-size: 30px;\n  line-height: 1.2;\n}\n\n.af-taxcal-quarter-title p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 14px;\n  line-height: 1.5;\n}\n\n\n\n\/* =========================================================\n   DATE GRID\n   ========================================================= *\/\n\n.af-taxcal-grid {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 18px;\n}\n\n\n\n\/* =========================================================\n   DATE CARD\n   ========================================================= *\/\n\n.af-taxcal-card {\n  position: relative;\n\n  display: grid;\n\n  grid-template-columns: 88px 1fr;\n\n  min-height: 155px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-radius: 6px;\n\n  overflow: hidden;\n\n  box-shadow:\n    0 6px 22px rgba(31,46,109,.055);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease,\n    border-color .22s ease;\n}\n\n.af-taxcal-card:hover {\n  transform: translateY(-3px);\n\n  border-color: rgba(64,174,73,.45);\n\n  box-shadow:\n    0 14px 32px rgba(31,46,109,.10);\n}\n\n\n\n\/* DATE *\/\n\n.af-taxcal-date {\n  display: flex;\n  flex-direction: column;\n\n  align-items: center;\n  justify-content: center;\n\n  padding: 20px 10px;\n\n  background: #eef1f7;\n\n  border-right: 1px solid var(--af-border);\n}\n\n.af-taxcal-date-month {\n  margin-bottom: 3px;\n\n  color: var(--af-green);\n\n  font-size: 12px;\n  line-height: 1;\n  font-weight: 800;\n\n  letter-spacing: 1.4px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-date-day {\n  color: var(--af-blue);\n\n  font-size: 38px;\n  line-height: 1;\n  font-weight: 700;\n}\n\n\n\n\/* CARD COPY *\/\n\n.af-taxcal-card-content {\n  padding: 23px 24px;\n}\n\n.af-taxcal-tag-row {\n  display: flex;\n  flex-wrap: wrap;\n\n  gap: 6px;\n\n  margin-bottom: 10px;\n}\n\n.af-taxcal-tag {\n  display: inline-flex;\n\n  padding: 5px 9px;\n\n  border-radius: 20px;\n\n  background: rgba(31,46,109,.07);\n\n  color: var(--af-blue);\n\n  font-size: 10px;\n  line-height: 1;\n  font-weight: 700;\n\n  letter-spacing: .5px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-tag.business {\n  background: rgba(64,174,73,.11);\n  color: #318b39;\n}\n\n.af-taxcal-tag.employer {\n  background: #edf5ff;\n  color: #2874b8;\n}\n\n.af-taxcal-card h4 {\n  margin: 0 0 7px;\n\n  color: var(--af-blue);\n\n  font-size: 18px;\n  line-height: 1.3;\n}\n\n.af-taxcal-card p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 14px;\n  line-height: 1.58;\n}\n\n\n\n\/* IMPORTANT CARD *\/\n\n.af-taxcal-card.important {\n  border-top: 4px solid var(--af-green);\n}\n\n.af-taxcal-card.important .af-taxcal-date {\n  background:\n    linear-gradient(\n      145deg,\n      #edf8ef 0%,\n      #f7fbf8 100%\n    );\n}\n\n\n\n\/* =========================================================\n   NEXT YEAR ESTIMATED PAYMENT\n   ========================================================= *\/\n\n.af-taxcal-next {\n  margin-top: 28px;\n\n  display: grid;\n\n  grid-template-columns: 105px 1fr;\n\n  gap: 24px;\n\n  align-items: center;\n\n  padding: 28px 30px;\n\n  background: #ffffff;\n\n  border: 1px solid var(--af-border);\n  border-left: 5px solid var(--af-green);\n\n  border-radius: 5px;\n}\n\n.af-taxcal-next-date {\n  text-align: center;\n}\n\n.af-taxcal-next-date span {\n  display: block;\n\n  margin-bottom: 2px;\n\n  color: var(--af-green);\n\n  font-size: 12px;\n  font-weight: 800;\n\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-next-date strong {\n  display: block;\n\n  color: var(--af-blue);\n\n  font-size: 34px;\n  line-height: 1.05;\n}\n\n.af-taxcal-next-copy h4 {\n  margin: 0 0 5px;\n\n  color: var(--af-blue);\n\n  font-size: 19px;\n}\n\n.af-taxcal-next-copy p {\n  margin: 0;\n\n  color: var(--af-muted);\n\n  font-size: 14px;\n  line-height: 1.55;\n}\n\n\n\n\/* =========================================================\n   IMPORTANT INFORMATION \/ DISCLAIMER\n   ========================================================= *\/\n\n.af-taxcal-info {\n  padding: 68px 0;\n\n  background: #ffffff;\n}\n\n.af-taxcal-info-grid {\n  display: grid;\n\n  grid-template-columns: 1.15fr .85fr;\n\n  gap: 60px;\n\n  align-items: start;\n}\n\n.af-taxcal-info h3 {\n  margin: 0 0 13px;\n\n  color: var(--af-blue);\n\n  font-size: 29px;\n  line-height: 1.2;\n}\n\n.af-taxcal-info p {\n  margin: 0 0 13px;\n\n  color: var(--af-muted);\n\n  font-size: 15px;\n  line-height: 1.7;\n}\n\n.af-taxcal-info p:last-child {\n  margin-bottom: 0;\n}\n\n\n\n\/* IRS SOURCE BOX *\/\n\n.af-taxcal-source {\n  padding: 28px;\n\n  background: var(--af-light);\n\n  border-left: 4px solid var(--af-blue);\n\n  border-radius: 4px;\n}\n\n.af-taxcal-source-label {\n  display: block;\n\n  margin-bottom: 6px;\n\n  color: var(--af-green);\n\n  font-size: 11px;\n  font-weight: 800;\n\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n}\n\n.af-taxcal-source h4 {\n  margin: 0 0 9px;\n\n  color: var(--af-blue);\n\n  font-size: 20px;\n}\n\n.af-taxcal-source p {\n  margin: 0 0 18px;\n\n  font-size: 14px;\n}\n\n.af-taxcal-source-button {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  gap: 9px;\n\n  min-height: 45px;\n\n  padding: 11px 18px;\n\n  background: var(--af-blue);\n\n  border-radius: 3px;\n\n  color: #ffffff !important;\n\n  font-size: 13px;\n  font-weight: 700;\n\n  transition:\n    background .2s ease,\n    transform .2s ease;\n}\n\n.af-taxcal-source-button:hover {\n  background: var(--af-blue-dark);\n\n  transform: translateY(-2px);\n}\n\n\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.af-taxcal-cta {\n  padding: 70px 0;\n\n  background:\n    linear-gradient(\n      135deg,\n      #f4f7fb 0%,\n      #ffffff 60%,\n      #eef8ef 100%\n    );\n\n  text-align: center;\n}\n\n.af-taxcal-cta-inner {\n  max-width: 760px;\n\n  margin: 0 auto;\n}\n\n.af-taxcal-cta h2 {\n  margin: 0 0 14px;\n\n  color: var(--af-blue);\n\n  font-size: clamp(31px, 4vw, 43px);\n  line-height: 1.15;\n}\n\n.af-taxcal-cta p {\n  max-width: 650px;\n\n  margin: 0 auto 25px;\n\n  color: var(--af-muted);\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.af-taxcal-cta-button {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  gap: 10px;\n\n  min-width: 185px;\n  min-height: 49px;\n\n  padding: 12px 24px;\n\n  background: var(--af-green);\n\n  border-radius: 3px;\n\n  color: #ffffff !important;\n\n  font-size: 14px;\n  font-weight: 700;\n\n  transition:\n    background .2s ease,\n    transform .2s ease;\n}\n\n.af-taxcal-cta-button:hover {\n  background: var(--af-green-dark);\n\n  transform: translateY(-2px);\n}\n\n\n\n\/* =========================================================\n   TABLET\n   ========================================================= *\/\n\n@media only screen and (max-width: 959px) {\n\n  .af-taxcal-container {\n    width: min(100% - 40px, 900px);\n  }\n\n  .af-taxcal-intro-inner {\n    grid-template-columns: 1fr 270px;\n    gap: 40px;\n  }\n\n  .af-taxcal-year-number {\n    font-size: 50px;\n  }\n\n  .af-taxcal-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .af-taxcal-info-grid {\n    grid-template-columns: 1fr;\n    gap: 30px;\n  }\n\n}\n\n\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media only screen and (max-width: 767px) {\n\n  .af-taxcal-container {\n    width: calc(100% - 32px);\n  }\n\n  .af-taxcal-intro {\n    padding: 52px 0 38px;\n  }\n\n  .af-taxcal-intro-inner {\n    grid-template-columns: 1fr;\n    gap: 28px;\n  }\n\n  .af-taxcal-intro h2 {\n    font-size: 34px;\n  }\n\n  .af-taxcal-year {\n    padding: 24px;\n  }\n\n  .af-taxcal-year-number {\n    font-size: 46px;\n  }\n\n  .af-taxcal-nav-section {\n    padding-bottom: 42px;\n  }\n\n  .af-taxcal-nav {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .af-taxcal-calendar {\n    padding: 52px 0 58px;\n  }\n\n  .af-taxcal-quarter {\n    margin-bottom: 52px;\n  }\n\n  .af-taxcal-quarter-head {\n    grid-template-columns: 84px 1fr;\n    gap: 18px;\n  }\n\n  .af-taxcal-quarter-number {\n    min-height: 74px;\n  }\n\n  .af-taxcal-quarter-number strong {\n    font-size: 27px;\n  }\n\n  .af-taxcal-quarter-title h3 {\n    font-size: 25px;\n  }\n\n  .af-taxcal-card {\n    grid-template-columns: 76px 1fr;\n  }\n\n  .af-taxcal-date-day {\n    font-size: 32px;\n  }\n\n  .af-taxcal-card-content {\n    padding: 20px 18px;\n  }\n\n  .af-taxcal-next {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .af-taxcal-next-date {\n    text-align: left;\n  }\n\n  .af-taxcal-info {\n    padding: 52px 0;\n  }\n\n  .af-taxcal-cta {\n    padding: 55px 0;\n  }\n\n}\n\n\n\n\/* =========================================================\n   SMALL MOBILE\n   ========================================================= *\/\n\n@media only screen and (max-width: 480px) {\n\n  .af-taxcal-nav {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .af-taxcal-card {\n    grid-template-columns: 68px 1fr;\n  }\n\n  .af-taxcal-date {\n    padding: 16px 7px;\n  }\n\n  .af-taxcal-date-day {\n    font-size: 29px;\n  }\n\n  .af-taxcal-card h4 {\n    font-size: 17px;\n  }\n\n}\n\n<\/style>\n\n\n<div class=\"af-taxcal\">\n\n\n  <!-- =====================================================\n       INTRODUCTION\n       ===================================================== -->\n\n  <section class=\"af-taxcal-intro\">\n\n    <div class=\"af-taxcal-container\">\n\n      <div class=\"af-taxcal-intro-inner\">\n\n\n        <div>\n\n          <span class=\"af-taxcal-eyebrow\">\n            Federal Tax Calendar\n          <\/span>\n\n          <h2>\n            Important Tax Dates to Keep on Your Calendar\n          <\/h2>\n\n          <p class=\"af-taxcal-intro-copy\">\n            Staying ahead of important filing and payment deadlines can\n            help you plan with confidence. Use this calendar as a quick\n            reference for key 2026 federal tax dates for individuals and\n            calendar-year businesses.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-year\">\n\n          <span class=\"af-taxcal-year-label\">\n            Tax Calendar\n          <\/span>\n\n          <span class=\"af-taxcal-year-number\">\n            2026\n          <\/span>\n\n          <span class=\"af-taxcal-year-text\">\n            Key federal filing and payment deadlines\n          <\/span>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       QUICK QUARTER NAVIGATION\n       ===================================================== -->\n\n  <section class=\"af-taxcal-nav-section\">\n\n    <div class=\"af-taxcal-container\">\n\n      <div class=\"af-taxcal-nav\">\n\n        <a href=\"#af-q1\">\n          Q1 \u00b7 January\u2013March\n        <\/a>\n\n        <a href=\"#af-q2\">\n          Q2 \u00b7 April\u2013June\n        <\/a>\n\n        <a href=\"#af-q3\">\n          Q3 \u00b7 July\u2013September\n        <\/a>\n\n        <a href=\"#af-q4\">\n          Q4 \u00b7 October\u2013December\n        <\/a>\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       TAX CALENDAR\n       ===================================================== -->\n\n  <section class=\"af-taxcal-calendar\">\n\n    <div class=\"af-taxcal-container\">\n\n\n\n      <!-- =================================================\n           Q1\n           ================================================= -->\n\n      <div\n        class=\"af-taxcal-quarter\"\n        id=\"af-q1\"\n      >\n\n\n        <div class=\"af-taxcal-quarter-head\">\n\n          <div class=\"af-taxcal-quarter-number\">\n\n            <span>\n              Quarter\n            <\/span>\n\n            <strong>\n              Q1\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"af-taxcal-quarter-title\">\n\n            <h3>\n              January \u2013 March\n            <\/h3>\n\n            <p>\n              Year-end reporting and business return deadlines.\n            <\/p>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-grid\">\n\n\n          <!-- JANUARY 15 -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Jan\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                2025 Fourth Estimated Tax Payment\n              <\/h4>\n\n              <p>\n                Fourth-quarter 2025 estimated federal income tax payment\n                is due for individuals who make estimated payments.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- FEBRUARY 2 -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Feb\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                02\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag employer\">\n                  Employers\n                <\/span>\n\n                <span class=\"af-taxcal-tag business\">\n                  Businesses\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                W-2 and Form 1099-NEC Deadline\n              <\/h4>\n\n              <p>\n                Employers generally must furnish 2025 Forms W-2.\n                Businesses reporting nonemployee compensation generally\n                file and furnish Form 1099-NEC by this date.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- MARCH 16 -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Mar\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                16\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag business\">\n                  Partnerships\n                <\/span>\n\n                <span class=\"af-taxcal-tag business\">\n                  S Corporations\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Partnership &amp; S Corporation Returns\n              <\/h4>\n\n              <p>\n                Calendar-year partnerships generally file Form 1065\n                and S corporations generally file Form 1120-S.\n                Eligible taxpayers may request an extension using Form 7004.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <!-- =================================================\n           Q2\n           ================================================= -->\n\n      <div\n        class=\"af-taxcal-quarter\"\n        id=\"af-q2\"\n      >\n\n\n        <div class=\"af-taxcal-quarter-head\">\n\n          <div class=\"af-taxcal-quarter-number\">\n\n            <span>\n              Quarter\n            <\/span>\n\n            <strong>\n              Q2\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"af-taxcal-quarter-title\">\n\n            <h3>\n              April \u2013 June\n            <\/h3>\n\n            <p>\n              Individual filing season and estimated tax payments.\n            <\/p>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-grid\">\n\n\n          <!-- APRIL 15 INDIVIDUAL -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Apr\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Individual Income Tax Returns\n              <\/h4>\n\n              <p>\n                File 2025 Form 1040 or Form 1040-SR and pay any tax due.\n                Form 4868 may be used to request an automatic six-month\n                extension to file. An extension to file does not extend\n                the time to pay.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- APRIL 15 ESTIMATED -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Apr\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                First 2026 Estimated Tax Payment\n              <\/h4>\n\n              <p>\n                First installment of 2026 estimated federal income tax\n                is due for individuals who are required to make\n                estimated payments.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- APRIL 15 CORPORATION -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Apr\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag business\">\n                  C Corporations\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Calendar-Year C Corporation Returns\n              <\/h4>\n\n              <p>\n                Calendar-year C corporations generally file Form 1120\n                or request an extension using Form 7004.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- JUNE 15 -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Jun\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Second 2026 Estimated Tax Payment\n              <\/h4>\n\n              <p>\n                Second installment of 2026 estimated federal income tax\n                is due for individuals who make estimated payments.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <!-- =================================================\n           Q3\n           ================================================= -->\n\n      <div\n        class=\"af-taxcal-quarter\"\n        id=\"af-q3\"\n      >\n\n\n        <div class=\"af-taxcal-quarter-head\">\n\n          <div class=\"af-taxcal-quarter-number\">\n\n            <span>\n              Quarter\n            <\/span>\n\n            <strong>\n              Q3\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"af-taxcal-quarter-title\">\n\n            <h3>\n              July \u2013 September\n            <\/h3>\n\n            <p>\n              Extended business returns and estimated payments.\n            <\/p>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-grid\">\n\n\n          <!-- SEPTEMBER 15 ESTIMATE -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Sep\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Third 2026 Estimated Tax Payment\n              <\/h4>\n\n              <p>\n                Third installment of 2026 estimated federal income tax\n                is due for individuals who make estimated payments.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- SEPTEMBER 15 BUSINESS EXT -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Sep\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag business\">\n                  Partnerships\n                <\/span>\n\n                <span class=\"af-taxcal-tag business\">\n                  S Corporations\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Extended Partnership &amp; S Corporation Returns\n              <\/h4>\n\n              <p>\n                Calendar-year partnerships and S corporations that\n                timely requested a six-month extension generally file\n                their 2025 returns by this date.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n      <\/div>\n\n\n\n      <!-- =================================================\n           Q4\n           ================================================= -->\n\n      <div\n        class=\"af-taxcal-quarter\"\n        id=\"af-q4\"\n      >\n\n\n        <div class=\"af-taxcal-quarter-head\">\n\n          <div class=\"af-taxcal-quarter-number\">\n\n            <span>\n              Quarter\n            <\/span>\n\n            <strong>\n              Q4\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"af-taxcal-quarter-title\">\n\n            <h3>\n              October \u2013 December\n            <\/h3>\n\n            <p>\n              Individual extensions and year-end business planning.\n            <\/p>\n\n          <\/div>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-grid\">\n\n\n          <!-- OCTOBER 15 INDIVIDUAL -->\n\n          <div class=\"af-taxcal-card important\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Oct\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag\">\n                  Individuals\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Extended Individual Income Tax Returns\n              <\/h4>\n\n              <p>\n                Individuals who timely requested an automatic\n                six-month extension generally file their 2025\n                Form 1040 or Form 1040-SR by this date.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- OCTOBER 15 CORP -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Oct\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag business\">\n                  C Corporations\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Extended C Corporation Returns\n              <\/h4>\n\n              <p>\n                Calendar-year C corporations that timely requested\n                an extension generally file their 2025 Form 1120\n                by this date.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n\n          <!-- DECEMBER 15 -->\n\n          <div class=\"af-taxcal-card\">\n\n            <div class=\"af-taxcal-date\">\n\n              <span class=\"af-taxcal-date-month\">\n                Dec\n              <\/span>\n\n              <span class=\"af-taxcal-date-day\">\n                15\n              <\/span>\n\n            <\/div>\n\n\n            <div class=\"af-taxcal-card-content\">\n\n              <div class=\"af-taxcal-tag-row\">\n\n                <span class=\"af-taxcal-tag business\">\n                  Corporations\n                <\/span>\n\n              <\/div>\n\n              <h4>\n                Corporate Estimated Tax Payment\n              <\/h4>\n\n              <p>\n                Fourth installment of 2026 estimated federal\n                income tax is generally due for calendar-year corporations.\n              <\/p>\n\n            <\/div>\n\n          <\/div>\n\n\n        <\/div>\n\n\n\n        <!-- NEXT YEAR -->\n\n        <div class=\"af-taxcal-next\">\n\n          <div class=\"af-taxcal-next-date\">\n\n            <span>\n              January\n            <\/span>\n\n            <strong>\n              15, 2027\n            <\/strong>\n\n          <\/div>\n\n\n          <div class=\"af-taxcal-next-copy\">\n\n            <h4>\n              Fourth 2026 Individual Estimated Tax Payment\n            <\/h4>\n\n            <p>\n              The fourth installment of 2026 estimated federal income\n              tax is generally due January 15, 2027.\n            <\/p>\n\n          <\/div>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       IMPORTANT INFORMATION\n       ===================================================== -->\n\n  <section class=\"af-taxcal-info\">\n\n    <div class=\"af-taxcal-container\">\n\n      <div class=\"af-taxcal-info-grid\">\n\n\n        <div>\n\n          <span class=\"af-taxcal-eyebrow\">\n            Important Information\n          <\/span>\n\n          <h3>\n            Tax Deadlines Can Vary\n          <\/h3>\n\n          <p>\n            This calendar highlights commonly applicable federal tax\n            deadlines for calendar-year taxpayers and is intended as a\n            general planning resource. Your filing or payment deadlines\n            may differ based on your entity type, fiscal year, location,\n            employment tax requirements or other circumstances.\n          <\/p>\n\n          <p>\n            Weekend, federal holiday, disaster relief and other special\n            rules may also affect filing and payment dates. Contact your\n            AFairchild CPA advisor if you have questions about a deadline\n            that applies to you.\n          <\/p>\n\n        <\/div>\n\n\n\n        <div class=\"af-taxcal-source\">\n\n          <span class=\"af-taxcal-source-label\">\n            Official Reference\n          <\/span>\n\n          <h4>\n            IRS Tax Calendar\n          <\/h4>\n\n          <p>\n            For the complete list of federal filing, payment, employer\n            and excise tax dates, visit the Internal Revenue Service.\n          <\/p>\n\n          <a\n            href=\"https:\/\/www.irs.gov\/publications\/p509\"\n            target=\"_blank\"\n            rel=\"noopener\"\n            class=\"af-taxcal-source-button\"\n          >\n            View IRS Publication 509\n            <span>\u2192<\/span>\n          <\/a>\n\n        <\/div>\n\n\n      <\/div>\n\n    <\/div>\n\n  <\/section>\n\n\n\n  <!-- =====================================================\n       FINAL CTA\n       ===================================================== -->\n\n  <section class=\"af-taxcal-cta\">\n\n    <div class=\"af-taxcal-container\">\n\n      <div class=\"af-taxcal-cta-inner\">\n\n        <span class=\"af-taxcal-eyebrow\">\n          Questions About a Deadline?\n        <\/span>\n\n        <h2>\n          Planning Ahead Makes a Difference.\n        <\/h2>\n\n        <p>\n          Your tax situation may include deadlines that are not shown\n          here. Connect with your AFairchild CPA advisor for guidance\n          specific to you or your business.\n        <\/p>\n\n        <a\n          href=\"\/contact\/\"\n          class=\"af-taxcal-cta-button\"\n        >\n          Contact Our Team\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>Federal Tax Calendar Important Tax Dates to Keep on Your Calendar Staying ahead of important filing and payment deadlines can help you plan with confidence. Use<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-827","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>IRS Calendar - 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=\"IRS Calendar - AFairchild CPA\" \/>\n<meta property=\"og:description\" content=\"Federal Tax Calendar Important Tax Dates to Keep on Your Calendar Staying ahead of important filing and payment deadlines can help you plan with confidence. Use [\u2026]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827\" \/>\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:25:29+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=827\",\"url\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=827\",\"name\":\"IRS Calendar - AFairchild CPA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/#website\"},\"datePublished\":\"2026-09-14T02:25:28+00:00\",\"dateModified\":\"2026-09-14T02:25:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=827#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=827\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/?page_id=827#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/afairchildcpa.com\\\/2026-rebranding-\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IRS Calendar\"}]},{\"@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":"IRS Calendar - 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":"IRS Calendar - AFairchild CPA","og_description":"Federal Tax Calendar Important Tax Dates to Keep on Your Calendar Staying ahead of important filing and payment deadlines can help you plan with confidence. Use [\u2026]","og_url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827","og_site_name":"AFairchild CPA","article_publisher":"https:\/\/www.facebook.com\/afairchildcpa","article_modified_time":"2026-09-14T02:25:29+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=827","url":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827","name":"IRS Calendar - AFairchild CPA","isPartOf":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/#website"},"datePublished":"2026-09-14T02:25:28+00:00","dateModified":"2026-09-14T02:25:29+00:00","breadcrumb":{"@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/afairchildcpa.com\/2026-rebranding-\/?page_id=827#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/afairchildcpa.com\/2026-rebranding-\/"},{"@type":"ListItem","position":2,"name":"IRS Calendar"}]},{"@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\/827","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=827"}],"version-history":[{"count":0,"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=\/wp\/v2\/pages\/827\/revisions"}],"wp:attachment":[{"href":"https:\/\/afairchildcpa.com\/2026-rebranding-\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}