Public-domain · open source
OpenJurist

70 ILCS 3615/7.04

Riders Advisory Council

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

(a) There is established a Riders Advisory Council. The Board shall appoint at least 5 and not more than 15 members to the Riders Advisory Council. (b) The purpose of the Riders Advisory Council is to advise the Board of the Authority on the impact of Authority policies, programs, and public transportation services on transit riders within the metropolitan region and to make recommendations for how to improve public transportation in the metropolitan region. (c) The Board shall strive to assemble a Riders Advisory Council that is reflective of the diversity of the metropolitan region, the users of the various modes of public transportation, and the interests of the residents of the region in a strong public transportation system. (d) Members of the Riders Advisory Council shall be appointed to terms of 5 years, may be reappointed to serve multiple terms, and may continue to serve after expiration of their terms until their successors are appointed. (e) The members of the Riders Advisory Council shall elect a Chair, who shall preside over meetings, which shall occur monthly or on such other schedule as is set by vote of the Riders Advisory Council, and shall establish meeting agendas in consultation with fellow Riders Advisory Council members and the Authority. (f) Meetings of the Riders Advisory Council shall be held in compliance with the Open Meetings Act, and the public shall be given an opportunity to attend and comment on matters pertaining to the work of the Riders Advisory Council. (g) The Authority shall designate one or more staff liaisons to provide technical support for the Riders Advisory Council and to facilitate direct communication between the Riders Advisory Council and those in the Authority responsible for delivering public transportation services. (h) The Riders Advisory Council shall: (1) review and comment on proposed Authority budgets, financial plans, capital programs, fare policies, and service standards; (2) convey rider concerns pertaining to the quality, efficiency, safety, accessibility, and equity of public transportation services; (3) assess the efficacy of Authority initiatives to protect the safety of riders on the public transportation system; (4) prepare and convey recommendations to the Authority for how the Authority can improve the quality, efficiency, and equity of public transportation service in the metropolitan region; (5) serve as a resource for connecting riders and rider advocacy organizations with those in the Authority responsible for delivering public transportation services; (6) advocate for funding, policies, and laws that shall improve public transportation in the metropolitan region; and (7) serve as a resource for Authority staff to discuss proposed changes to services, policies, and technologies affecting transit riders before those changes are Implemented. (i) The Authority shall provide adequate technical support so the Riders Advisory Council can function effectively, provide regular briefing on service delivery issues and other topics of interest for transit riders, make staff responsible for delivery of public transportation services accessible to the Riders Advisory Council, give the Riders Advisory Council sufficient information and time to comment on proposed plans and policies, and take into account the comments and recommendations of the Riders Advisory Council before taking action on initiatives that impact public transit riders. (j) Members of the Riders Advisory Council shall serve without compensation but shall be entitled to reimbursement of reasonable and necessary costs incurred in the performance of their duties. (k) Riders Advisory Council members are subject to public transportation system usage requirements applicable to Directors. 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.