{"id":1776,"date":"2026-05-13T01:27:14","date_gmt":"2026-05-13T05:27:14","guid":{"rendered":"https:\/\/www.coudersportpa.org\/?page_id=1776"},"modified":"2026-05-13T01:31:44","modified_gmt":"2026-05-13T05:31:44","slug":"borough-closed-dates","status":"publish","type":"page","link":"https:\/\/www.coudersportpa.org\/?page_id=1776","title":{"rendered":"Borough Closed Dates"},"content":{"rendered":"\n\n\n<style>\n\/* =========================================================\n   Borough Office Closed Dates Page\n   High-Impact \/ ADA-Friendly \/ Print-Ready\n   ========================================================= *\/\n\n.coudy-closed-page {\n  --boc-navy: #06152f;\n  --boc-blue: #0b3d91;\n  --boc-cyan: #00a6d6;\n  --boc-gold: #f5b700;\n  --boc-orange: #f97316;\n  --boc-green: #047857;\n  --boc-red: #b91c1c;\n  --boc-ink: #111827;\n  --boc-muted: #4b5563;\n  --boc-soft: #f5f8ff;\n  --boc-white: #ffffff;\n  --boc-border: #d7e0ee;\n  --boc-shadow: 0 24px 70px rgba(6, 21, 47, 0.18);\n\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  color: var(--boc-ink);\n  background: #ffffff;\n  line-height: 1.6;\n}\n\n.coudy-closed-page *,\n.coudy-closed-page *::before,\n.coudy-closed-page *::after {\n  box-sizing: border-box;\n}\n\n.coudy-closed-page a {\n  color: #073b8e;\n  text-decoration-thickness: 2px;\n  text-underline-offset: 4px;\n}\n\n.coudy-closed-page a:hover,\n.coudy-closed-page a:focus {\n  color: #001f5b;\n}\n\n.coudy-closed-page :focus-visible {\n  outline: 4px solid #ffbf00;\n  outline-offset: 4px;\n  border-radius: 8px;\n}\n\n.boc-skip-link {\n  position: absolute;\n  left: -999px;\n  top: 16px;\n  z-index: 99999;\n  background: #ffffff;\n  color: #06152f;\n  padding: 12px 18px;\n  border: 3px solid #ffbf00;\n  border-radius: 10px;\n  font-weight: 900;\n}\n\n.boc-skip-link:focus {\n  left: 16px;\n}\n\n.boc-wrap {\n  width: min(1180px, calc(100% - 34px));\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n\/* Hero *\/\n.boc-hero {\n  position: relative;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    radial-gradient(circle at 12% 18%, rgba(245, 183, 0, 0.45), transparent 28%),\n    radial-gradient(circle at 88% 12%, rgba(0, 166, 214, 0.42), transparent 28%),\n    linear-gradient(135deg, #06152f 0%, #0b3d91 48%, #021026 100%);\n  padding: clamp(64px, 9vw, 112px) 22px;\n  border-radius: 0 0 42px 42px;\n}\n\n.boc-hero::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(45deg, rgba(255,255,255,0.06) 25%, transparent 25%),\n    linear-gradient(-45deg, rgba(255,255,255,0.05) 25%, transparent 25%);\n  background-size: 36px 36px;\n  opacity: 0.36;\n  pointer-events: none;\n}\n\n.boc-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: rgba(255, 255, 255, 0.14);\n  border: 1px solid rgba(255, 255, 255, 0.36);\n  color: #ffffff;\n  padding: 9px 15px;\n  border-radius: 999px;\n  font-size: 0.88rem;\n  font-weight: 900;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.boc-eyebrow::before {\n  content: \"\";\n  width: 11px;\n  height: 11px;\n  border-radius: 999px;\n  background: var(--boc-gold);\n  box-shadow: 0 0 0 5px rgba(245, 183, 0, 0.22);\n}\n\n.boc-hero h1 {\n  max-width: 980px;\n  margin: 24px 0 16px;\n  color: #ffffff;\n  font-size: clamp(2.6rem, 6vw, 5.5rem);\n  line-height: 0.95;\n  letter-spacing: -0.06em;\n  font-weight: 1000;\n}\n\n.boc-hero p {\n  max-width: 850px;\n  margin: 0;\n  color: #eef6ff;\n  font-size: clamp(1.1rem, 2vw, 1.34rem);\n  font-weight: 550;\n}\n\n.boc-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 32px;\n}\n\n.boc-btn {\n  appearance: none;\n  border: 0;\n  cursor: pointer;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 50px;\n  padding: 13px 22px;\n  border-radius: 999px;\n  font-weight: 950;\n  font-size: 1rem;\n  text-decoration: none;\n  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n}\n\n.boc-btn:hover {\n  transform: translateY(-2px);\n}\n\n.boc-btn-primary {\n  background: #ffffff;\n  color: #06152f !important;\n  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);\n}\n\n.boc-btn-secondary {\n  background: #f5b700;\n  color: #06152f !important;\n  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);\n}\n\n\/* Sticky Nav *\/\n.boc-nav-shell {\n  position: sticky;\n  top: 0;\n  z-index: 50;\n  background: rgba(255, 255, 255, 0.94);\n  backdrop-filter: blur(16px);\n  border-bottom: 1px solid var(--boc-border);\n  box-shadow: 0 16px 40px rgba(6, 21, 47, 0.08);\n}\n\n.boc-nav {\n  width: min(1180px, calc(100% - 34px));\n  margin: 0 auto;\n  padding: 14px 0;\n}\n\n.boc-nav ul {\n  list-style: none;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin: 0;\n  padding: 0;\n}\n\n.boc-nav a {\n  display: inline-flex;\n  align-items: center;\n  min-height: 44px;\n  padding: 10px 15px;\n  border-radius: 999px;\n  background: #eef4ff;\n  color: #08295c;\n  font-weight: 900;\n  font-size: 0.95rem;\n  text-decoration: none;\n  border: 1px solid #cbdafa;\n}\n\n.boc-nav a:hover,\n.boc-nav a:focus {\n  background: #0b3d91;\n  color: #ffffff;\n}\n\n\/* Intro *\/\n.boc-intro {\n  width: min(1180px, calc(100% - 34px));\n  margin: 36px auto 0;\n  display: grid;\n  grid-template-columns: 1.25fr 0.75fr;\n  gap: 22px;\n  align-items: stretch;\n}\n\n.boc-intro-card {\n  background: #ffffff;\n  border: 1px solid var(--boc-border);\n  border-radius: 30px;\n  padding: clamp(24px, 4vw, 38px);\n  box-shadow: var(--boc-shadow);\n}\n\n.boc-intro-card h2 {\n  margin: 0 0 12px;\n  color: var(--boc-navy);\n  font-size: clamp(1.8rem, 3vw, 2.65rem);\n  line-height: 1.05;\n  letter-spacing: -0.04em;\n  font-weight: 1000;\n}\n\n.boc-intro-card p {\n  margin: 0;\n  color: var(--boc-muted);\n  font-size: 1.07rem;\n}\n\n.boc-highlight-card {\n  position: relative;\n  overflow: hidden;\n  background:\n    radial-gradient(circle at top right, rgba(255,255,255,0.35), transparent 34%),\n    linear-gradient(135deg, #f97316, #f5b700);\n  color: #111827;\n  border-radius: 30px;\n  padding: clamp(24px, 4vw, 38px);\n  box-shadow: var(--boc-shadow);\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.boc-highlight-card strong {\n  display: block;\n  font-size: clamp(2.5rem, 5vw, 4.2rem);\n  line-height: 0.9;\n  letter-spacing: -0.055em;\n  font-weight: 1000;\n}\n\n.boc-highlight-card span {\n  display: block;\n  margin-top: 14px;\n  font-weight: 950;\n  font-size: 1.02rem;\n  text-transform: uppercase;\n  letter-spacing: 0.05em;\n}\n\n\/* Feature Cards *\/\n.boc-feature-grid {\n  width: min(1180px, calc(100% - 34px));\n  margin: 24px auto 0;\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.boc-feature-card {\n  border-radius: 28px;\n  padding: 24px;\n  color: #ffffff;\n  box-shadow: 0 18px 48px rgba(6, 21, 47, 0.14);\n}\n\n.boc-feature-card h3 {\n  margin: 0 0 8px;\n  color: #ffffff;\n  font-size: 1.35rem;\n  line-height: 1.1;\n  font-weight: 1000;\n  letter-spacing: -0.03em;\n}\n\n.boc-feature-card p {\n  margin: 0;\n  color: #f8fbff;\n  font-weight: 600;\n}\n\n.boc-feature-schedule {\n  background:\n    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 32%),\n    linear-gradient(135deg, #06152f, #0b3d91);\n}\n\n.boc-feature-service {\n  background:\n    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 32%),\n    linear-gradient(135deg, #064e3b, #0f766e);\n}\n\n.boc-feature-print {\n  background:\n    radial-gradient(circle at top right, rgba(255,255,255,0.22), transparent 32%),\n    linear-gradient(135deg, #7c2d12, #f97316);\n}\n\n\/* Main Section *\/\n.boc-main {\n  width: min(1180px, calc(100% - 34px));\n  margin: 34px auto 70px;\n}\n\n.boc-section {\n  background: #ffffff;\n  border: 1px solid var(--boc-border);\n  border-radius: 34px;\n  margin: 26px 0;\n  overflow: hidden;\n  box-shadow: 0 18px 52px rgba(6, 21, 47, 0.12);\n  scroll-margin-top: 92px;\n}\n\n.boc-section-header {\n  position: relative;\n  padding: clamp(26px, 4vw, 40px);\n  color: #ffffff;\n  background:\n    radial-gradient(circle at 92% 12%, rgba(255,255,255,0.22), transparent 25%),\n    linear-gradient(135deg, #06152f, #0b3d91);\n}\n\n.boc-kicker {\n  display: inline-flex;\n  align-items: center;\n  gap: 9px;\n  background: rgba(255,255,255,0.16);\n  border: 1px solid rgba(255,255,255,0.35);\n  padding: 8px 13px;\n  border-radius: 999px;\n  color: #ffffff;\n  font-size: 0.82rem;\n  font-weight: 900;\n  text-transform: uppercase;\n  letter-spacing: 0.075em;\n}\n\n.boc-section-header h2 {\n  margin: 17px 0 8px;\n  color: #ffffff;\n  font-size: clamp(1.85rem, 4vw, 3.25rem);\n  line-height: 1;\n  letter-spacing: -0.045em;\n  font-weight: 1000;\n}\n\n.boc-section-header p {\n  margin: 0;\n  max-width: 820px;\n  color: #eef6ff;\n  font-size: 1.06rem;\n}\n\n.boc-content-panel {\n  padding: clamp(18px, 3vw, 32px);\n  background:\n    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);\n}\n\n.boc-notice-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 18px;\n  margin-bottom: 22px;\n}\n\n.boc-notice {\n  padding: 18px 20px;\n  border-radius: 22px;\n  background: #ffffff;\n  border: 1px solid #dbe5f5;\n  box-shadow: 0 12px 30px rgba(6, 21, 47, 0.08);\n}\n\n.boc-notice strong {\n  display: block;\n  color: #06152f;\n  font-size: 1.08rem;\n  font-weight: 1000;\n  margin-bottom: 6px;\n}\n\n.boc-notice p {\n  margin: 0;\n  color: #4b5563;\n  font-weight: 650;\n}\n\n.boc-notice-calendar {\n  border-left: 7px solid #f5b700;\n  background: #fff8df;\n}\n\n.boc-notice-service {\n  border-left: 7px solid #0f766e;\n  background: #ecfdf5;\n}\n\n.boc-shortcode-frame {\n  border: 1px solid #dbe5f5;\n  border-radius: 26px;\n  padding: clamp(16px, 3vw, 26px);\n  background: #ffffff;\n  box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);\n}\n\n\/* Helps style plugin output *\/\n.boc-shortcode-frame table {\n  width: 100%;\n  border-collapse: collapse;\n}\n\n.boc-shortcode-frame th {\n  background: #06152f;\n  color: #ffffff;\n}\n\n.boc-shortcode-frame th,\n.boc-shortcode-frame td {\n  padding: 12px 14px;\n  border-bottom: 1px solid #dbe5f5;\n  text-align: left;\n}\n\n.boc-shortcode-frame button,\n.boc-shortcode-frame .button,\n.boc-shortcode-frame input[type=\"submit\"],\n.boc-shortcode-frame a.button {\n  min-height: 44px;\n  border-radius: 999px;\n  padding: 10px 16px;\n  font-weight: 900;\n  text-decoration: none;\n}\n\n.boc-shortcode-frame a,\n.boc-shortcode-frame button {\n  touch-action: manipulation;\n}\n\n.boc-top-link {\n  margin-top: 18px;\n  text-align: right;\n}\n\n.boc-top-link a {\n  display: inline-flex;\n  min-height: 44px;\n  align-items: center;\n  padding: 9px 14px;\n  border-radius: 999px;\n  background: #eef4ff;\n  color: #08295c;\n  font-weight: 900;\n  text-decoration: none;\n  border: 1px solid #cbdafa;\n}\n\n.boc-top-link a:hover,\n.boc-top-link a:focus {\n  background: #06152f;\n  color: #ffffff;\n}\n\n\/* Accessibility Note *\/\n.boc-accessibility-note {\n  width: min(1180px, calc(100% - 34px));\n  margin: 0 auto 22px;\n  padding: 22px 24px;\n  border-radius: 26px;\n  border: 1px solid #dbe5f5;\n  background: #ffffff;\n  box-shadow: 0 14px 36px rgba(6, 21, 47, 0.08);\n}\n\n.boc-accessibility-note h2 {\n  margin: 0 0 8px;\n  color: #06152f;\n  font-size: 1.35rem;\n  font-weight: 1000;\n}\n\n.boc-accessibility-note p {\n  margin: 0;\n  color: #4b5563;\n  font-weight: 600;\n}\n\n\/* Footer *\/\n.boc-footer-note {\n  width: min(1180px, calc(100% - 34px));\n  margin: 0 auto 64px;\n  padding: 26px;\n  border-radius: 26px;\n  background:\n    radial-gradient(circle at 90% 10%, rgba(245, 183, 0, 0.18), transparent 28%),\n    linear-gradient(135deg, #06152f, #0b3d91);\n  color: #ffffff;\n  box-shadow: var(--boc-shadow);\n}\n\n.boc-footer-note p {\n  margin: 0;\n  color: #eef6ff;\n  font-weight: 650;\n}\n\n.boc-footer-note strong {\n  color: #ffffff;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .boc-intro,\n  .boc-feature-grid,\n  .boc-notice-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .boc-nav ul {\n    display: grid;\n    grid-template-columns: 1fr;\n  }\n\n  .boc-nav a {\n    width: 100%;\n  }\n\n  .boc-hero-actions {\n    flex-direction: column;\n    align-items: stretch;\n  }\n\n  .boc-btn {\n    width: 100%;\n  }\n\n  .boc-shortcode-frame {\n    overflow-x: auto;\n  }\n}\n\n\/* Reduced Motion *\/\n@media (prefers-reduced-motion: reduce) {\n  .coudy-closed-page *,\n  .coudy-closed-page *::before,\n  .coudy-closed-page *::after {\n    scroll-behavior: auto !important;\n    transition: none !important;\n  }\n}\n\n\/* Print *\/\n@media print {\n  body * {\n    visibility: hidden !important;\n  }\n\n  .coudy-closed-page,\n  .coudy-closed-page * {\n    visibility: visible !important;\n  }\n\n  .coudy-closed-page {\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 100%;\n    color: #000000 !important;\n    background: #ffffff !important;\n    font-family: Arial, sans-serif !important;\n  }\n\n  .boc-skip-link,\n  .boc-nav-shell,\n  .boc-hero-actions,\n  .boc-top-link,\n  .no-print,\n  button,\n  .button,\n  input[type=\"button\"],\n  input[type=\"submit\"] {\n    display: none !important;\n  }\n\n  .boc-hero,\n  .boc-section-header,\n  .boc-footer-note {\n    background: #ffffff !important;\n    color: #000000 !important;\n    box-shadow: none !important;\n    border-radius: 0 !important;\n    padding: 18px 0 !important;\n  }\n\n  .boc-hero h1,\n  .boc-hero p,\n  .boc-section-header h2,\n  .boc-section-header p,\n  .boc-footer-note p,\n  .boc-eyebrow,\n  .boc-kicker {\n    color: #000000 !important;\n  }\n\n  .boc-eyebrow,\n  .boc-kicker {\n    border: 1px solid #000000 !important;\n    background: #ffffff !important;\n  }\n\n  .boc-wrap,\n  .boc-intro,\n  .boc-feature-grid,\n  .boc-main,\n  .boc-accessibility-note,\n  .boc-footer-note {\n    width: 100% !important;\n    margin: 0 !important;\n  }\n\n  .boc-intro,\n  .boc-feature-grid,\n  .boc-notice-grid {\n    display: block !important;\n  }\n\n  .boc-intro-card,\n  .boc-highlight-card,\n  .boc-feature-card,\n  .boc-section,\n  .boc-shortcode-frame,\n  .boc-accessibility-note,\n  .boc-notice {\n    box-shadow: none !important;\n    border: 1px solid #000000 !important;\n    border-radius: 0 !important;\n    page-break-inside: avoid;\n    margin-bottom: 12px !important;\n  }\n\n  .boc-highlight-card,\n  .boc-feature-card,\n  .boc-notice {\n    background: #ffffff !important;\n    color: #000000 !important;\n  }\n\n  .boc-feature-card h3,\n  .boc-feature-card p,\n  .boc-notice strong,\n  .boc-notice p {\n    color: #000000 !important;\n  }\n\n  .boc-section {\n    margin: 18px 0 !important;\n  }\n\n  .boc-content-panel {\n    padding: 0 !important;\n    background: #ffffff !important;\n  }\n\n  .boc-shortcode-frame th {\n    background: #ffffff !important;\n    color: #000000 !important;\n  }\n\n  a[href]::after {\n    content: \"\";\n  }\n\n  @page {\n    margin: 0.5in;\n  }\n}\n<\/style>\n\n<div class=\"coudy-closed-page\" id=\"top\">\n\n  <a class=\"boc-skip-link\" href=\"#officeClosedMainContent\">Skip to office closed dates<\/a>\n\n  <header class=\"boc-hero\" aria-labelledby=\"officeClosedPageTitle\">\n    <div class=\"boc-wrap\">\n      <div class=\"boc-eyebrow\">Official Borough Schedule<\/div>\n\n      <h1 id=\"officeClosedPageTitle\">Borough Office Closed Dates<\/h1>\n\n      <p>\n        View upcoming Borough office closings, holiday schedules, and public service notices\n        in one clear, professional, mobile-friendly information center.\n      <\/p>\n\n      <div class=\"boc-hero-actions no-print\" aria-label=\"Page actions\">\n        <a class=\"boc-btn boc-btn-primary\" href=\"#closed-dates\">\n          View Closed Dates\n        <\/a>\n\n        <a class=\"boc-btn boc-btn-secondary\" href=\"#schedule-guide\">\n          Schedule Guide\n        <\/a>\n\n        <button class=\"boc-btn boc-btn-primary\" type=\"button\" onclick=\"window.print();\">\n          Print Page\n        <\/button>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <div class=\"boc-nav-shell no-print\">\n    <nav class=\"boc-nav\" aria-label=\"Office closed dates page navigation\">\n      <ul>\n        <li><a href=\"#closed-dates\">Closed Dates<\/a><\/li>\n        <li><a href=\"#schedule-guide\">Schedule Guide<\/a><\/li>\n        <li><a href=\"#accessibility\">Accessibility Information<\/a><\/li>\n      <\/ul>\n    <\/nav>\n  <\/div>\n\n  <section class=\"boc-intro\" aria-labelledby=\"officeClosedIntroTitle\">\n    <div class=\"boc-intro-card\">\n      <h2 id=\"officeClosedIntroTitle\">Clear public notice for office closures.<\/h2>\n      <p>\n        This page provides residents, businesses, visitors, and public agencies with\n        easy access to scheduled Borough office closures. The list below may include\n        holidays, observed closures, seasonal closures, and other approved dates.\n      <\/p>\n    <\/div>\n\n    <div class=\"boc-highlight-card\" aria-label=\"Office closure schedule\">\n      <strong>2026<\/strong>\n      <span>Office Closure Schedule<\/span>\n    <\/div>\n  <\/section>\n\n  <section class=\"boc-feature-grid\" id=\"schedule-guide\" aria-labelledby=\"scheduleGuideTitle\">\n    <div class=\"boc-feature-card boc-feature-schedule\">\n      <h3 id=\"scheduleGuideTitle\">Upcoming Closures<\/h3>\n      <p>\n        The public display is designed to show upcoming office closed dates while keeping\n        older records available in the admin system.\n      <\/p>\n    <\/div>\n\n    <div class=\"boc-feature-card boc-feature-service\">\n      <h3>Public Service Planning<\/h3>\n      <p>\n        Residents can use this schedule to plan office visits, payments, permits,\n        forms, and other Borough business.\n      <\/p>\n    <\/div>\n\n    <div class=\"boc-feature-card boc-feature-print\">\n      <h3>Print-Friendly<\/h3>\n      <p>\n        The page includes a clean print layout for posting, sharing, or keeping a paper copy\n        of scheduled office closures.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <main class=\"boc-main\" id=\"officeClosedMainContent\">\n\n    <section class=\"boc-section\" id=\"closed-dates\" aria-labelledby=\"closedDatesTitle\">\n      <div class=\"boc-section-header\">\n        <div class=\"boc-kicker\">Public Closure Schedule<\/div>\n\n        <h2 id=\"closedDatesTitle\">Borough Office Closed Dates<\/h2>\n\n        <p>\n          Review scheduled Borough office closures below. Dates may be updated as holidays,\n          observed closures, or administrative schedules change.\n        <\/p>\n      <\/div>\n\n      <div class=\"boc-content-panel\">\n\n        <div class=\"boc-notice-grid\" aria-label=\"Important office closure notices\">\n          <div class=\"boc-notice boc-notice-calendar\">\n            <strong>Confirm Time-Sensitive Business<\/strong>\n            <p>\n              Please plan ahead for permits, payments, forms, appointments, and other\n              time-sensitive Borough business around scheduled office closures.\n            <\/p>\n          <\/div>\n\n          <div class=\"boc-notice boc-notice-service\">\n            <strong>Emergency Services<\/strong>\n            <p>\n              Office closures do not replace emergency response procedures. For emergencies,\n              always call the appropriate emergency service number.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"boc-shortcode-frame\">\n                  <style>\n            .bocd-public {--bocd-navy:#06152f;--bocd-blue:#0b3d91;--bocd-gold:#f5b700;--bocd-red:#b91c1c;--bocd-green:#047857;--bocd-ink:#111827;--bocd-muted:#4b5563;--bocd-border:#d7e0ee;font-family:system-ui,-apple-system,BlinkMacSystemFont,\"Segoe UI\",sans-serif;color:var(--bocd-ink);line-height:1.6;}\n            .bocd-public *,.bocd-public *::before,.bocd-public *::after{box-sizing:border-box;}\n            .bocd-public :focus-visible{outline:4px solid #ffbf00;outline-offset:4px;border-radius:8px;}\n            .bocd-public-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 18px;padding:24px;border-radius:26px;background:linear-gradient(135deg,#06152f,#0b3d91);color:#fff;box-shadow:0 18px 46px rgba(6,21,47,.16);}\n            .bocd-public-title{margin:0;color:#fff;font-size:clamp(1.8rem,4vw,3rem);line-height:1;font-weight:1000;letter-spacing:-.045em;}\n            .bocd-public-subtitle{margin:10px 0 0;color:#eef6ff;font-weight:650;}\n            .bocd-print-button{appearance:none;border:0;cursor:pointer;background:#f5b700;color:#06152f;min-height:44px;padding:10px 16px;border-radius:999px;font-weight:950;font-size:1rem;white-space:nowrap;}\n            .bocd-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0;list-style:none;}\n            .bocd-item{position:relative;overflow:hidden;border:1px solid var(--bocd-border);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(6,21,47,.09);padding:20px 20px 18px;border-left:9px solid var(--bocd-red);}\n            .bocd-item::before{content:\"\";position:absolute;right:-38px;top:-38px;width:130px;height:130px;border-radius:999px;background:rgba(185,28,28,.08);}\n            .bocd-date-badge{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:#fff1f2;color:#7f1d1d;font-size:.86rem;font-weight:950;border:1px solid #fecdd3;}\n            .bocd-item-title{position:relative;margin:14px 0 6px;color:#06152f;font-size:1.25rem;font-weight:1000;line-height:1.15;}\n            .bocd-item-note{position:relative;margin:0;color:#4b5563;font-weight:650;}\n            .bocd-empty{border:1px solid var(--bocd-border);border-radius:24px;padding:22px;background:#f8fbff;color:#374151;font-weight:700;}\n            @media(max-width:760px){.bocd-public-header{display:block}.bocd-print-button{margin-top:16px;width:100%}.bocd-list{grid-template-columns:1fr}}\n            @media print{body *{visibility:hidden!important}.bocd-public,.bocd-public *{visibility:visible!important}.bocd-public{position:absolute;left:0;top:0;width:100%;font-family:Arial,sans-serif!important;color:#000!important}.bocd-public-header,.bocd-item,.bocd-empty{box-shadow:none!important;border:1px solid #000!important;border-radius:0!important;background:#fff!important;color:#000!important}.bocd-public-header{display:block!important;padding:0 0 14px!important}.bocd-public-title,.bocd-public-subtitle,.bocd-item-title,.bocd-item-note{color:#000!important}.bocd-print-button{display:none!important}.bocd-list{display:block!important}.bocd-item{page-break-inside:avoid;margin-bottom:12px!important;border-left:1px solid #000!important}.bocd-date-badge{border:1px solid #000!important;background:#fff!important;color:#000!important}.bocd-item::before{display:none!important}}\n        <\/style>\n\n        <section class=\"bocd-public\" id=\"bocd-mzHhCkhD\" aria-labelledby=\"bocd-mzHhCkhD-title\">\n            <div class=\"bocd-public-header\">\n                <div>\n                    <h2 class=\"bocd-public-title\" id=\"bocd-mzHhCkhD-title\">Borough Office Closed Dates<\/h2>\n                    <p class=\"bocd-public-subtitle\">Upcoming Borough office closings and public schedule notices.<\/p>\n                <\/div>\n                <button class=\"bocd-print-button\" type=\"button\" onclick=\"window.print();\">Print Closed Dates<\/button>\n            <\/div>\n\n                            <ul class=\"bocd-list\" aria-label=\"Published Borough office closed dates\">\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">May 25, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Memorial Day<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed for Memorial Day.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">July 3, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Fourth of July - Observed<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed in observance of the Fourth of July.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">September 7, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Labor Day<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed for Labor Day.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">November 26\u201330, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Thanksgiving Holiday<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed Thanksgiving through the Monday after. This includes the day after Thanksgiving and the Monday after Thanksgiving \/ antler deer season closure.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">November 27, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Day After Thanksgiving<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed the day after Thanksgiving.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">November 30, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Antler Deer Season<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed for antler deer season \/ Monday after Thanksgiving.<\/p>\n                                                    <\/li>\n                                            <li class=\"bocd-item\">\n                            <div class=\"bocd-date-badge\">December 25, 2026<\/div>\n                            <h3 class=\"bocd-item-title\">Christmas Day<\/h3>\n                                                            <p class=\"bocd-item-note\">Borough office closed for Christmas.<\/p>\n                                                    <\/li>\n                                    <\/ul>\n                    <\/section>\n        \n        <\/div>\n\n        <div class=\"boc-top-link no-print\">\n          <a href=\"#top\">Back to top<\/a>\n        <\/div>\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n  <section class=\"boc-accessibility-note\" id=\"accessibility\" aria-labelledby=\"accessibilityTitle\">\n    <h2 id=\"accessibilityTitle\">Accessibility Information<\/h2>\n    <p>\n      This page is structured with accessible headings, keyboard-friendly navigation,\n      visible focus indicators, high-contrast colors, responsive layout behavior, and print support.\n      The final rendered shortcode output should be tested on the live page to verify complete accessibility.\n    <\/p>\n  <\/section>\n\n  <footer class=\"boc-footer-note\" aria-label=\"Office closed dates public notice\">\n    <p>\n      <strong>Public notice:<\/strong> Borough office closed dates are maintained for public access\n      and may be updated as schedules change. Please contact the Borough office to confirm\n      holiday hours, observed closures, or service availability.\n    <\/p>\n  <\/footer>\n\n<\/div>\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-1776","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1776"}],"version-history":[{"count":2,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1776\/revisions"}],"predecessor-version":[{"id":1780,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1776\/revisions\/1780"}],"wp:attachment":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}