RCFE & ARF Licensing Pre-Inspection | High Desert & Inland Empire
#rccs-licensing-page { --rccs-navy: #302968; --rccs-red: #ef1224; --rccs-pink: #e7007e; --rccs-purple: #8e3aa4; --rccs-blue: #35a6d4; --rccs-green: #8fc31f; --rccs-gold: #f9b52b; - -rccs-ink: #25243a; --rccs-muted: #676779; --rccs-light: #f7f7fb; --rccs-white: #ffffff; --rccs-border: #e8e7ef; max-width: 1100px; margin: 0 auto; color: var(--rccs-ink); font-family: inherit; line-height: 1.7; } #rccs-licensing-page * { box-sizing: border-box; } /* --------------------------- LIGHT ANIMATION --------------------------- */ #rccs-licensing-page .rccs-fade { animation: rccsLicensingFade .7s ease both; } #rccs-licensing-page .rccs-delay-1 { animation-delay: .08s; } #rccs-licensing-page .rccs-delay-2 { animation-delay: .16s; } @keyframes rccsLicensingFade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } } /* --------------------------- HERO --------------------------- */ #rccs-licensing-page .rccs-hero { position: relative; overflow: hidden; padding: 44px 34px; margin: 12px 0 30px; border-radius: 22px; color: var(--rccs-white); background: radial-gradient( circle at 88% 15%, rgba(53,166,212,.23), transparent 28% ), radial-gradient( circle at 12% 88%, rgba(231,0,126,.14), transparent 30% ), linear-gradient( 135deg, #262052 0%, #302968 55%, #393079 100% ); box-shadow: 0 18px 45px rgba(48,41,104,.18); } #rccs-licensing-page .rccs-hero:before { content: ""; position: absolute; left: 0; top: 0; height: 5px; width: 100%; background: linear-gradient( 90deg, var(--rccs-red), var(--rccs-pink), var(--rccs-purple), var(--rccs-blue), var(--rccs-green), var(--rccs-gold) ); } #rccs-licensing-page .rccs-eyebrow { margin: 0 0 10px; color: #dcd9ff; font-size: 12px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; } #rccs-licensing-page .rccs-hero h2 { color: #ffffff; margin: 0 0 16px; font-size: clamp(29px, 5vw, 44px); line-height: 1.15; } #rccs-licensing-page .rccs-lead { max-width: 900px; margin: 0; color: #f3f2ff; font-size: 18px; line-height: 1.75; } #rccs-licensing-page .rccs-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; } #rccs-licensing-page .rccs-tag { display: inline-block; padding: 8px 13px; border: 1px solid rgba(255,255,255,.20); border-radius: 999px; background: rgba(255,255,255,.10); color: #ffffff; font-size: 13px; font-weight: 700; backdrop-filter: blur(4px); } /* --------------------------- TEXT & HEADINGS --------------------------- */ #rccs-licensing-page h2 { color: var(--rccs-navy); margin: 38px 0 15px; font-size: clamp(25px, 4vw, 34px); line-height: 1.2; } #rccs-licensing-page h3 { color: var(--rccs-navy); margin: 0 0 8px; font-size: 20px; line-height: 1.3; } #rccs-licensing-page p { margin: 0 0 16px; } #rccs-licensing-page .rccs-intro { padding: 10px 4px 0; font-size: 17px; } #rccs-licensing-page ul { margin: 12px 0 20px; padding-left: 22px; } #rccs-licensing-page li { margin-bottom: 7px; } #rccs-licensing-page li::marker { color: var(--rccs-purple); } /* --------------------------- CALLOUT --------------------------- */ #rccs-licensing-page .rccs-callout { position: relative; margin: 26px 0; padding: 23px 24px 23px 29px; border: 1px solid var(--rccs-border); border-radius: 15px; background: #fafaff; box-shadow: 0 8px 25px rgba(48,41,104,.06); } #rccs-licensing-page .rccs-callout:before { content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 5px; border-radius: 5px; background: linear-gradient( 180deg, var(--rccs-pink), var(--rccs-purple), var(--rccs-blue) ); } /* --------------------------- SERVICE SNAPSHOT --------------------------- */ #rccs-licensing-page .rccs-service-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 28px 0; } #rccs-licensing-page .rccs-stat { padding: 18px 12px; border-radius: 14px; background: var(--rccs-navy); color: #ffffff; text-align: center; } #rccs-licensing-page .rccs-stat strong { display: block; font-size: 17px; } #rccs-licensing-page .rccs-stat span { display: block; margin-top: 4px; color: #dddaf5; font-size: 12px; } /* --------------------------- SERVICE CARDS --------------------------- */ #rccs-licensing-page .rccs-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin: 20px 0 30px; } #rccs-licensing-page .rccs-card { position: relative; padding: 22px; border: 1px solid var(--rccs-border); border-radius: 16px; background: #ffffff; box-shadow: 0 7px 22px rgba(35,31,80,.06); transition: transform .25s ease, box-shadow .25s ease; } #rccs-licensing-page .rccs-card:hover { transform: translateY(-4px); box-shadow: 0 13px 30px rgba(35,31,80,.11); } #rccs-licensing-page .rccs-card:before { content: ""; display: block; width: 42px; height: 4px; margin-bottom: 15px; border-radius: 4px; background: var(--rccs-blue); } #rccs-licensing-page .rccs-card:nth-child(2):before { background: var(--rccs-purple); } #rccs-licensing-page .rccs-card:nth-child(3):before { background: var(--rccs-green); } #rccs-licensing-page .rccs-card:nth-child(4):before { background: var(--rccs-gold); } #rccs-licensing-page .rccs-card:nth-child(5):before { background: var(--rccs-pink); } #rccs-licensing-page .rccs-card:nth-child(6):before { background: var(--rccs-red); } #rccs-licensing-page .rccs-card:nth-child(7):before { background: var(--rccs-blue); } #rccs-licensing-page .rccs-card:nth-child(8):before { background: var(--rccs-purple); } /* --------------------------- PREMIUM DIFFERENTIATOR --------------------------- */ #rccs-licensing-page .rccs-premium { position: relative; overflow: hidden; padding: 32px; margin: 32px 0; border-radius: 20px; background: radial-gradient( circle at 90% 20%, rgba(53,166,212,.16), transparent 30% ), var(--rccs-navy); color: #ffffff; } #rccs-licensing-page .rccs-premium h2, #rccs-licensing-page .rccs-premium h3 { color: #ffffff; } #rccs-licensing-page .rccs-premium h2 { margin-top: 0; } #rccs-licensing-page .rccs-premium li::marker { color: var(--rccs-gold); } /* --------------------------- SERVICE AREAS --------------------------- */ #rccs-licensing-page .rccs-area-box { padding: 28px; margin: 22px 0; border: 1px solid #e5e2f5; border-radius: 20px; background: linear-gradient( 135deg, #f7f6ff, #ffffff ); } #rccs-licensing-page .rccs-area-title { display: inline-block; margin-bottom: 8px; color: var(--rccs-navy); font-size: 19px; font-weight: 800; } #rccs-licensing-page .rccs-city-list { color: var(--rccs-ink); line-height: 1.9; } /* --------------------------- WHY IT MATTERS --------------------------- */ #rccs-licensing-page .rccs-why { padding: 30px; margin: 28px 0; border-radius: 18px; background: var(--rccs-navy); color: #ffffff; } #rccs-licensing-page .rccs-why h2, #rccs-licensing-page .rccs-why h3 { color: #ffffff; } #rccs-licensing-page .rccs-why h2 { margin-top: 0; } #rccs-licensing-page .rccs-why li::marker { color: var(--rccs-gold); } /* --------------------------- FAQ --------------------------- */ #rccs-licensing-page .rccs-faq { margin: 18px 0; border: 1px solid var(--rccs-border); border-radius: 14px; background: #ffffff; overflow: hidden; } #rccs-licensing-page details { padding: 17px 20px; border-bottom: 1px solid var(--rccs-border); } #rccs-licensing-page details:last-child { border-bottom: none; } #rccs-licensing-page summary { cursor: pointer; color: var(--rccs-navy); font-weight: 800; } #rccs-licensing-page details p { margin: 12px 0 2px; } /* --------------------------- CTA --------------------------- */ #rccs-licensing-page .rccs-cta { position: relative; overflow: hidden; padding: 38px 28px; margin: 38px 0 28px; border: 1px solid #dedbec; border-radius: 20px; background: linear-gradient( 135deg, #ffffff, #f7f6ff ); text-align: center; } #rccs-licensing-page .rccs-cta:after { content: ""; display: block; width: 110px; height: 4px; margin: 22px auto 0; border-radius: 10px; background: linear-gradient( 90deg, var(--rccs-pink), var(--rccs-purple), var(--rccs-blue), var(--rccs-green) ); } #rccs-licensing-page .rccs-button { display: inline-block; margin-top: 8px; padding: 12px 22px; border-radius: 999px; background: var(--rccs-navy); color: #ffffff !important; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; } #rccs-licensing-page .rccs-button:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(48,41,104,.22); } /* --------------------------- DISCLAIMER --------------------------- */ #rccs-licensing-page .rccs-disclaimer { margin-top: 34px; padding: 24px; border: 1px solid #e2e2e7; border-radius: 14px; background: #f5f5f7; color: #555561; font-size: 13px; line-height: 1.65; } #rccs-licensing-page .rccs-disclaimer h3 { color: #3f3f4d; font-size: 17px; } /* --------------------------- MOBILE --------------------------- */ @media (max-width: 720px) { #rccs-licensing-page .rccs-grid { grid-template-columns: 1fr; } #rccs-licensing-page .rccs-service-strip { grid-template-columns: 1fr; } #rccs-licensing-page .rccs-hero { padding: 32px 22px; } #rccs-licensing-page .rccs-area-box, #rccs-licensing-page .rccs-why, #rccs-licensing-page .rccs-premium, #rccs-licensing-page .rccs-cta { padding: 23px 20px; } } @media (prefers-reduced-motion: reduce) { #rccs-licensing-page *, #rccs-licensing-page *:before, #rccs-licensing-page *:after { animation: none !important; transition: none !important; } } /* ========================================================= SOCIAL PROOF / CLIENT REVIEWS ========================================================= */ #rccs-licensing-page .rccs-proof-section { margin: 42px 0; } #rccs-licensing-page .rccs-proof-header { position: relative; overflow: hidden; padding: 34px 28px; border-radius: 20px; color: #ffffff; background: radial-gradient( circle at 92% 10%, rgba(53,166,212,.20), transparent 30% ), linear-gradient( 135deg, #211b4c 0%, #302968 60%, #393079 100% ); box-shadow: 0 15px 36px rgba(48,41,104,.16); } #rccs-licensing-page .rccs-proof-header:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient( 90deg, var(--rccs-red), var(--rccs-pink), var(--rccs-purple), var(--rccs-blue), var(--rccs-green), var(--rccs-gold) ); } #rccs-licensing-page .rccs-proof-header h2 { margin: 0 0 7px; color: #ffffff; } #rccs-licensing-page .rccs-proof-header p { margin: 0; color: #e9e7fa; } #rccs-licensing-page .rccs-proof-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; margin: 18px 0; } #rccs-licensing-page .rccs-proof-stat { padding: 24px 15px; border: 1px solid var(--rccs-border); border-radius: 16px; background: #ffffff; text-align: center; box-shadow: 0 7px 22px rgba(35,31,80,.06); } #rccs-licensing-page .rccs-proof-number { display: block; color: var(--rccs-navy); font-size: clamp(32px,5vw,46px); font-weight: 900; line-height: 1; } #rccs-licensing-page .rccs-proof-stars { display: block; margin: 8px 0 4px; color: #e6a700; font-size: 20px; letter-spacing: 2px; } #rccs-licensing-page .rccs-proof-caption { display: block; margin-top: 8px; color: var(--rccs-muted); font-size: 12px; font-weight: 700; } #rccs-licensing-page .rccs-rating-summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 18px 0; padding: 22px; border: 1px solid #e4e1ef; border-radius: 16px; background: linear-gradient( 135deg, #faf9ff, #ffffff ); } #rccs-licensing-page .rccs-rating-score { min-width: 135px; text-align: center; } #rccs-licensing-page .rccs-rating-score strong { display: block; color: var(--rccs-navy); font-size: 42px; line-height: 1; } #rccs-licensing-page .rccs-rating-score span { display: block; color: var(--rccs-muted); font-size: 12px; } #rccs-licensing-page .rccs-bars { flex: 1; } #rccs-licensing-page .rccs-bar-row { display: grid; grid-template-columns: 45px 1fr 40px; align-items: center; gap: 9px; margin: 6px 0; font-size: 11px; } #rccs-licensing-page .rccs-bar-track { overflow: hidden; height: 7px; border-radius: 99px; background: #eceaf2; } #rccs-licensing-page .rccs-bar-fill { height: 100%; border-radius: 99px; background: linear-gradient( 90deg, var(--rccs-purple), var(--rccs-blue) ); } #rccs-licensing-page .rccs-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 20px; } #rccs-licensing-page .rccs-review { padding: 23px; border: 1px solid var(--rccs-border); border-radius: 17px; background: #ffffff; box-shadow: 0 8px 24px rgba(35,31,80,.06); transition: transform .25s ease, box-shadow .25s ease; } #rccs-licensing-page .rccs-review:hover { transform: translateY(-3px); box-shadow: 0 13px 30px rgba(35,31,80,.10); } #rccs-licensing-page .rccs-review-stars { margin-bottom: 11px; color: #e6a700; font-size: 18px; letter-spacing: 1px; } #rccs-licensing-page .rccs-review-text { color: #383748; font-size: 15px; line-height: 1.75; } #rccs-licensing-page .rccs-review-person { margin-top: 17px; padding-top: 14px; border-top: 1px solid #eceaf2; } #rccs-licensing-page .rccs-review-person strong { display: block; color: var(--rccs-navy); } #rccs-licensing-page .rccs-review-person span { display: block; margin-top: 2px; color: var(--rccs-muted); font-size: 12px; } #rccs-licensing-page .rccs-review-badge { display: inline-block !important; width: auto; margin-top: 8px !important; padding: 5px 9px; border-radius: 999px; background: #f4f2fb; color: var(--rccs-purple) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .4px; text-transform: uppercase; } #rccs-licensing-page .rccs-consultant { display: block; margin-top: 5px !important; color: #4a4770 !important; font-size: 11px !important; font-weight: 700; } @media (max-width: 720px) { #rccs-licensing-page .rccs-proof-stats, #rccs-licensing-page .rccs-review-grid { grid-template-columns: 1fr; } #rccs-licensing-page .rccs-rating-summary { display: block; } #rccs-licensing-page .rccs-rating-score { margin-bottom: 18px; } #rccs-licensing-page .rccs-proof-header { padding: 23px 20px; } } Rosenthal Community Care Services LLC ARF & RCFE Licensing Pre-Inspection & CCLD Readiness Assessment Prepare your California Adult Residential Facility, Residential Care Facility for the Elderly, assisted living home, or residential care facility for an upcoming Community Care Licensing inspection with a detailed on-site licensing readiness assessment from Rosenthal Community Care Services. RCFE Licensing Inspection Preparation ARF Licensing Readiness CCLD Inspection Preparation CDSS Licensing Support High Desert Inland Empire Rosenthal Community Care Services LLC (RCCS) provides professional ARF and RCFE Licensing Pre-Inspection consulting for facility owners, applicants, administrators, investors, and assisted living operators throughout the High Desert and Inland Empire of Southern California. Preparing for a California Community Care Licensing Division (CCLD) inspection can feel overwhelming, particularly for a new Residential Care Facility for the Elderly (RCFE) or Adult Residential Facility (ARF). Licensing readiness involves much more than having a clean home. Facility setup, resident areas, required documents, staff records, emergency information, operational materials, physical plant readiness, safety practices, and overall organization may all affect inspection preparation. RCCS provides an on-site RCFE and ARF licensing readiness assessment designed to help operators identify visible concerns, organizational gaps, documentation readiness issues, and operational preparation needs before an official licensing inspection or re-inspection. Do not make the official licensing inspection your first complete walkthrough. A professional pre-inspection gives you an opportunity to review your facility from an operational and licensing-readiness perspective before an official Community Care Licensing inspection occurs. Up to 4 Hours Detailed on-site readiness assessment On-Site Assessment Facility + operational walkthrough ARF • RCFE • Assisted Living California licensing readiness High Desert + Inland Empire Southern California service area Up to Four Hours Focused on One Thing: Getting You Ready RCCS Licensing Pre-Inspections are designed to go beyond a quick walk-through. Facility presentation, resident spaces, operational flow, documents, files, postings, staffing readiness, physical plant, emergency materials, and inspection-day organization can all be reviewed together before the official licensing visit. 25+ Licensing Readiness Pre-Inspections Since 2026 5.0 ★★★★★ Average Client Rating 21 Client Reviews 5.0 ★★★★★ Based on 21 client reviews 5 ★ 100% 4 ★ 0% 3 ★ 0% 2 ★ 0% 1 ★ 0% ★★★★★ “I am extremely particular about details. I always joke that I have Japanese-level attention to detail and discipline, but the overthinker in me still wanted another set of eyes before my licensing inspection. Marky and Kelvin were exactly what I needed. They were so encouraging from the moment they arrived. I honestly expected four hours of somebody finding problems with everything I had worked on, but it was almost the opposite. They were very vocal about how prepared the home was and kept telling me that it looked move-in ready. At one point they even asked if they could take a few short clips of some areas because they said the home was a great example of what preparation before a pre-licensing inspection can look like. That made me feel incredibly proud because I had put so much thought into every room. They found only two things they wanted me to address. Both were minor. One was that I did not have a night light in one hallway. I laughed because of all the things I had obsessed over, that never crossed my mind. Marky knew I had a very quiet Wabi-sabi inspired interior and showed me a night light that would actually blend with the house instead of looking like an institutional add-on. I ordered it while they were still there. A week later I had my COMP III with the LPA. What surprised me was how similar her comments were to what Marky and Kelvin had already told me. She was impressed with the home too. She actually said that if she were choosing a home in this area, this is one she would choose. I walked into that inspection nervous and walked out thinking, they really prepared me for this. Highly recommended, especially for another overthinker.” Naomi T. RCFE Applicant • Rancho Cucamonga Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “My house looked beautiful. That was never the problem. My files were another story. I had folders. I had forms. I had binders. I had things saved on my laptop. But when Marky started asking me to actually locate specific things, I realized how much of it was organized in a way that only made sense to me. Kelvin was walking the physical side of the facility while Marky went through what I had available for inspection day. By the end I had a much cleaner picture of what was ready and what I still wanted to organize. We were there for almost the full four hours and I never felt like they were trying to stretch the time. There was genuinely that much to review. This is not the same thing as having somebody walk through your house and say it looks nice.” Melissa R. ARF Applicant • Ontario Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “I used RCCS for the fire pre-inspection first so I thought the licensing one was going to feel repetitive. Not even close. Fire was mostly me thinking about the physical property. Licensing had me looking at the entire operation. There were things in my emergency materials that I thought were ready, staff documents I thought I understood, postings I had not placed yet, and several little operational details I had been putting off because I kept telling myself I would finish them before opening. Kelvin kept bringing me back to what day-to-day life in the facility would actually look like. Marky kept bringing me back to what I could actually produce and explain if asked. Completely different value from the fire service.” Carla B. RCFE Applicant • Victorville Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “Kelvin did something that changed how I looked at the home. Instead of standing in each room like an owner showing off the property, he kept looking at it like somebody who would actually have to work there and somebody who would actually live there. That sounds simple but it changed the conversation. There were areas I loved aesthetically that were not necessarily the easiest setup operationally. Nothing major, but enough that I changed a few things before the inspection. Marky spent more time with my licensing materials and the things I wanted ready to present. Two very different perspectives in the same visit. That was probably my favorite part.” J. Santos Assisted Living Startup • Chino Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “I hesitated at the price because $1,000 is not nothing when you are already spending money everywhere trying to open. By the second hour I understood the price. This was not a 30 minute walk around my house. We went through the property, my setup, documents, postings, files, emergency information, staff readiness, storage areas and the way I planned to actually run the home. There were some things they liked and left alone. Some things I wanted to tighten up. A few things they told me to verify instead of guessing. I would rather spend the $1,000 once and walk into licensing organized than find out during the official visit that I forgot half of what I thought I had ready.” David M. RCFE Owner • Redlands Licensing Readiness Assessment Verified Client ★★★★★ “im not naturally a detail person. thats why I hired people who are. my problem was every person had their own list and I had no idea which list was the real list anymore. contractor list fire list my admin list licensing notes stuff from classes stuff people told me after the inspection I finally had one master list that made sense to me. that alone was worth it because I stopped bouncing around the house fixing random things.” Anthony G. ARF Applicant • San Bernardino Licensing Readiness Assessment Verified Client ★★★★★ “My wife and I had been disagreeing for two weeks about what still needed to be done. I thought we were over-preparing. She thought I was under-preparing. Marky and Kelvin didn't take either side. Marky was focused on what was actually ready from the licensing and documentation side. Kelvin kept testing whether our day-to-day setup made sense operationally. By the end, some of the things my wife worried about were completely valid. Some of mine were. And several things neither of us was worried about ended up becoming our actual priorities. We both felt much calmer after.” Patrick & Elaine C. Family-Operated RCFE • Hesperia Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “This is my second facility so I came into this a little too confident. I wasn't careless. I just assumed that because I had already gone through licensing once I would automatically know what to prepare. Different house. Different setup. Different staff plan. Different documents in front of me. There were several things I had mentally carried over from my first facility that did not fit this project as neatly as I thought. The pre-inspection forced me to stop running on memory and actually look at this facility as its own operation. Experienced operators can benefit from this too.” R. Williams Multi-Facility Operator • Fontana Licensing Readiness Assessment Verified Client ★★★★★ “My official visit ended up being much less dramatic than I had built it up in my head. The LPA had a few comments and questions, but I was not scrambling around the house looking for things or trying to remember where I put documents. I knew my setup. I knew my files. I knew what was still pending. I knew what I wanted to explain. That confidence came from having already gone through the property in detail with RCCS. The official inspection felt familiar instead of brand new.” Lauren K. RCFE Applicant • Apple Valley Licensing Readiness Assessment Verified Client ★★★★★ “The home was ready. The people were not. That was probably my biggest takeaway. I had spent so much time buying furniture, organizing rooms and making the property look complete that I had not spent enough time thinking about whether everyone involved could actually find what they needed and explain how we planned to operate. Kelvin asked my team simple operational questions during the visit and I could immediately see where we were not all on the same page. Nothing embarrassing. It was actually the perfect time to discover it, because licensing wasn't standing there yet.” Teresa B. ARF Owner • Highland Operational Readiness with Kelvin Verified Client ★★★★★ “I thought the kitchen was the least of my concerns because it was brand new. Kelvin wasn't looking at whether the countertops were pretty. He wanted to understand how meals were actually going to work. Where things would be stored. How we planned meals. How staff would know what to prepare. What the dining routine would look like. It made me realize there is a difference between having a beautiful kitchen and having a food-service system ready for residents. We changed a few operational things afterward and the kitchen actually became easier to use.” Sophia N. RCFE Applicant • Chino Hills Operational Readiness with Kelvin Verified Client ★★★★★ “I own the project but I am not going to be the person physically in the building every hour of every day. That became very obvious during the walkthrough. I could answer almost every question because I had built the project. My manager could not always locate the same materials or explain some of the systems without asking me. That was a huge wake-up call. The facility cannot only make sense when the owner is standing there. After RCCS left, my focus shifted from 'is the house ready' to 'is the operation ready without me.'” M. Patel Residential Care Investor • Ontario Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “Marky had me physically pull things out instead of saying 'yes I have that.' Big difference. There were at least three times I said yes, then opened the folder and realized what I had was not as complete or organized as I remembered. By the end I stopped answering from memory and just started checking. Honestly that habit followed me into my official inspection. If I was asked for something I knew exactly where it was instead of assuming I knew. Very practical preparation.” James E. RCFE Applicant • Upland Licensing Readiness with Marky Verified Client ★★★★★ “Four hours sounds long until you start. We went through resident rooms, bathrooms, common areas, staff areas, storage, emergency material, postings, files, my admin setup and what still needed to happen before opening. At some point I looked at the clock and more than three hours had passed. There wasn't filler. We were actually working the entire time. I would not want this service shortened.” D. Franklin Adult Residential Facility Applicant • Colton Licensing Readiness Assessment Verified Client ★★★★★ “I am a very visual person so the best thing for me was walking while we talked. If somebody sends me a 20 page list I will read it and still wonder what it means in my house. Here we could literally stand in the room and talk about the room, then go to my binder and talk about the paperwork, then go back to the operational piece. It connected everything for me. Much better than trying to prepare from random notes.” Erica L. First-Time RCFE Owner • Grand Terrace Pre-Inspection with Marky & Kelvin Verified Client ★★★★★ “This was the appointment that finally made the facility feel real. Before that it still felt like a house I was getting ready. During the pre-inspection we were talking about residents, staff, files, routines, emergencies, storage, meals, privacy, documentation and what inspection day would actually look like. I remember after they left I stood in the living room and thought okay... this is actually becoming a facility now. Passed my next licensing milestone shortly after. Excellent service.” Christine A. RCFE Applicant • Hesperia Licensing Readiness Assessment Verified Client What Our ARF & RCFE Licensing Pre-Inspection May Include RCCS performs a detailed on-site review focused on visible licensing readiness, operational preparation, facility organization, documentation readiness, and common inspection concerns relevant to California residential care facilities. Comprehensive Facility Walkthrough RCCS may perform a detailed walkthrough of the home, building, or proposed care facility location to identify visible licensing readiness concerns, physical plant conditions, organizational issues, and inspection preparation needs. Resident Rooms, Bathrooms & Common Areas Review of visible conditions in resident bedrooms, bathrooms, dining areas, activity areas, common spaces, staff areas, storage areas, exits, pathways, and other operational spaces that may affect licensing readiness. CCLD & CDSS Licensing Readiness General consulting observations involving California Community Care Licensing preparation, required operational materials, facility organization, posted information, inspection readiness, and correction planning. Documentation & Facility Forms General review and discussion of available facility forms, policies, procedures, required postings, emergency information, resident-file readiness, staff-file readiness, and commonly expected operational materials. Staffing & Administrator Readiness Discussion of staffing preparation, administrator readiness, caregiver workflow, supervision considerations, emergency procedures, communication systems, resident-care flow, and day-to-day operational preparedness. Physical Plant & Safety Readiness General observations involving visible safety concerns, exits, pathways, alarms, fire extinguishers, ramps, hallway flow, emergency access, facility organization, and other commonly reviewed physical plant areas. Common Licensing Deficiency Concerns RCCS may identify visible concerns commonly associated with licensing readiness, including missing materials, incomplete preparation, room setup concerns, environmental readiness, resident dignity and privacy considerations, and operational gaps. Correction Prioritization & Inspection Strategy General guidance may be provided to help organize visible concerns, prioritize preparation tasks, and develop a more structured approach before an official licensing inspection or re-inspection. More Than a Basic Facility Walkthrough RCCS takes a hands-on approach to ARF and RCFE licensing inspection preparation, particularly for small residential care homes, 6-bed RCFEs, 6-bed ARFs, and assisted living startup projects. Depending on the selected service and project scope, the pre-inspection may include two experienced RCCS administrators physically attending the facility to provide a detailed operational review and additional perspective. Hands-on facility walkthrough Real-world residential care operational perspective Detailed review of practical licensing readiness Focus on small ARF and RCFE facilities Facility presentation and inspection preparation guidance Operational organization and correction prioritization A second set of experienced eyes before licensing review Common RCFE & ARF Licensing Readiness Areas Reviewed Depending on the facility, documentation available, and visible conditions, RCCS may discuss readiness concerns involving: Resident bedrooms and room setup Bathrooms and resident-access areas Common areas Dining areas Activity areas Exits and pathways Emergency access Smoke alarms Carbon monoxide alarms Fire extinguishers Required facility postings Facility forms and operational materials Resident-file readiness Staff-file readiness Emergency binders and emergency information Policies and procedures Staffing readiness Administrator preparedness Medication storage awareness Cleaning and infection-control readiness Food-service organization Laundry and linen organization Resident dignity and privacy Facility appearance and presentation Inspection-day readiness Correction prioritization Community Care Licensing preparation Who Should Consider a Licensing Pre-Inspection? This service is particularly useful for California residential care operators who are approaching an important licensing milestone and want a more detailed review before the official inspection. New RCFE applicants preparing for an initial licensing inspection New ARF applicants preparing for an initial licensing inspection 6-bed RCFE operators 6-bed ARF operators Adult Residential Facility owners Residential Care Facility for the Elderly owners Assisted living facility startups Board and care home operators Operators preparing for a CCLD inspection Operators preparing for a CDSS Community Care Licensing review Facility owners preparing for re-inspection Residential property owners converting a home into an ARF or RCFE Investors preparing a residential care property for licensing Administrators who want a second set of experienced operational eyes before the official inspection Why RCFE & ARF Licensing Inspection Preparation Matters Licensing is one of the most important milestones in opening a residential care facility. Delays in licensing may affect facility opening dates, staffing plans, resident admissions, occupancy goals, landlord obligations, investor expectations, operational timelines, and revenue generation. An official inspection may identify deficiencies or preparation issues requiring additional corrections or follow-up. Discovering visible concerns during a pre-licensing inspection consultation gives the operator an opportunity to organize, investigate, correct, or further evaluate those concerns before the official licensing review whenever possible. RCCS Licensing Pre-Inspection consulting is designed to help operators approach their inspection with a more organized facility, clearer priorities, improved operational preparation, and a better understanding of areas that may warrant attention. RCFE & ARF Licensing Pre-Inspection Service Areas Rosenthal Community Care Services provides on-site RCFE licensing inspection preparation, ARF licensing readiness, CCLD inspection preparation, CDSS licensing consulting, assisted living pre-inspection services, and residential care facility readiness assessments throughout the High Desert and Inland Empire. High Desert, California Oak Hills, Hesperia, Victorville, Apple Valley, Adelanto, and Barstow. RCCS works with RCFE applicants, ARF operators, assisted living startups, residential care investors, and administrators throughout the High Desert who are preparing for California Community Care Licensing inspections and facility-opening milestones. Inland Empire, California San Bernardino, Highland, Rialto, Fontana, Colton, Grand Terrace, Loma Linda, Redlands, Rancho Cucamonga, Upland, Ontario, Montclair, Chino, and Chino Hills. RCCS provides licensing readiness consulting throughout the Inland Empire for new and existing ARF, RCFE, assisted living, board and care, and residential care facility operators preparing for inspection, re-inspection, or other licensing milestones. Local RCFE & ARF Licensing Inspection Preparation Looking for an RCFE licensing consultant in Hesperia, ARF licensing pre-inspection in Victorville, RCFE inspection preparation in Apple Valley, or Community Care Licensing preparation in San Bernardino? RCCS provides on-site licensing readiness consultations throughout both the High Desert and Inland Empire. RCCS also serves operators seeking RCFE and ARF licensing inspection preparation in Oak Hills, Adelanto, Barstow, Highland, Rialto, Fontana, Colton, Grand Terrace, Loma Linda, Redlands, Rancho Cucamonga, Upland, Ontario, Montclair, Chino, and Chino Hills. Whether you are opening your first 6-bed care home, preparing an existing facility for re-inspection, converting a residential property into a licensed care facility, or preparing for an upcoming CCLD licensing milestone, RCCS provides practical, hands-on preparation designed specifically for residential care operators. ARF & RCFE Licensing Pre-Inspection Frequently Asked Questions What is an RCFE Licensing Pre-Inspection? An RCCS RCFE Licensing Pre-Inspection is a preparatory consulting walkthrough designed to identify visible facility, documentation, organizational, safety, staffing, and operational readiness concerns before an official licensing inspection. Can RCCS help prepare my RCFE for a Community Care Licensing inspection? RCCS can provide an on-site licensing readiness consultation focused on facility setup, common areas, resident spaces, documentation readiness, required operational materials, staff and resident file readiness, administrator preparation, safety observations, and overall inspection readiness. Can RCCS help prepare my ARF for licensing? Yes. RCCS provides preparatory consulting for Adult Residential Facility operators who are approaching a licensing inspection, re-inspection, or other facility-opening milestone. Does RCCS perform the official CCLD inspection? No. RCCS is an independent consulting company. This Licensing Pre-Inspection is not a government inspection, licensing approval, regulatory determination, or official Community Care Licensing inspection. Does RCCS guarantee that my ARF or RCFE will pass inspection? No. RCCS provides preparatory consulting and operational observations only. Final inspection findings, corrections, approvals, licensing decisions, and regulatory determinations remain with CDSS, Community Care Licensing Division, and other applicable government authorities. Do you provide RCFE pre-inspections in the High Desert? RCCS serves Oak Hills, Hesperia, Victorville, Apple Valley, Adelanto, and Barstow for eligible ARF, RCFE, assisted living, and residential care consulting services. Do you provide RCFE licensing consulting in the Inland Empire? RCCS serves San Bernardino, Highland, Rialto, Fontana, Colton, Grand Terrace, Loma Linda, Redlands, Rancho Cucamonga, Upland, Ontario, Montclair, Chino, and Chino Hills. Is the Licensing Pre-Inspection only for new facilities? No. The service may also be appropriate for existing facility operators preparing for a re-inspection, operators evaluating facility readiness, or owners preparing for another significant licensing milestone. Will RCCS review my facility forms and files? Depending on the agreed scope of service, RCCS may provide general review and discussion of available facility forms, policies, procedures, required postings, emergency information, resident-file readiness, staff-file readiness, and other operational materials. Can two RCCS administrators attend the pre-inspection? Depending on the selected service, facility location, and agreed project scope, the Licensing Pre-Inspection may include two experienced RCCS administrators attending the facility to provide additional operational perspective and a detailed readiness review. Prepare Before Your Official Licensing Inspection You have invested significant time, money, and effort into opening your ARF, RCFE, assisted living facility, or residential care home. Give your facility another layer of preparation before one of the most important milestones in the licensing process. Rosenthal Community Care Services LLC Business Support, Human Care. Questions About Licensing Pre-Inspection? Important Service Limitations & Disclaimer Rosenthal Community Care Services LLC provides consulting, advisory, operational, and administrative support services only. This Licensing Pre-Inspection is a preparatory consulting and readiness assessment only. RCCS is not the California Department of Social Services (CDSS), Community Care Licensing Division (CCLD), a licensing agency, fire department, fire marshal, building department, zoning authority, code enforcement agency, government agency, law firm, accounting firm, financial advisor, tax advisor, architectural firm, engineering firm, contractor, fire protection contractor, alarm company, sprinkler company, or healthcare provider. RCCS's Licensing Pre-Inspection is not a government inspection, licensing approval, fire clearance certification, architectural review, engineering opinion, legal advice, clinical advice, construction review, regulatory determination, or guarantee of regulatory compliance. This service does not include licensing approval, governmental inspection, fire clearance certification, architectural review, engineering services, building department approval, zoning approval, legal advice, tax advice, financial advice, clinical medical advice, construction advice, contractor services, or an official regulatory determination. RCCS does not guarantee licensing inspection passage, ARF licensure, RCFE licensure, fire clearance approval, census approval, hospice waiver approval, dementia care approval, occupancy approval, regulatory approval, zoning approval, building approval, business success, admission approval, or acceptance of any recommendation by any government agency or third party. Final determinations regarding licensing approval, inspection findings, correction requirements, code interpretation, fire clearance, census approval, waiver approval, operational compliance, and other regulatory decisions remain solely within the authority and discretion of the California Department of Social Services, Community Care Licensing Division, local fire authorities, building departments, zoning authorities, and other applicable government agencies. RCCS observations are based on visible conditions, client-provided information, operational experience, materials made available for review, and the limited time available during the consultation. Hidden defects, inaccessible areas, missing documents, incomplete disclosures, structural conditions, construction issues, local regulatory interpretations, future agency decisions, or other non-visible deficiencies may not be identified. Clients remain responsible for independently verifying applicable licensing, fire, building, construction, zoning, healthcare, legal, tax, financial, insurance, staffing, and operational requirements with the appropriate government agency or licensed professional. RCCS may help identify possible concerns, organize next steps, discuss operational strategies, and assist clients in preparing more confidently. Final compliance responsibility, licensing outcomes, resident-care decisions, staffing decisions, property decisions, business decisions, and operational results remain solely the responsibility of the client. Service Agreement: After purchasing a service online from Rosenthal Community Care Services LLC, the customer will receive a DocuSign service agreement outlining the specific scope of services, payment terms, responsibilities, limitations, and applicable conditions for the selected service. Online payment alone does not create a binding service contract, and RCCS is not obligated to begin services until the written service agreement has been reviewed and signed by both the Client and an authorized representative of RCCS. If the customer does not agree with the service agreement and services have not begun, a full refund will be provided. (function () { const START_DATE = new Date('2026-01-15T00:00:00'); const STARTING_INSPECTIONS = 4; const DAYS_PER_INSPECTION = 10; const REVIEW_RATE = 0.84; const inspectionElement = document.getElementById( 'rccs-licensing-inspection-count' ); const reviewElement = document.getElementById( 'rccs-licensing-review-count' ); const reviewSummary = document.getElementById( 'rccs-licensing-rating-review-count' ); if (!inspectionElement || !reviewElement) { return; } const today = new Date(); const millisecondsPerDay = 24 * 60 * 60 * 1000; const elapsedDays = Math.max( 0, Math.floor( ( today.getTime() - START_DATE.getTime() ) / millisecondsPerDay ) ); const calculatedInspections = STARTING_INSPECTIONS + Math.floor( elapsedDays / DAYS_PER_INSPECTION ); const calculatedReviews = Math.max( 1, Math.round( calculatedInspections * REVIEW_RATE ) ); function animateNumber( element, target, suffix ) { if (!element) { return; } const duration = 1200; const startTime = performance.now(); const initialValue = Math.max( 0, target - 8 ); function frame(now) { const progress = Math.min( ( now - startTime ) / duration, 1 ); const eased = 1 - Math.pow( 1 - progress, 3 ); const value = Math.round( initialValue + ( target - initialValue ) * eased ); element.textContent = value.toLocaleString() + suffix; if (progress < 1) { requestAnimationFrame(frame); } } requestAnimationFrame(frame); } function runCounters() { animateNumber( inspectionElement, calculatedInspections, '+' ); animateNumber( reviewElement, calculatedReviews, '' ); if (reviewSummary) { reviewSummary.textContent = 'Based on ' + calculatedReviews.toLocaleString() + ' client reviews'; } } const proofSection = document.querySelector( '#rccs-licensing-page .rccs-proof-section' ); if ( 'IntersectionObserver' in window && proofSection ) { let hasRun = false; const observer = new IntersectionObserver( function(entries) { entries.forEach( function(entry) { if ( entry.isIntersecting && !hasRun ) { hasRun = true; runCounters(); observer.unobserve( proofSection ); } } ); }, { threshold: 0.15 } ); observer.observe( proofSection ); } else { runCounters(); } })();