{"product_id":"custom-lic-999-facility-sketch","title":"Custom LIC-999 Facility Sketch","description":"\u003c!-- =========================================================\n     RCCS CUSTOM LIC 999 FACILITY SKETCH\n     FULL SHOPIFY PRODUCT DESCRIPTION\n     DESKTOP-FIRST \/ HIGH CONTRAST \/ WIDESCREEN\n     ========================================================= --\u003e\n\n\u003cdiv id=\"rccs-lic999-product\"\u003e\n\n\u003cstyle\u003e\n\/* =========================================================\n   ROOT\n   ========================================================= *\/\n\n#rccs-lic999-product,\n#rccs-lic999-product * {\n  box-sizing: border-box;\n}\n\n#rccs-lic999-product {\n  --navy: #082a45;\n  --navy-2: #0d4269;\n  --blue: #0d629c;\n  --teal: #08766d;\n  --green: #166534;\n  --gold: #a96d00;\n  --red: #a41b1b;\n\n  --text: #111827;\n  --text-2: #29384a;\n  --muted: #4b5968;\n\n  --white: #ffffff;\n  --bg: #edf1f5;\n  --soft-blue: #eaf4fb;\n  --soft-green: #eaf8ef;\n  --soft-gold: #fff6dc;\n  --soft-red: #fff1ef;\n\n  --border: #aab7c4;\n  --border-light: #c9d2dc;\n\n  width: calc(100% - 32px);\n  max-width: 1560px;\n\n  margin: 24px auto 38px;\n  padding: 0;\n\n  color: var(--text);\n\n  font-family:\n    Arial,\n    Helvetica,\n    sans-serif;\n\n  font-size: 19px;\n  line-height: 1.55;\n\n  text-align: left;\n}\n\n\n\/* =========================================================\n   TYPOGRAPHY\n   ========================================================= *\/\n\n#rccs-lic999-product h1,\n#rccs-lic999-product h2,\n#rccs-lic999-product h3,\n#rccs-lic999-product h4 {\n  margin-top: 0;\n\n  color: var(--navy);\n\n  font-weight: 800;\n}\n\n#rccs-lic999-product h1 {\n  margin-bottom: 13px;\n\n  font-size: clamp(36px, 3.2vw, 56px);\n  line-height: 1.03;\n\n  letter-spacing: -0.035em;\n}\n\n#rccs-lic999-product h2 {\n  margin-bottom: 8px;\n\n  font-size: clamp(27px, 2.1vw, 36px);\n  line-height: 1.1;\n}\n\n#rccs-lic999-product h3 {\n  margin-bottom: 6px;\n\n  font-size: 22px;\n  line-height: 1.2;\n}\n\n#rccs-lic999-product h4 {\n  margin-bottom: 5px;\n\n  font-size: 18px;\n}\n\n#rccs-lic999-product p {\n  margin: 0 0 10px;\n\n  color: var(--text);\n}\n\n#rccs-lic999-product ul,\n#rccs-lic999-product ol {\n  margin: 8px 0 0;\n\n  padding-left: 27px;\n\n  color: var(--text);\n}\n\n#rccs-lic999-product li {\n  margin: 6px 0;\n}\n\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-hero {\n  overflow: hidden;\n\n  padding: 32px 36px;\n\n  border-radius: 20px;\n\n  background:\n    linear-gradient(\n      125deg,\n      #06253e 0%,\n      #0b426b 58%,\n      #116494 100%\n    );\n\n  color: #ffffff;\n\n  box-shadow:\n    0 12px 30px rgba(15,23,42,.15);\n}\n\n#rccs-lic999-product .rccs-hero h1 {\n  max-width: 1150px;\n\n  color: #ffffff;\n}\n\n#rccs-lic999-product .rccs-hero p {\n  max-width: 1250px;\n\n  color: #ffffff;\n\n  font-size: 20px;\n  font-weight: 500;\n}\n\n#rccs-lic999-product .rccs-kicker {\n  display: inline-block;\n\n  margin-bottom: 12px;\n\n  padding: 7px 12px;\n\n  border:\n    1px solid rgba(255,255,255,.42);\n\n  border-radius: 999px;\n\n  background:\n    rgba(255,255,255,.13);\n\n  color: #ffffff;\n\n  font-size: 14px;\n  font-weight: 900;\n\n  letter-spacing: .065em;\n\n  text-transform: uppercase;\n}\n\n\n\/* =========================================================\n   HERO FEATURES\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-hero-features {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, minmax(0,1fr));\n\n  gap: 11px;\n\n  margin-top: 20px;\n}\n\n#rccs-lic999-product .rccs-hero-feature {\n  padding: 14px;\n\n  border:\n    1px solid rgba(255,255,255,.34);\n\n  border-radius: 12px;\n\n  background:\n    rgba(255,255,255,.12);\n}\n\n#rccs-lic999-product .rccs-hero-feature span {\n  display: block;\n\n  margin-bottom: 3px;\n\n  color: #dcefff;\n\n  font-size: 13px;\n  font-weight: 900;\n\n  letter-spacing: .04em;\n\n  text-transform: uppercase;\n}\n\n#rccs-lic999-product .rccs-hero-feature strong {\n  display: block;\n\n  color: #ffffff;\n\n  font-size: 18px;\n  line-height: 1.25;\n}\n\n\n\/* =========================================================\n   TURNAROUND BANNER\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-turnaround {\n  display: grid;\n\n  grid-template-columns:\n    auto minmax(0,1fr);\n\n  gap: 18px;\n\n  align-items: center;\n\n  margin-top: 14px;\n\n  padding: 18px 22px;\n\n  border:\n    2px solid #a36d00;\n\n  border-radius: 14px;\n\n  background: var(--soft-gold);\n}\n\n#rccs-lic999-product .rccs-turnaround-number {\n  min-width: 115px;\n\n  color: #674400;\n\n  font-size: 38px;\n  line-height: 1;\n  font-weight: 900;\n\n  text-align: center;\n}\n\n#rccs-lic999-product .rccs-turnaround-number small {\n  display: block;\n\n  margin-top: 5px;\n\n  color: #674400;\n\n  font-size: 13px;\n  line-height: 1.1;\n\n  font-weight: 900;\n\n  letter-spacing: .05em;\n\n  text-transform: uppercase;\n}\n\n#rccs-lic999-product .rccs-turnaround h3 {\n  margin-bottom: 4px;\n\n  color: #614200;\n}\n\n#rccs-lic999-product .rccs-turnaround p {\n  margin-bottom: 0;\n\n  color: #3d310f;\n}\n\n\n\/* =========================================================\n   SECTIONS\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-section {\n  margin-top: 14px;\n\n  overflow: hidden;\n\n  border:\n    2px solid var(--border);\n\n  border-radius: 17px;\n\n  background: #ffffff;\n\n  box-shadow:\n    0 4px 14px rgba(15,23,42,.06);\n}\n\n#rccs-lic999-product .rccs-section-head {\n  padding: 19px 22px 15px;\n\n  border-bottom:\n    2px solid var(--border-light);\n\n  background: #f2f6f9;\n}\n\n#rccs-lic999-product .rccs-section-head p {\n  margin-bottom: 0;\n\n  color: var(--text-2);\n\n  font-size: 18px;\n}\n\n#rccs-lic999-product .rccs-section-body {\n  padding: 17px 20px 21px;\n}\n\n\n\/* =========================================================\n   TWO-COLUMN CONTENT\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-two-col {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0,1fr));\n\n  gap: 13px;\n}\n\n\n\/* =========================================================\n   CONTENT CARDS\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-card {\n  padding: 17px;\n\n  border:\n    2px solid var(--border-light);\n\n  border-radius: 12px;\n\n  background: #ffffff;\n}\n\n#rccs-lic999-product .rccs-card.blue {\n  border-left:\n    6px solid var(--blue);\n\n  background: var(--soft-blue);\n}\n\n#rccs-lic999-product .rccs-card.green {\n  border-left:\n    6px solid var(--teal);\n\n  background: var(--soft-green);\n}\n\n#rccs-lic999-product .rccs-card.gold {\n  border-left:\n    6px solid var(--gold);\n\n  background: var(--soft-gold);\n}\n\n#rccs-lic999-product .rccs-card.red {\n  border-left:\n    6px solid var(--red);\n\n  background: var(--soft-red);\n}\n\n\n\/* =========================================================\n   INCLUDED GRID\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-included-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0,1fr));\n\n  gap: 12px;\n}\n\n#rccs-lic999-product .rccs-included {\n  min-height: 100%;\n\n  padding: 16px;\n\n  border:\n    2px solid #b1bdc8;\n\n  border-radius: 12px;\n\n  background: #f8fafc;\n}\n\n#rccs-lic999-product .rccs-included strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: var(--navy);\n\n  font-size: 18px;\n}\n\n\n\/* =========================================================\n   PROCESS\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-process {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, minmax(0,1fr));\n\n  gap: 11px;\n}\n\n#rccs-lic999-product .rccs-step {\n  position: relative;\n\n  padding: 17px;\n\n  border:\n    2px solid #acb9c5;\n\n  border-radius: 12px;\n\n  background: #ffffff;\n}\n\n#rccs-lic999-product .rccs-step-number {\n  display: flex;\n\n  align-items: center;\n  justify-content: center;\n\n  width: 38px;\n  height: 38px;\n\n  margin-bottom: 10px;\n\n  border-radius: 50%;\n\n  background: var(--navy);\n\n  color: #ffffff;\n\n  font-size: 18px;\n  font-weight: 900;\n}\n\n\n\/* =========================================================\n   NOTICE\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-notice {\n  margin-top: 14px;\n\n  padding: 16px 19px;\n\n  border:\n    2px solid #b4c0cb;\n\n  border-left:\n    7px solid var(--navy);\n\n  border-radius: 11px;\n\n  background: #f4f7f9;\n}\n\n#rccs-lic999-product .rccs-notice strong {\n  display: block;\n\n  margin-bottom: 4px;\n\n  color: var(--navy);\n\n  font-size: 18px;\n}\n\n\n\/* =========================================================\n   CTA\n   ========================================================= *\/\n\n#rccs-lic999-product .rccs-cta {\n  margin-top: 14px;\n\n  padding: 25px 28px;\n\n  border-radius: 16px;\n\n  background: var(--navy);\n\n  color: #ffffff;\n}\n\n#rccs-lic999-product .rccs-cta h2,\n#rccs-lic999-product .rccs-cta p {\n  color: #ffffff;\n}\n\n#rccs-lic999-product .rccs-cta p {\n  max-width: 1150px;\n\n  font-size: 18px;\n}\n\n\n\/* =========================================================\n   RESPONSIVE\n   ========================================================= *\/\n\n@media (max-width: 1050px) {\n\n  #rccs-lic999-product .rccs-hero-features,\n  #rccs-lic999-product .rccs-process {\n    grid-template-columns:\n      repeat(2, minmax(0,1fr));\n  }\n\n  #rccs-lic999-product .rccs-included-grid {\n    grid-template-columns:\n      repeat(2, minmax(0,1fr));\n  }\n\n}\n\n\n@media (max-width: 760px) {\n\n  #rccs-lic999-product {\n    width: calc(100% - 18px);\n\n    margin-top: 14px;\n\n    font-size: 17px;\n  }\n\n  #rccs-lic999-product .rccs-hero {\n    padding: 22px 17px;\n\n    border-radius: 14px;\n  }\n\n  #rccs-lic999-product .rccs-hero-features,\n  #rccs-lic999-product .rccs-process,\n  #rccs-lic999-product .rccs-included-grid,\n  #rccs-lic999-product .rccs-two-col {\n    grid-template-columns: 1fr;\n  }\n\n  #rccs-lic999-product .rccs-turnaround {\n    grid-template-columns: 1fr;\n\n    text-align: left;\n  }\n\n  #rccs-lic999-product .rccs-turnaround-number {\n    text-align: left;\n  }\n\n}\n\n\n\/* =========================================================\n   PRINT\n   ========================================================= *\/\n\n@media print {\n\n  #rccs-lic999-product {\n    width: 100%;\n    max-width: none;\n\n    margin: 0;\n\n    font-size: 12px;\n  }\n\n  #rccs-lic999-product .rccs-section,\n  #rccs-lic999-product .rccs-card,\n  #rccs-lic999-product .rccs-step {\n    box-shadow: none;\n  }\n\n}\n\u003c\/style\u003e\n\n\n\n\u003c!-- =========================================================\n     HERO\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-hero\"\u003e\n\n  \u003cspan class=\"rccs-kicker\"\u003e\n    Rosenthal Community Care Services\n  \u003c\/span\u003e\n\n  \u003ch1\u003e\n    Custom LIC 999 Facility Sketch\n  \u003c\/h1\u003e\n\n  \u003cp\u003e\n    Professionally prepared facility floor-plan and yard sketches designed to\n    help California residential care applicants present their property layout\n    clearly, accurately and in an easy-to-review format.\n  \u003c\/p\u003e\n\n\n  \u003cdiv class=\"rccs-hero-features\"\u003e\n\n    \u003cdiv class=\"rccs-hero-feature\"\u003e\n      \u003cspan\u003eDocument\u003c\/span\u003e\n      \u003cstrong\u003eLIC 999 Facility Sketch\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-hero-feature\"\u003e\n      \u003cspan\u003eIncludes\u003c\/span\u003e\n      \u003cstrong\u003eFloor Plan + Yard Sketch\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-hero-feature\"\u003e\n      \u003cspan\u003eFormat\u003c\/span\u003e\n      \u003cstrong\u003eCustom Digital Layout\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"rccs-hero-feature\"\u003e\n      \u003cspan\u003eTurnaround\u003c\/span\u003e\n      \u003cstrong\u003e72 Hours\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     TURNAROUND\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-turnaround\"\u003e\n\n  \u003cdiv class=\"rccs-turnaround-number\"\u003e\n    72\n    \u003csmall\u003eHour Turnaround\u003c\/small\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv\u003e\n\n    \u003ch3\u003e\n      Standard Turnaround: Within 72 Hours After Purchase\n    \u003c\/h3\u003e\n\n    \u003cp\u003e\n      Your custom LIC 999 facility sketch is generally completed within\n      72 hours after purchase, provided the measurements, property information,\n      room uses and other information necessary to prepare the sketch are\n      submitted promptly and are sufficiently complete.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     ABOUT THE SERVICE\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      A Clearer, More Professional LIC 999\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Turn a basic hand sketch, floor plan, builder drawing or property layout\n      into a polished facility sketch specifically organized for residential\n      care licensing documentation.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-two-col\"\u003e\n\n\n      \u003cdiv class=\"rccs-card blue\"\u003e\n\n        \u003ch3\u003e\n          Custom Floor Plan\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          We prepare a clean digital floor-plan sketch showing the layout of\n          the facility and the information needed to identify how the interior\n          space will be used.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-card green\"\u003e\n\n        \u003ch3\u003e\n          Custom Yard Sketch\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          We also prepare the exterior \/ yard portion of the LIC 999 so the\n          property, structures, access points and surrounding areas can be\n          presented in a clear and consistent format.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     LIC 999 FLOOR REQUIREMENTS\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      What We Build Into the Floor-Plan Sketch\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The LIC 999 calls for a floor sketch that clearly identifies the layout,\n      uses of rooms, emergency exits and room dimensions.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-included-grid\"\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Room Identification\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Bedrooms, bathrooms, kitchen, living areas, dining areas, offices,\n          laundry rooms, storage areas and other applicable spaces can be\n          clearly labeled.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Room Dimensions\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Room measurements supplied by the purchaser are incorporated into\n          the sketch to help keep the facility layout reasonably close to scale.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Doors \u0026amp; Emergency Exits\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Door locations and applicable window \/ emergency exit information can\n          be shown so the facility layout is easy to understand.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Resident \/ Client Areas\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Rooms intended for resident, client or staff use can be identified\n          and formatted to correspond with the intended facility operation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Facility Layout\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Interior walls, room relationships, hallways and major circulation\n          paths are organized into a clean digital presentation.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Facility Name \u0026amp; Address\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          The applicable facility identification information can be placed\n          directly into the completed LIC 999 layout.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     YARD SKETCH\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      What We Build Into the Yard Sketch\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The exterior page is prepared to clearly show how the home sits on the\n      property and how the surrounding yard and access areas are configured.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-included-grid\"\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Main Residence\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Approximate location and footprint of the primary facility on the lot.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Garage \u0026amp; Other Structures\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Garages, detached structures, storage buildings and similar property\n          features can be shown where applicable.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Driveways \u0026amp; Walkways\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Main driveway, pedestrian access, sidewalks and major travel paths\n          can be represented.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Gates \u0026amp; Fences\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Perimeter fences, gates and important access points can be identified\n          using the information provided by the purchaser.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Yard Dimensions\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Property or yard measurements can be incorporated when reliable\n          dimensions are supplied.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-included\"\u003e\n\n        \u003cstrong\u003e\n          Special Exterior Areas\n        \u003c\/strong\u003e\n\n        \u003cp\u003e\n          Pools, fountains, animal areas, storage locations or other notable\n          exterior features can be identified when applicable.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     OPTIONAL SAFETY DETAIL\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      Additional Facility \u0026amp; Life-Safety Details\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      When relevant to the facility and when accurate information is provided,\n      RCCS can incorporate additional operational details into the custom sketch.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-two-col\"\u003e\n\n\n      \u003cdiv class=\"rccs-card blue\"\u003e\n\n        \u003ch3\u003e\n          Interior Safety Details\n        \u003c\/h3\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eSmoke alarm locations\u003c\/li\u003e\n          \u003cli\u003eCarbon monoxide alarm locations\u003c\/li\u003e\n          \u003cli\u003eFire extinguisher location\u003c\/li\u003e\n          \u003cli\u003eFire sprinkler locations or indication, when applicable\u003c\/li\u003e\n          \u003cli\u003eEmergency exit paths\u003c\/li\u003e\n          \u003cli\u003eRamps and accessible routes\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-card green\"\u003e\n\n        \u003ch3\u003e\n          Exterior \/ Emergency Details\n        \u003c\/h3\u003e\n\n        \u003cul\u003e\n          \u003cli\u003eAssembly \/ meeting areas\u003c\/li\u003e\n          \u003cli\u003eGas shut-off location\u003c\/li\u003e\n          \u003cli\u003eWater shut-off location\u003c\/li\u003e\n          \u003cli\u003eElectrical shut-off \/ breaker location\u003c\/li\u003e\n          \u003cli\u003eExterior gates\u003c\/li\u003e\n          \u003cli\u003eEmergency evacuation direction\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rccs-notice\"\u003e\n\n      \u003cstrong\u003e\n        Important\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        These additional annotations are included only when applicable and\n        when the purchaser provides sufficiently accurate information. Not\n        every item above is required to appear on every LIC 999.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     WHAT CLIENT SENDS\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      What We Need From You\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The quality and accuracy of the finished sketch depend on the property\n      information supplied to RCCS.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-two-col\"\u003e\n\n\n      \u003cdiv class=\"rccs-card gold\"\u003e\n\n        \u003ch3\u003e\n          Interior Information\n        \u003c\/h3\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003e\n            Existing floor plan, builder plan, hand sketch or clear layout\n            reference.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Room dimensions.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Room names \/ intended uses.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Door locations.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Window locations where relevant.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Which rooms are intended for residents \/ clients \/ staff.\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            Requested safety annotations, if applicable.\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-card gold\"\u003e\n\n        \u003ch3\u003e\n          Exterior Information\n        \u003c\/h3\u003e\n\n        \u003cul\u003e\n\n          \u003cli\u003eProperty \/ yard dimensions if available.\u003c\/li\u003e\n          \u003cli\u003eLocation of the house on the lot.\u003c\/li\u003e\n          \u003cli\u003eGarage and other structures.\u003c\/li\u003e\n          \u003cli\u003eDriveway and walkway locations.\u003c\/li\u003e\n          \u003cli\u003eFence and gate locations.\u003c\/li\u003e\n          \u003cli\u003eExterior hazards or notable areas.\u003c\/li\u003e\n          \u003cli\u003eAssembly areas if the purchaser wants them shown.\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     PROCESS\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      How the Service Works\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-process\"\u003e\n\n\n      \u003cdiv class=\"rccs-step\"\u003e\n\n        \u003cdiv class=\"rccs-step-number\"\u003e\n          1\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Purchase\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Purchase the Custom LIC 999 Facility Sketch service through RCCS.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-step\"\u003e\n\n        \u003cdiv class=\"rccs-step-number\"\u003e\n          2\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Submit Property Information\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Send your existing plans, measurements, photographs, room uses and\n          other requested facility information.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-step\"\u003e\n\n        \u003cdiv class=\"rccs-step-number\"\u003e\n          3\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          RCCS Prepares the Sketch\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          We create the customized digital floor-plan and yard-sketch layout\n          based on the information supplied.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-step\"\u003e\n\n        \u003cdiv class=\"rccs-step-number\"\u003e\n          4\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Receive Your Completed File\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The completed custom LIC 999 is provided electronically for your\n          records and licensing package.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     WHO IT IS FOR\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      Designed for Residential Care Applicants\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n    \u003cdiv class=\"rccs-two-col\"\u003e\n\n\n      \u003cdiv class=\"rccs-card blue\"\u003e\n\n        \u003ch3\u003e\n          RCFE Applicants\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          A polished facility sketch can make the physical layout of a\n          Residential Care Facility for the Elderly easier to understand during\n          preparation of the licensing package.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rccs-card blue\"\u003e\n\n        \u003ch3\u003e\n          ARF \u0026amp; Other Community Care Applicants\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The service can also assist qualifying Adult Residential Facility and\n          other Community Care Licensing applicants that are required to\n          prepare an LIC 999 facility sketch.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     IMPORTANT LIMITATIONS\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-section\"\u003e\n\n  \u003cdiv class=\"rccs-section-head\"\u003e\n\n    \u003ch2\u003e\n      Important Service Information\n    \u003c\/h2\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"rccs-section-body\"\u003e\n\n\n    \u003cdiv class=\"rccs-card red\"\u003e\n\n      \u003ch3\u003e\n        Accuracy Depends on the Information Provided\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        RCCS prepares the custom sketch using measurements, photographs,\n        plans, descriptions and other property information supplied by the\n        purchaser. The purchaser is responsible for providing accurate and\n        complete information.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rccs-card red\" style=\"margin-top:12px;\"\u003e\n\n      \u003ch3\u003e\n        Not an Architectural, Engineering or Surveying Service\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        This service creates a licensing-oriented facility sketch. It is not a\n        licensed architectural drawing, engineering plan, land survey,\n        construction document or substitute for plans that must be prepared or\n        approved by a licensed professional or governmental building authority.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rccs-card red\" style=\"margin-top:12px;\"\u003e\n\n      \u003ch3\u003e\n        Licensing Approval Is Not Guaranteed\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        RCCS cannot guarantee approval by Community Care Licensing, a fire\n        authority, a city building department or another authority having\n        jurisdiction. The reviewing authority determines whether submitted\n        documentation satisfies its requirements.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rccs-card gold\" style=\"margin-top:12px;\"\u003e\n\n      \u003ch3\u003e\n        72-Hour Turnaround\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Standard turnaround is within 72 hours after purchase. The purchaser\n        should submit all requested facility information promptly. Missing,\n        incomplete or conflicting measurements or property information may\n        require clarification before the sketch can be finalized.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     CTA\n     ========================================================= --\u003e\n\n\u003cdiv class=\"rccs-cta\"\u003e\n\n  \u003ch2\u003e\n    Make Your Facility Layout Easier to Review\n  \u003c\/h2\u003e\n\n  \u003cp\u003e\n    Instead of submitting a difficult-to-read hand sketch, let Rosenthal\n    Community Care Services prepare a clean, professional LIC 999 floor-plan\n    and yard sketch using the information from your facility.\n  \u003c\/p\u003e\n\n  \u003cp\u003e\n    Complete your purchase and prepare your existing floor plan, measurements,\n    room uses and yard information so we can begin your custom sketch.\n  \u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- =========================================================\n     SAFE SHOPIFY MOUNT SCRIPT\n     MOVES LONG DESCRIPTION BELOW PRODUCT IMAGE \/ INFO GRID\n     ========================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  const DESCRIPTION_ID =\n    'rccs-lic999-product';\n\n\n  function mountRccsLic999Description() {\n\n    const description =\n      document.getElementById(\n        DESCRIPTION_ID\n      );\n\n\n    if (!description) {\n      return;\n    }\n\n\n    \/*\n      If the description is already outside the main\n      product-information grid, leave it alone.\n    *\/\n\n    const productAncestor =\n      description.closest(\n        '.product'\n      );\n\n\n    if (!productAncestor) {\n      return;\n    }\n\n\n    \/*\n      Avoid moving the node if the product ancestor\n      is the description itself.\n    *\/\n\n    if (\n      productAncestor === description\n    ) {\n      return;\n    }\n\n\n    const parent =\n      productAncestor.parentNode;\n\n\n    if (!parent) {\n      return;\n    }\n\n\n    \/*\n      Move the entire long description immediately\n      AFTER Shopify's main product media\/info grid.\n    *\/\n\n    productAncestor.insertAdjacentElement(\n      'afterend',\n      description\n    );\n\n\n    \/*\n      Mark the node so repeated theme events do not\n      repeatedly process the same content.\n    *\/\n\n    description.setAttribute(\n      'data-rccs-mounted',\n      'true'\n    );\n\n  }\n\n\n  \/*\n    Run immediately when possible.\n  *\/\n\n  if (\n    document.readyState === 'loading'\n  ) {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      mountRccsLic999Description\n    );\n\n  }\n\n  else {\n\n    mountRccsLic999Description();\n\n  }\n\n\n  \/*\n    Shopify theme editors \/ dynamic product rendering\n    can finish after DOMContentLoaded. Run a few safe\n    follow-up attempts.\n  *\/\n\n  setTimeout(\n    mountRccsLic999Description,\n    250\n  );\n\n  setTimeout(\n    mountRccsLic999Description,\n    800\n  );\n\n  setTimeout(\n    mountRccsLic999Description,\n    1600\n  );\n\n})();\n\u003c\/script\u003e\n\n\u003c\/div\u003e","brand":"Rosenthal Community Care Services","offers":[{"title":"Default Title","offer_id":51757739213106,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0892\/7943\/0962\/files\/ChatGPTImageSep9_2026_12_41_27PM.png?v=1788982899","url":"https:\/\/rosenthalcommunitycare.com\/es\/products\/custom-lic-999-facility-sketch","provider":"Rosenthal Community Care Services","version":"1.0","type":"link"}