{"id":18048,"date":"2026-04-16T13:58:33","date_gmt":"2026-04-16T20:58:33","guid":{"rendered":"https:\/\/www.211sacramento.org\/211\/?page_id=18048"},"modified":"2026-05-18T09:39:49","modified_gmt":"2026-05-18T16:39:49","slug":"housing-resources","status":"publish","type":"page","link":"https:\/\/www.211sacramento.org\/211\/housing-resources\/","title":{"rendered":"Housing Resources"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n  <meta charset=\"UTF-8\" \/><br \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/><br \/>\n  <title>Housing Resources Guide | 211 Sacramento<\/title>\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=Playfair+Display:wght@700;800&#038;family=Source+Sans+3:ital,wght@0,300;0,400;0,600;1,400&#038;display=swap\" rel=\"stylesheet\" \/>\n<style>\n    \/* \u2500\u2500 Reset & Base \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }<\/p>\n<p>    :root {\n      --blue:      #0a5c9e;\n      --blue-dark: #074680;\n      --blue-mid:  #1a7abf;\n      --teal:      #00838f;\n      --teal-lt:   #e0f4f6;\n      --gold:      #e8a020;\n      --off-white: #f5f8fc;\n      --slate:     #3a4a5c;\n      --muted:     #6b7c93;\n      --border:    #d0dce8;\n      --white:     #ffffff;\n      --radius:    10px;\n      --shadow-sm: 0 2px 8px rgba(10,92,158,.10);\n      --shadow-md: 0 6px 24px rgba(10,92,158,.14);\n    }<\/p>\n<p>    html { scroll-behavior: smooth; }<\/p>\n<p>    body {\n      font-family: 'Source Sans 3', sans-serif;\n      font-size: 16px;\n      line-height: 1.65;\n      color: var(--slate);\n      background: var(--off-white);\n    }<\/p>\n<p>    a { color: var(--blue); text-decoration: none; }\n    a:hover { color: var(--blue-dark); text-decoration: underline; }<\/p>\n<p>    \/* \u2500\u2500 Wrapper \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .housing-guide {\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 0 20px 60px;\n    }<\/p>\n<p>    \/* \u2500\u2500 Hero \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hg-hero {\n      background: linear-gradient(135deg, var(--blue-dark) 0%, var(--blue-mid) 60%, var(--teal) 100%);\n      border-radius: 0 0 var(--radius) var(--radius);\n      padding: 56px 40px 52px;\n      text-align: center;\n      color: var(--white);\n      margin-bottom: 48px;\n      position: relative;\n      overflow: hidden;\n    }\n    .hg-hero::before {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n      pointer-events: none;\n    }\n    .hg-hero h1 {\n      font-family: 'Playfair Display', serif;\n      font-size: clamp(28px, 5vw, 46px);\n      font-weight: 800;\n      line-height: 1.15;\n      margin-bottom: 16px;\n    }\n    .hg-hero p {\n      font-size: clamp(15px, 2.2vw, 18px);\n      font-weight: 300;\n      max-width: 640px;\n      margin: 0 auto 28px;\n      opacity: .92;\n    }\n    .hg-hero-btns {\n      display: flex;\n      gap: 14px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n    .btn {\n      display: inline-block;\n      padding: 12px 26px;\n      border-radius: 6px;\n      font-size: 15px;\n      font-weight: 600;\n      transition: transform .15s, box-shadow .15s;\n    }\n    .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,.18); text-decoration: none; }\n    .btn-white { background: var(--white); color: var(--blue-dark); }\n    .btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.7); }\n    .btn-outline:hover { background: rgba(255,255,255,.12); color: var(--white); }<\/p>\n<p>    \/* \u2500\u2500 Quick-Nav \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hg-quicknav {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: var(--radius);\n      padding: 32px 28px;\n      margin-bottom: 52px;\n      box-shadow: var(--shadow-sm);\n    }\n    .hg-quicknav h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 22px;\n      font-weight: 700;\n      color: var(--blue-dark);\n      margin-bottom: 6px;\n    }\n    .hg-quicknav .sub {\n      color: var(--muted);\n      font-size: 14px;\n      margin-bottom: 22px;\n    }\n    .hg-nav-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));\n      gap: 12px;\n    }\n    .hg-nav-card {\n      background: var(--off-white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 14px 16px;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n      cursor: pointer;\n      transition: background .15s, border-color .15s, box-shadow .15s;\n      text-decoration: none;\n      color: var(--slate);\n    }\n    .hg-nav-card:hover {\n      background: var(--white);\n      border-color: var(--blue-mid);\n      box-shadow: var(--shadow-sm);\n      text-decoration: none;\n      color: var(--blue-dark);\n    }\n    .hg-nav-icon {\n      font-size: 20px;\n      line-height: 1;\n      flex-shrink: 0;\n      margin-top: 1px;\n    }\n    .hg-nav-label {\n      font-size: 13.5px;\n      font-weight: 600;\n      line-height: 1.3;\n    }<\/p>\n<p>    \/* \u2500\u2500 Section \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hg-section {\n      margin-bottom: 52px;\n      scroll-margin-top: 20px;\n    }\n    .hg-section-header {\n      display: flex;\n      align-items: center;\n      gap: 14px;\n      margin-bottom: 8px;\n    }\n    .hg-section-icon {\n      width: 44px;\n      height: 44px;\n      border-radius: 10px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 22px;\n      flex-shrink: 0;\n    }\n    .hg-section-header h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--blue-dark);\n    }\n    .hg-section-desc {\n      color: var(--muted);\n      font-size: 14.5px;\n      margin-bottom: 18px;\n      padding-left: 58px;\n    }\n    .hg-divider {\n      border: none;\n      border-top: 2px solid var(--border);\n      margin-bottom: 22px;\n    }<\/p>\n<p>    \/* Sub-sections (grouped headings) *\/\n    .hg-sub {\n      margin-bottom: 28px;\n    }\n    .hg-sub-title {\n      font-size: 12px;\n      font-weight: 600;\n      letter-spacing: .09em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 10px;\n      padding-bottom: 6px;\n      border-bottom: 1px solid var(--border);\n    }<\/p>\n<p>    \/* Resource link grid *\/\n    .hg-links {\n      display: grid;\n      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n      gap: 10px;\n    }\n    .hg-link-card {\n      background: var(--white);\n      border: 1px solid var(--border);\n      border-radius: 8px;\n      padding: 14px 18px;\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      transition: border-color .15s, box-shadow .15s, transform .12s;\n      text-decoration: none;\n    }\n    .hg-link-card:hover {\n      border-color: var(--blue-mid);\n      box-shadow: var(--shadow-sm);\n      transform: translateY(-1px);\n      text-decoration: none;\n    }\n    .hg-link-title {\n      font-size: 14.5px;\n      font-weight: 600;\n      color: var(--blue);\n      line-height: 1.35;\n    }\n    .hg-link-card:hover .hg-link-title { color: var(--blue-dark); }\n    .hg-link-desc {\n      font-size: 13px;\n      color: var(--muted);\n      line-height: 1.4;\n    }\n    .hg-link-arrow {\n      font-size: 14px;\n      color: var(--blue-mid);\n      margin-top: 4px;\n      opacity: 0;\n      transition: opacity .15s;\n    }\n    .hg-link-card:hover .hg-link-arrow { opacity: 1; }<\/p>\n<p>    \/* Color accents by section *\/\n    .accent-blue  .hg-section-icon { background: #dbeafe; }\n    .accent-teal  .hg-section-icon { background: var(--teal-lt); }\n    .accent-gold  .hg-section-icon { background: #fef3cd; }\n    .accent-rose  .hg-section-icon { background: #fde8e8; }\n    .accent-green .hg-section-icon { background: #e0f7e9; }\n    .accent-violet .hg-section-icon { background: #ede9fe; }\n    .accent-orange .hg-section-icon { background: #ffecd9; }\n    .accent-sky   .hg-section-icon { background: #e0f2fe; }<\/p>\n<p>    \/* \u2500\u2500 CTA Banner \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .hg-cta {\n      background: linear-gradient(120deg, var(--blue-dark) 0%, var(--teal) 100%);\n      border-radius: var(--radius);\n      padding: 44px 36px;\n      color: var(--white);\n      text-align: center;\n      margin-top: 16px;\n    }\n    .hg-cta h2 {\n      font-family: 'Playfair Display', serif;\n      font-size: 28px;\n      font-weight: 700;\n      margin-bottom: 10px;\n    }\n    .hg-cta p {\n      font-size: 16px;\n      font-weight: 300;\n      max-width: 580px;\n      margin: 0 auto 28px;\n      opacity: .92;\n    }\n    .hg-cta-cards {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n      gap: 16px;\n      max-width: 720px;\n      margin: 0 auto 28px;\n      text-align: left;\n    }\n    .hg-cta-card {\n      background: rgba(255,255,255,.12);\n      border: 1px solid rgba(255,255,255,.2);\n      border-radius: 8px;\n      padding: 18px 20px;\n    }\n    .hg-cta-card strong {\n      display: block;\n      font-size: 15px;\n      margin-bottom: 4px;\n    }\n    .hg-cta-card span { font-size: 13.5px; opacity: .85; }\n    .hg-cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }<\/p>\n<p>    \/* \u2500\u2500 Responsive \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 640px) {\n      .hg-hero { padding: 40px 20px 38px; }\n      .hg-quicknav { padding: 22px 16px; }\n      .hg-section-desc { padding-left: 0; }\n      .hg-cta { padding: 32px 20px; }\n    }\n  <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<div class=\"housing-guide\">\n<p>  <!-- \u2500\u2500 Hero \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-hero\">\n<h1>Housing Resources Guide<\/h1>\n<p>Find the right housing support for your situation. This guided search connects you to Sacramento&#8217;s 211 housing resources \u2014 from rental assistance to supportive housing and beyond.<\/p>\n<div class=\"hg-hero-btns\">\n      <a class=\"btn btn-white\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-moving-services\/\">Explore Housing Resources<\/a><br \/>\n      <a class=\"btn btn-outline\" href=\"https:\/\/www.211sacramento.org\">Visit 211 Sacramento<\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 Quick Nav \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-quicknav\">\n<h2>What Are You Looking For?<\/h2>\n<p class=\"sub\">Choose the category that best describes your housing need.<\/p>\n<div class=\"hg-nav-grid\">\n      <a class=\"hg-nav-card\" href=\"#landlord-tenant\"><br \/>\n        <span class=\"hg-nav-icon\">\u2696\ufe0f<\/span><br \/>\n        <span class=\"hg-nav-label\">Landlord &amp; Tenant Assistance<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#counseling\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83c\udfe0<\/span><br \/>\n        <span class=\"hg-nav-label\">Housing Counseling<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#finding\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83d\udd0d<\/span><br \/>\n        <span class=\"hg-nav-label\">Finding a Place to Live<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#emergency\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83d\udea8<\/span><br \/>\n        <span class=\"hg-nav-label\">Emergency &amp; Crisis Help<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#financial\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83d\udcb0<\/span><br \/>\n        <span class=\"hg-nav-label\">Financial Assistance<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#buying\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83c\udfe1<\/span><br \/>\n        <span class=\"hg-nav-label\">Buying or Building a Home<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#supportive\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83e\udd1d<\/span><br \/>\n        <span class=\"hg-nav-label\">Supportive Housing<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-nav-card\" href=\"#improvement\"><br \/>\n        <span class=\"hg-nav-icon\">\ud83d\udd27<\/span><br \/>\n        <span class=\"hg-nav-label\">Home Improvement<\/span><br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Landlord & Tenant \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-blue\" id=\"landlord-tenant\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\u2696\ufe0f<\/div>\n<h2>Landlord &amp; Tenant Assistance<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Know your rights and get help resolving housing disputes. These resources support both landlords and tenants in Sacramento County.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-links\">\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-landlord-tenant-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Landlord\/Tenant Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">General assistance for both landlords and tenants navigating housing issues.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-eviction-prevention-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Eviction Prevention Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Programs to help tenants avoid eviction and maintain stable housing.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-landlord-associations\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Landlord Associations<\/span><br \/>\n        <span class=\"hg-link-desc\">Organizations that support and represent landlords in Sacramento.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-landlord-rights-information-counseling\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Landlord Rights Information\/Counseling<\/span><br \/>\n        <span class=\"hg-link-desc\">Guidance on landlord rights, responsibilities, and legal obligations.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-landlord-tenant-dispute-resolution\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Landlord\/Tenant Dispute Resolution<\/span><br \/>\n        <span class=\"hg-link-desc\">Mediation and dispute resolution services for housing conflicts.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-tenant-rights-information-counseling\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Tenant Rights Information\/Counseling<\/span><br \/>\n        <span class=\"hg-link-desc\">Know your rights as a renter and get counseling on tenant protections.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-discrimination-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Housing Discrimination Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Support for individuals who have experienced housing discrimination.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-mortgage-delinquency-and-default-counseling\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Mortgage Delinquency &amp; Default Counseling<\/span><br \/>\n        <span class=\"hg-link-desc\">Counseling for homeowners struggling with mortgage payments or facing foreclosure.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Housing Counseling \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-teal\" id=\"counseling\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83c\udfe0<\/div>\n<h2>Housing Counseling<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Get expert guidance on buying, renting, or maintaining your home. These counseling programs help Sacramento residents make informed housing decisions.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-links\">\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-building-information\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Building Information<\/span><br \/>\n        <span class=\"hg-link-desc\">Resources and guidance for those interested in building or constructing a home.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homebuyer-home-purchase-counseling\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Homebuyer\/Home Purchase Counseling<\/span><br \/>\n        <span class=\"hg-link-desc\">One-on-one counseling to help prospective buyers navigate the home purchase process.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-hud-approved-counseling-agenies\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">HUD Approved Counseling Agencies<\/span><br \/>\n        <span class=\"hg-link-desc\">Federally approved agencies offering free or low-cost housing counseling services.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-tenant-readiness-education-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Tenant Readiness Education Programs<\/span><br \/>\n        <span class=\"hg-link-desc\">Education programs that prepare renters to successfully secure and maintain housing.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Finding a Place to Live \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-sky\" id=\"finding\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83d\udd0d<\/div>\n<h2>Finding a Place to Live<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Explore housing options for different needs and situations, from subsidized rentals to specialized housing.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Rental Housing Options<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-income-subsidized-rental-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Low Income \/ Subsidized Rental Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Affordable rental units with income-based eligibility requirements.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-income-subsidized-private-rental-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Subsidized Private Rental Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Privately owned units with subsidized rents for qualifying households.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-public-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Public Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Government-managed housing units for low-income individuals and families.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-section-8-housing-choice-vouchers\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Section 8 Housing Choice Vouchers<\/span><br \/>\n          <span class=\"hg-link-desc\">Federal vouchers that help cover rent in privately owned housing.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-sweat-equity-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Sweat Equity Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Programs that help individuals or families build equity through labor contributions.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-urban-homesteading\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Urban Homesteading<\/span><br \/>\n          <span class=\"hg-link-desc\">Opportunities to acquire and improve housing through owner participation.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Specialized Rental Housing<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-barrier-free-rental-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Barrier-Free Rental Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Accessible units designed for people with physical disabilities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-shared-housing-facilities\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Shared Housing Facilities<\/span><br \/>\n          <span class=\"hg-link-desc\">Shared living arrangements to reduce costs and build community.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-single-room-occupancy-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Single Room Occupancy (SRO)<\/span><br \/>\n          <span class=\"hg-link-desc\">Individual rooms with shared common areas, ideal for single adults.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-rooming-boarding-houses\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Rooming \/ Boarding Houses<\/span><br \/>\n          <span class=\"hg-link-desc\">Budget-friendly rooms with basic amenities in shared homes.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-manufactured-mobile-home-parks\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Manufactured \/ Mobile Home Parks<\/span><br \/>\n          <span class=\"hg-link-desc\">Affordable manufactured and mobile home communities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-independent-living-communities-complexes\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Independent Living Communities<\/span><br \/>\n          <span class=\"hg-link-desc\">Communities designed for adults who live independently but want peer support.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Housing Search &amp; Information<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-purchase-listings\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Home Purchase Listings<\/span><br \/>\n          <span class=\"hg-link-desc\">Listings of homes available for purchase in the Sacramento area.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-barrier-free-home-rental-listings\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Barrier Free Home Rental Listings<\/span><br \/>\n          <span class=\"hg-link-desc\">Accessible rental listings for people with physical disabilities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-elderly-disabled-home-rental-listings\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Elderly\/Disabled Home Rental Listings<\/span><br \/>\n          <span class=\"hg-link-desc\">Rental listings specifically for older adults and people with disabilities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-government-subsidized-private-rental-housing-listings\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Government Subsidized Private Rental Listings<\/span><br \/>\n          <span class=\"hg-link-desc\">Listings of privately owned units with government-subsidized rents.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-cost-home-rental-listings\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Low Cost Home Rental Listings<\/span><br \/>\n          <span class=\"hg-link-desc\">Affordable rental listings for low-income households.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-search-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Housing Search Assistance<\/span><br \/>\n          <span class=\"hg-link-desc\">Personalized help navigating the housing search process.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-relocation-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Relocation Assistance<\/span><br \/>\n          <span class=\"hg-link-desc\">Support for individuals and families who need to relocate.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-roommate-housemate-matching-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Roommate\/Housemate Matching Assistance<\/span><br \/>\n          <span class=\"hg-link-desc\">Services to help connect people seeking shared housing arrangements.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Senior Housing &amp; Homeownership Pathways<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-senior-housing-information-and-referral\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Senior Housing Information &amp; Referral<\/span><br \/>\n          <span class=\"hg-link-desc\">Specialized guidance to help older adults navigate housing options in Sacramento County.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-sweat-equity-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Sweat Equity Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Earn homeownership by contributing labor to build or rehabilitate your home.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-urban-homesteading\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Urban Homesteading<\/span><br \/>\n          <span class=\"hg-link-desc\">Acquire and rehabilitate underutilized urban properties to create affordable owner-occupied housing.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Emergency & Crisis Help \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-rose\" id=\"emergency\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83d\udea8<\/div>\n<h2>Emergency &amp; Crisis Help<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Get immediate help when housing is urgent or unstable. Contact 211 Sacramento to learn about current availability, eligibility, and the best option for your situation.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Emergency Shelter<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-emergency-shelter\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Emergency Shelter<\/span><br \/>\n          <span class=\"hg-link-desc\">Immediate short-term shelter for individuals and families in crisis.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-shelter\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Shelter<\/span><br \/>\n          <span class=\"hg-link-desc\">Safe overnight shelter for people experiencing homelessness.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-domestic-violence-shelter\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Domestic Violence Shelters<\/span><br \/>\n          <span class=\"hg-link-desc\">Confidential shelter and support for survivors of domestic violence.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-youth-shelters\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Youth Shelters<\/span><br \/>\n          <span class=\"hg-link-desc\">Safe housing for youth experiencing homelessness or unsafe living conditions.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-crisis-nurseries-child-care\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Crisis Nurseries\/Child Care<\/span><br \/>\n          <span class=\"hg-link-desc\">Emergency child care and nursery services for families in crisis.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-human-trafficking-shelters\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Human Trafficking Shelters<\/span><br \/>\n          <span class=\"hg-link-desc\">Specialized shelter and services for survivors of human trafficking.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-safe-houses\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Safe Houses<\/span><br \/>\n          <span class=\"hg-link-desc\">Secure, confidential housing for individuals fleeing dangerous situations.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-sexual-assault-shelters\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Sexual Assault Shelters<\/span><br \/>\n          <span class=\"hg-link-desc\">Safe housing and support services for survivors of sexual assault.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-drop-in-centers\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Drop-In Centers<\/span><br \/>\n          <span class=\"hg-link-desc\">Daytime drop-in services, resources, and support for people experiencing homelessness.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-motel-vouchers\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Motel Vouchers<\/span><br \/>\n          <span class=\"hg-link-desc\">Temporary motel accommodations for individuals and families without shelter.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-safe-parking-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Safe Parking Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Designated safe locations for people living in their vehicles.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-extreme-cold-warming-centers\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Extreme Cold Warming Centers<\/span><br \/>\n          <span class=\"hg-link-desc\">Emergency warming centers during extreme cold weather events.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">At Risk \/ Homeless Assistance Programs<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-at-risk-homeless-housing-related-assistance-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">At Risk\/Homeless Housing Related Assistance<\/span><br \/>\n          <span class=\"hg-link-desc\">Comprehensive programs for individuals and families facing housing instability.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-diversion-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Diversion Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Services that help prevent homelessness by addressing immediate barriers to stability.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homelessness-prevention-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homelessness Prevention Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Proactive support to help at-risk households maintain their current housing.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-related-coordinated-entry\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Housing Related Coordinated Entry<\/span><br \/>\n          <span class=\"hg-link-desc\">Centralized system to assess needs and connect people to appropriate housing resources.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-rapid-re-housing-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Rapid Re-Housing Programs<\/span><br \/>\n          <span class=\"hg-link-desc\">Short-term rental assistance and services to help people quickly exit homelessness.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-transitional-housing-shelter\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Transitional Housing\/Shelter<\/span><br \/>\n          <span class=\"hg-link-desc\">Temporary housing with supportive services while working toward permanent stability.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Financial Assistance \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-gold\" id=\"financial\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83d\udcb0<\/div>\n<h2>Financial Assistance<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Find help with housing-related costs and prevention support \u2014 from rent and deposits to utilities and moving expenses.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-links\">\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-expense-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Housing Expense Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">General financial support for housing-related expenses.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-rent-payment-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Rent Payment Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Help for residents who need support covering monthly rent.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-rental-deposit-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Rental Deposit Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Assistance with upfront deposits needed to secure housing.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-first-last-month-rent-payment-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">First\/Last Month Rent Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Programs that help cover first and last month rent costs.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-mortgage-payment-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Mortgage Payment Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Support for homeowners needing help with mortgage payments.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-property-tax-payment-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Property Tax Payment Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Help paying property taxes to avoid housing instability.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-utility-service-payment-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Utility Service Payment Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Programs that help cover electricity, gas, water, and other utility bills.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-moving-services\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Moving Services<\/span><br \/>\n        <span class=\"hg-link-desc\">Assistance with the logistics and costs of relocating.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-tanf-applications\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">TANF Applications<\/span><br \/>\n        <span class=\"hg-link-desc\">Temporary Assistance for Needy Families for eligible low-income families with children.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-eviction-prevention-assistance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Eviction Prevention Assistance<\/span><br \/>\n        <span class=\"hg-link-desc\">Programs to help tenants avoid eviction and maintain stable housing.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Supportive Housing \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-violet\" id=\"supportive\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83e\udd1d<\/div>\n<h2>Supportive Housing<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Stable, long-term housing combined with on-site services to help residents maintain independence and well-being. Programs available for a variety of populations.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">General Supportive Housing<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-supportive-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">General Supportive Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Stable housing combined with on-site support services.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-family-permanent-supportive-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Family Permanent Supportive Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Long-term housing with services for families in need.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-homeless-permanent-supportive-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Homeless Permanent Supportive Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Permanent housing with wraparound services for those exiting homelessness.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-veteran-homes\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Veteran Homes<\/span><br \/>\n          <span class=\"hg-link-desc\">Dedicated housing programs for veterans.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-older-adult-disability-related-supportive-housing\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Older Adult\/Disability Related Supportive Housing<\/span><br \/>\n          <span class=\"hg-link-desc\">Supportive housing designed for older adults and people with disabilities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Housing for Older Adults &amp; People with Disabilities<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-adult-residential-care-homes\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Adult Residential Care Homes<\/span><br \/>\n          <span class=\"hg-link-desc\">Small, home-like settings providing 24-hour non-medical care and supervision.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-assisted-living-facilities\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Assisted Living Facilities<\/span><br \/>\n          <span class=\"hg-link-desc\">Residential communities offering personal care, meals, and support services.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-continuing-care-retirement-communities\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Continuing Care Retirement Communities<\/span><br \/>\n          <span class=\"hg-link-desc\">Communities offering a continuum of care from independent to skilled nursing.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-group-residences-for-adults-with-disabilities\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Group Residences for Adults with Disabilities<\/span><br \/>\n          <span class=\"hg-link-desc\">Shared homes with support staff for adults with physical or developmental disabilities.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-secured-supportive-housing-units\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Secured Supportive Housing Units<\/span><br \/>\n          <span class=\"hg-link-desc\">Safe, supervised housing for individuals who need a higher level of structure and security.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Buying or Building a Home \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-green\" id=\"buying\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83c\udfe1<\/div>\n<h2>Buying or Building a Home<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Resources for purchasing, financing, and maintaining a home in the Sacramento region.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-sub\">\n<div class=\"hg-sub-title\">Home Purchase &amp; Financing<\/div>\n<div class=\"hg-links\">\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-first-time-buyer-home-loans\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">First Time Buyer Home Loans<\/span><br \/>\n          <span class=\"hg-link-desc\">Loan programs designed to help first-time buyers enter the housing market.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-income-home-loans\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Low Income Home Loans<\/span><br \/>\n          <span class=\"hg-link-desc\">Affordable home loan options for low-income individuals and families.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-veteran-home-loans\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Veteran Home Loans<\/span><br \/>\n          <span class=\"hg-link-desc\">Specialized loan programs for veterans and active military members.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-down-payment-loans-grants\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Housing Down Payment Loans\/Grants<\/span><br \/>\n          <span class=\"hg-link-desc\">Financial assistance to help cover down payment costs when purchasing a home.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-insurance\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Home Insurance<\/span><br \/>\n          <span class=\"hg-link-desc\">Resources to help homeowners find and afford home insurance coverage.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a><br \/>\n        <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-housing-authorities\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n          <span class=\"hg-link-title\">Housing Authorities<\/span><br \/>\n          <span class=\"hg-link-desc\">Local housing authorities that administer public housing and voucher programs.<\/span><br \/>\n          <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n        <\/a>\n      <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 SECTION: Home Improvement & Accessibility \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-section accent-orange\" id=\"improvement\">\n<div class=\"hg-section-header\">\n<div class=\"hg-section-icon\">\ud83d\udd27<\/div>\n<h2>Home Improvement &amp; Accessibility<\/h2>\n<\/p><\/div>\n<p class=\"hg-section-desc\">Programs to help Sacramento residents improve, repair, and make their homes more accessible and energy efficient.<\/p>\n<hr class=\"hg-divider\" \/>\n<div class=\"hg-links\">\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-energy-water-conservation-improvements\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Energy\/Water Conservation Improvements<\/span><br \/>\n        <span class=\"hg-link-desc\">Grants and programs to reduce energy and water usage through home upgrades.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-weatherization-programs\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Weatherization Programs<\/span><br \/>\n        <span class=\"hg-link-desc\">Insulation, sealing, and other improvements to make homes more energy efficient.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-bathroom-modification-services\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Bathroom Modification Services<\/span><br \/>\n        <span class=\"hg-link-desc\">Modifications such as grab bars and roll-in showers to improve bathroom safety.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-ramp-construction-services\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Ramp Construction Services<\/span><br \/>\n        <span class=\"hg-link-desc\">Construction of wheelchair ramps and accessible entryways for homes.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-residential-lift-equipment\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Residential Lift Equipment<\/span><br \/>\n        <span class=\"hg-link-desc\">Installation of stair lifts and platform lifts for residents with mobility challenges.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-barrier-removal-grants\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Barrier Removal Grants<\/span><br \/>\n        <span class=\"hg-link-desc\">Funding to remove physical barriers that limit access for people with disabilities.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-modification-consultation\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Modification Consultation<\/span><br \/>\n        <span class=\"hg-link-desc\">Expert assessments and recommendations for making your home more accessible.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-rehabilitation-grants\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Rehabilitation Grants<\/span><br \/>\n        <span class=\"hg-link-desc\">Grant funding to repair and rehabilitate homes for low-income residents.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-rehabilitation-loans\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Rehabilitation Loans<\/span><br \/>\n        <span class=\"hg-link-desc\">Low-interest loans to fund essential home repairs and improvements.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-home-rehabilitation-services\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Home Rehabilitation Services<\/span><br \/>\n        <span class=\"hg-link-desc\">Direct services to repair and restore homes to safe, livable conditions.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a><br \/>\n      <a class=\"hg-link-card\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-cost-building-materials-supplies\/\" target=\"_blank\" rel=\"noopener\"><br \/>\n        <span class=\"hg-link-title\">Low Cost Building Materials\/Supplies<\/span><br \/>\n        <span class=\"hg-link-desc\">Access to affordable materials and supplies for home repair projects.<\/span><br \/>\n        <span class=\"hg-link-arrow\">\u2192 View resources<\/span><br \/>\n      <\/a>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- \u2500\u2500 CTA Footer \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 --><\/p>\n<div class=\"hg-cta\">\n<h2>Need Help Finding the Right Resource?<\/h2>\n<p>211 Sacramento connects residents to health and human services across the region. Trained specialists are available to help you identify the right housing program for your unique situation.<\/p>\n<div class=\"hg-cta-cards\">\n<div class=\"hg-cta-card\">\n        <strong>\ud83d\udcde Call 2-1-1<\/strong><br \/>\n        <span>Free, confidential helpline available 24\/7 for housing and social service referrals.<\/span>\n      <\/div>\n<div class=\"hg-cta-card\">\n        <strong>\ud83c\udf10 Search Online<\/strong><br \/>\n        <span>Browse the full directory at 211sacramento.org to find resources by category or location.<\/span>\n      <\/div>\n<div class=\"hg-cta-card\">\n        <strong>\ud83d\udcac Text or Chat<\/strong><br \/>\n        <span>Text your zip code to 898-211 or use the online chat feature for quick assistance.<\/span>\n      <\/div>\n<\/p><\/div>\n<div class=\"hg-cta-btns\">\n      <a class=\"btn btn-white\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources-low-income-subsidized-rental-housing\/\">Browse All Housing Resources<\/a><br \/>\n      <a class=\"btn btn-outline\" href=\"https:\/\/www.211sacramento.org\">Visit 211 Sacramento<\/a>\n    <\/div>\n<\/p><\/div>\n<\/div>\n<p><!-- \/.housing-guide --><br \/>\n<\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Housing Resources Guide | 211 Sacramento Housing Resources Guide Find the right housing support for your situation. This guided search connects you to Sacramento&#8217;s 211 housing resources \u2014 from rental assistance to supportive housing and beyond. Explore Housing Resources Visit 211 Sacramento What Are You Looking For? Choose the category that best describes your housing&hellip;<\/p>\n<p class=\"more-link-wrapper\"><a class=\"more-link\" href=\"https:\/\/www.211sacramento.org\/211\/housing-resources\/\">Continue<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"footnotes":""},"class_list":["post-18048","page","type-page","status-publish","hentry"],"jetpack_shortlink":"https:\/\/wp.me\/P7gMya-4H6","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/pages\/18048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/comments?post=18048"}],"version-history":[{"count":3,"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/pages\/18048\/revisions"}],"predecessor-version":[{"id":18443,"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/pages\/18048\/revisions\/18443"}],"wp:attachment":[{"href":"https:\/\/www.211sacramento.org\/211\/wp-json\/wp\/v2\/media?parent=18048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}