{"id":4527,"date":"2026-07-27T15:44:09","date_gmt":"2026-07-27T15:44:09","guid":{"rendered":"https:\/\/csaac.org\/?page_id=4527"},"modified":"2026-07-30T16:14:54","modified_gmt":"2026-07-30T16:14:54","slug":"csm-programs","status":"publish","type":"page","link":"https:\/\/csaac.org\/en\/csm-programs\/","title":{"rendered":"Programs &#038; Services"},"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>Programs &#038; Services &#8211; Community School of Maryland &#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    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body { font-family: 'DM Sans', sans-serif; line-height: 1.6; color: #333; }<\/p>\n<p>    \/* Hero Section *\/\n    .hero { background: linear-gradient(135deg, #06505c 0%, #078199 100%); padding: 3rem 2rem 2rem 2rem; text-align: center; color: white; margin-bottom: 0; }\n    .hero h1 { font-size: 2.6rem; margin-bottom: 0.5rem; }\n    .hero p { font-size: 1.15rem; max-width: 800px; margin: 0 auto; opacity: 0.95; }<\/p>\n<p>    \/* Container *\/\n    .container { max-width: 1000px; margin: 0 auto; padding: 1.5rem 2rem; }\n    .wide-container { max-width: 1200px; margin: 0 auto; padding: 1.5rem 2rem; }<\/p>\n<p>    \/* Section Styles *\/\n    .section { padding: 1.5rem 2rem; }\n    .section-white { background: white; }\n    .section-title { font-size: 2.5rem; color: #06505c; margin-bottom: 1.5rem; }\n    .section-content p { font-size: 1.15rem; line-height: 1.8; margin-bottom: 1.5rem; color: #555; }<\/p>\n<p>  \/* Row of 3, then row of 2 below, centered *\/\n.programs-row-3 {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1.5rem;\n    max-width: 1100px;\n    margin: 2rem auto 0;\n}\n.programs-row-2 {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 1.5rem;\n    max-width: 750px;\n    margin: 1.5rem auto 0;\n}\n.program-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-left: 8px solid #cbb777;\n}\n.program-card h3 { color: #06505c; font-size: 1.4rem; margin-bottom: 1rem; }\n.program-card p { color: #555; font-size: 1.05rem; line-height: 1.7; }<\/p>\n<p>\/* Photo Carousel *\/\n.program-carousel { position: relative; max-width: 700px; margin: 2rem auto; overflow: hidden; border-radius: 10px; border: 5px solid #cbb777; }\n.program-carousel-track { display: flex; transition: transform 0.4s ease; }\n.program-carousel-track img { min-width: 100%; height: 380px; object-fit: cover; display: block; }\n.program-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(6,80,92,0.8); color: white; border: none; width: 42px; height: 42px; border-radius: 50%; font-size: 1.3rem; cursor: pointer; z-index: 10; transition: background 0.3s; }\n.program-carousel-btn:hover { background: #06505c; }\n.program-carousel-prev { left: 12px; }\n.program-carousel-next { right: 12px; }\n.program-carousel-dots { text-align: center; margin-top: 1rem; }\n.program-carousel-dot { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #cbb777; margin: 0 4px; cursor: pointer; }\n.program-carousel-dot.active { background: #06505c; }<\/p>\n<p>    \/* Footer *\/\n    .footer { background: #06505c; color: white; padding: 3rem 2rem 1rem; font-size: 1.1rem; }\n    .footer-content { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; margin-bottom: 2rem; }\n    .footer-section h3 { color: #cbb777; margin-bottom: 1rem; font-size: 1.3rem; }\n    .footer-section ul { list-style: none; }\n    .footer-section ul li { margin-bottom: 0.5rem; }\n    .footer-section a { color: #ccc; text-decoration: none; transition: color 0.3s; }\n    .footer-section a:hover { color: #cbb777; }\n    .newsletter-signup input { padding: 0.75rem; border: none; border-radius: 5px; width: 100%; margin-bottom: 0.5rem; }\n    .newsletter-signup button { padding: 0.75rem 1.5rem; background: #cbb777; color: #06505c; border: none; border-radius: 5px; cursor: pointer; font-weight: 600; transition: background 0.3s; }\n    .newsletter-signup button:hover { background: #b8a566; }\n    .social-links { display: flex; gap: 1rem; margin-top: 1rem; }\n    .social-links a { display: inline-block; width: 55px; height: 55px; background: #cbb777; border-radius: 50%; text-align: center; line-height: 55px; transition: background 0.3s; color: #06505c; font-weight: bold; font-size: 1.3rem; }\n    .social-links a:hover { background: #b8a566; }\n    .footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #ccc; }<\/p>\n<p>    \/* ===== MOBILE RESPONSIVE ===== *\/\n    @media (max-width: 768px) {\n        .hero { padding: 1.5rem 1rem 1rem 1rem; }\n        .hero h1 { font-size: 1.75rem; margin-bottom: 0.5rem; }\n        .hero p { font-size: 1rem; }\n        .csm-subnav a { padding: 0.75rem 1rem; font-size: 0.9rem; }\n        .csm-back-link { padding: 0.5rem 0.9rem !important; margin-right: 0.5rem; }\n        .section { padding: 1.5rem 1rem; }\n        .container { padding: 1.5rem 1rem; }\n        .wide-container { padding: 1.5rem 1rem; }\n        .section-title { font-size: 1.5rem; margin-bottom: 1rem; }\n        .section-content p { font-size: 1rem; line-height: 1.6; margin-bottom: 1rem; }<\/p>\n<p>       .programs-row-3, .programs-row-2 {\n        grid-template-columns: 1fr;\n        max-width: 100%;\n    }\n    .program-card { padding: 1.25rem; border-left-width: 5px; }\n    .program-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; }\n    .program-card p { font-size: 0.95rem; line-height: 1.6; }\n    .program-carousel-track img { height: 240px; }\n    .program-carousel-btn { width: 36px; height: 36px; font-size: 1.1rem; }\n}<\/p>\n<p>        .footer { padding: 1.5rem 1rem 1rem; font-size: 1rem; }\n        .footer-content { gap: 1.5rem; margin-bottom: 1.5rem; }\n        .footer-section h3 { font-size: 1.1rem; margin-bottom: 0.75rem; }\n        .social-links a { width: 45px; height: 45px; line-height: 45px; font-size: 1.1rem; }\n        .footer-bottom { padding-top: 1.5rem; }\n    }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p>   <!-- Sub Nav (appears below hero) --><\/p>\n<div class=\"csm-subnav\">\n    <a href=\"https:\/\/csaac.org\/\" class=\"csm-back-link\">\u2190 Home<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/csm-about\/\">About CSM<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/csm-aba\/\">ABA<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/csm-programs\/\"class=\"active\">Programs &#038; Services<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/student-life\/\">Student Life<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/admissions\/\">Admissions<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/school-calendar\/\">School Calendar<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/faqs\/\">FAQs<\/a><br \/>\n    <a href=\"https:\/\/csaac.org\/csm-contact\/\" >Contact<\/a>\n<\/div>\n<\/div>\n<p>    <!-- Hero Section --><\/p>\n<section class=\"hero\">\n<h1>Programs &#038; Services<\/h1>\n<\/section>\n<p><!-- Programs & Services Section --><\/p>\n<section class=\"section section-white\">\n<div class=\"wide-container\">\n                <\/div>\n<p>      <!-- Photo Carousel --><\/p>\n<div class=\"program-carousel\">\n<div class=\"program-carousel-track\">\n        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2018\/02\/20180202_143712-e1785253337353.jpg\" alt=\"Students participating in a program\" style=\"object-position: center 5%\";><br \/>\n        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/c4a3bcbc-ab2e-450b-985f-1308fe9d8510.jpg\" alt=\"Students participating in a program\" style=\"object-position: center 40%\";><br \/>\n        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2018\/01\/20171220_124024.jpg\" alt=\"Students participating in a program\"style=\"object-position: center 65%\";><br \/>\n        <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/07\/CSMClassroom1.jpeg\" alt=\"Students participating in a program\">\n    <\/div>\n<p>    <button class=\"program-carousel-btn program-carousel-prev\" onclick=\"progCarouselMove(-1)\">&#8249;<\/button><br \/>\n    <button class=\"program-carousel-btn program-carousel-next\" onclick=\"progCarouselMove(1)\">&#8250;<\/button>\n<\/div>\n<div class=\"program-carousel-dots\">\n    <span class=\"program-carousel-dot active\" onclick=\"progCarouselGoTo(0)\"><\/span><br \/>\n    <span class=\"program-carousel-dot\" onclick=\"progCarouselGoTo(1)\"><\/span><br \/>\n    <span class=\"program-carousel-dot\" onclick=\"progCarouselGoTo(2)\"><\/span><br \/>\n    <span class=\"program-carousel-dot\" onclick=\"progCarouselGoTo(3)\"><\/span>\n<\/div>\n<p><script>\nvar progCarouselIndex = 0;\nvar progCarouselTotal = 4;<\/p>\n<p>function progCarouselMove(direction) {\n    progCarouselIndex += direction;\n    if (progCarouselIndex < 0) progCarouselIndex = progCarouselTotal - 1;\n    if (progCarouselIndex >= progCarouselTotal) progCarouselIndex = 0;\n    progCarouselUpdate();\n}<\/p>\n<p>function progCarouselGoTo(index) {\n    progCarouselIndex = index;\n    progCarouselUpdate();\n}<\/p>\n<p>function progCarouselUpdate() {\n    var track = document.querySelector('.program-carousel-track');\n    track.style.transform = 'translateX(-' + (progCarouselIndex * 100) + '%)';\n    var dots = document.querySelectorAll('.program-carousel-dot');\n    dots.forEach(function(dot, i) {\n        dot.classList.toggle('active', i === progCarouselIndex);\n    });\n}\n<\/script><\/p>\n<div class=\"csm-tagline\" style=\"text-align: center; max-width: none; margin: 0 auto 1rem; display:block !important; color:#06505c !important; font-size:1.2rem !important; visibility:visible !important;\">\n<p style=\"display:block !important; color:#06505c !important; font-size:1.2rem !important;\">Learn about the comprehensive programs and services that support every student&#8217;s growth, independence, and success.<\/p>\n<\/div>\n<p>        <!-- Row of 3 --><\/p>\n<div class=\"programs-row-3\">\n<div class=\"program-card\">\n<h3>Academic<\/h3>\n<p>Students at CSM follow the Montgomery County Public Schools curriculum and the Maryland College and Career Ready Standards. Instruction includes group lessons in functional academics and enrichment areas such as reading, math, science, health, cooking, art, and physical education. Most of each student&#8217;s day is guided by an individualized schedule focused on IEP goals, related services, and transition and prevocational activities, with scheduled breaks built in to support engagement.<\/p>\n<\/p><\/div>\n<div class=\"program-card\">\n<h3>Community-Based Instruction<\/h3>\n<p>One of CSM&#8217;s primary goals is to help students become active members of their communities. Through Community-Based Instruction, students participate in weekly outings that include functional activities such as grocery shopping, dining out, and recreation. These experiences help students build communication skills, practice appropriate behaviors, and apply skills learned at school in real-world settings that support greater independence.<\/p>\n<\/p><\/div>\n<div class=\"program-card\">\n<h3>Transition and Prevocational Services<\/h3>\n<p>Preparing students for life after high school is a central focus at CSM. In the classroom, students engage in structured prevocational activities that build skills such as sorting, matching, counting, fine and gross motor coordination, and task completion. In the Prevocational and Life Skills Center, students practice skills related to retail, office, and restaurant settings, as well as independent living skills. Students age 18 and over may participate in community jobsites one to two times per week.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>        <!-- Row of 2 --><\/p>\n<div class=\"programs-row-2\">\n<div class=\"program-card\">\n<h3>Residential Services<\/h3>\n<p>CSM offers a community-based residential program for students referred through LEAs, the Autism Waiver, Departments of Social Services, and other public agencies. Group homes are located throughout Montgomery County and typically serve two to three students per home. Residential staff provide awake supervision and support students in developing independent living skills through structured activities during afternoons and weekends.<\/p>\n<\/p><\/div>\n<div class=\"program-card\">\n<h3>Related Services<\/h3>\n<p>The Community School of Maryland provides speech-language therapy, occupational therapy, counseling, and other related services in accordance with each student&#8217;s IEP. Services are delivered individually or in small groups and may take place in a provider&#8217;s office or through push-in support during daily activities. CSM uses a consultation-based model in which related service providers collaborate closely with both students and staff.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\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><\/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\">\n                    <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><br \/>\n                <\/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<\/p><\/div>\n<\/p><\/div>\n<div class=\"footer-bottom\">\n            \u00a9 2026 CSAAC. All rights reserved.\n        <\/div>\n<\/footer>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Programs &#038; Services &#8211; Community School of Maryland &#8211; CSAAC \u2190 Home About CSM ABA Programs &#038; Services Student Life Admissions School Calendar FAQs Contact Programs &#038; Services &#8249; &#8250; Learn about the comprehensive programs and services that support every student&#8217;s growth, independence, and success. Academic Students at CSM follow the Montgomery County Public Schools [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4527","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/4527","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/comments?post=4527"}],"version-history":[{"count":29,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/4527\/revisions"}],"predecessor-version":[{"id":4686,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/4527\/revisions\/4686"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/media?parent=4527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}