{"id":2097,"date":"2025-12-12T15:54:14","date_gmt":"2025-12-12T15:54:14","guid":{"rendered":"https:\/\/csaac.org\/?page_id=2097"},"modified":"2026-07-09T20:22:08","modified_gmt":"2026-07-09T20:22:08","slug":"integrated-social-enterprises","status":"publish","type":"page","link":"https:\/\/csaac.org\/en\/integrated-social-enterprises\/","title":{"rendered":"Integrated Social Enterprises"},"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>Integrated Social Enterprises &#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.5rem;\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-content {\n            max-width: 900px;\n            margin: 0 auto;\n            text-align: center;\n        }<\/p>\n<p>        .intro-content p {\n            font-size: 1.15rem;\n            line-height: 1.8;\n            color: #555;\n            margin-bottom: 1.25rem;\n        }<\/p>\n<p>        \/* Enterprise Cards Grid *\/\n        .enterprises-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 2rem;\n            margin: 1.5rem 0;\n        }<\/p>\n<p>        .enterprise-card {\n            background: white;\n            border-radius: 10px;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.1);\n            overflow: hidden;\n            transition: transform 0.3s, box-shadow 0.3s;\n            border-left: 8px solid #cbb777;\n        }<\/p>\n<p>        .enterprise-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 15px rgba(0,0,0,0.15);\n        }<\/p>\n<p>        .enterprise-card.centered {\n            grid-column: 1 \/ -1;\n            max-width: 600px;\n            margin: 0 auto;\n            width: 100%;\n        }<\/p>\n<p>        .enterprise-image {\n            width: 100%;\n            height: 200px;\n            background: linear-gradient(135deg, #06505c 0%, #078199 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 2.5rem;\n            font-weight: bold;\n        }<\/p>\n<p>        .enterprise-image.shorter {\n            height: 150px;\n        }<\/p>\n<p>        .enterprise-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }<\/p>\n<p>        .enterprise-content {\n            padding: 1.75rem;\n        }<\/p>\n<p>        .enterprise-content h3 {\n            color: #06505c;\n            font-size: 1.6rem;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .enterprise-content p {\n            color: #555;\n            font-size: 1rem;\n            line-height: 1.7;\n            margin-bottom: 0.75rem;\n        }<\/p>\n<p>        .enterprise-content ul {\n            list-style: none;\n            padding: 0;\n            margin-top: 0.75rem;\n        }<\/p>\n<p>        .enterprise-content ul li {\n            color: #555;\n            line-height: 1.6;\n            padding: 0.3rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            font-size: 0.95rem;\n        }<\/p>\n<p>        .enterprise-content ul li::before {\n            content: \"\u2713\";\n            color: #cbb777;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }<\/p>\n<p>        \/* CTA Section *\/\n        .cta-section {\n            background: #f8f9fa;\n            padding: 2.5rem 2rem;\n            text-align: center;\n        }<\/p>\n<p>        .cta-section h2 {\n            color: #06505c;\n            font-size: 2rem;\n            margin-bottom: 1rem;\n        }<\/p>\n<p>        .cta-section p {\n            font-size: 1.05rem;\n            color: #555;\n            max-width: 700px;\n            margin: 0 auto 1.5rem;\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>        .btn-outline {\n            background: transparent;\n            border: 2px solid #cbb777;\n            color: white;\n        }<\/p>\n<p>        .btn-outline:hover {\n            background: #cbb777;\n            color: #06505c;\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            .enterprises-grid {\n                grid-template-columns: 1fr;\n                gap: 1.5rem;\n            }<\/p>\n<p>            .enterprise-card.centered {\n                max-width: 100%;\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-content p {\n                font-size: 1rem;\n                margin-bottom: 1rem;\n                text-align: left;\n            }<\/p>\n<p>            \/* Enterprise Grid *\/\n            .enterprises-grid {\n                grid-template-columns: 1fr;\n                gap: 1.25rem;\n                margin: 1rem 0;\n            }<\/p>\n<p>            \/* Enterprise Cards *\/\n            .enterprise-card {\n                border-left-width: 5px;\n            }\n            .enterprise-card:hover {\n                transform: none;\n            }\n            .enterprise-image {\n                height: 150px;\n                font-size: 2rem;\n            }\n            .enterprise-image.shorter {\n                height: 120px;\n            }\n            .enterprise-content {\n                padding: 1.25rem;\n            }\n            .enterprise-content h3 {\n                font-size: 1.3rem;\n                margin-bottom: 0.5rem;\n            }\n            .enterprise-content p {\n                font-size: 0.95rem;\n                margin-bottom: 0.5rem;\n            }\n            .enterprise-content ul {\n                margin-top: 0.5rem;\n            }\n            .enterprise-content ul li {\n                font-size: 0.9rem;\n                padding: 0.25rem 0;\n                padding-left: 1.25rem;\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: 0.95rem;\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: 1rem 2rem;\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            .enterprise-content h3 {\n                font-size: 1.2rem;\n            }\n            .enterprise-image {\n                height: 120px;\n                font-size: 1.75rem;\n            }\n            .enterprise-image.shorter {\n                height: 100px;\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\/06\/IMG_20260622_111256-3.jpg\" alt=\"Integrated Social Enterprises\" style=\"width:100%; max-height:450px; object-fit:cover; object-position:center 40%; 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);\">Integrated Social Enterprises<\/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;\">Creating meaningful opportunities for skill-building, independence, and community participation.<\/p>\n<\/div>\n<p>    <!-- Intro Section --><\/p>\n<section class=\"intro-section\">\n<div class=\"intro-content\">\n<p>CSAAC&#8217;s Integrated Social Enterprises provide individuals with autism real-world opportunities to develop vocational skills, build confidence, and actively participate in their communities. Through partnerships with local businesses and our own community-based programs, we create supportive environments where individuals can learn, grow, and thrive.<\/p>\n<p>Each enterprise is designed to offer hands-on experience in a structured, supportive setting while promoting independence, responsibility, and meaningful community engagement.<\/p>\n<\/p><\/div>\n<\/section>\n<p>    <!-- Enterprises Grid Section --><\/p>\n<section class=\"section section-gray\">\n<div class=\"container\">\n<div class=\"enterprises-grid\">\n                <!-- Rita's --><\/p>\n<div class=\"enterprise-card\">\n<div class=\"enterprise-image\">\n                     <img decoding=\"async\" src=\" https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/Ritas_Logo-scaled.jpg\" alt=\"Rita's\"><\/p><\/div>\n<div class=\"enterprise-content\">\n<h3>Rita&#8217;s Italian Ice<\/h3>\n<p>Our partnership with Rita&#8217;s Italian Ice provides individuals with valuable food service experience in a welcoming community setting. Participants develop essential skills while serving customers and contributing to daily operations.<\/p>\n<ul>\n<li>Customer service and communication skills<\/li>\n<li>Food preparation and safety practices<\/li>\n<li>Cash handling and point-of-sale operations<\/li>\n<li>Teamwork and workplace responsibility<\/li>\n<li>Time management and task completion<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<p>                <!-- Ledo's --><\/p>\n<div class=\"enterprise-card\">\n<div class=\"enterprise-image\">\n                          <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/ledos-logo.png\" alt=\"Ledo's\"><\/p><\/div>\n<div class=\"enterprise-content\">\n<h3>Ledo Pizza<\/h3>\n<p>At Ledo Pizza, individuals gain hands-on experience in restaurant operations, learning valuable skills that translate to daily living and future employment opportunities.<\/p>\n<ul>\n<li>Food preparation and kitchen safety<\/li>\n<li>Following recipes and instructions<\/li>\n<li>Maintaining cleanliness and organization<\/li>\n<li>Working as part of a team<\/li>\n<li>Building daily living and independence skills<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<p>                <!-- Damascus Farm --><\/p>\n<div class=\"enterprise-card\">\n<div class=\"enterprise-image\">\n                        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2024\/05\/1711150347_20240513_113519_5963810_resized-1.jpg\" alt=\"CSAAC Damascus Farm\">\n                    <\/div>\n<div class=\"enterprise-content\">\n<h3>CSAAC&#8217;s Damascus Farm Project<\/h3>\n<p>Established two years ago, this farm-based vocational learning initiative creates hands-on, skill-building opportunities through structured farming activities. The project focuses on promoting responsibility, enhancing daily living skills, and fostering meaningful participation in agricultural tasks.<\/p>\n<p><strong>Program Components:<\/strong><\/p>\n<ul>\n<li>Caring for a flock of ten chickens\u2014feeding, providing water, collecting eggs, and preparing eggs for donation to the East Village<\/li>\n<li>Planting, watering, maintaining, and harvesting crops and vegetables on a one-acre parcel<\/li>\n<li>Identifying crop types best suited to soil and environmental conditions<\/li>\n<li>Understanding pest and wildlife challenges<\/li>\n<li>Building sustainable farming routines<\/li>\n<\/ul>\n<div style=\"margin-top: 1rem;\">\n                            <a href=\"https:\/\/csaac.org\/csaac-damascus-farm\/\" class=\"btn\" target=\"_blank\"><strong>Explore More<\/strong><\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- In-Focus Photography --><\/p>\n<div class=\"enterprise-card\">\n<div class=\"enterprise-image\">\n                        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/in-focus-1.jpg\" alt=\"In-Focus Photography Program\">\n                    <\/div>\n<div class=\"enterprise-content\">\n<h3>In-Focus Photography Program<\/h3>\n<p>The In-Focus Photography Program provides individuals with autism a creative outlet for self-expression and skill development. This award-winning program teaches technical photography skills while building confidence and artistic vision.<\/p>\n<ul>\n<li>Photography techniques and camera operation<\/li>\n<li>Artistic composition and creative expression<\/li>\n<li>Digital editing and image processing<\/li>\n<li>Portfolio development and presentation<\/li>\n<li>Professional skill-building and recognition<\/li>\n<\/ul>\n<p style=\"margin-top: 0.75rem;\">All prints are professionally produced on high-quality paper and available for purchase through our online store, with proceeds supporting the program.<\/p>\n<div style=\"margin-top: 1rem;\">\n                            <a href=\"https:\/\/csaac.org\/csaacs-in-focus-program\/\" class=\"btn\" target=\"_blank\"><strong>Visit In-Focus Store<\/strong><\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <!-- Empower Vending (centered on its own row) --><\/p>\n<div class=\"enterprise-card centered\">\n<div class=\"enterprise-image shorter\" style=\"background: white;\">\n                        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2018\/01\/Empower-Vending-Logo.jpg\" alt=\"Vending Machine Services\" style=\"object-fit: contain; padding: 20px;\">\n                    <\/div>\n<div class=\"enterprise-content\">\n<h3>Vending Machine Services<\/h3>\n<p>Vending Machine Services offers structured activities in inventory management and customer service, providing participants with practical business skills and a sense of accomplishment.<\/p>\n<ul>\n<li>Inventory tracking and restocking<\/li>\n<li>Basic math and counting skills<\/li>\n<li>Route planning and logistics<\/li>\n<li>Customer interaction and service<\/li>\n<li>Responsibility and accountability<\/li>\n<\/ul>\n<div style=\"margin-top: 1rem;\">\n                            <a href=\"https:\/\/csaac.org\/empower-vending\/\" class=\"btn\" target=\"_blank\"><strong>Explore More<\/strong><\/a>\n                        <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\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>Interested in learning how our Integrated Social Enterprises can benefit someone you know? Contact us to learn more about enrollment and opportunities.<\/p>\n<p>            <a href=\"https:\/\/csaac.org\/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\/about-csaac-2\/\">About<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/volunteer-at-csaac\/\">Join Our Mission<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/careers-at-csaac\/\">Careers<\/a><\/li>\n<li><a href=\"https:\/\/csaac.org\/contact-csaac\/\">Contact<\/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>\n\n","protected":false},"excerpt":{"rendered":"<p>Integrated Social Enterprises &#8211; CSAAC Integrated Social Enterprises Creating meaningful opportunities for skill-building, independence, and community participation. CSAAC&#8217;s Integrated Social Enterprises provide individuals with autism real-world opportunities to develop vocational skills, build confidence, and actively participate in their communities. Through partnerships with local businesses and our own community-based programs, we create supportive environments where individuals [&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-2097","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2097","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/comments?post=2097"}],"version-history":[{"count":24,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2097\/revisions"}],"predecessor-version":[{"id":4346,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2097\/revisions\/4346"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/media?parent=2097"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}