{"id":1136,"date":"2026-05-03T07:30:19","date_gmt":"2026-05-03T11:30:19","guid":{"rendered":"https:\/\/www.townofalmany.org\/?page_id=1136"},"modified":"2026-05-03T11:09:38","modified_gmt":"2026-05-03T15:09:38","slug":"public-safety","status":"publish","type":"page","link":"https:\/\/www.townofalmany.org\/?page_id=1136","title":{"rendered":"Public Safety"},"content":{"rendered":"\n\n\t<section class=\"section\" id=\"section_1150469397\">\n\t\t<div class=\"section-bg fill\" >\n\t\t\t\t\t\t\t\t\t\n\t\t\t\n\n\t\t<\/div>\n\n\t\t\n\n\t\t<div class=\"section-content relative\">\n\t\t\t\n\n<div class=\"row row-full-width\"  id=\"row-395861057\">\n\n\n\t<div id=\"col-1994386545\" class=\"col small-12 large-12 col-divided\"  >\n\t\t\t\t<div class=\"col-inner box-shadow-3\"  >\n\t\t\t\n\t\t\t\n\n\n\n<style>\n  .alma-safety-page {\n    --primary: #0f172a;\n    --dark: #020617;\n    --gold: #d7a948;\n    --cream: #f8fafc;\n    --white: #ffffff;\n    --text: #263128;\n    --muted: #667085;\n    --border: #d8ddcf;\n    --danger: #b91c1c;\n    --success: #166534;\n    font-family: Georgia, \"Times New Roman\", serif;\n    color: var(--text);\n  }\n\n  .alma-safety-page * {\n    box-sizing: border-box;\n  }\n\n  .alma-safety-hero {\n    background: linear-gradient(135deg, var(--dark), var(--primary));\n    color: white;\n    padding: 64px 28px;\n    text-align: center;\n    border-radius: 14px;\n    margin-bottom: 28px;\n    border-bottom: 6px solid var(--gold);\n  }\n\n  .alma-safety-hero .eyebrow {\n    color: var(--gold);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    font-size: 13px;\n    font-weight: bold;\n    margin-bottom: 10px;\n  }\n\n  .alma-safety-hero h1 {\n    margin: 0;\n    font-size: 44px;\n    color: white;\n    line-height: 1.1;\n  }\n\n  .alma-safety-hero p {\n    max-width: 820px;\n    margin: 16px auto 0;\n    font-size: 18px;\n    line-height: 1.6;\n    color: #e5e7eb;\n  }\n\n  .alma-emergency-banner {\n    background: #fff7ed;\n    border: 1px solid #fed7aa;\n    border-left: 7px solid #ea580c;\n    border-radius: 12px;\n    padding: 22px;\n    margin-bottom: 26px;\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 18px;\n    align-items: center;\n  }\n\n  .alma-emergency-banner h2 {\n    margin: 0 0 6px;\n    color: var(--primary);\n    font-size: 24px;\n  }\n\n  .alma-emergency-banner p {\n    margin: 0;\n    color: #4b5563;\n    font-size: 16px;\n    line-height: 1.5;\n  }\n\n  .alma-911-btn {\n    background: var(--danger);\n    color: white !important;\n    text-decoration: none;\n    padding: 14px 22px;\n    border-radius: 8px;\n    font-weight: bold;\n    font-size: 18px;\n    white-space: nowrap;\n  }\n\n  .alma-dashboard-grid {\n    display: grid;\n    grid-template-columns: 1.3fr .7fr;\n    gap: 24px;\n    margin-bottom: 28px;\n  }\n\n  .alma-card {\n    background: var(--white);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 26px;\n    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .alma-card:before {\n    content: \"\";\n    height: 6px;\n    background: linear-gradient(90deg, var(--primary), var(--gold));\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n  }\n\n  .alma-card h2,\n  .alma-card h3 {\n    color: var(--primary);\n    margin-top: 6px;\n  }\n\n  .alma-services-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 18px;\n  }\n\n  .alma-service-box {\n    background: var(--cream);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 20px;\n  }\n\n  .alma-service-box h3 {\n    font-size: 22px;\n    margin: 0 0 10px;\n  }\n\n  .alma-service-box p {\n    margin: 7px 0;\n    color: #374151;\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .alma-service-box strong {\n    color: var(--primary);\n  }\n\n  .alma-tag {\n    display: inline-block;\n    margin-top: 8px;\n    background: #dcfce7;\n    color: var(--success);\n    padding: 6px 11px;\n    border-radius: 999px;\n    font-size: 13px;\n    font-weight: bold;\n  }\n\n  .alma-rating {\n    color: #b8860b;\n    font-weight: bold;\n    margin-bottom: 8px;\n  }\n\n  .alma-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 16px;\n  }\n\n  .alma-btn {\n    background: var(--primary);\n    color: white !important;\n    padding: 10px 15px;\n    border-radius: 7px;\n    text-decoration: none;\n    font-size: 14px;\n    font-weight: bold;\n    display: inline-block;\n  }\n\n  .alma-btn:hover {\n    background: var(--dark);\n    color: white !important;\n  }\n\n  .alma-btn.secondary {\n    background: var(--gold);\n    color: var(--dark) !important;\n  }\n\n  .alma-btn.danger {\n    background: var(--danger);\n  }\n\n  .alma-quick-links {\n    display: grid;\n    gap: 12px;\n  }\n\n  .alma-quick-link {\n    display: block;\n    padding: 14px 16px;\n    border-radius: 9px;\n    background: var(--cream);\n    border: 1px solid var(--border);\n    color: var(--primary) !important;\n    text-decoration: none;\n    font-weight: bold;\n  }\n\n  .alma-quick-link:hover {\n    background: #eef2f7;\n  }\n\n  .alma-section-title {\n    text-align: center;\n    margin: 35px 0 20px;\n  }\n\n  .alma-section-title h2 {\n    color: var(--primary);\n    font-size: 30px;\n    margin: 0;\n  }\n\n  .alma-section-title p {\n    color: var(--muted);\n    margin-top: 8px;\n  }\n\n  .alma-info-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n  }\n\n  .alma-info-tile {\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 22px;\n    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);\n  }\n\n  .alma-info-tile h3 {\n    color: var(--primary);\n    margin-top: 0;\n  }\n\n  .alma-info-tile p {\n    color: #4b5563;\n    line-height: 1.5;\n    margin-bottom: 0;\n  }\n\n  .alma-footer-note {\n    margin-top: 34px;\n    background: linear-gradient(135deg, var(--dark), var(--primary));\n    color: white;\n    padding: 28px;\n    border-radius: 12px;\n    text-align: center;\n    border-top: 5px solid var(--gold);\n  }\n\n  .alma-footer-note h3 {\n    color: white;\n    margin-top: 0;\n  }\n\n  .alma-footer-note p {\n    color: #e5e7eb;\n    margin-bottom: 0;\n  }\n\n  @media (max-width: 900px) {\n    .alma-dashboard-grid,\n    .alma-info-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .alma-services-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .alma-emergency-banner {\n      grid-template-columns: 1fr;\n    }\n\n    .alma-911-btn {\n      text-align: center;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .alma-safety-hero h1 {\n      font-size: 32px;\n    }\n\n    .alma-safety-hero {\n      padding: 45px 20px;\n    }\n  }\n<\/style>\n\n<div class=\"alma-safety-page\">\n\n  <section class=\"alma-safety-hero\">\n    <div class=\"eyebrow\">Town of Alma, New York<\/div>\n    <h1>Public Safety<\/h1>\n    <p>\n      Public safety resources for residents, visitors, and families in the Town of Alma,\n      including fire protection, ambulance services, emergency contacts, and community safety information.\n    <\/p>\n  <\/section>\n\n  <div class=\"alma-emergency-banner\">\n    <div>\n      <h2>Emergency? Call 911 Immediately<\/h2>\n      <p>\n        For fire, medical emergencies, accidents, life-threatening situations, or crimes in progress,\n        please dial 911. Do not rely on website contact information during an active emergency.\n      <\/p>\n    <\/div>\n    <a class=\"alma-911-btn\" href=\"tel:911\">Call 911<\/a>\n  <\/div>\n\n  <div class=\"alma-dashboard-grid\">\n\n    <div class=\"alma-card\">\n      <h2>Emergency Service Providers<\/h2>\n\n      <div class=\"alma-services-grid\">\n\n        <div class=\"alma-service-box\">\n          <h3>Alma Volunteer Fire Co Inc<\/h3>\n          <div class=\"alma-rating\">\u2605 5.0 Rating<\/div>\n          <p><strong>Service:<\/strong> Fire Department<\/p>\n          <p><strong>Address:<\/strong> 5778 County Road 18<\/p>\n          <p><strong>Phone:<\/strong> (585) 593-0044<\/p>\n          <span class=\"alma-tag\">Emergency Response Ready<\/span>\n\n          <div class=\"alma-button-row\">\n            <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Alma+Volunteer+Fire+Co+Inc+5778+County+Road+18\" target=\"_blank\">Directions<\/a>\n            <a class=\"alma-btn\" href=\"tel:5855930044\">Call<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"alma-service-box\">\n          <h3>Allentown Fire Department<\/h3>\n          <div class=\"alma-rating\">Volunteer Fire Service<\/div>\n          <p><strong>Service:<\/strong> Fire Department<\/p>\n          <p><strong>Mailing Address:<\/strong><br>PO Box 82<br>Allentown, NY 14707<\/p>\n          <p><strong>Phone:<\/strong> (585) 593-6072<\/p>\n          <span class=\"alma-tag\">Emergency Response Ready<\/span>\n\n          <div class=\"alma-button-row\">\n            <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Allentown+Fire+Department+Allentown+NY+14707\" target=\"_blank\">Directions<\/a>\n            <a class=\"alma-btn\" href=\"tel:5855936072\">Call<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"alma-service-box\">\n          <h3>Wellsville Volunteer Ambulance<\/h3>\n          <div class=\"alma-rating\">\u2605 5.0 Rating<\/div>\n          <p><strong>Service:<\/strong> Ambulance Service<\/p>\n          <p><strong>Location:<\/strong> Wellsville, NY<\/p>\n          <p><strong>Phone:<\/strong> (585) 593-1800<\/p>\n          <span class=\"alma-tag\">Open 24 Hours<\/span>\n\n          <div class=\"alma-button-row\">\n            <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Wellsville+Volunteer+Ambulance+NY\" target=\"_blank\">Directions<\/a>\n            <a class=\"alma-btn\" href=\"tel:5855931800\">Call<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"alma-service-box\">\n          <h3>Medical Transport Services Inc<\/h3>\n          <div class=\"alma-rating\">\u2605 3.0 Rating<\/div>\n          <p><strong>Service:<\/strong> Ambulance \/ Medical Transport<\/p>\n          <p><strong>Location:<\/strong> Scio, NY<\/p>\n          <p><strong>Phone:<\/strong> (585) 593-1977<\/p>\n\n          <div class=\"alma-button-row\">\n            <a class=\"alma-btn secondary\" href=\"https:\/\/www.google.com\/maps\/search\/Medical+Transport+Services+Inc+Scio+NY\" target=\"_blank\">Directions<\/a>\n            <a class=\"alma-btn\" href=\"tel:5855931977\">Call<\/a>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <div class=\"alma-card\">\n      <h2>Quick Public Safety Links<\/h2>\n\n      <div class=\"alma-quick-links\">\n        <a class=\"alma-quick-link\" href=\"tel:911\">Emergency: Call 911<\/a>\n        <a class=\"alma-quick-link\" href=\"tel:5855930044\">Alma Volunteer Fire Co<\/a>\n        <a class=\"alma-quick-link\" href=\"tel:5855936072\">Allentown Fire Department<\/a>\n        <a class=\"alma-quick-link\" href=\"tel:5855931800\">Wellsville Volunteer Ambulance<\/a>\n        <a class=\"alma-quick-link\" href=\"tel:5855931977\">Medical Transport Services Inc<\/a>\n        <a class=\"alma-quick-link\" href=\"https:\/\/www.google.com\/maps\/search\/Alma+NY+fire+ambulance+services\" target=\"_blank\">View Area Services Map<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"alma-section-title\">\n    <h2>Community Safety Information<\/h2>\n    <p>Helpful reminders and resources for residents of the Town of Alma.<\/p>\n  <\/div>\n\n  <div class=\"alma-info-grid\">\n\n    <div class=\"alma-info-tile\">\n      <h3>Fire Emergencies<\/h3>\n      <p>\n        If you see smoke, flames, downed wires, or an active fire, leave the area immediately\n        and call 911 from a safe location.\n      <\/p>\n    <\/div>\n\n    <div class=\"alma-info-tile\">\n      <h3>Medical Emergencies<\/h3>\n      <p>\n        For chest pain, trouble breathing, severe injury, overdose, stroke symptoms, or any\n        life-threatening condition, call 911 immediately.\n      <\/p>\n    <\/div>\n\n    <div class=\"alma-info-tile\">\n      <h3>Severe Weather<\/h3>\n      <p>\n        During major storms, flooding, high winds, or winter weather events, avoid unnecessary\n        travel and follow official safety alerts.\n      <\/p>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"alma-footer-note\">\n    <h3>Public Safety Information Updates<\/h3>\n    <p>\n      Please contact the Town Clerk if public safety information needs to be added,\n      updated, or corrected.\n    <\/p>\n  <\/div>\n\n<\/div>\n\n\n\t\t<\/div>\n\t\t\t\t\n<style>\n#col-1994386545 > .col-inner {\n  padding: 15px 5px 5px 5px;\n  margin: 5px 5px 5px 5px;\n}\n<\/style>\n\t<\/div>\n\n\t\n\n<\/div>\n\n\t\t<\/div>\n\n\t\t\n<style>\n#section_1150469397 {\n  padding-top: 30px;\n  padding-bottom: 30px;\n}\n<\/style>\n\t<\/section>\n\t\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-1136","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1136","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1136"}],"version-history":[{"count":6,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1136\/revisions"}],"predecessor-version":[{"id":1207,"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=\/wp\/v2\/pages\/1136\/revisions\/1207"}],"wp:attachment":[{"href":"https:\/\/www.townofalmany.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1136"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}