{"id":2120,"date":"2025-12-12T20:41:20","date_gmt":"2025-12-12T20:41:20","guid":{"rendered":"https:\/\/csaac.org\/?page_id=2120"},"modified":"2026-07-09T20:20:51","modified_gmt":"2026-07-09T20:20:51","slug":"programmatic-support","status":"publish","type":"page","link":"https:\/\/csaac.org\/es\/programmatic-support\/","title":{"rendered":"Apoyos Program\u00e1ticos"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n    <meta charset=\"UTF-8\"><br \/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><br \/>\n    <title>Programmatic Support &#038; Regulatory Compliance &#8211; CSAAC<\/title>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&#038;display=swap\" rel=\"stylesheet\">\n<style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }<\/p>\n<p>        body {\n            font-family: 'DM Sans', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }<\/p>\n<p>        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #06505c 0%, #078199 100%);\n            color: white;\n            padding: 4rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .hero p {\n            font-size: 1.3rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }<\/p>\n<p>        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem 2rem;\n        }<\/p>\n<p>        .narrow-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 2rem 2rem;\n        }<\/p>\n<p>        \/* Section Styles *\/\n        .section {\n            padding: 2.5rem 2rem;\n        }<\/p>\n<p>        .section-white {\n            background: white;\n        }<\/p>\n<p>        .section-gray {\n            background: #f8f9fa;\n        }<\/p>\n<p>        .section-title {\n            font-size: 2.5rem;\n            color: #06505c;\n            margin-bottom: 1.5rem;\n            text-align: center;\n        }<\/p>\n<p>        .section-content p {\n            font-size: 1.1rem;\n            line-height: 1.8;\n            margin-bottom: 1.25rem;\n            color: #555;\n        }<\/p>\n<p>        \/* Intro Section *\/\n        .intro-section {\n            background: white;\n            padding: 2.5rem 2rem;\n        }<\/p>\n<p>        .intro-box {\n            background: #f8f9fa;\n            border-left: 6px solid #cbb777;\n            padding: 2rem;\n            border-radius: 0 10px 10px 0;\n            max-width: 900px;\n            margin: 0 auto;\n        }<\/p>\n<p>        .intro-box p {\n            font-size: 1.2rem;\n            line-height: 1.8;\n            color: #06505c;\n            margin: 0;\n            font-weight: 500;\n        }<\/p>\n<p>        \/* Support Cards *\/\n        .support-section {\n            background: #f8f9fa;\n            padding: 2.5rem 2rem;\n        }<\/p>\n<p>        .support-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 1.5rem;\n            margin-top: 1.5rem;\n        }<\/p>\n<p>        .support-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            border-top: 5px solid #06505c;\n        }<\/p>\n<p>        .support-card h3 {\n            color: #06505c;\n            font-size: 1.5rem;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .support-card p {\n            color: #555;\n            line-height: 1.7;\n            margin-bottom: 0.75rem;\n            font-size: 1rem;\n        }<\/p>\n<p>        .support-card ul {\n            list-style: none;\n            padding: 0;\n        }<\/p>\n<p>        .support-card ul li {\n            color: #555;\n            line-height: 1.6;\n            padding: 0.5rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            font-size: 0.95rem;\n        }<\/p>\n<p>        .support-card ul li::before {\n            content: \"\u2713\";\n            color: #cbb777;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n            font-size: 1rem;\n        }<\/p>\n<p>        \/* Highlight Section *\/\n        .highlight-section {\n            background: white;\n            padding: 2.5rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .highlight-section h2 {\n            color: #06505c;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .highlight-section p {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            max-width: 900px;\n            margin: 0 auto;\n            color: #555;\n        }<\/p>\n<p>        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #06505c 0%, #078199 100%);\n            color: white;\n            padding: 2.5rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .cta-section h2 {\n            color: white;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .cta-section p {\n            font-size: 1.1rem;\n            margin-bottom: 1.5rem;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }<\/p>\n<p>        \/* Button *\/\n        .btn {\n            padding: 1rem 2rem;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: all 0.3s;\n            display: inline-block;\n            background: #cbb777;\n            color: #06505c;\n        }<\/p>\n<p>        .btn:hover {\n            background: #b8a566;\n            transform: translateY(-2px);\n        }<\/p>\n<p>        .btn-large {\n            padding: 1.25rem 2.5rem;\n            font-size: 1.1rem;\n        }<\/p>\n<p>        \/* Footer *\/\n        .footer {\n            background: #06505c;\n            color: white;\n            padding: 3rem 2rem 1rem;\n            font-size: 1.1rem;\n        }<\/p>\n<p>        .footer-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }<\/p>\n<p>        .footer-section h3 {\n            color: #cbb777;\n            margin-bottom: 1rem;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .footer-section ul {\n            list-style: none;\n        }<\/p>\n<p>        .footer-section ul li {\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .footer-section a {\n            color: #ccc;\n            text-decoration: none;\n            transition: color 0.3s;\n        }<\/p>\n<p>        .footer-section a:hover {\n            color: #cbb777;\n        }<\/p>\n<p>        .newsletter-signup input {\n            padding: 0.75rem;\n            border: none;\n            border-radius: 5px;\n            width: 100%;\n            margin-bottom: 0.5rem;\n        }<\/p>\n<p>        .newsletter-signup button {\n            padding: 0.75rem 1.5rem;\n            background: #cbb777;\n            color: #06505c;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-weight: 600;\n            transition: background 0.3s;\n        }<\/p>\n<p>        .newsletter-signup button:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .social-links {\n            display: flex;\n            gap: 1rem;\n            margin-top: 1rem;\n        }<\/p>\n<p>        .social-links a {\n            display: inline-block;\n            width: 55px;\n            height: 55px;\n            background: #cbb777;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 55px;\n            transition: background 0.3s;\n            color: #06505c;\n            font-weight: bold;\n            font-size: 1.3rem;\n        }<\/p>\n<p>        .social-links a:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n            color: #ccc;\n        }<\/p>\n<p>        \/* ===== MOBILE RESPONSIVE ===== *\/\n        @media (max-width: 992px) {\n            .support-grid {\n                grid-template-columns: 1fr;\n            }\n        }<\/p>\n<p>        @media (max-width: 768px) {\n            \/* Hero *\/\n            .hero {\n                padding: 2rem 1rem;\n            }\n            .hero h1 {\n                font-size: 1.75rem;\n                margin-bottom: 0.5rem;\n            }\n            .hero p {\n                font-size: 1rem;\n            }<\/p>\n<p>            \/* Containers *\/\n            .container {\n                padding: 1.5rem 1rem;\n            }\n            .narrow-container {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Sections *\/\n            .section {\n                padding: 1.5rem 1rem;\n            }<\/p>\n<p>            \/* Section Title *\/\n            .section-title {\n                font-size: 1.6rem;\n                margin-bottom: 1rem;\n            }<\/p>\n<p>            \/* Intro Section *\/\n            .intro-section {\n                padding: 1.5rem 1rem;\n            }\n            .intro-box {\n                padding: 1.25rem;\n                border-left-width: 5px;\n            }\n            .intro-box p {\n                font-size: 1rem;\n                line-height: 1.7;\n            }<\/p>\n<p>            \/* Support Section *\/\n            .support-section {\n                padding: 1.5rem 1rem;\n            }\n            .support-grid {\n                grid-template-columns: 1fr;\n                gap: 1rem;\n                margin-top: 1rem;\n            }\n            .support-card {\n                padding: 1.25rem;\n                border-top-width: 4px;\n            }\n            .support-card h3 {\n                font-size: 1.25rem;\n                margin-bottom: 0.5rem;\n            }\n            .support-card p {\n                font-size: 0.95rem;\n                margin-bottom: 0.5rem;\n            }\n            .support-card ul li {\n                font-size: 0.9rem;\n                padding: 0.4rem 0;\n                padding-left: 1.25rem;\n            }<\/p>\n<p>            \/* Highlight Section *\/\n            .highlight-section {\n                padding: 1.5rem 1rem;\n            }\n            .highlight-section h2 {\n                font-size: 1.5rem;\n                margin-bottom: 0.75rem;\n            }\n            .highlight-section p {\n                font-size: 1rem;\n                line-height: 1.7;\n            }<\/p>\n<p>            \/* CTA Section *\/\n            .cta-section {\n                padding: 2rem 1rem;\n            }\n            .cta-section h2 {\n                font-size: 1.5rem;\n                margin-bottom: 0.75rem;\n            }\n            .cta-section p {\n                font-size: 1rem;\n                margin-bottom: 1.25rem;\n            }<\/p>\n<p>            \/* Buttons *\/\n            .btn {\n                padding: 0.75rem 1.5rem;\n                font-size: 0.95rem;\n            }\n            .btn-large {\n                padding: 0.85rem 1.75rem;\n                font-size: 1rem;\n            }<\/p>\n<p>            \/* Footer *\/\n            .footer {\n                padding: 1.5rem 1rem 1rem;\n                font-size: 1rem;\n            }\n            .footer-content {\n                gap: 1.5rem;\n                margin-bottom: 1.5rem;\n            }\n            .footer-section h3 {\n                font-size: 1.1rem;\n                margin-bottom: 0.75rem;\n            }\n            .social-links a {\n                width: 45px;\n                height: 45px;\n                line-height: 45px;\n                font-size: 1.1rem;\n            }\n            .footer-bottom {\n                padding-top: 1.5rem;\n            }\n        }<\/p>\n<p>        \/* Extra small phones *\/\n        @media (max-width: 380px) {\n            .hero h1 {\n                font-size: 1.5rem;\n            }\n            .hero p {\n                font-size: 0.9rem;\n            }\n            .section-title {\n                font-size: 1.4rem;\n            }\n            .support-card h3 {\n                font-size: 1.15rem;\n            }\n            .highlight-section h2 {\n                font-size: 1.35rem;\n            }\n            .cta-section h2 {\n                font-size: 1.35rem;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><br \/>\n  <!-- Hero Section --><\/p>\n<section class=\"hero\" style=\"position:relative; padding:0;\">\n        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/investing-seminar-pic-1.jpg\" alt=\"Programmatic Support\" style=\"width:100%; max-height:450px; object-fit:cover; object-position:center 46%; display:block;\"><\/p>\n<div style=\"position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(6,80,92,0.55);\"><\/div>\n<div style=\"position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:white; width:90%;\">\n<h1 style=\"font-size:3rem; font-weight:700; margin-bottom:1rem; text-shadow:2px 2px 4px rgba(0,0,0,0.5);\">Apoyos Program\u00e1ticos<\/h1>\n<\/p><\/div>\n<\/section>\n<div style=\"text-align:center; padding:1.5rem 2rem 0; max-width:900px; margin:0 auto;\">\n<p style=\"font-size:1.4rem; color:#06505c; font-weight:500; font-style:italic; line-height:1.6;\">Ensuring quality care, safety, and accessibility across all CSAAC programs.<\/p>\n<\/div>\n<p>    <!-- Intro Section --><\/p>\n<section class=\"intro-section\">\n<div class=\"intro-box\">\n<p>CSAAC is committed to providing comprehensive support services that ensure the health, safety, and well-being of every individual we serve. Our dedicated teams work together to maintain the highest standards of care while enabling independence and community participation.<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Programmatic Support Section --><\/p>\n<section class=\"support-section\">\n<div class=\"container\">\n<h2 class=\"section-title\">Programmatic Support &#038; Regulatory Compliance<\/h2>\n<div class=\"support-grid\">\n                <!-- Nursing Program --><\/p>\n<div class=\"support-card\">\n<h3>Nursing Program<\/h3>\n<p>Full-time trained DDA nurses work for the health and wellbeing of individuals attending CSAAC School, vocational, and Residential programs. Following the state Nurse Practice Act and DDA guidelines, our nursing team provides:<\/p>\n<ul>\n<li><strong>Health Assessment &#038; Monitoring<\/strong> \u2013 Initial and ongoing health assessments, accurate health records, and coordination with community physicians<\/li>\n<li><strong>Medication Management<\/strong> \u2013 Oversight of medication administration, staff training and delegation, and regulatory compliance<\/li>\n<li><strong>Care Planning &#038; Documentation<\/strong> \u2013 Development of Nursing Care Plans and collaboration with Individual Support Plan meetings<\/li>\n<li><strong>Health Education &#038; Training<\/strong> \u2013 Training staff on health procedures, first aid, infection control, and emergency response<\/li>\n<li><strong>Coordination &#038; Advocacy<\/strong> \u2013 Working with physicians, pharmacists, therapists, and case managers to ensure continuity of care<\/li>\n<\/ul><\/div>\n<p>                <!-- Transportation --><\/p>\n<div class=\"support-card\">\n<h3>Transportation<\/h3>\n<p>CSAAC&#8217;s Transportation Department ensures safe, reliable transportation for individuals across all programs. Our dedicated team provides daily transportation to and from residential homes, vocational programs, community activities, and the Community School of Maryland.<\/p>\n<ul>\n<li><strong>Safe &#038; Reliable Service<\/strong> \u2013 Trained drivers committed to the safety and comfort of every passenger<\/li>\n<li><strong>Accessible Vehicles<\/strong> \u2013 Fleet equipped to accommodate individuals with varying mobility needs<\/li>\n<li><strong>Program Coordination<\/strong> \u2013 Seamless transportation between residential, vocational, and educational programs<\/li>\n<li><strong>Community Access<\/strong> \u2013 Transportation for recreational outings, medical appointments, and community activities<\/li>\n<li><strong>Professional Staff<\/strong> \u2013 Drivers trained in safety protocols and working with individuals with autism<\/li>\n<\/ul><\/div>\n<p>                <!-- Quality Assurance --><\/p>\n<div class=\"support-card\">\n<h3>Quality Assurance<\/h3>\n<p>Quality Assurance ensures the quality of CSAAC programs by adhering to all relevant state and federal regulations, maintaining appropriate licensing, and providing oversight using the Code of Maryland Regulation (COMAR).<\/p>\n<ul>\n<li>Manage and participate in review processes during state investigations and inspections<\/li>\n<li>Review and enforce DDA reporting policy on incidents and follow-up reporting<\/li>\n<li>Oversee incident investigations through Monthly Standing Committee meetings<\/li>\n<li>Coordinate information flow between Committee members, State officials, and law enforcement<\/li>\n<li>Ensure DDA CORE training is implemented<\/li>\n<\/ul><\/div>\n<p>                <!-- Training & Professional Development --><\/p>\n<div class=\"support-card\">\n<h3>Training &#038; Professional Development<\/h3>\n<p>Our comprehensive training program equips staff with the knowledge, skills, and certifications needed to provide safe, person-centered, and compassionate support while maintaining 100% training compliance.<\/p>\n<ul>\n<li><strong>Comprehensive Onboarding<\/strong> \u2013 DDA required training in understanding autism, positive behavior, communication, and person-centered care<\/li>\n<li><strong>Mandt System\u00ae Training<\/strong> \u2013 Creating safe, supportive environments using positive, respectful strategies<\/li>\n<li><strong>First Aid &#038; CPR Certification<\/strong> \u2013 All staff trained and certified for emergency response<\/li>\n<li><strong>Medication Administration<\/strong> \u2013 Certified Medication Technicians (CMTs) through the Maryland Board of Nursing<\/li>\n<li><strong>Professional Development<\/strong> \u2013 Career advancement through NADSP certification<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Highlight Section --><\/p>\n<section class=\"highlight-section\">\n<div class=\"container\">\n<h2>Committed to Excellence<\/h2>\n<p>Our staff are highly trained, our programs are accredited by state and professional organizations, and our work is continually reviewed to uphold the highest standards of safety and effectiveness. CSAAC is committed to innovation, accountability, and excellence in every service we provide.<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- CTA Section --><\/p>\n<section class=\"cta-section\">\n<div class=\"container\">\n<h2>Learn More About Our Programs<\/h2>\n<p>Our comprehensive support services ensure that every individual receives the care, safety, and opportunities they deserve.<\/p>\n<p>            <a href=\"https:\/\/csaac.org\/es\/contact-csaac\/\" class=\"btn btn-large\"><strong>Contact Us<\/strong><\/a>\n        <\/div>\n<\/section>\n<\/section>\n<p> <!-- Footer --><\/p>\n<footer id=\"contact\" class=\"footer\">\n<div class=\"footer-content\">\n<div class=\"footer-section\">\n<h3>Quick Links<\/h3>\n<ul>\n<li><a href=\"https:\/\/csaac.org\/es\/about-csaac-2\/\">About<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/volunteer-at-csaac\/\">\u00danase a Nuestra Misi\u00f3n<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/careers-at-csaac\/\">Carreras<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/es\/contact-csaac\/\">Cont\u00e1ctenos<\/a><\/li>\n<\/ul>\n<\/div>\n<div class=\"footer-section\">\n<h3>Contact Us<\/h3>\n<p>CSAAC<br \/>\n<br \/>Phone: <a href=\"tel:+12409122220\">(240) 912-2220<\/a><br \/>\n<br \/>Email: <a href=\"mailto:csaac@csaac.org\">csaac@csaac.org<\/a>\n<\/div>\n<div class=\"footer-section\">\n<h3>Newsletter Signup<\/h3>\n<form class=\"newsletter-signup\" action=\"https:\/\/formspree.io\/f\/xvgeqaql\" method=\"POST\"><input name=\"_subject\" type=\"hidden\" value=\"New Newsletter Signup - CSAAC\" \/><br \/>\n<input name=\"email\" required=\"\" type=\"email\" placeholder=\"Enter your email\" \/><br \/>\n<button type=\"submit\">Subscribe<\/button><\/form>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\">\n<div class=\"social-links\">\n    <a href=\"https:\/\/www.facebook.com\/share\/1ASK295psM\/?mibextid=wwXIfr\" aria-label=\"Facebook\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-facebook-f\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.instagram.com\/csaac_org?igsh=dHgzcnFocThzejJq&#038;utm_source=qr\" aria-label=\"Instagram\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-instagram\"><\/i><\/a><br \/>\n    <a href=\"https:\/\/www.linkedin.com\/company\/csaac\/\" aria-label=\"LinkedIn\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-linkedin-in\"><\/i><\/a>\n<\/div>\n<\/div>\n<div class=\"footer-bottom\">\n<p>\u00a9 2026 CSAAC. All rights reserved.<\/p>\n<\/div>\n<\/footer>","protected":false},"excerpt":{"rendered":"<p>Programmatic Support &#038; Regulatory Compliance &#8211; CSAAC Programmatic Support Ensuring quality care, safety, and accessibility across all CSAAC programs. CSAAC is committed to providing comprehensive support services that ensure the health, safety, and well-being of every individual we serve. Our dedicated teams work together to maintain the highest standards of care while enabling independence and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/comments?post=2120"}],"version-history":[{"count":12,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2120\/revisions"}],"predecessor-version":[{"id":4345,"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/pages\/2120\/revisions\/4345"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/es\/wp-json\/wp\/v2\/media?parent=2120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}