Public-domain · open source
OpenJurist

20 ILCS 2705/2705-630

Transit to Trails Grant Program

Known as the Department of Transportation Law

The act spans §§ 20-2705-2705-1 to 20-2705-2705-90 (85 sections).

P.A. 104-457, eff. 6-1-26.

(a) Subject to appropriation, the Secretary shall establish the Transit to Trails Grant Program to award grants to eligible entities for projects that facilitate travel by public transportation to public outdoor recreation sites for outdoor activities, including hiking, biking, boating, picnicking, hunting, fishing, wildlife observation, or other nature-based activities. Grants awarded under the program shall be used to: (1) alter or expand the operation of existing transit service to accommodate increased access by the public to outdoor recreation activities; (2) construct new infrastructure or improve existing infrastructure to facilitate safe, convenient access to outdoor recreation sites, including, but not limited to, stations, stops, shelters, bike-share, and bicycle infrastructure; and (3) conduct public outreach, education, and engagement efforts to inform the public and encourage the use of transit and access to outdoor recreation. (b) The Secretary shall award grants through the program on an annual basis. The Department shall adopt necessary rules to create and implement the program. (c) Eligible recipients of grants under the program shall include: (1) public transit agencies; (2) owners of outdoor recreation lands accessible by the general public, including parks districts, conservation districts, and forest preserve districts; and (3) units of local government, State agencies, and nonprofit organizations engaged in facilitating outdoor recreation opportunities. (d) In considering grant applications under the program, the Department shall prioritize projects that demonstrate an intent to enhance access to outdoor recreation opportunities for populations with the greatest need of improved access to outdoor nature-based recreation. These populations shall be defined as residents of: (1) R3 Areas as established under Section 10-40 of the Cannabis Regulation and Tax Act; (2) environmental justice communities as defined under the Illinois Solar for All Program and updated from time to time by the Illinois Power Agency and the Administrator of the Illinois Solar for All Program; (3) communities that can demonstrate to the Secretary that the community has inadequate, insufficient, or no park space or recreation facilities, including by demonstrating: (A) quality concerns relating to the available park space or recreation facilities; (B) the presence of recreational facilities that do not serve the needs of the community; or (C) the inequitable distribution of park space for high-need populations, based on income, age, or other measures of vulnerability and need; and (4) communities in which at least 50% of the population is not located within 0.5 miles of park space. (e) The Department shall provide technical assistance in preparing grant applications to applicants upon request. This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn This site is maintained for the Illinois General Assembly by the Legislative Information System, 705 Stratton Building, Springfield, Illinois 62706. Contact ILGA Webmaster ILGA.GOV 2026 ILGA.gov | All Rights Reserved | ADA | Disclaimers | Learn .fade-out { opacity: 0; transition: opacity 1.0s; /* Adjust the duration as needed */ } .cookies { position: fixed; bottom: 0; margin-bottom: 0; /* Ensure no margin at the bottom */ width: 100%; border-radius: 0; /* Remove rounded borders */ opacity: 0.98; z-index: 100; } @media (max-width: 576px) { .cookies { height: auto; /* Allow the height to adjust based on content */ padding-bottom: 80px !important; /* Add extra padding to push buttons above UserWay widget */ } } ILGA.gov is better with cookies. ILGA.gov uses cookies to ensure you get the best experience on our website. By continuing to browse ILGA.gov you consent to our use of cookies. Read About Cookies Accept & Continue document.getElementById('about-cookies-btn').addEventListener('click', function () { window.location.href = '/Cookies'; }); (function () { var button = document.querySelector("#cookieConsent button[data-cookie-string]"); button.addEventListener("click", function (event) { document.cookie = button.dataset.cookieString; var cookieContainer = document.querySelector("#cookieConsent"); cookieContainer.remove() }, false); })(); enableWordFriendlyCopy({ selector: '#copyable-content', baseUrl: 'https://ilga.gov/' }); (function () { const BASE_WIDTH = 578; const isDev = location.hostname === 'localhost' || location.hostname === 'dev.ilga.gov'; const log = (...args) => { if (isDev) { console.log(...args); } }; function applyBillScale() { log('--- applyBillScale called ---'); const host = document.querySelector('#billtextanchor .billtext-host'); const scaleEl = document.querySelector('#billtextanchor .billtext-scale'); log('host element:', host); log('scaleEl element:', scaleEl); if (!host || !scaleEl) { log('Missing host or scaleEl, exiting'); return; } const available = window.innerWidth; log('available viewport width:', available); let scale = 1; log('initial scale:', scale); if (available = 850 (desktop)'); } log('calculated scale:', scale); scaleEl.style.transformOrigin = 'top left'; scaleEl.style.transform = `scale(${scale})`; log('transform:', scaleEl.style.transform); const calculatedWidth = BASE_WIDTH * scale; scaleEl.style.width = `${calculatedWidth}px`; log('calculated width:', calculatedWidth); } log('Bill scaling script loaded. isDev =', isDev); window.addEventListener('orientationchange', () => { log('orientationchange event fired'); applyBillScale(); }); document.addEventListener('DOMContentLoaded', () => { log('DOMContentLoaded event fired'); applyBillScale(); }); })(); (function () { var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function () { acsbJS.init({ statementLink: '', footerHtml: '', hideMobile: false, hideTrigger: false, disableBgProcess: false, language: 'en', position: 'left', leadColor: '#070D0D', triggerColor: '#03396c', triggerRadius: '50%', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerIcon: 'people', triggerSize: 'medium', triggerOffsetX: 20, triggerOffsetY: 20, mobile: { triggerSize: 'small', triggerPositionX: 'left', // Change from 'right' to 'left' triggerPositionY: 'bottom', triggerOffsetX: 10, triggerOffsetY: 10, triggerRadius: '50%' } }); }; h.appendChild(s); })(); document.addEventListener('DOMContentLoaded', function () { document.querySelectorAll('button[onclick]').forEach(button => { // Extract the href from the inline onclick const onclick = button.getAttribute('onclick'); const match = onclick.match(/location\.href\s*=\s*['"]([^'"]+)['"]/); if (!match) return; const url = match[1]; // Remove the inline onclick to prevent auto navigation button.removeAttribute('onclick'); // Add our controlled event listener button.addEventListener('click', function (e) { if (e.ctrlKey || e.metaKey) { window.open(url, '_blank'); } else { window.location.href = url; } }); }); });

Official source: Illinois General Assembly. Reproduced from public-domain Illinois statutes; confirm against the official source for the current text. Not legal advice.