{"id":13679,"date":"2024-06-20T17:50:23","date_gmt":"2024-06-20T17:50:23","guid":{"rendered":"https:\/\/www.ada-dcc.org\/dev\/?page_id=13679"},"modified":"2025-03-03T20:54:14","modified_gmt":"2025-03-03T20:54:14","slug":"new-ada_resource2-dev","status":"publish","type":"page","link":"https:\/\/www.ada-dcc.org\/dev\/new-ada_resource2-dev\/","title":{"rendered":"New ada_resources Dev"},"content":{"rendered":"\n<h2 class=\"wp-block-heading has-text-align-center has-neve-link-hover-color-color has-text-color has-link-color wp-elements-60fe16fb51222c97d552f9aef69352d0\">ADA Resources<\/h2>\n\n\n\n<div class=\"wp-block-columns alignwide has-nv-light-bg-color has-neve-link-hover-color-background-color has-text-color has-background has-link-color wp-elements-56108546f56b975729bdda8d0e9540c9 is-layout-flex wp-container-core-columns-is-layout-837ca0ef wp-block-columns-is-layout-flex\" style=\"border-radius:20px;padding-top:var(--wp--preset--spacing--60)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-nv-light-bg-color has-text-color has-link-color wp-elements-35baacd55a2c43f484bf4dbe330e589c\">The Great Lakes\u00a0ADA\u00a0Center hosts a list of resources for additional information. The list is not all-inclusive. Some resources may have been inadvertedly omitted. Inclusion on this list should not be construed as an endorsement of any kind. If you have a resource to include on this list, please\u00a0contact us. We will make every attempt to include it, if the resource meets the guidelines of the Great Lakes\u00a0ADA\u00a0Center.<\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-text-align-center has-neve-link-hover-color-color has-text-color has-link-color wp-elements-c6e94d7e0fba91d57eea4e764130c3a8\"><strong>Use the below dropdown menus to filter ADA resources.<\/strong><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ADA Resources<\/title>\n    <style>\n        \/* General styles for the resource card *\/\n        .resource-card {\n    background: #F4F5F7;\n    border: 1px solid #cfcfcf;\n    padding: 20px;\n    margin: 20px auto; \/* Center align *\/\n    border-radius: 8px;\n    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n    box-sizing: border-box;\n    max-width: 90%;\n}\n\n        \/* Styles for the title *\/\n        .resource-card h3 {\n            margin: 5px 5px 0 0;\n            font-size: 1.3em;\n            color: #333;\n        }\n\n        \/* Styles for paragraphs *\/\n        .resource-card p {\n            margin: 5px 0;\n            font-size: 1em;\n            color: #005581;\n        }\n\n        \/* Styles for lists *\/\n        .resource-card ul {\n            margin: 3px 0;\n            padding-left: 15px;\n            list-style-type: disc;\n            color: #005581;\n        }\n\n        \/* Styles for list items *\/\n        .resource-card li {\n            margin-bottom: 5px;\n        }\n\n        \/* Styles for links *\/\n        .resource-card a {\n            color: #0073aa;\n        }\n\n        \/* Accordion styles *\/\n        .accordion-container {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            max-width: 900px;\n            margin: 0 auto;\n            margin-bottom: 50px;\n        }\n\n        .accordion-item {\n            border-radius: 15px;\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .accordion-button, .accordion-link {\n            width: 100%;\n            height: 60px;\n            background-color: #F4F5F7;\n            color: #005581;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 0 20px;\n            border: 2px solid #005581;\n            border-radius: 15px;\n            box-sizing: border-box;\n            font-size: 18px;\n            text-decoration: none;\n            cursor: pointer;\n            outline: none;\n            transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;\n        }\n\n        .accordion-button:hover, .accordion-link:hover,\n        .accordion-button:focus, .accordion-link:focus {\n            border-color: #005581;\n            background-color: #005581;\n            color: #F4F5F7;\n        }\n\n        .accordion-button.active {\n            border-color: #005581;\n            background-color: #005581;\n            color: #F4F5F7;\n        }\n\n        .accordion-content hr {\n            border: none;\n            border-top: 2px dotted #005581;\n            margin: 5px 0;\n        }\n\n        .accordion-content {\n            display: none;\n            background-color: #F4F5F7;\n            padding: 10px 15px;\n            border-radius: 15px;\n            box-sizing: border-box;\n            width: 100%;\n            margin-bottom: 0;\n        }\n\n        .accordion-content a {\n            display: block;\n            padding: 5px 0;\n            color: #005581;\n            text-decoration: none;\n        }\n\n        .accordion-content a:hover {\n            text-decoration: underline;\n        }\n\n        .arrow {\n            font-size: 18px;\n            transition: transform 0.3s ease;\n        }\n\n        .accordion-button.active .arrow {\n            transform: rotate(180deg);\n        }\n\n        .icon {\n            margin-right: 10px;\n            font-size: 24px;\n        }\n\n        @media (min-width: 1000px) {\n            .accordion-container {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 800px) and (min-width: 600px) {\n            .accordion-container {\n                grid-template-columns: 1fr 1fr;\n            }\n        }\n\n        @media (max-width: 600px) {\n            .accordion-container {\n                grid-template-columns: 1fr;\n            }\n            .accordion-button, .accordion-link {\n                font-size: 14px;\n                padding: 10px;\n            }\n            .accordion-content {\n                padding: 8px 10px;\n            }\n        }\n\n        \/* Styles for pager *\/\n        .facetwp-pager {\n            text-align: center;\n            margin: 20px 0;\n            display: none; \/* Initially hidden *\/\n        }\n\n        .facetwp-pager a {\n            margin: 0 5px;\n            padding: 5px 10px;\n            border: 1px solid #ddd;\n            border-radius: 10px;\n            text-decoration: none;\n            color: #005581;\n            transition: background-color 0.3s, color 0.3s;\n        }\n\n        .facetwp-pager a:hover,\n        .facetwp-pager a.active {\n            background-color: #005581;\n            color: #fff;\n        }\n\n        \/* Styles for resource cards container *\/\n        .resource-cards-container {\n            display: none; \/* Initially hidden *\/\n        }\n\n        \/* Styles for the reset button *\/\n        .reset-button {\n            display: block;\n            margin: 0 auto 10px auto;\n            padding: 10px 20px;\n            font-size: 16px;\n            background-color: #005581;\n            color: #f4f5f7;\n            border: 2px solid #005581;\n            border-radius: 10px;\n            cursor: pointer;\n            transition: background-color 0.3s ease, color 0.3s ease;\n        }\n\n        .reset-button:hover {\n            background-color: #f4f5f7;\n            color: #005581;\n            border: 2px solid #005581;\n        }\n\n        \/* Styles for loading animation *\/\n        .loading-spinner {\n            display: none; \/* Initially hidden *\/\n            margin: 20px auto;\n            border: 4px solid #f3f3f3;\n            border-top: 4px solid #005581;\n            border-radius: 50%;\n            width: 40px;\n            height: 40px;\n            animation: spin 1s linear infinite;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n\n        \/* Styles for total resources count *\/\n        .total-resources {\n            text-align: center;\n            margin: 20px 0;\n            font-size: 16px;\n            color: #005581;\n            display: none; \/* Initially hidden *\/\n        }\n\n        .no-filters-message {\n            text-align: center;\n            margin: 10px 0;\n            font-size: 14px;\n            color: #005581;\n        }\n    <\/style>\n    <!-- Link to FontAwesome for icons -->\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/5.15.4\/css\/all.min.css\">\n<\/head>\n<body>\n    <div class=\"accordion-container\">\n        <div class=\"accordion-item\">\n            <button class=\"accordion-button\" tabindex=\"0\">\n                <span>National and Regional Resources<\/span>\n                <span class=\"arrow\">&#9660;<\/span>\n            <\/button>\n            <div class=\"accordion-content\" id=\"national\">\n                <div class=\"facetwp-facet facetwp-facet-national facetwp-type-checkboxes\" data-name=\"national\" data-type=\"checkboxes\"><\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"accordion-item\">\n            <button class=\"accordion-button\" tabindex=\"0\">\n                <span>ADA Great Lakes Member States<\/span>\n                <span class=\"arrow\">&#9660;<\/span>\n            <\/button>\n            <div class=\"accordion-content\" id=\"ada_states\">\n                <div class=\"facetwp-facet facetwp-facet-ada_states facetwp-type-radio\" data-name=\"ada_states\" data-type=\"radio\"><\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"accordion-item\">\n            <button class=\"accordion-button\" tabindex=\"0\">\n                <span>Alphabetical<\/span>\n                <span class=\"arrow\">&#9660;<\/span>\n            <\/button>\n            <div class=\"accordion-content\" id=\"first_letter\">\n                <div class=\"facetwp-facet facetwp-facet-first_letter facetwp-type-alpha\" data-name=\"first_letter\" data-type=\"alpha\"><\/div>\n            <\/div>\n        <\/div>\n        <div class=\"accordion-item\">\n            <button class=\"accordion-button\" tabindex=\"0\">\n                <span>Services Provided<\/span>\n                <span class=\"arrow\">&#9660;<\/span>\n            <\/button>\n            <div class=\"accordion-content\" id=\"ada_resource\">\n                <div class=\"facetwp-facet facetwp-facet-ada_resource facetwp-type-checkboxes\" data-name=\"ada_resource\" data-type=\"checkboxes\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <button class=\"reset-button\" onclick=\"showResources()\">Show all resources<\/button>\n   <p style=\"text-align: center; font-weight: bold; color: #005581; font-size: 70%;\">Click on show all resources button to reset the filters<\/p>\n    <div class=\"loading-spinner\"><\/div>\n\n    <div class=\"facetwp-pager\">\n        \n    <\/div>\n\n    <div class=\"total-resources\"><\/div>\n    <div class=\"resource-cards-container\">\n        <div class=\"facetwp-template\" data-name=\"ada_resource_1\">            <div class=\"resource-card\">\n            <h3 class=\"entry-title\">A Guide to Making Documents Accessible to People Who Are Blind or Visually Impaired<\/h3>\n            <p>A comprehensive discussion about how to make print and electronic information available to people with visual impairments in a variety of accessible formats. Published by the American Council of the Blind (ACB).<\/p>\n\n            \n                            <p><strong>Regional and National Resources:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>National Resource<\/li>\n                                    <\/ul>\n            \n                            <p><strong>ADA Specialty:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Communicating with People who have Disabilities<\/li>\n                                    <\/ul>\n            \n                            <p><strong>Address:<\/strong> American Council of the Blind\r\n1703 N Beauregard St, Suite 420\r\nAlexandria, VA 22311<\/p>\n                        \n            \n            \n            \n            \n                            <p><strong>Voice:<\/strong> Toll free: (800) 424-8666\r\n(202) 467-5081<\/p>\n            \n                            <p><strong>Fax:<\/strong> (202) 467-5085<\/p>\n            \n                            <p><strong>Email:<\/strong> <a href=\"mailto:info@acb.org\">info@acb.org<\/a><\/p>\n            \n                            <p><strong>Website:<\/strong> <a href=\"https:\/\/www.acb.org\/\" target=\"_blank\">A Guide to Making Documents Accessible to People Who Are Blind or Visually Impaired<\/a><\/p>\n                    <\/div>\n            <div class=\"resource-card\">\n            <h3 class=\"entry-title\">Ability Center of Greater Toledo, Defiance Satellite Office<\/h3>\n            <p>The Ability Center advocates, educates, partners, and provides services supporting people with disabilities to thrive within their community. Service Area:\r\nLucas, Ottawa, Wood, Fulton, Henry, Defiance, and Williams<\/p>\n\n                            <p><strong>Member State:<\/strong> Ohio<\/p>\n            \n                            <p><strong>Regional and National Resources:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Great Lakes Regional Resource<\/li>\n                                    <\/ul>\n            \n                            <p><strong>ADA Specialty:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Independent Living<\/li>\n                                    <\/ul>\n            \n                            <p><strong>Address:<\/strong> 1425 East High Street\r\nSuite 108\r\nBryan, OH 43506<\/p>\n                        \n            \n            \n            \n            \n                            <p><strong>Voice:<\/strong> (419) 633-1400<\/p>\n            \n                            <p><strong>Fax:<\/strong> (419) 633-1410<\/p>\n            \n            \n                            <p><strong>Website:<\/strong> <a href=\"http:\/\/www.abilitycenter.org\/\" target=\"_blank\">Ability Center of Greater Toledo, Defiance Satellite Office<\/a><\/p>\n                    <\/div>\n            <div class=\"resource-card\">\n            <h3 class=\"entry-title\">Ability Center of Greater Toledo, Main Office<\/h3>\n            <p>Our Mission is: To assist people with disabilities to live, work and socialize within a fully accessible community.Our Vision: We believe in and support equitable and inclusive communities for people living with disabilities.We do this by providing a variety of services including: Information and Referral, Advocacy, Community Living, Youth Services and Independent Living Skills Services, Peer Support, and more.<\/p>\n\n                            <p><strong>Member State:<\/strong> Ohio<\/p>\n            \n                            <p><strong>Regional and National Resources:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Great Lakes Regional Resource<\/li>\n                                    <\/ul>\n            \n                            <p><strong>ADA Specialty:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Independent Living<\/li>\n                                    <\/ul>\n            \n                            <p><strong>Address:<\/strong> 5605 Monroe St\r\nSylvania, Ohio 43560<\/p>\n                        \n            \n            \n            \n            \n                            <p><strong>Voice:<\/strong> (419) 885-5733\r\nToll free: (866) 885-5733<\/p>\n            \n                            <p><strong>Fax:<\/strong> (419) 882-4813<\/p>\n            \n            \n                            <p><strong>Website:<\/strong> <a href=\"http:\/\/www.abilitycenter.org\/\" target=\"_blank\">Ability Center of Greater Toledo, Main Office<\/a><\/p>\n                    <\/div>\n            <div class=\"resource-card\">\n            <h3 class=\"entry-title\">Access Center for Independent Living<\/h3>\n            <p>The Access Center for Independent Living (ACIL) is one of 12 Centers for Independent Living in Ohio. We work with individuals with significant disabilities in their goals of independence in the community. We currently provide the core independent living services of Information & Referral, Peer Support, Independent Living Skills Training, Advocacy (Individual, Self and Systemic), and Individual Transitioning. We also provide recycled medical equipment through our REDI Program. We work with Youth Transitions, and provide Disability Awareness training through our Think This is Easy? program.The mission of the Access Center for Independent Living (ACIL) is to ensure that people with disabilities have full and complete access to the community in which they reside.ACIL now proudly serves the counties of: Champaign, Clark, Darke, Greene, Logan, Miami, Montgomery, Preble, and Shelby.<\/p>\n\n                            <p><strong>Member State:<\/strong> Ohio<\/p>\n            \n                            <p><strong>Regional and National Resources:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Great Lakes Regional Resource<\/li>\n                                    <\/ul>\n            \n                            <p><strong>ADA Specialty:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Independent Living<\/li>\n                                    <\/ul>\n            \n                            <p><strong>Address:<\/strong> 907 W. 5th Street\r\nSuite 100\r\nDayton, Ohio 45402<\/p>\n                        \n            \n            \n            \n            \n                            <p><strong>Voice:<\/strong> (937) 341-5202<\/p>\n            \n                            <p><strong>Fax:<\/strong> (937) 341-5217<\/p>\n            \n                            <p><strong>Email:<\/strong> <a href=\"mailto:info@acils.com\">info@acils.com<\/a><\/p>\n            \n                            <p><strong>Website:<\/strong> <a href=\"http:\/\/www.acils.com\/\" target=\"_blank\">Access Center for Independent Living<\/a><\/p>\n                    <\/div>\n            <div class=\"resource-card\">\n            <h3 class=\"entry-title\">Access Living, Metropolitan Chicago<\/h3>\n            <p>Established in 1980, Access Living is a nonresidential Center for Independent Living for people with all types of disabilities \u2013 one of the first in the country. Access Living\u2019s programs and services promote the empowerment, independence and inclusion of people with all types of disabilities in every aspect of community life.<\/p>\n\n                            <p><strong>Member State:<\/strong> Illinois<\/p>\n            \n                            <p><strong>Regional and National Resources:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Great Lakes Regional Resource<\/li>\n                                    <\/ul>\n            \n                            <p><strong>ADA Specialty:<\/strong><\/p>\n                <ul style=\"margin-left: 3%;\">\n                                            <li>Independent Living<\/li>\n                                    <\/ul>\n            \n                            <p><strong>Address:<\/strong> 115 W Chicago Avenue\r\nChicago, IL 60610<\/p>\n                        \n            \n            \n            \n            \n                            <p><strong>Voice:<\/strong> (312) 640-2100\r\n(800) 613-8549<\/p>\n            \n                            <p><strong>Fax:<\/strong> (312) 640-2101<\/p>\n            \n            \n                            <p><strong>Website:<\/strong> <a href=\"http:\/\/www.accessliving.org\" target=\"_blank\">Access Living, Metropolitan Chicago<\/a><\/p>\n                    <\/div>\n    <\/div>\n    <\/div>\n    <div class=\"facetwp-pager\">\n        \n    <\/div>    \n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            \/\/ Initial setup\n            initializeEventListeners();\n    \n            \/\/ Show loading spinner for 5 seconds initially\n            setTimeout(() => {\n                showResources();\n            }, 1000);\n        });\n    \n        function initializeEventListeners() {\n            \/\/ Hide the resource cards initially\n            document.querySelector('.resource-cards-container').style.display = 'none';\n            document.querySelector('.loading-spinner').style.display = 'block';\n    \n            document.querySelectorAll('.accordion-button').forEach(button => {\n                button.addEventListener('click', () => {\n                    const activeButton = document.querySelector('.accordion-button.active');\n                    if (activeButton && activeButton !== button) {\n                        activeButton.classList.remove('active');\n                        activeButton.nextElementSibling.style.display = 'none';\n                    }\n    \n                    button.classList.toggle('active');\n                    const accordionContent = button.nextElementSibling;\n                    if (accordionContent && accordionContent.style.display === 'block') {\n                        accordionContent.style.display = 'none';\n                    } else if (accordionContent) {\n                        accordionContent.style.display = 'block';\n                    }\n                });\n            });\n    \n            \/\/ Add loading spinner for filter actions\n            document.addEventListener('facetwp-loaded', function() {\n                document.querySelector('.loading-spinner').style.display = 'none';\n                document.querySelector('.resource-cards-container').style.display = 'grid';\n                document.querySelectorAll('.facetwp-pager').forEach(el => el.style.display = 'block');\n                document.querySelector('.total-resources').style.display = 'block';\n    \n                \/\/ Update total resources count\n                const totalResources = FWP.settings.pager.total_rows;\n                document.querySelector('.total-resources').innerText = `Total resources shown: ${totalResources}`;\n    \n                \/\/ Reinitialize event listeners after dynamic content is loaded\n                reinitializeDynamicListeners();\n            });\n    \n            document.addEventListener('facetwp-refresh', function() {\n                document.querySelector('.loading-spinner').style.display = 'block';\n                document.querySelector('.resource-cards-container').style.display = 'none';\n                document.querySelectorAll('.facetwp-pager').forEach(el => el.style.display = 'none');\n                document.querySelector('.total-resources').style.display = 'none';\n            });\n        }\n    \n        function reinitializeDynamicListeners() {\n            \/\/ Add event listeners to dynamically added filter and pagination elements\n            document.querySelectorAll('.facetwp-facet').forEach(facet => {\n                facet.addEventListener('change', () => {\n                    \/\/ Logic to handle filter change\n                    FWP.refresh();\n                });\n            });\n    \n            document.querySelectorAll('.facetwp-pager a').forEach(pager => {\n                pager.addEventListener('click', (e) => {\n                    e.preventDefault();\n                    \/\/ Logic to handle pagination\n                    const page = pager.getAttribute('data-page');\n                    FWP.paged = parseInt(page);\n                    FWP.refresh();\n                });\n            });\n        }\n    \n        function showResources() {\n            document.querySelector('.loading-spinner').style.display = 'block';\n            FWP.reset();\n        }\n    <\/script>\n    \n<\/body>\n<\/html>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-neve-link-hover-color-color has-alpha-channel-opacity has-neve-link-hover-color-background-color has-background is-style-dots\"\/>\n\n\n\n<div id=\"makeiteasy-back-to-top\" data-smooth-scroll=\"false\" data-enable-on-desktop=\"true\" data-break-point-mobile-desktop=\"768\" data-go-to-bottom=\"false\" style=\"--makeiteasy-back-to-top-opacity:0.7;--makeiteasy-back-to-top-visibility-transition-duration:0.3s;--makeiteasy-back-to-top-right:30px;--makeiteasy-back-to-top-bottom:30px\" class=\"wp-block-makeiteasy-back-to-top\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" style=\"border-radius:9px;padding-top:12px;padding-right:12px;padding-bottom:12px;padding-left:12px\"><img loading=\"lazy\" decoding=\"async\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCA5NiA0ODAgMjgzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00MyAzNzktNDMtNDMgMjQwLTI0MCAyNDAgMjQwLTQzIDQzLTE5Ny0xOTd6IiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==\" alt=\"Back to top arrow\" width=\"24\" height=\"24\"><\/a><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><style type=\"text\/css\">\n#foogallery-gallery-286.fg-masonry .fg-item { width: 300px; }\n#foogallery-gallery-286.fg-masonry { --fg-gutter: 10px; }<\/style>\n\t\t\t<div class=\"foogallery foogallery-container foogallery-masonry foogallery-lightbox-none fg-center fg-masonry fg-ready fg-light fg-border-thin fg-shadow-small fg-loading-default fg-loaded-fade-in fg-caption-hover fg-hover-fade fg-hover-external fg-fixed\" id=\"foogallery-gallery-286\" data-foogallery=\"{&quot;item&quot;:{&quot;showCaptionTitle&quot;:true,&quot;showCaptionDescription&quot;:true},&quot;lazy&quot;:true,&quot;template&quot;:{&quot;columnWidth&quot;:300,&quot;gutter&quot;:10}}\" style=\"--fg-title-line-clamp: 0; --fg-description-line-clamp: 0;\" >\n\t\t<div class=\"fg-item fg-type-iframe fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/ahs.uic.edu\/disability-human-development\/\" target=\"_blank\" data-attachment-id=\"447\" data-type=\"iframe\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" alt=\"UIC Department of Disability and Human Development\" width=\"300\" height=\"56.485355648536\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/www.ada-dcc.org\/dev\/wp-content\/uploads\/2021\/01\/DepartLogo.gif\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22300%22%20height%3D%2256.485355648536%22%20viewBox%3D%220%200%20300%2056.485355648536%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><style type=\"text\/css\">\n#foogallery-gallery-276.fg-masonry .fg-item { width: 200px; }\n#foogallery-gallery-276.fg-masonry { --fg-gutter: 10px; }<\/style>\n\t\t\t<div class=\"foogallery foogallery-container foogallery-masonry foogallery-lightbox-none fg-center fg-masonry fg-ready fg-light fg-border-thin fg-shadow-small fg-loading-default fg-loaded-fade-in fg-captions-bottom fg-hover-fade fg-hover-external fg-fixed\" id=\"foogallery-gallery-276\" data-foogallery=\"{&quot;item&quot;:{&quot;showCaptionTitle&quot;:true,&quot;showCaptionDescription&quot;:true},&quot;lazy&quot;:true,&quot;template&quot;:{&quot;columnWidth&quot;:200,&quot;gutter&quot;:10}}\" style=\"--fg-title-line-clamp: 0; --fg-description-line-clamp: 0;\" >\n\t\t<div class=\"fg-item fg-type-iframe fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/acl.gov\/programs\/research-and-development\" target=\"_blank\" data-attachment-id=\"438\" data-type=\"iframe\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" alt=\"ACL Programs\" width=\"200\" height=\"54.700854700855\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/www.ada-dcc.org\/dev\/wp-content\/uploads\/2021\/01\/ACL.png\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%2254.700854700855%22%20viewBox%3D%220%200%20200%2054.700854700855%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><\/div>\n\n\n<p class=\"has-text-align-center\"><a href=\"https:\/\/www.adagreatlakes.org\/About\/grant.asp\">Grant Disclaimer<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"https:\/\/www.adagreatlakes.org\/About\/websiteAccessibility.asp\">Accessibility Statement&nbsp;<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"https:\/\/www.adagreatlakes.org\/WebForms\/ContactUs\/\">Contact Us<\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><style type=\"text\/css\">\n#foogallery-gallery-290.fg-masonry .fg-item { width: 250px; }\n#foogallery-gallery-290.fg-masonry { --fg-gutter: 10px; }<\/style>\n\t\t\t<div class=\"foogallery foogallery-container foogallery-masonry foogallery-lightbox-none fg-center fg-masonry fg-ready fg-transparent fg-border-thin fg-shadow-small fg-loading-default fg-loaded-fade-in fg-captions-bottom fg-hover-fade fg-hover-external fg-fixed\" id=\"foogallery-gallery-290\" data-foogallery=\"{&quot;item&quot;:{&quot;showCaptionTitle&quot;:true,&quot;showCaptionDescription&quot;:true},&quot;lazy&quot;:true,&quot;template&quot;:{&quot;columnWidth&quot;:250,&quot;gutter&quot;:10}}\" style=\"--fg-title-line-clamp: 0; --fg-description-line-clamp: 0;\" >\n\t\t<div class=\"fg-item fg-type-iframe fg-idle\"><figure class=\"fg-item-inner\"><a href=\"https:\/\/adata.org\/\" target=\"_blank\" data-attachment-id=\"446\" data-type=\"iframe\" class=\"fg-thumb\"><span class=\"fg-image-wrap\"><img decoding=\"async\" alt=\"Link for website: ADA National Network\" width=\"250\" height=\"85\" class=\"skip-lazy fg-image\" data-src-fg=\"https:\/\/www.ada-dcc.org\/dev\/wp-content\/uploads\/cache\/2021\/01\/dbtac\/4269570075.png\" src=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22250%22%20height%3D%2285%22%20viewBox%3D%220%200%20250%2085%22%3E%3C%2Fsvg%3E\" loading=\"eager\"><\/span><span class=\"fg-image-overlay\"><\/span><\/a><\/figure><div class=\"fg-loader\"><\/div><\/div><\/div><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ADA Resources The Great Lakes\u00a0ADA\u00a0Center hosts a list of resources for additional information. The list is not all-inclusive. Some resources may have been inadvertedly omitted. Inclusion on this list should not be construed as an endorsement of any kind. If you have a resource to include on this list, please\u00a0contact us. We will make every&hellip;&nbsp;<a href=\"https:\/\/www.ada-dcc.org\/dev\/new-ada_resource2-dev\/\" class=\"\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">New ada_resources Dev<\/span><\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"off","neve_meta_disable_footer":"on","neve_meta_disable_title":"on","_mc_calendar":[],"footnotes":""},"class_list":["post-13679","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/pages\/13679","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/comments?post=13679"}],"version-history":[{"count":96,"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/pages\/13679\/revisions"}],"predecessor-version":[{"id":15226,"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/pages\/13679\/revisions\/15226"}],"wp:attachment":[{"href":"https:\/\/www.ada-dcc.org\/dev\/wp-json\/wp\/v2\/media?parent=13679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}