{"id":2282,"date":"2026-01-29T17:27:40","date_gmt":"2026-01-29T17:27:40","guid":{"rendered":"https:\/\/csaac.org\/?page_id=2282"},"modified":"2026-07-10T15:03:11","modified_gmt":"2026-07-10T15:03:11","slug":"csaacs-in-focus-program","status":"publish","type":"page","link":"https:\/\/csaac.org\/en\/csaacs-in-focus-program\/","title":{"rendered":"CSAAC&#8217;s In-Focus Program"},"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>In-Focus Store \u2013 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: 50px 20px;\n            text-align: center;\n        }<\/p>\n<p>        .hero h1 {\n            font-size: 48px;\n            margin-bottom: 20px;\n            font-weight: 700;\n        }<\/p>\n<p>        .hero p {\n            font-size: 20px;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            line-height: 1.8;\n        }<\/p>\n<p>        \/* Main Content *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 40px 20px;\n        }<\/p>\n<p>        .intro-section {\n            text-align: center;\n            margin-bottom: 40px;\n        }<\/p>\n<p>        .intro-section h2 {\n            font-size: 36px;\n            color: #06505c;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .intro-section p {\n            font-size: 18px;\n            color: #555;\n            max-width: 900px;\n            margin: 0 auto;\n            line-height: 1.8;\n        }<\/p>\n<p>        \/* Product Grid *\/\n        .product-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n            gap: 20px;\n            margin-top: 30px;\n        }<\/p>\n<p>        .product-card {\n            background: #fff;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }<\/p>\n<p>        .product-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 20px rgba(0,0,0,0.15);\n        }<\/p>\n<p>        .product-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-size: 14px;\n        }<\/p>\n<p>        .product-info {\n            padding: 15px;\n            text-align: center;\n        }<\/p>\n<p>        .product-info h3 {\n            font-size: 18px;\n            color: #06505c;\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .btn {\n            display: inline-block;\n            padding: 12px 30px;\n            background: #cbb777;\n            color: #06505c;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: 600;\n            transition: background 0.3s;\n            border: none;\n            cursor: pointer;\n            font-size: 16px;\n        }<\/p>\n<p>        .btn:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        \/* Program Info Section *\/\n        .program-info {\n            background: #f8f9fa;\n            padding: 40px 20px;\n            margin-top: 0;\n        }<\/p>\n<p>        .program-content {\n            max-width: 1200px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n            align-items: center;\n        }<\/p>\n<p>        .program-text h2 {\n            font-size: 36px;\n            color: #06505c;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .program-text p {\n            font-size: 18px;\n            color: #555;\n            margin-bottom: 20px;\n            line-height: 1.8;\n        }<\/p>\n<p>        .program-image {\n            width: 100%;\n            height: 400px;\n            background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n        }<\/p>\n<p>        \/* Footer *\/\n        footer {\n            background: #06505c;\n            color: white;\n            padding: 30px 20px 20px;\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: 30px;\n            margin-bottom: 20px;\n        }<\/p>\n<p>        .footer-section h3 {\n            margin-bottom: 15px;\n            font-size: 20px;\n            color: #cbb777;\n        }<\/p>\n<p>        .footer-section ul {\n            list-style: none;\n        }<\/p>\n<p>        .footer-section ul li {\n            margin-bottom: 10px;\n        }<\/p>\n<p>        .footer-section a {\n            color: #fff;\n            text-decoration: none;\n            transition: opacity 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            text-decoration: none;\n        }<\/p>\n<p>        .social-links a:hover {\n            background: #b8a566;\n        }<\/p>\n<p>        .footer-bottom {\n            text-align: center;\n            padding-top: 20px;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }<\/p>\n<p>        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 32px;\n            }<\/p>\n<p>            .hero p {\n                font-size: 16px;\n            }<\/p>\n<p>            .program-content {\n                grid-template-columns: 1fr;\n            }<\/p>\n<p>            .product-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<p><\/head><br \/>\n<body><\/p>\n<section class=\"hero\">\n<h1>In-Focus Store<\/h1>\n<p>Discover stunning photography created by talented individuals with autism through our award-winning In-Focus Photography Program. Each purchase celebrates their artistic vision while supporting creativity, skill development, and self-expression.<\/p>\n<\/section>\n<section class=\"program-info\">\n<div class=\"program-content\">\n<div class=\"program-text\">\n<h2>About the In-Focus Program<\/h2>\n<p>The In-Focus Photography Program provides individuals with autism a creative outlet for self-expression and skill development. Through photography, participants learn technical skills, develop their artistic vision, and gain confidence in their abilities.<\/p>\n<p>This program has received awards for excellence and has been instrumental in helping individuals with autism discover and develop their creative talents. The sale of photographs through our online store helps sustain the program and provides recognition for our talented photographers.<\/p>\n<p>All prints are professionally produced on high-quality paper and come ready to frame.<\/p>\n<\/p><\/div>\n<div class=\"program-image\">\n                <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/in-focus-1.jpg\" alt=\"In-Focus Photography Program\" style=\"width: 100%; height: 100%; object-fit: cover; border-radius: 8px;\">\n            <\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"container\">\n<div class=\"intro-section\">\n<h2>Featured Photography<\/h2>\n<p>Browse our collection of stunning photographs captured by participants in the CSAAC In-Focus Photography Program. Each piece represents the unique perspective and artistic vision of individuals with autism.<\/p>\n<\/p><\/div>\n<div class=\"product-grid\">\n            <!-- Decade in Photos Book --><\/p>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/decade-in-picture-books.jpg\" alt=\"A Decade In Photos Book\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>A Decade In Photos Book<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=1&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<p>            <!-- Cherry Blossom Note Cards --><\/p>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/cherry-blossom.jpg\" alt=\"Cherry Blossom Note Cards\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Cherry Blossom Note Cards<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=2&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/PRINT-1.jpg\" alt=\"Print #1\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #1<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=3&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-2-1.jpg\" alt=\"Print #2\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #2<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=4&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-3-1.jpg\" alt=\"Print #3\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #3<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=5&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-4.jpg\" alt=\"Print #4\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #4<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=6&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-5.jpg\" alt=\"Print #5\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #5<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=7&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-6.jpg\" alt=\"Print #6\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #6<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=8&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-7.jpg\" alt=\"Print #7\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #7<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=9&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-8.jpg\" alt=\"Print #8\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #8<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=10&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-9.jpg\" alt=\"Print #9\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #9<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=11&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-10-1.jpg\" alt=\"Print #10\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #10<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=12&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-11-1.jpg\" alt=\"Print #11\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #11<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=13&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-12.jpg\" alt=\"Print #12\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #12<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=14&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-13.jpg\" alt=\"Print #13\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #13<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=15&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-14.jpg\" alt=\"Print #14\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #14<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=16&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-15.jpg\" alt=\"Print #15\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #15<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=17&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-16.jpg\" alt=\"Print #16\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #16<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=18&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-17.jpg\" alt=\"Print #17\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #17<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=19&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-18.jpg\" alt=\"Print #18\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #18<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=20&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-19.jpg\" alt=\"Print #19\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #19<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=21&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<div class=\"product-card\">\n<div class=\"product-image\">\n                    <img decoding=\"async\" src=\"https:\/\/csaac.org\/wp-content\/uploads\/2026\/01\/print-20.jpg\" alt=\"Print #20\" style=\"width: 100%; height: 100%; object-fit: cover;\">\n                <\/div>\n<div class=\"product-info\">\n<h3>Print #20<\/h3>\n<p>                    <a href=\"https:\/\/csaac.app.neoncrm.com\/np\/clients\/csaac\/product.jsp?product=22&#038;\" class=\"btn\" target=\"_blank\">Add to Cart<\/a>\n                <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\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>In-Focus Store \u2013 CSAAC In-Focus Store Discover stunning photography created by talented individuals with autism through our award-winning In-Focus Photography Program. Each purchase celebrates their artistic vision while supporting creativity, skill development, and self-expression. About the In-Focus Program The In-Focus Photography Program provides individuals with autism a creative outlet for self-expression and skill development. Through [&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-2282","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2282","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=2282"}],"version-history":[{"count":19,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2282\/revisions"}],"predecessor-version":[{"id":4369,"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/pages\/2282\/revisions\/4369"}],"wp:attachment":[{"href":"https:\/\/csaac.org\/en\/wp-json\/wp\/v2\/media?parent=2282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}