{"id":869,"date":"2026-06-18T09:47:38","date_gmt":"2026-06-18T14:47:38","guid":{"rendered":"https:\/\/staging.tricountyrpc.org\/?page_id=869"},"modified":"2026-06-19T14:40:24","modified_gmt":"2026-06-19T19:40:24","slug":"newsletter","status":"publish","type":"page","link":"https:\/\/staging.tricountyrpc.org\/index.php\/newsletter\/","title":{"rendered":"Newsletter"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lexend:wght@400;500;600;700;800&amp;display=swap\" rel=\"stylesheet\">\n\n<div class=\"tcrpc-newsletter-section\">\n  <div class=\"tcrpc-newsletter-panel\">\n    <div class=\"tcrpc-newsletter-header\">\n      <p class=\"tcrpc-eyebrow\">Archive<\/p>\n      <h2>Newsletter Archive<\/h2>\n      <p class=\"tcrpc-intro\">\n        Browse recent Tri-County newsletters for announcements, planning updates, and regional highlights.\n      <\/p>\n    <\/div>\n\n    <div class=\"tcrpc-mailchimp-archive\">\n      <script src=\"https:\/\/tricountyrpc.us10.list-manage.com\/generate-js\/?u=ea956497411afd85932eaa73b&amp;show=12&amp;fid=32148\" type=\"text\/javascript\">\n      <\/script>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  function cleanTriCountyArchive() {\n    const archive = document.querySelector(\".tcrpc-mailchimp-archive\");\n    if (!archive) return false;\n\n    const rows = archive.querySelectorAll(\".campaign\");\n    if (!rows.length) return false;\n\n    rows.forEach(function(row) {\n      if (row.dataset.cleaned === \"true\") return;\n\n      const link = row.querySelector(\"a\");\n      if (!link) return;\n\n      let title = link.textContent.trim();\n\n      title = title\n        .replace(\/Tri-County Newsletter:\/gi, \"\")\n        .replace(\/CORRECTION:\/gi, \"\")\n        .replace(\/Issue\/gi, \"\")\n        .replace(\/[\\u{1F300}-\\u{1FAFF}\\u{2600}-\\u{27BF}]\/gu, \"\")\n        .replace(\/\\s+\/g, \" \")\n        .trim();\n\n      const href = link.href;\n\n      const tile = document.createElement(\"a\");\n      tile.className = \"tcrpc-newsletter-tile\";\n      tile.href = href;\n      tile.target = \"_blank\";\n      tile.rel = \"noopener\";\n\n      const label = document.createElement(\"span\");\n      label.className = \"tcrpc-tile-top\";\n      label.textContent = \"Monthly Newsletter\";\n\n      const tileTitle = document.createElement(\"span\");\n      tileTitle.className = \"tcrpc-tile-title\";\n      tileTitle.textContent = title;\n\n      const button = document.createElement(\"span\");\n      button.className = \"tcrpc-tile-button\";\n      button.textContent = \"View Newsletter\";\n\n      tile.appendChild(label);\n      tile.appendChild(tileTitle);\n      tile.appendChild(button);\n\n      row.innerHTML = \"\";\n      row.appendChild(tile);\n      row.dataset.cleaned = \"true\";\n    });\n\n    return true;\n  }\n\n  document.addEventListener(\"DOMContentLoaded\", function() {\n    cleanTriCountyArchive();\n\n    const archive = document.querySelector(\".tcrpc-mailchimp-archive\");\n    if (!archive) return;\n\n    const observer = new MutationObserver(function() {\n      const cleaned = cleanTriCountyArchive();\n\n      if (cleaned) {\n        observer.disconnect();\n      }\n    });\n\n    observer.observe(archive, {\n      childList: true,\n      subtree: true\n    });\n\n    setTimeout(function() {\n      cleanTriCountyArchive();\n      observer.disconnect();\n    }, 5000);\n  });\n<\/script>\n\n<style>\n  .tcrpc-newsletter-section,\n  .tcrpc-newsletter-section * {\n    box-sizing: border-box;\n    font-family: \"Lexend\", Arial, sans-serif !important;\n  }\n\n  .tcrpc-newsletter-section {\n    width: 100%;\n    background: transparent;\n    padding: 2rem 1rem 4rem;\n  }\n\n  .tcrpc-newsletter-panel {\n    width: calc(100% - 80px);\n    max-width: 1480px;\n    margin: 0 auto;\n    background: transparent;\n    padding: 2rem 1.75rem;\n    border-radius: 0;\n  }\n\n  .tcrpc-newsletter-header {\n    max-width: 900px;\n    margin: 0 auto 2rem;\n    text-align: center;\n  }\n\n  .tcrpc-eyebrow {\n    margin: 0 0 0.5rem;\n    color: #2d4f93;\n    font-size: 0.78rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.14em;\n  }\n\n  .tcrpc-newsletter-header h2 {\n    margin: 0 0 0.75rem;\n    color: #2d4f93;\n    font-size: 1.9rem;\n    font-weight: 800;\n    letter-spacing: 0.01em;\n  }\n\n  .tcrpc-intro {\n    margin: 0;\n    color: #35507d;\n    font-size: 0.98rem;\n    line-height: 1.6;\n  }\n\n  .tcrpc-mailchimp-archive .display_archive {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 1rem;\n    margin: 0;\n    padding: 0;\n  }\n\n  .tcrpc-mailchimp-archive .campaign {\n    margin: 0;\n    padding: 0;\n    line-height: 1.4;\n  }\n\n  .tcrpc-newsletter-tile {\n    display: flex;\n    flex-direction: column;\n    justify-content: space-between;\n    min-height: 170px;\n    padding: 1.35rem;\n    background: #2d4f93;\n    border-radius: 0;\n    border: none;\n    color: #7fd3f7;\n    text-decoration: none;\n    text-align: left;\n  }\n\n  .tcrpc-newsletter-tile:hover,\n  .tcrpc-newsletter-tile:focus,\n  .tcrpc-newsletter-tile:active {\n    background: #2d4f93;\n    color: #7fd3f7;\n    text-decoration: none;\n    transform: none;\n    opacity: 1;\n  }\n\n  .tcrpc-tile-top {\n    display: inline-block;\n    margin-bottom: 1rem;\n    color: #7fd3f7;\n    font-size: 0.78rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 0.08em;\n  }\n\n  .tcrpc-tile-title {\n    display: block;\n    color: #7fd3f7;\n    font-size: 1.35rem;\n    font-weight: 800;\n    line-height: 1.2;\n  }\n\n  .tcrpc-tile-button {\n    display: inline-block;\n    align-self: flex-start;\n    margin-top: 1.35rem;\n    padding: 0.7rem 1rem;\n    background: #7fd3f7;\n    color: #2d4f93;\n    font-size: 0.88rem;\n    font-weight: 800;\n    border-radius: 0;\n    line-height: 1;\n    text-decoration: none;\n  }\n\n  .tcrpc-newsletter-tile:hover .tcrpc-tile-button,\n  .tcrpc-newsletter-tile:focus .tcrpc-tile-button {\n    background: #ffffff;\n    color: #2d4f93;\n    text-decoration: none;\n  }\n\n  @media (max-width: 1300px) {\n    .tcrpc-mailchimp-archive .display_archive {\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 950px) {\n    .tcrpc-mailchimp-archive .display_archive {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 640px) {\n    .tcrpc-newsletter-section {\n      padding: 1.25rem 0.75rem 3rem;\n    }\n\n    .tcrpc-newsletter-panel {\n      width: calc(100% - 24px);\n      padding: 1.25rem;\n    }\n\n    .tcrpc-newsletter-header h2 {\n      font-size: 1.45rem;\n    }\n\n    .tcrpc-mailchimp-archive .display_archive {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n    }\n\n    .tcrpc-newsletter-tile {\n      min-height: 155px;\n      padding: 1.2rem;\n    }\n\n    .tcrpc-tile-title {\n      font-size: 1.2rem;\n    }\n  }\n<\/style>\n","protected":false},"excerpt":{"rendered":"<p>Archive Newsletter Archive Browse recent Tri-County newsletters for announcements, planning updates, and regional highlights.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-869","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/pages\/869","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/comments?post=869"}],"version-history":[{"count":18,"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/pages\/869\/revisions"}],"predecessor-version":[{"id":916,"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/pages\/869\/revisions\/916"}],"wp:attachment":[{"href":"https:\/\/staging.tricountyrpc.org\/index.php\/wp-json\/wp\/v2\/media?parent=869"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}