{"id":1804,"date":"2026-05-13T02:16:57","date_gmt":"2026-05-13T06:16:57","guid":{"rendered":"https:\/\/www.coudersportpa.org\/?page_id=1804"},"modified":"2026-05-13T02:50:21","modified_gmt":"2026-05-13T06:50:21","slug":"police-department","status":"publish","type":"page","link":"https:\/\/www.coudersportpa.org\/?page_id=1804","title":{"rendered":"Police Department"},"content":{"rendered":"\n\n\n<style>\n\/* =========================================================\n   Coudersport Borough Police Department Page\n   Premium \/ ADA-Conscious \/ Public Safety Portal\n   ========================================================= *\/\n\n.cpd-page {\n  --navy: #06152f;\n  --blue: #0b3d91;\n  --gold: #f5b700;\n  --green: #047857;\n  --red: #b91c1c;\n  --orange: #f97316;\n  --ink: #111827;\n  --muted: #4b5563;\n  --soft: #f5f8ff;\n  --border: #dbe5f5;\n  --shadow: 0 24px 70px rgba(6, 21, 47, 0.16);\n\n  font-family: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  color: var(--ink);\n  background: #ffffff;\n  line-height: 1.6;\n}\n\n.cpd-page *,\n.cpd-page *::before,\n.cpd-page *::after {\n  box-sizing: border-box;\n}\n\n.cpd-page a {\n  color: #073b8e;\n  text-decoration-thickness: 2px;\n  text-underline-offset: 4px;\n}\n\n.cpd-page a:hover,\n.cpd-page a:focus {\n  color: #001f5b;\n}\n\n.cpd-page :focus-visible {\n  outline: 4px solid #ffbf00;\n  outline-offset: 4px;\n  border-radius: 10px;\n}\n\n.cpd-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.cpd-skip-link:focus {\n  left: 16px;\n}\n\n.cpd-wrap {\n  width: min(1180px, calc(100% - 34px));\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n\/* Hero *\/\n.cpd-hero {\n  position: relative;\n  overflow: hidden;\n  color: #ffffff;\n  background:\n    radial-gradient(circle at 12% 20%, rgba(245, 183, 0, 0.42), transparent 28%),\n    radial-gradient(circle at 88% 12%, rgba(0, 166, 214, 0.38), transparent 30%),\n    linear-gradient(135deg, #020817 0%, #06152f 44%, #0b3d91 100%);\n  padding: clamp(72px, 10vw, 126px) 22px;\n  border-radius: 0 0 44px 44px;\n}\n\n.cpd-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: 38px 38px;\n  opacity: 0.28;\n  pointer-events: none;\n}\n\n.cpd-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.35);\n  color: #ffffff;\n  padding: 9px 15px;\n  border-radius: 999px;\n  font-size: 0.86rem;\n  font-weight: 900;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n}\n\n.cpd-eyebrow::before {\n  content: \"\";\n  width: 11px;\n  height: 11px;\n  border-radius: 999px;\n  background: var(--gold);\n  box-shadow: 0 0 0 5px rgba(245, 183, 0, 0.22);\n}\n\n.cpd-hero h1 {\n  max-width: 980px;\n  margin: 24px 0 18px;\n  color: #ffffff;\n  font-size: clamp(3rem, 7vw, 5.8rem);\n  line-height: 0.92;\n  letter-spacing: -0.07em;\n  font-weight: 1000;\n}\n\n.cpd-hero p {\n  max-width: 800px;\n  margin: 0;\n  color: #eef6ff;\n  font-size: clamp(1.12rem, 2vw, 1.35rem);\n  font-weight: 550;\n}\n\n.cpd-hero-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 32px;\n}\n\n.cpd-btn {\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: 900;\n  font-size: 1rem;\n  text-decoration: none;\n  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n}\n\n.cpd-btn:hover {\n  transform: translateY(-2px);\n}\n\n.cpd-btn-primary {\n  background: #ffffff;\n  color: #06152f !important;\n  box-shadow: 0 16px 34px rgba(0,0,0,0.22);\n}\n\n.cpd-btn-gold {\n  background: #f5b700;\n  color: #06152f !important;\n  box-shadow: 0 16px 34px rgba(0,0,0,0.18);\n}\n\n.cpd-btn-outline {\n  background: rgba(255,255,255,0.12);\n  color: #ffffff !important;\n  border: 1px solid rgba(255,255,255,0.42);\n}\n\n\/* Main *\/\n.cpd-main {\n  width: min(1180px, calc(100% - 34px));\n  margin: 42px auto 70px;\n}\n\n.cpd-alert {\n  padding: 22px 24px;\n  border-radius: 26px;\n  border-left: 8px solid var(--red);\n  background: #fff1f2;\n  color: #7f1d1d;\n  box-shadow: 0 14px 36px rgba(6,21,47,0.08);\n  margin-bottom: 28px;\n}\n\n.cpd-alert strong {\n  display: block;\n  font-size: 1.2rem;\n  font-weight: 1000;\n  margin-bottom: 6px;\n}\n\n.cpd-alert p {\n  margin: 0;\n  font-weight: 700;\n}\n\n.cpd-section-head {\n  display: flex;\n  align-items: end;\n  justify-content: space-between;\n  gap: 22px;\n  margin-bottom: 20px;\n}\n\n.cpd-kicker {\n  display: inline-flex;\n  align-items: center;\n  background: #eef4ff;\n  color: #08295c;\n  border: 1px solid #cbdafa;\n  padding: 8px 13px;\n  border-radius: 999px;\n  font-size: 0.82rem;\n  font-weight: 900;\n  text-transform: uppercase;\n  letter-spacing: 0.07em;\n}\n\n.cpd-section-head h2 {\n  margin: 12px 0 0;\n  color: #06152f;\n  font-size: clamp(2rem, 4vw, 3.15rem);\n  line-height: 1;\n  letter-spacing: -0.055em;\n  font-weight: 1000;\n}\n\n.cpd-section-head p {\n  max-width: 520px;\n  margin: 0;\n  color: #4b5563;\n  font-weight: 650;\n}\n\n\/* Cards *\/\n.cpd-service-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n  margin-bottom: 38px;\n}\n\n.cpd-service-card {\n  border-radius: 28px;\n  padding: 24px;\n  color: #ffffff;\n  box-shadow: var(--shadow);\n}\n\n.cpd-service-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.cpd-service-card p {\n  margin: 0;\n  color: #f8fbff;\n  font-weight: 650;\n}\n\n.cpd-blue {\n  background: linear-gradient(135deg, #06152f, #0b3d91);\n}\n\n.cpd-green {\n  background: linear-gradient(135deg, #064e3b, #0f766e);\n}\n\n.cpd-orange {\n  background: linear-gradient(135deg, #7c2d12, #f97316);\n}\n\n\/* Form sections *\/\n.cpd-panel {\n  background: #ffffff;\n  border: 1px solid var(--border);\n  border-radius: 34px;\n  overflow: hidden;\n  box-shadow: var(--shadow);\n  margin-bottom: 32px;\n}\n\n.cpd-panel-head {\n  padding: 28px;\n  color: #ffffff;\n  background:\n    radial-gradient(circle at 92% 10%, rgba(255,255,255,0.20), transparent 24%),\n    linear-gradient(135deg, #06152f, #0b3d91);\n}\n\n.cpd-panel-head.green {\n  background:\n    radial-gradient(circle at 92% 10%, rgba(255,255,255,0.20), transparent 24%),\n    linear-gradient(135deg, #064e3b, #0f766e);\n}\n\n.cpd-panel-head h2 {\n  margin: 14px 0 8px;\n  color: #ffffff;\n  font-size: clamp(1.85rem, 3vw, 2.65rem);\n  line-height: 1;\n  letter-spacing: -0.05em;\n  font-weight: 1000;\n}\n\n.cpd-panel-head p {\n  margin: 0;\n  color: #eef6ff;\n  font-weight: 650;\n}\n\n.cpd-panel-body {\n  padding: clamp(18px, 3vw, 28px);\n  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);\n}\n\n.cpd-shortcode-frame {\n  border: 1px solid #dbe5f5;\n  border-radius: 24px;\n  padding: clamp(16px, 3vw, 24px);\n  background: #ffffff;\n}\n\n\/* Helps shortcode forms match page *\/\n.cpd-shortcode-frame label {\n  font-weight: 850;\n  color: #111827;\n}\n\n.cpd-shortcode-frame input,\n.cpd-shortcode-frame select,\n.cpd-shortcode-frame textarea {\n  max-width: 100%;\n  min-height: 44px;\n  border: 1px solid #6b7280;\n  border-radius: 12px;\n  padding: 10px 12px;\n  color: #111827;\n  background: #ffffff;\n  font-size: 1rem;\n}\n\n.cpd-shortcode-frame textarea {\n  min-height: 120px;\n}\n\n.cpd-shortcode-frame input:focus,\n.cpd-shortcode-frame select:focus,\n.cpd-shortcode-frame textarea:focus {\n  outline: 4px solid #ffbf00;\n  outline-offset: 2px;\n  border-color: #06152f;\n}\n\n.cpd-shortcode-frame button,\n.cpd-shortcode-frame .button,\n.cpd-shortcode-frame input[type=\"submit\"] {\n  min-height: 46px;\n  border-radius: 999px;\n  padding: 11px 18px;\n  font-weight: 950;\n}\n\n\/* Footer notice *\/\n.cpd-note {\n  padding: 24px;\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(--shadow);\n}\n\n.cpd-note p {\n  margin: 0;\n  color: #eef6ff;\n  font-weight: 650;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .cpd-service-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .cpd-section-head {\n    display: block;\n  }\n\n  .cpd-section-head p {\n    margin-top: 12px;\n  }\n\n  .cpd-hero-actions {\n    flex-direction: column;\n    align-items: stretch;\n  }\n\n  .cpd-btn {\n    width: 100%;\n  }\n}\n\n@media (prefers-reduced-motion: reduce) {\n  .cpd-page *,\n  .cpd-page *::before,\n  .cpd-page *::after {\n    scroll-behavior: auto !important;\n    transition: none !important;\n  }\n}\n<\/style>\n\n<div class=\"cpd-page\" id=\"top\">\n\n  <a class=\"cpd-skip-link\" href=\"#policeMainContent\">Skip to police department content<\/a>\n\n  <header class=\"cpd-hero\" aria-labelledby=\"policePageTitle\">\n    <div class=\"cpd-wrap\">\n      <div class=\"cpd-eyebrow\">Coudersport Borough Police Department<\/div>\n\n      <h1 id=\"policePageTitle\">Police Department<\/h1>\n\n      <p>\n        Public safety information, police tip submissions, and community camera location registration\n        for residents and businesses in Coudersport Borough.\n      <\/p>\n\n      <div class=\"cpd-hero-actions\" aria-label=\"Police page actions\">\n        <a class=\"cpd-btn cpd-btn-primary\" href=\"#submit-tip\">Submit a Tip<\/a>\n <a class=\"cpd-btn cpd-btn-primary\" href=\"https:\/\/www.coudersportpa.org\/?page_id=1823\">Property Check Sign Up Form<\/a>\n        <a class=\"cpd-btn cpd-btn-gold\" href=\"#camera-registry\">Register Cameras<\/a>\n        <a class=\"cpd-btn cpd-btn-outline\" href=\"tel:911\">Emergency: Call 911<\/a>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <main class=\"cpd-main\" id=\"policeMainContent\">\n\n    <section class=\"cpd-alert\" aria-label=\"Emergency notice\">\n      <strong>Emergency Notice<\/strong>\n      <p>\n        Do not use online forms to report emergencies, crimes in progress, immediate danger,\n        or urgent police matters. Call 911 for emergencies.\n      <\/p>\n    <\/section>\n\n    <section aria-labelledby=\"servicesTitle\">\n      <div class=\"cpd-section-head\">\n        <div>\n          <div class=\"cpd-kicker\">Public Safety Services<\/div>\n          <h2 id=\"servicesTitle\">How can we help?<\/h2>\n        <\/div>\n        <p>\n          Use the options below to submit non-emergency information or voluntarily register\n          security camera locations.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpd-service-grid\">\n        <div class=\"cpd-service-card cpd-blue\">\n          <h3>Submit a Tip<\/h3>\n          <p>\n            Send non-emergency information to the police department with your contact information\n            or anonymously.\n          <\/p>\n        <\/div>\n\n        <div class=\"cpd-service-card cpd-green\">\n          <h3>Camera Registry<\/h3>\n          <p>\n            Residents and businesses can voluntarily provide security camera location information.\n          <\/p>\n        <\/div>\n\n        <div class=\"cpd-service-card cpd-orange\">\n          <h3>Officer Review<\/h3>\n          <p>\n            Submitted information is stored securely in WordPress for authorized department review.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"cpd-panel\" id=\"submit-tip\" aria-labelledby=\"submitTipTitle\">\n      <div class=\"cpd-panel-head\">\n        <div class=\"cpd-eyebrow\">Non-Emergency Tip Form<\/div>\n        <h2 id=\"submitTipTitle\">Submit a Police Tip<\/h2>\n        <p>\n          You may submit your name and contact information or choose to submit anonymously.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpd-panel-body\">\n        <div class=\"cpd-shortcode-frame\">\n                  <div class=\"cpt-wrap\">\n            <div class=\"cpt-box\">\n                <div class=\"cpt-head\">\n                    <h2>Submit a Police Tip<\/h2>\n                    <p>Submit information to the Coudersport Borough Police Department. You may include your contact information or submit anonymously.<\/p>\n                <\/div>\n                <div class=\"cpt-body\">\n                    <p class=\"cpt-alert\"><strong>Emergency notice:<\/strong> Do not use this form to report emergencies or crimes in progress. Call 911 for emergencies.<\/p>\n                                        \n                    <form method=\"post\" class=\"cpt-form\" novalidate>\n                        <input type=\"hidden\" id=\"cpt_nonce\" name=\"cpt_nonce\" value=\"8a0414f1b8\"><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F1804\">                        <input type=\"hidden\" name=\"cpt_action\" value=\"submit_tip\">\n                        <div class=\"cpt-hp\"><label>Leave this field blank <input type=\"text\" name=\"cpt_website\" tabindex=\"-1\" autocomplete=\"off\"><\/label><\/div>\n\n                        <label class=\"cpt-check\">\n                            <input type=\"checkbox\" name=\"anonymous\" value=\"1\" id=\"cpt_anonymous\">\n                            <span><strong>Submit anonymously<\/strong><br><small>Your name, phone, email, and address are optional if this is checked.<\/small><\/span>\n                        <\/label>\n\n                        <div class=\"cpt-grid cpt-contact-fields\">\n                            <div class=\"cpt-field\"><label for=\"cpt_first_name\">First Name<\/label><input id=\"cpt_first_name\" name=\"first_name\" type=\"text\" autocomplete=\"given-name\"><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_last_name\">Last Name<\/label><input id=\"cpt_last_name\" name=\"last_name\" type=\"text\" autocomplete=\"family-name\"><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_phone\">Phone Number<\/label><input id=\"cpt_phone\" name=\"phone\" type=\"tel\" autocomplete=\"tel\"><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_email\">Email Address<\/label><input id=\"cpt_email\" name=\"email\" type=\"email\" autocomplete=\"email\"><\/div>\n                        <\/div>\n                        <div class=\"cpt-field cpt-contact-fields\"><label for=\"cpt_address\">Address<\/label><input id=\"cpt_address\" name=\"address\" type=\"text\" autocomplete=\"street-address\"><\/div>\n\n                        <div class=\"cpt-grid\">\n                            <div class=\"cpt-field\"><label for=\"cpt_tip_type\">Type of Information<\/label><select id=\"cpt_tip_type\" name=\"tip_type\"><option value=\"General Tip\">General Tip<\/option><option value=\"Suspicious Activity\">Suspicious Activity<\/option><option value=\"Traffic Concern\">Traffic Concern<\/option><option value=\"Drug Activity\">Drug Activity<\/option><option value=\"Vandalism\">Vandalism<\/option><option value=\"Other\">Other<\/option><\/select><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_incident_date\">Incident Date, if known<\/label><input id=\"cpt_incident_date\" name=\"incident_date\" type=\"date\"><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_incident_time\">Incident Time, if known<\/label><input id=\"cpt_incident_time\" name=\"incident_time\" type=\"text\" placeholder=\"Example: 8:30 PM\"><\/div>\n                            <div class=\"cpt-field\"><label for=\"cpt_incident_location\">Incident Location<\/label><input id=\"cpt_incident_location\" name=\"incident_location\" type=\"text\"><\/div>\n                        <\/div>\n                        <div class=\"cpt-field\"><label for=\"cpt_description\">Tip Details <span aria-hidden=\"true\">*<\/span><\/label><textarea id=\"cpt_description\" name=\"description\" required aria-required=\"true\" placeholder=\"Provide as much detail as possible.\"><\/textarea><\/div>\n                        <button class=\"cpt-submit\" type=\"submit\">Submit Police Tip<\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        <script>\n        (function(){\n          var anon=document.getElementById('cpt_anonymous');\n          if(!anon) return;\n          anon.addEventListener('change', function(){\n            document.querySelectorAll('.cpt-contact-fields').forEach(function(el){ el.style.opacity = anon.checked ? '.55' : '1'; });\n          });\n        })();\n        <\/script>\n        \n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"cpd-panel\" id=\"camera-registry\" aria-labelledby=\"cameraRegistryTitle\">\n      <div class=\"cpd-panel-head green\">\n        <div class=\"cpd-eyebrow\">Voluntary Camera Registry<\/div>\n        <h2 id=\"cameraRegistryTitle\">Camera Location Registration<\/h2>\n        <p>\n          Register the location and number of cameras at your residence or business so police know\n          who may have footage if an incident occurs nearby.\n        <\/p>\n      <\/div>\n\n      <div class=\"cpd-panel-body\">\n        <div class=\"cpd-shortcode-frame\">\n                  <div class=\"ccl-wrap\">\n            <div class=\"ccl-box\">\n                <div class=\"ccl-head\">\n                    <h2>Camera Location Registration<\/h2>\n                    <p>Residents and businesses may voluntarily register exterior security camera locations to help the police department know who to contact if an incident happens nearby.<\/p>\n                <\/div>\n                <div class=\"ccl-body\">\n                    <p class=\"ccl-alert\"><strong>Voluntary registry:<\/strong> This form does not give the Borough live access to your cameras. It simply records who may have cameras in an area.<\/p>\n                                                            <form method=\"post\" class=\"ccl-form\" novalidate>\n                        <input type=\"hidden\" id=\"ccl_nonce\" name=\"ccl_nonce\" value=\"24a6c5d82e\"><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F1804\">                        <input type=\"hidden\" name=\"ccl_action\" value=\"submit_camera\">\n                        <div class=\"ccl-hp\"><label>Leave this field blank <input type=\"text\" name=\"ccl_website\" tabindex=\"-1\" autocomplete=\"off\"><\/label><\/div>\n                        <div class=\"ccl-grid\">\n                            <div class=\"ccl-field\"><label for=\"ccl_type\">Registrant Type <span aria-hidden=\"true\">*<\/span><\/label><select id=\"ccl_type\" name=\"registrant_type\" required><option value=\"Resident\">Resident<\/option><option value=\"Business\">Business<\/option><option value=\"Other\">Other<\/option><\/select><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_name\">Contact Name <span aria-hidden=\"true\">*<\/span><\/label><input id=\"ccl_name\" name=\"name\" type=\"text\" required autocomplete=\"name\"><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_business\">Business Name, if applicable<\/label><input id=\"ccl_business\" name=\"business_name\" type=\"text\"><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_phone\">Phone Number<\/label><input id=\"ccl_phone\" name=\"phone\" type=\"tel\" autocomplete=\"tel\"><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_email\">Email Address<\/label><input id=\"ccl_email\" name=\"email\" type=\"email\" autocomplete=\"email\"><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_count\">How many cameras do you have? <span aria-hidden=\"true\">*<\/span><\/label><input id=\"ccl_count\" name=\"number_cameras\" type=\"number\" min=\"1\" value=\"1\" required><\/div>\n                        <\/div>\n                        <div class=\"ccl-field\"><label for=\"ccl_address\">Camera Location Address <span aria-hidden=\"true\">*<\/span><\/label><textarea id=\"ccl_address\" name=\"camera_address\" required placeholder=\"Street address where the cameras are located\"><\/textarea><\/div>\n                        <div class=\"ccl-field\"><label for=\"ccl_coverage\">What areas do the cameras cover?<\/label><textarea id=\"ccl_coverage\" name=\"camera_coverage\" placeholder=\"Example: front porch, driveway, parking lot, Main Street, alley, rear entrance\"><\/textarea><\/div>\n                        <div class=\"ccl-grid\">\n                            <div class=\"ccl-field\"><label for=\"ccl_duration\">How long is footage usually saved?<\/label><input id=\"ccl_duration\" name=\"recording_duration\" type=\"text\" placeholder=\"Example: 7 days, 30 days, cloud storage\"><\/div>\n                            <div class=\"ccl-field\"><label for=\"ccl_contact_method\">Best Contact Method<\/label><select id=\"ccl_contact_method\" name=\"best_contact_method\"><option value=\"Phone\">Phone<\/option><option value=\"Email\">Email<\/option><option value=\"Text\">Text<\/option><option value=\"Any\">Any<\/option><\/select><\/div>\n                        <\/div>\n                        <label class=\"ccl-check\"><input type=\"checkbox\" name=\"exterior_only\" value=\"1\" checked><span>These are exterior-facing cameras or cameras that may capture public areas.<\/span><\/label>\n                        <label class=\"ccl-check\"><input type=\"checkbox\" name=\"willing_to_share\" value=\"1\" checked><span>I am willing to be contacted by police if footage may help with an incident.<\/span><\/label>\n                        <div class=\"ccl-field\"><label for=\"ccl_notes\">Additional Notes<\/label><textarea id=\"ccl_notes\" name=\"notes\"><\/textarea><\/div>\n                        <button class=\"ccl-submit\" type=\"submit\">Submit Camera Location<\/button>\n                    <\/form>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <\/div>\n      <\/div>\n    <\/section>\n\n    <section class=\"cpd-note\" aria-label=\"Police department public notice\">\n      <p>\n        <strong>Public notice:<\/strong> Online submissions are for non-emergency information only.\n        Submission of a tip or camera location does not replace calling 911 in an emergency and does\n        not guarantee immediate response.\n      <\/p>\n    <\/section>\n\n  <\/main>\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-1804","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1804","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=1804"}],"version-history":[{"count":3,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1804\/revisions"}],"predecessor-version":[{"id":1826,"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=\/wp\/v2\/pages\/1804\/revisions\/1826"}],"wp:attachment":[{"href":"https:\/\/www.coudersportpa.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1804"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}