MetroAccess ParaTransit v02
by freedawirl
HTML
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<div id="accordion" class="paratransit">
<h3>Overview of Services</h3>
<div>
<p>[Image of a MetroAccess bus crossing a bridge]</p>
<p>In order to receive services, all MetroAccess passengers must be certified through the in-person eligibility process outlined in this guide. Specific details on eligibility requirements and how to apply may be found in the Eligibility & Certification portion of this guide.</p>
<p>A person is likely to receive some level of paratransit service eligibility if his or her functional ability to use Capital Metro’s accessible fixed route services are impaired due—specifically—to a disability.</p>
<p>Persons with disabilities who can reasonably use regular bus or rail service are expected to do so.</p>
<p>MetroAccess is a shared-ride paratransit service providing origin-to-destination service for eligible passengers seven (7) days a week. ”Shared ride” means that multiple passengers may receive service on the same vehicle, at the same time. MetroAccess uses a mix of vehicle types and service providers to provide the best service possible.</p>
<p>MetroAccess provides paratransit service to complement Capital Metro’s fixed route bus system with comparable hours, days, and service area. MetroAccess service area is provided within ¾ of a mile of Capital Metro’s regular fixed route services.</p>
<p>Fixed route service changes that impact the service area, days of service, or hours of service will directly affect MetroAccess’ service area, service days and service hours.</p>
<p>NOTE: Public school districts are responsible for providing transportation for (grade K – 12) students during regular...
CSS
#accordion.paratransit h3 {
font-size:16px;
}
JavaScript
$(function () {
$("#accordion").accordion();
});