{"id":965,"date":"2026-04-01T22:52:56","date_gmt":"2026-04-01T22:52:56","guid":{"rendered":"https:\/\/qualicare.com\/orange-county-central-ca\/?page_id=965"},"modified":"2026-04-01T22:52:57","modified_gmt":"2026-04-01T22:52:57","slug":"guide-dementia-program","status":"publish","type":"page","link":"https:\/\/qualicare.com\/orange-county-central-ca\/guide-dementia-program\/","title":{"rendered":"GUIDE Dementia Program"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>GUIDE Program Dementia Support | Qualicare Home Care<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Open+Sans:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --yale-blue: #1B5187;\n    --dark-blue: #0A3F6B;\n    --cta-blue: #0A4F7C;\n    --ironman-red: #AB0002;\n    --cerulean: #9CCFF0;\n    --pale-gold: #B99850;\n    --calliste-green: #63832F;\n    --light-beige: #F7F7F7;\n    --warm-beige: #F5F0E8;\n    --beige-border: #E2D9C8;\n    --beige-icon-bg: #EDE6D8;\n    --nickle: #646B5C;\n    --white: #ffffff;\n    --text-body: #3a3a3a;\n    --text-light: #5a6070;\n    --border-light: #e4e8ed;\n    --section-bg: #f4f7fb;\n  }\n\n  \/* \u2500\u2500 Break out of WordPress .container wrapper \u2500\u2500 *\/\n  .container:has(.qc-hero),\n  .container:has(.qc-hero) > * {\n    max-width: 100% !important;\n    width: 100% !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n  }\n\n  body {\n    font-family: 'Open Sans', Arial, sans-serif;\n    color: var(--text-body);\n    background: var(--white);\n    line-height: 1.6;\n    font-size: 16px;\n  }\n\n  \/* CTA BUTTON \u2014 Pale Gold *\/\n  .qc-cta,\n  .qc-cta:link,\n  .qc-cta:visited,\n  .qc-cta:hover,\n  .qc-cta:active,\n  .qc-cta:focus {\n    background:#B99850;\n    color:#ffffff !important;\n    display:inline-block;\n    padding:14px 22px;\n    border-radius:8px;\n    font-size:20px;\n    font-weight:700;\n    text-decoration:none;\n    border:none;\n    cursor:pointer;\n    box-shadow:0 6px 14px rgba(185,152,80,.30);\n    transition:transform .06s ease, box-shadow .2s ease, background .2s ease;\n  }\n  .qc-cta:hover {\n    transform:translateY(-1px);\n    box-shadow:0 10px 18px rgba(185,152,80,.40);\n    background:#a0833d;\n    color:#ffffff !important;\n  }\n  .qc-cta:focus {\n    outline:2px solid #1B5187;\n    outline-offset:2px;\n  }\n\n  \/* LAYOUT *\/\n  .qc-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 48px;\n  }\n  .qc-container--narrow {\n    max-width: 100%;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ========== HERO ========== *\/\n  .qc-hero {\n    background: var(--yale-blue);\n    position: relative;\n    overflow: hidden;\n    padding: 72px 0 64px;\n  }\n  .qc-hero::before {\n    content: '';\n    position: absolute;\n    right: -80px;\n    top: -80px;\n    width: 560px;\n    height: 560px;\n    border-radius: 50%;\n    border: 90px solid rgba(255,255,255,0.07);\n    pointer-events: none;\n  }\n  .qc-hero::after {\n    content: '';\n    position: absolute;\n    right: 60px;\n    top: 60px;\n    width: 320px;\n    height: 320px;\n    border-radius: 50%;\n    border: 55px solid rgba(255,255,255,0.05);\n    pointer-events: none;\n  }\n  .qc-hero__inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n    position: relative;\n    z-index: 2;\n  }\n  .qc-hero h1 {\n    font-family: 'Open Sans', Arial, sans-serif;\n    font-weight: 700;\n    font-size: clamp(26px, 3.5vw, 42px);\n    color: var(--white);\n    line-height: 1.22;\n    margin-bottom: 20px;\n  }\n  .qc-hero__sub {\n    font-size: 18px;\n    color: rgba(255,255,255,0.82);\n    line-height: 1.65;\n    margin-bottom: 32px;\n    font-weight: 400;\n  }\n  .qc-hero__image {\n    border-radius: 16px;\n    overflow: hidden;\n    box-shadow: 0 24px 56px rgba(0,0,0,0.28);\n    aspect-ratio: 4\/3;\n    background: #c9daea;\n  }\n  .qc-hero__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .qc-hero__image-placeholder {\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, #2a6da3 0%, #1B5187 60%, #154070 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 320px;\n  }\n  .qc-hero__image-placeholder span {\n    color: rgba(255,255,255,0.35);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\n  \/* ========== WHAT IS GUIDE ========== *\/\n  .qc-what {\n    background: var(--white);\n    padding: 72px 0 64px;\n  }\n  .qc-what__inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: start;\n    position: relative;\n  }\n  .qc-what__inner .qc-body {\n    font-size: 15px;\n    line-height: 1.65;\n    margin-bottom: 10px;\n  }\n  .qc-what__right {\n    display: block;\n  }\n  .qc-focus-box--sticky {\n    \/* JS handles positioning \u2014 no CSS sticky needed *\/\n  }\n  .qc-h2 {\n    font-family: 'Open Sans', Arial, sans-serif;\n    font-weight: 700;\n    font-size: clamp(22px, 2.6vw, 34px);\n    color: var(--yale-blue);\n    line-height: 1.28;\n    margin-bottom: 20px;\n  }\n  .qc-body {\n    font-size: 16px;\n    color: var(--text-body);\n    line-height: 1.7;\n    margin-bottom: 16px;\n  }\n  .qc-body:last-child { margin-bottom: 0; }\n\n  .qc-focus-box {\n    background: var(--section-bg);\n    border-left: 4px solid var(--yale-blue);\n    border-radius: 0 12px 12px 0;\n    padding: 28px 28px 28px 24px;\n  }\n  .qc-focus-box__title {\n    font-weight: 700;\n    font-size: 15px;\n    color: var(--yale-blue);\n    margin-bottom: 14px;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n  }\n  .qc-checklist {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n  }\n  .qc-checklist li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 15px;\n    color: var(--text-body);\n    line-height: 1.55;\n    padding: 7px 0;\n    border-bottom: 1px solid #dde3ea;\n  }\n  .qc-checklist li:last-child { border-bottom: none; }\n  .qc-checklist li::before {\n    content: '';\n    flex-shrink: 0;\n    width: 20px;\n    height: 20px;\n    margin-top: 1px;\n    background: var(--yale-blue);\n    border-radius: 50%;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' d='M8 13.4L4.6 10l-1.4 1.4L8 16.2l9-9-1.4-1.4z'\/%3E%3C\/svg%3E\");\n    background-size: 14px;\n    background-repeat: no-repeat;\n    background-position: center;\n  }\n  .qc-note {\n    font-size: 14px;\n    color: var(--text-light);\n    font-style: italic;\n    margin-top: 16px;\n    padding-top: 16px;\n    border-top: 1px solid var(--border-light);\n  }\n\n  \/* ========== SERVICES ========== *\/\n  .qc-services {\n    background: var(--warm-beige);\n    padding: 72px 0;\n  }\n  .qc-section-head {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .qc-section-head .qc-h2 { margin-bottom: 14px; }\n  .qc-section-head .qc-body {\n    max-width: 640px;\n    margin: 0 auto;\n    color: var(--text-light);\n  }\n\n  .qc-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n  .qc-card {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 28px 24px 24px;\n    box-shadow: 0 4px 16px rgba(100,75,30,0.09);\n    border-top: 3px solid var(--beige-border);\n    transition: box-shadow 0.2s ease, transform 0.2s ease;\n  }\n  .qc-card:hover {\n    box-shadow: 0 8px 28px rgba(100,75,30,0.15);\n    transform: translateY(-2px);\n  }\n  .qc-card__icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 10px;\n    background: var(--beige-icon-bg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 16px;\n  }\n  .qc-card__icon svg { display: block; }\n  .qc-card__title {\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--yale-blue);\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n  .qc-card__body {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.6;\n  }\n\n  \/* ========== WHO BENEFITS + VIDEO ========== *\/\n  .qc-who {\n    background: var(--white);\n    padding: 72px 0;\n  }\n  .qc-who__inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 56px;\n    align-items: center;\n  }\n  .qc-bullet-list {\n    list-style: none;\n    margin: 12px 0 0;\n    padding: 0;\n  }\n  .qc-bullet-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    font-size: 15px;\n    color: var(--text-body);\n    line-height: 1.45;\n    padding: 6px 0;\n    border-bottom: 1px solid #eaeef3;\n  }\n  .qc-bullet-list li:last-child { border-bottom: none; }\n  .qc-bullet-list li::before {\n    content: '';\n    flex-shrink: 0;\n    width: 8px;\n    height: 8px;\n    background: var(--pale-gold);\n    border-radius: 50%;\n    margin-top: 7px;\n  }\n\n  .qc-video-block {\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 12px 40px rgba(27,81,135,0.16);\n    background: #1a2a3a;\n    aspect-ratio: 16\/9;\n    position: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .qc-video-block iframe {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n  }\n  .qc-video-placeholder {\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, #1a2f4a 0%, #1B5187 100%);\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 14px;\n    min-height: 240px;\n  }\n  .qc-video-placeholder__play {\n    width: 64px;\n    height: 64px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.15);\n    border: 2px solid rgba(255,255,255,0.4);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .qc-video-placeholder__play svg { margin-left: 4px; }\n  .qc-video-placeholder__label {\n    color: rgba(255,255,255,0.65);\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* ========== COORDINATED CARE ========== *\/\n  .qc-coord {\n    background: var(--section-bg);\n    padding: 72px 0;\n  }\n  .qc-coord__cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-top: 40px;\n    max-width: 960px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .qc-coord__card {\n    background: var(--white);\n    border-radius: 14px;\n    padding: 28px 22px 24px;\n    box-shadow: 0 3px 12px rgba(27,81,135,0.08);\n    border-top: 3px solid var(--yale-blue);\n  }\n  .qc-coord__card__icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 10px;\n    background: rgba(27,81,135,0.08);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n  }\n  .qc-coord__card__title {\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--yale-blue);\n    margin-bottom: 8px;\n    line-height: 1.3;\n  }\n  .qc-coord__card__body {\n    font-size: 14px;\n    color: var(--text-light);\n    line-height: 1.65;\n  }\n  @media (max-width: 900px) {\n    .qc-coord__cards { grid-template-columns: repeat(2, 1fr); }\n  }\n  @media (max-width: 540px) {\n    .qc-coord__cards { grid-template-columns: 1fr; }\n  }\n\n  \/* ========== 360 APPROACH ========== *\/\n  .qc-360 {\n    background: var(--white);\n    padding: 72px 0;\n  }\n  .qc-360__intro {\n    text-align: center;\n    max-width: 680px;\n    margin: 0 auto 52px;\n  }\n  .qc-360__intro .qc-h2 { text-align: center; margin-bottom: 10px; }\n\n  .qc-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n  }\n  .qc-step {\n    text-align: center;\n    padding: 0 20px;\n  }\n  .qc-step__img {\n    display: block;\n    margin: 0 auto 24px;\n    max-width: 160px;\n    width: 100%;\n    height: auto;\n  }\n  .qc-step__title {\n    font-weight: 700;\n    font-size: 17px;\n    color: var(--yale-blue);\n    margin-bottom: 10px;\n    line-height: 1.35;\n  }\n  .qc-step__body {\n    font-size: 15px;\n    color: var(--text-light);\n    line-height: 1.6;\n  }\n  .qc-360__cta {\n    text-align: center;\n    margin-top: 48px;\n  }\n  .qc-360__pretxt {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--text-body);\n    margin-bottom: 18px;\n  }\n\n  \/* ========== FAQ ========== *\/\n  .qc-faq {\n    background: var(--white);\n    padding: 72px 0;\n  }\n  .qc-faq__list {\n    max-width: 860px;\n    margin: 0 auto;\n  }\n  .qc-faq__item {\n    background: var(--white);\n    border-radius: 10px;\n    margin-bottom: 12px;\n    box-shadow: none;\n    border: 1px solid var(--border-light);\n    overflow: hidden;\n  }\n  .qc-faq__q {\n    font-weight: 700;\n    font-size: 16px;\n    color: var(--yale-blue);\n    padding: 20px 24px;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 16px;\n  }\n  .qc-faq__q::-webkit-details-marker { display: none; }\n  .qc-faq__q::after {\n    content: '+';\n    font-size: 22px;\n    font-weight: 300;\n    color: var(--yale-blue);\n    flex-shrink: 0;\n    line-height: 1;\n  }\n  details[open] .qc-faq__q::after { content: '\u2212'; }\n  .qc-faq__a {\n    font-size: 15px;\n    color: var(--text-body);\n    line-height: 1.7;\n    padding: 0 24px 20px;\n  }\n\n  \/* ========== FINAL CTA BAND ========== *\/\n  .qc-cta-band {\n    background: var(--yale-blue);\n    padding: 64px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .qc-cta-band::before {\n    content: '';\n    position: absolute;\n    right: -60px;\n    bottom: -60px;\n    width: 400px;\n    height: 400px;\n    border-radius: 50%;\n    border: 70px solid rgba(255,255,255,0.06);\n    pointer-events: none;\n  }\n  .qc-cta-band__inner {\n    position: relative;\n    z-index: 2;\n  }\n  .qc-cta-band__inner--split {\n    display: grid;\n    grid-template-columns: 1fr 480px;\n    gap: 56px;\n    align-items: center;\n    text-align: left;\n  }\n  .qc-cta-band__text p {\n    text-align: left;\n    margin-left: 0;\n    margin-right: 0;\n  }\n  .qc-cta-band__image {\n    border-radius: 14px;\n    overflow: hidden;\n    box-shadow: 0 20px 48px rgba(0,0,0,0.30);\n    aspect-ratio: 4\/3;\n  }\n  .qc-cta-band__image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  @media (max-width: 900px) {\n    .qc-cta-band__inner--split {\n      grid-template-columns: 1fr;\n      text-align: center;\n    }\n    .qc-cta-band__image { max-width: 480px; margin: 0 auto; }\n  }\n  .qc-cta-band h2 {\n    font-family: 'Open Sans', Arial, sans-serif;\n    font-weight: 700;\n    font-size: clamp(22px, 3vw, 36px);\n    color: var(--white);\n    margin-bottom: 14px;\n    line-height: 1.25;\n  }\n  .qc-cta-band p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.80);\n    margin-bottom: 32px;\n    max-width: 560px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.6;\n  }\n  .qc-cta-band__inner--split .qc-cta-band__text p {\n    text-align: left;\n    margin-left: 0;\n    margin-right: 0;\n    max-width: 100%;\n  }\n  .qc-cta-band .qc-cta {\n    background: #B99850;\n    color: #ffffff !important;\n    box-shadow: 0 6px 20px rgba(185,152,80,.32);\n  }\n  .qc-cta-band .qc-cta:hover {\n    background: #a0833d;\n    color: #ffffff !important;\n  }\n\n  \/* ========== RESPONSIVE ========== *\/\n  @media (max-width: 900px) {\n    .qc-hero__inner,\n    .qc-what__inner,\n    .qc-who__inner,\n    .qc-coord__inner { grid-template-columns: 1fr; gap: 36px; }\n\n    .qc-hero__image { order: -1; }\n\n    .qc-cards { grid-template-columns: 1fr; }\n    .qc-steps { grid-template-columns: 1fr; }\n    .qc-step { max-width: 420px; margin: 0 auto; }\n  }\n\n  @media (max-width: 640px) {\n    .qc-hero { padding: 48px 0 44px; }\n    .qc-what, .qc-services, .qc-who, .qc-coord, .qc-faq, .qc-360, .qc-cta-band { padding: 52px 0; }\n    .qc-cta { font-size: 17px !important; padding: 13px 18px !important; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- ===== HERO ===== -->\n<section class=\"qc-hero\" aria-labelledby=\"hero-h1\">\n  <div class=\"qc-container\">\n    <div class=\"qc-hero__inner\">\n      <div class=\"qc-hero__content\">\n        <h1 id=\"hero-h1\">You Don&#8217;t Have to Do This Alone \u2014 GUIDE Program for Dementia Support in Orange County Central<\/h1>\n        <p class=\"qc-hero__sub\">Helping families feel supported, confident, and cared for with in-home dementia care and Caregiver Support in Orange County Central.<\/p>\n        <a href=\"#\"\n           class=\"qc-cta w-button\"\n           data-toggle=\"modal\"\n           data-target=\"#des_2020_talk_popup\">\n          Talk to a Care Expert Today\n        <\/a>\n      <\/div>\n      <div class=\"qc-hero__image\">\n        <img decoding=\"async\" src=\"https:\/\/qualicare.com\/wp-content\/uploads\/iStock-1307432596.jpg\" alt=\"Compassionate home care for a loved one with dementia\" \/>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== LOCAL INTRO + WHAT IS GUIDE ===== -->\n<section class=\"qc-what\" aria-labelledby=\"what-h2\">\n  <div class=\"qc-container\">\n\n <!-- Local snippet intro -->\n<div class=\"qc-container--narrow\" style=\"padding: 0; margin-bottom: 56px;\">\n  <p class=\"qc-body\">You didn&#8217;t expect it to feel like this.<\/p>\n  <p class=\"qc-body\">Maybe you thought you could manage it. Maybe for a while, you did. But caring for someone with Alzheimer&#8217;s or another form of dementia has a way of asking more of you than you planned for, and more than most people around you will ever understand.<\/p>\n  <p class=\"qc-body\" style=\"font-style:italic; font-weight:700; color:var(--text-light); font-size:17px;\">At some point, something shifts. The question stops being &#8220;can I do this?&#8221; and becomes &#8220;how much longer can I keep doing this on my own?&#8221;<\/p>\n  <p class=\"qc-body\">That&#8217;s a hard place to sit. And it&#8217;s exactly where Qualicare Home Care Orange County Central wants to meet you. We provide hands-on, day-to-day support at home for families navigating dementia, working alongside programs like the GUIDE program for dementia that help bring structure and coordination to the care journey. Because even with the right programs in place, someone still needs to be there, in the home, every day.<\/p>\n  <p class=\"qc-body\">We serve families across Irvine, Newport Beach, Laguna Beach, and throughout the surrounding communities including Dana Point, Laguna Niguel, Aliso Viejo, Yorba Linda, and beyond.<\/p>\n  <p class=\"qc-body\">Whatever today looks like for your family, you don&#8217;t have to face it without support.<\/p>\n<\/div>\n\n    <div class=\"qc-what__inner\" id=\"guide-what-inner\">\n      <div>\n        <h2 class=\"qc-h2\" id=\"what-h2\">What is the GUIDE Program for Dementia \u2014 and How Does It Help Families in Orange County Central?<\/h2>\n        <p class=\"qc-body\">The GUIDE Program (Guiding an Improved Dementia Experience) is a Medicare-supported program designed to bring structure and coordination to dementia care for eligible individuals. Qualicare&#8217;s in-home care services complement programs like GUIDE and can be discussed during your free in-home consultation.<\/p>\n        <p class=\"qc-body\">These programs bring more clarity, coordination, and support to families navigating the realities of dementia. But here is what many families quickly realize:<\/p>\n        <p class=\"qc-body\" style=\"font-style:italic; font-weight:700; color:var(--text-light);\">A care plan is essential. But it is only part of the picture. What makes the difference is how that plan comes to life at home, day to day.<\/p>\n        <p class=\"qc-body\">That is where we come in. We help take the care plan and make it work in real life, at home, every day. Our caregivers are trained in dementia communication, redirection, and safety, supporting families through calm redirection during confusion, daily routines, a safer home environment, and meaningful companionship \u2014 even on difficult days.<\/p>\n        <p class=\"qc-body\">While the GUIDE program for dementia provides valuable structure and guidance, Qualicare\u2019s in-home care is designed to complement that support by helping families carry the care plan out at home, day to day. When your loved one is home, the day-to-day needs are still very real. That is where Qualicare helps bring relief, stability, and peace of mind \u2014 along with something many families do not realize they need until they have it: time to rest, step out, and simply be a spouse or a daughter again.<\/p>\n      <\/div>\n      <div class=\"qc-what__right\">\n        <div class=\"qc-focus-box qc-focus-box--sticky\" id=\"guide-focus-box\">\n          <p class=\"qc-focus-box__title\">Our Caregivers Help With:<\/p>\n          <ul class=\"qc-checklist\" role=\"list\">\n            <li>Calm redirection during confusion or agitation<\/li>\n            <li>Daily routines like bathing, dressing, and meals<\/li>\n            <li>Creating a safe environment as needs change<\/li>\n            <li>Meaningful companionship \u2014 even on difficult days<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== SERVICES ===== -->\n<section class=\"qc-services\" aria-labelledby=\"services-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-section-head\">\n      <h2 class=\"qc-h2\" id=\"services-h2\">Dementia Care Support in Orange County Central Using the GUIDE Program<\/h2>\n      <p class=\"qc-body\">We provide in-home care that helps families manage the day-to-day realities of dementia \u2014 especially when care plans extend beyond the clinical setting. While the GUIDE dementia program focuses on care coordination, we help make that care work at home \u2014 every day.<\/p>\n    <\/div>\n    <div class=\"qc-cards\">\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <circle cx=\"9\" cy=\"7\" r=\"4\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Dementia-Trained Caregivers<\/h3>\n        <p class=\"qc-card__body\">Caregivers trained in dementia communication, redirection, and safety \u2014 providing reliable, familiar support each day.<\/p>\n      <\/article>\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M20.84 4.61a5.5 5.5 0 00-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 00-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Respite Care for Family Caregivers<\/h3>\n        <p class=\"qc-card__body\">Regular breaks for family members to rest, recharge, and maintain their own well-being while knowing their loved one is safe.<\/p>\n      <\/article>\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <polyline points=\"9 22 9 12 15 12 15 22\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Routines, Safety &amp; Supervision<\/h3>\n        <p class=\"qc-card__body\">Help with daily routines, home safety, and supervision that creates stability and reduces confusion for your loved one.<\/p>\n      <\/article>\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#1B5187\" stroke-width=\"2\"\/>\n            <path d=\"M12 8v4l3 3\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Companionship &amp; Cognitive Engagement<\/h3>\n        <p class=\"qc-card__body\">Meaningful social interaction and stimulating activities that support cognitive health and emotional well-being at home.<\/p>\n      <\/article>\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.81a19.79 19.79 0 01-3.07-8.68A2 2 0 012 1h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.09 8.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Ongoing Family Communication<\/h3>\n        <p class=\"qc-card__body\">Proactive updates and clear communication with families and care teams, so everyone stays informed and connected.<\/p>\n      <\/article>\n\n      <article class=\"qc-card\">\n        <div class=\"qc-card__icon\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M9 11l3 3L22 4\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <path d=\"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-card__title\">Care Plan Coordination<\/h3>\n        <p class=\"qc-card__body\">We work alongside clinical GUIDE program teams to ensure the care plan is working every day, right at home.<\/p>\n      <\/article>\n\n    <\/div>\n    <div style=\"text-align:center; margin-top:40px;\">\n      <a href=\"#\"\n         class=\"qc-cta w-button\"\n         data-toggle=\"modal\"\n         data-target=\"#des_2020_talk_popup\">\n        Talk to a Care Expert Today\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== WHO BENEFITS + VIDEO ===== -->\n<section class=\"qc-who\" aria-labelledby=\"who-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-who__inner\">\n      <div>\n        <h2 class=\"qc-h2\" id=\"who-h2\">Who Benefits from Qualicare Orange County Central&#8216;s GUIDE Program for Dementia Support?<\/h2>\n        <p class=\"qc-body\">This support is designed for families who are:<\/p>\n        <ul class=\"qc-bullet-list\" role=\"list\">\n          <li>Caring for a loved one living with dementia at home<\/li>\n          <li>Feeling overwhelmed or experiencing caregiver burnout<\/li>\n          <li>Noticing increasing safety concerns or confusion<\/li>\n          <li>Transitioning home from a hospital or care facility<\/li>\n          <li>Exploring programs like the GUIDE program for dementia<\/li>\n        <\/ul>\n        <div style=\"margin-top: 32px;\">\n          <a href=\"#\"\n             class=\"qc-cta w-button\"\n             data-toggle=\"modal\"\n             data-target=\"#des_2020_talk_popup\"\n             style=\"font-size:17px; padding:13px 20px;\">\n            Talk to a Care Expert Today\n          <\/a>\n        <\/div>\n      <\/div>\n      <div>\n        <div class=\"qc-video-block\">\n          <iframe src=\"https:\/\/www.youtube.com\/embed\/xjABHHxhD2I\" allowfullscreen title=\"Qualicare Dementia Care Story - Linda\"><\/iframe>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== WORKING ALONGSIDE GUIDE ===== -->\n<section class=\"qc-coord\" aria-labelledby=\"coord-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-section-head\">\n      <h2 class=\"qc-h2\" id=\"coord-h2\">Working Alongside GUIDE and Your Care Team<\/h2>\n      <p class=\"qc-body\">We do not replace programs like GUIDE. At Qualicare Orange County Central, we help make them work in real life, at home, every day.<\/p>\n    <\/div>\n    <div class=\"qc-coord__cards\">\n\n      <div class=\"qc-coord__card\">\n        <div class=\"qc-coord__card__icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <polyline points=\"9 22 9 12 15 12 15 22\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-coord__card__title\">In-Home Support<\/h3>\n        <p class=\"qc-coord__card__body\">Consistent, compassionate care that helps ease daily responsibilities and bring a sense of stability at home.<\/p>\n      <\/div>\n\n      <div class=\"qc-coord__card\">\n        <div class=\"qc-coord__card__icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.81a19.79 19.79 0 01-3.07-8.68A2 2 0 012 1h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L6.09 8.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-coord__card__title\">Ongoing Communication<\/h3>\n        <p class=\"qc-coord__card__body\">We keep everyone connected and informed, so you can feel more confident in the care your loved one is receiving.<\/p>\n      <\/div>\n\n      <div class=\"qc-coord__card\">\n        <div class=\"qc-coord__card__icon\">\n          <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#1B5187\" stroke-width=\"2\"\/>\n            <path d=\"M12 8v4l3 3\" stroke=\"#1B5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"qc-coord__card__title\">Daily Stability<\/h3>\n        <p class=\"qc-coord__card__body\">Support that helps create calmer days, more predictable routines, and a little more breathing room for your family.<\/p>\n      <\/div>\n\n    <\/div>\n    <div style=\"text-align:center; margin-top:40px;\">\n      <a href=\"#\"\n         class=\"qc-cta w-button\"\n         data-toggle=\"modal\"\n         data-target=\"#des_2020_talk_popup\">\n        Talk to a Care Expert Today\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== FAQ ===== -->\n<section class=\"qc-faq\" aria-labelledby=\"faq-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-section-head\">\n      <h2 class=\"qc-h2\" id=\"faq-h2\">Frequently Asked Questions About Qualicare&#8217;s GUIDE Program for Dementia in Orange County Central<\/h2>\n    <\/div>\n    <div class=\"qc-faq__list\">\n\n      <details class=\"qc-faq__item\">\n        <summary class=\"qc-faq__q\">Does Qualicare Orange County Central work directly with the GUIDE program care team?<\/summary>\n        <p class=\"qc-faq__a\">We work alongside GUIDE-participating providers and care teams to help support your loved one at home. While we do not bill through GUIDE, we collaborate to ensure the care plan is supported day to day.<\/p>\n      <\/details>\n\n      <details class=\"qc-faq__item\">\n        <summary class=\"qc-faq__q\">Can I still use Qualicare if we&#8217;re in the GUIDE program?<\/summary>\n        <p class=\"qc-faq__a\">Yes, many families do. The GUIDE program for dementia focuses on care coordination, while Qualicare provides the hands-on, day-to-day support at home that families rely on.<\/p>\n      <\/details>\n\n      <details class=\"qc-faq__item\">\n        <summary class=\"qc-faq__q\">Who qualifies for the GUIDE program?<\/summary>\n        <p class=\"qc-faq__a\">Eligibility for the GUIDE dementia program is typically based on having a dementia diagnosis and being enrolled in traditional Medicare. We know this process can feel confusing, and criteria may vary, so it is often helpful to speak with a participating provider to better understand your options and what support may be available to your family.<\/p>\n      <\/details>\n\n      <details class=\"qc-faq__item\">\n        <summary class=\"qc-faq__q\">How quickly can GUIDE dementia care begin?<\/summary>\n        <p class=\"qc-faq__a\">In many cases, care can begin within a few days after your initial consultation. We understand how important it is to get support quickly, so we move with care and urgency to understand your needs, match you with the right caregiver, and put a plan in place that helps your family feel supported as soon as possible.<\/p>\n      <\/details>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== QUALICARE 360 ===== -->\n<section class=\"qc-360\" aria-labelledby=\"q360-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-360__intro\">\n      <h2 class=\"qc-h2\" id=\"q360-h2\">The Qualicare 360\u00b0 Approach to GUIDE Dementia Care in Orange County Central<\/h2>\n      <p class=\"qc-body\" style=\"font-style:italic; color:var(--text-light);\">You&#8217;ve got a lot of difficult decisions to make. Making this call shouldn&#8217;t be one of them.<\/p>\n    <\/div>\n\n    <div class=\"qc-steps\">\n      <div class=\"qc-step\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/new-easy-steps-1.svg\" alt=\"Step 1: Find care near your loved one\" class=\"qc-step__img\" \/>\n        <h3 class=\"qc-step__title\">Find care near your loved one<\/h3>\n        <p class=\"qc-step__body\">Discuss your loved one&#8217;s needs with your local Care Expert.<\/p>\n      <\/div>\n      <div class=\"qc-step\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/new-easy-steps-2.svg\" alt=\"Step 2: Get a plan that works for your family\" class=\"qc-step__img\" \/>\n        <h3 class=\"qc-step__title\">Get a plan that works for your family.<\/h3>\n        <p class=\"qc-step__body\">After a free, in-home consultation, we&#8217;ll create a custom care plan to meet your loved one&#8217;s specific needs at home.<\/p>\n      <\/div>\n      <div class=\"qc-step\">\n        <img decoding=\"async\" src=\"\/wp-content\/uploads\/new-easy-steps-3.svg\" alt=\"Step 3: Take a breath. Day or night, you're never alone.\" class=\"qc-step__img\" \/>\n        <h3 class=\"qc-step__title\">Take a breath. Day or night, you&#8217;re never alone.<\/h3>\n        <p class=\"qc-step__body\">As part of your team, we&#8217;re proactively thinking about your loved one&#8217;s evolving needs and we&#8217;re always here if you need us.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"qc-360__cta\">\n      <p class=\"qc-360__pretxt\">We cover all your needs:<\/p>\n      <a href=\"#\"\n         class=\"qc-cta w-button\"\n         data-toggle=\"modal\"\n         data-target=\"#des_2020_talk_popup\">\n        Talk to a Care Expert\n      <\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== FINAL CTA BAND ===== -->\n<section class=\"qc-cta-band\" aria-labelledby=\"final-cta-h2\">\n  <div class=\"qc-container\">\n    <div class=\"qc-cta-band__inner qc-cta-band__inner--split\">\n      <div class=\"qc-cta-band__text\">\n        <h2 id=\"final-cta-h2\">Let&#8217;s Take the Next Step Together<\/h2>\n        <p>Instead of constant second-guessing, exhaustion, and feeling like it&#8217;s all on you, let&#8217;s create a plan you can follow, support you can rely on, and some room to breathe again.<\/p>\n        <p style=\"margin-bottom:32px; font-size:17px; color:rgba(255,255,255,0.80);\">You don&#8217;t need to have all the answers before you call. If you&#8217;re exploring the GUIDE program for dementia, if things are starting to feel like too much, or you just want to talk it through with someone who understands, we&#8217;re here. Reach out to Qualicare Orange County Central and let&#8217;s figure out what support could look like for your family.<\/p>\n        <a href=\"#\"\n           class=\"qc-cta w-button\"\n           data-toggle=\"modal\"\n           data-target=\"#des_2020_talk_popup\">\n          Talk to a Care Expert Today\n        <\/a>\n      <\/div>\n      <div class=\"qc-cta-band__image\">\n        <img decoding=\"async\" src=\"https:\/\/qualicare.com\/wp-content\/uploads\/iStock-1397344040.jpg\" alt=\"Family receiving compassionate dementia care support at home\" \/>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function () {\n  const SECTION_ID = \"guide-what-inner\";\n  const BOX_ID     = \"guide-focus-box\";\n  const STICKY_TOP = 150;\n  const DESKTOP_QUERY = window.matchMedia(\"(min-width: 1024px)\");\n\n  function resetStyles(el) {\n    if (!el) return;\n    el.style.position = \"\";\n    el.style.top      = \"\";\n    el.style.left     = \"\";\n    el.style.width    = \"\";\n    el.style.zIndex   = \"\";\n  }\n\n  function clampSticky() {\n    if (!DESKTOP_QUERY.matches) { resetStyles(document.getElementById(BOX_ID)); return; }\n\n    const section = document.getElementById(SECTION_ID);\n    const box     = document.getElementById(BOX_ID);\n    if (!section || !box) return;\n\n    resetStyles(box);\n\n    const sectionRect     = section.getBoundingClientRect();\n    const boxRect         = box.getBoundingClientRect();\n    const sectionTopAbs   = window.scrollY + sectionRect.top;\n    const sectionBottomAbs= window.scrollY + sectionRect.bottom;\n    const boxHeight       = boxRect.height;\n    const boxWidth        = boxRect.width;\n    const boxLeft         = boxRect.left;\n\n    const startStick = sectionTopAbs   - STICKY_TOP;\n    const stopStick  = sectionBottomAbs - STICKY_TOP - boxHeight;\n    const currentY   = window.scrollY;\n\n    if (currentY < startStick) {\n      box.style.position = \"relative\";\n    } else if (currentY >= startStick && currentY <= stopStick) {\n      box.style.position = \"fixed\";\n      box.style.top      = STICKY_TOP + \"px\";\n      box.style.left     = boxLeft + \"px\";\n      box.style.width    = boxWidth + \"px\";\n      box.style.zIndex   = \"2\";\n    } else {\n      box.style.position = \"absolute\";\n      box.style.top      = (section.offsetHeight - boxHeight) + \"px\";\n      box.style.left     = (section.offsetWidth \/ 2 + 28) + \"px\";\n      box.style.width    = boxWidth + \"px\";\n    }\n  }\n\n  window.addEventListener(\"load\",   clampSticky, { passive: true });\n  window.addEventListener(\"resize\", clampSticky, { passive: true });\n  window.addEventListener(\"scroll\", clampSticky, { passive: true });\n  setTimeout(clampSticky, 300);\n  setTimeout(clampSticky, 900);\n})();\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>GUIDE Program Dementia Support | Qualicare Home Care You Don&#8217;t Have to Do This Alone \u2014 GUIDE Program for Dementia Support in Helping families feel supported, confident, and cared for with in-home dementia care and Caregiver Support in . Talk to a Care Expert Today You didn&#8217;t expect it to feel like this. Maybe you [&hellip;]<\/p>\n","protected":false},"author":80,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-965","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"bblackburn","author_link":"https:\/\/qualicare.com\/orange-county-central-ca\/author\/bblackburn\/"},"uagb_comment_info":0,"uagb_excerpt":"GUIDE Program Dementia Support | Qualicare Home Care You Don&#8217;t Have to Do This Alone \u2014 GUIDE Program for Dementia Support in Helping families feel supported, confident, and cared for with in-home dementia care and Caregiver Support in . Talk to a Care Expert Today You didn&#8217;t expect it to feel like this. Maybe you&hellip;","_links":{"self":[{"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/pages\/965","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/users\/80"}],"replies":[{"embeddable":true,"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/comments?post=965"}],"version-history":[{"count":0,"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/pages\/965\/revisions"}],"wp:attachment":[{"href":"https:\/\/qualicare.com\/orange-county-central-ca\/wp-json\/wp\/v2\/media?parent=965"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}