forked from ChelseaKR/fare-policy-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoltrans-fare-table.html
More file actions
265 lines (250 loc) · 51.2 KB
/
Copy pathsoltrans-fare-table.html
File metadata and controls
265 lines (250 loc) · 51.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html><!-- This site was created in Webflow. https://webflow.com --><!-- Last Published: Thu Aug 13 2026 00:44:45 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.soltrans.org" data-wf-page="68a3fc7e8e83285a342635ba" data-wf-site="654a76e2f71f409893f7b4ef" lang="en"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>Fare Table</title><meta content="Fare Table" property="og:title"/><meta content="Fare Table" name="twitter:title"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="Webflow" name="generator"/><link href="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/css/soltrans.webflow.shared.cc2e917f1.css" rel="stylesheet" type="text/css" integrity="sha384-zC6Rfxg6PPj69S4vhgCa6hPHDxA9AhYR15ElUMdActJv+B5AMReiQYJehdRjMKNH" crossorigin="anonymous"/><script src="https://use.typekit.net/uid7bmw.js" type="text/javascript"></script><script type="text/javascript">try{Typekit.load();}catch(e){}</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/65b948a0b01b4416a562ec30_favicon-32x32.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/65b948969077d756bf258795_256x256.png" rel="apple-touch-icon"/><link href="https://www.soltrans.org/fares/fare-table" rel="canonical"/><script>(function(w,i,g){w[g]=w[g]||[];if(typeof w[g].push=='function')w[g].push.apply(w[g],Array.isArray(i)?i:[i]);})(window,['G-316K7GSRSN'],'google_tags_first_party');</script><script async="" src="/v2645sy3qzdjNjU0YTc2ZTJmNzFmNDA5ODkzZjdiNGVm/ddgdM-kvzonaScuY-ZSmypfRRWo"></script><script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('set', 'developer_id.dZGVlNj', true);gtag('set', 'developer_id.dYWYxNW', true);gtag('js', new Date());gtag('config', 'G-316K7GSRSN');</script><!-- Global Styles -->
<style>
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
outline: 0.125rem solid #4d65ff;
outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
content: "";
display: block;
padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
margin-right: auto !important;
margin-left: auto !important;
}
/*
Make the following elements inherit typography styles from the parent and not have hardcoded values.
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
color: inherit;
text-decoration: inherit;
font-size: inherit;
}
*/
/* Apply "..." after 3 lines of text */
.text-style-3lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
display: inline-flex;
}
/* These classes are never overwritten */
.hide {
display: none !important;
}
@media screen and (max-width: 991px) {
.hide, .hide-tablet {
display: none !important;
}
}
@media screen and (max-width: 767px) {
.hide-mobile-landscape{
display: none !important;
}
}
@media screen and (max-width: 479px) {
.hide-mobile{
display: none !important;
}
}
.margin-0 {
margin: 0rem !important;
}
.padding-0 {
padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
margin-right: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-top {
padding-right: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-right {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
margin-left: 0rem !important;
}
.padding-right {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
padding-left: 0rem !important;
}
.margin-bottom {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-bottom {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-left: 0rem !important;
}
.margin-left {
margin-top: 0rem !important;
margin-right: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-left {
padding-top: 0rem !important;
padding-right: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-horizontal {
margin-top: 0rem !important;
margin-bottom: 0rem !important;
}
.padding-horizontal {
padding-top: 0rem !important;
padding-bottom: 0rem !important;
}
.margin-vertical {
margin-right: 0rem !important;
margin-left: 0rem !important;
}
.padding-vertical {
padding-right: 0rem !important;
padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width {
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* Removes native scrollbar */
.no-scrollbar {
-ms-overflow-style: none;
overflow: -moz-scrollbars-none;
}
.no-scrollbar::-webkit-scrollbar {
display: none;
}
</style>
<!-- Please keep this css code to improve the font quality-->
<style>
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-o-font-smoothing: antialiased;
}
.visually-hidden {
clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}
</style>
<link rel="stylesheet" href="https://use.typekit.net/dnh5zll.css" />
<!-- You can remove this -->
<meta name="facebook-domain-verification" content="mlk59ybu44651lzcbhhxjfl8vfae8q" />
<!-- [Attributes by Finsweet] CMS Slider -->
<script src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-cmsslider@1/cmsslider.js"></script></head><body><header class="navigation"><a id="skip-link" href="#" class="skip-link button is-alternate">Skip to Main Content</a><div class="search-modal"><div data-w-id="5e67c0f3-bd50-58ce-675c-e05c3f01cf5c" class="icon-embed-small search-close w-embed"><svg width="100%" height="100%" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.056 23.5004L23.5004 24.056C23.1935 24.3628 22.696 24.3628 22.3892 24.056L16 17.6668L9.61078 24.056C9.30394 24.3628 8.80645 24.3628 8.49961 24.056L7.94403 23.5004C7.63719 23.1936 7.63719 22.6961 7.94403 22.3892L14.3332 16L7.94403 9.61081C7.63719 9.30397 7.63719 8.80648 7.94403 8.49964L8.49961 7.94406C8.80645 7.63721 9.30394 7.63721 9.61078 7.94406L16 14.3333L22.3892 7.94404C22.6961 7.6372 23.1935 7.6372 23.5004 7.94404L24.056 8.49963C24.3628 8.80647 24.3628 9.30395 24.056 9.61079L17.6667 16L24.056 22.3892C24.3628 22.6961 24.3628 23.1936 24.056 23.5004Z" fill="currentColor"/>
</svg></div><form action="/search" class="search w-form"><label for="search" class="screen-reader-only">Search this site</label><input class="search-input w-input" maxlength="256" name="query" placeholder="What can we help you find?" type="search" id="search" required=""/><input type="submit" class="button search-button w-button" value="Search"/></form></div><div class="modal-overlay"><div class="modal-wrapper"><div class="div-block-2"><div data-w-id="889705a8-3ef8-3ed7-ae2a-4b568528002d" class="icon-embed-xxsmall-8 w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--ic" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" d="M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59L7.11 5.7A.996.996 0 1 0 5.7 7.11L10.59 12L5.7 16.89a.996.996 0 1 0 1.41 1.41L12 13.41l4.89 4.89a.996.996 0 1 0 1.41-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4"></path></svg></div></div><h1 class="heading-style-h1 popup">New Service Changes Are Here</h1><p class="text-size-medium margin-top margin-0 pop">As of August 2, 2026, SolTrans has updated its routes and schedules as part of the Systemwide Redesign. Learn more about the changes and plan your next trip.</p><a href="https://soltrans.webflow.io/news/new-schedules-maps-and-planning-tool-are-now-available" class="button is-pop w-button">View Service Changes</a></div></div><div class="section-searchbar background-color-green"><div class="padding-xxsmall"><div class="container-large is-searchbar"><div id="google_translate_element" class="google_translate_element"></div><div class="search-separator"> | </div><div data-w-id="2cdf2c6e-6b8e-ff58-96f2-101320474c5f" class="search-trigger search-btn-txt"><div class="search-btn-txt">Search</div><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/65b19737b42accff59a2330e_search.svg" loading="lazy" alt="" class="search-icon"/></div></div></div></div><nav class="nav-wrap"><div data-animation="default" class="navbar1_component w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="c7c87b39-6b7c-f58b-715f-eb6e898336ec" role="banner" data-duration="200" data-doc-height="1"><div class="container-large menu-container"><a href="/" aria-label="Homepage" class="navbar1_logo-link w-nav-brand"><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/6577b4b68a72bad19dfa35ff_logo-2adc9b8d13feb3233e96d89e0f4487e2.svg" loading="lazy" width="163" alt="Soltrans logo. Link to Homepage" class="navbar1_logo"/></a><nav role="navigation" class="navbar-menu is-page-height-tablet w-nav-menu"><div class="main-menu-list"><div data-hover="false" data-delay="0" class="main-menu-link w-dropdown"><div class="menu-toggle w-dropdown-toggle"><div class="menu-icon w-icon-dropdown-toggle"></div><div class="menu-text">Getting Around</div></div><nav class="mega-menu-dropdown w-dropdown-list"><div id="mega-menu-gettingaround" class="mega-menu-section"><div class="padding-large is-dropdown-menu"><div class="container-large"><div class="w-layout-grid menu-cols"><a href="/routes" class="menu-link">Routes & Schedules</a><a href="/alerts" class="menu-link middle-link">Alerts</a><a href="/getting-around/how-to-ride" class="menu-link">How to Ride</a><a href="/getting-around" class="menu-link">Transit Hubs</a><a id="w-node-_05abe9b0-e20f-dd5f-637f-1b0922655ae1-898336e8" href="/getting-around/transit-partners" class="menu-link middle-link">Transit Partners</a><a id="w-node-f6d4a25c-ac4b-4bfb-d75f-c20002569f67-898336e8" href="/help-center" class="menu-link">Help Center</a></div></div></div></div></nav></div><div data-hover="false" data-delay="0" class="main-menu-link w-dropdown"><div class="menu-toggle w-dropdown-toggle"><div class="menu-icon w-icon-dropdown-toggle"></div><div class="menu-text">Fares</div></div><nav class="mega-menu-dropdown w-dropdown-list"><div class="mega-menu-section mega-menu-fares"><div class="padding-large is-dropdown-menu"><div class="container-large"><div class="w-layout-grid fare-cards"><div class="fare-card"><div class="fare-card-head adult"><div class="fare-card-title">Adult</div></div><div class="fare-card-body"><div class="fare-age">Ages 19–64</div><div class="day-pass">DAY PASS<br/></div><div class="w-layout-grid fare-price-table"><div id="w-node-_99db9143-b756-a05c-4c11-489c8281d9b3-898336e8" class="fare-price">$4.50</div><div id="w-node-_37dd06ad-3e9f-44c3-3550-e23944dbf124-898336e8" class="fare-type">Local</div><div id="w-node-a00502f2-00da-0838-ae83-7f8d377cd43f-898336e8" class="fare-price">$5.50</div><div id="w-node-_8e4d67ee-9e92-90ad-0939-083b4e8cf336-898336e8" class="fare-type">Solano County Express</div><div id="w-node-_274449bd-fbbe-e612-04f8-3b278bbaa1e2-898336e8" class="fare-price">$10.00</div><div id="w-node-e2419d47-68da-784d-1d65-89cee13b196d-898336e8" class="fare-type">Out of County Express<br/></div></div></div></div><div class="fare-card"><div class="fare-card-head youth"><div class="fare-card-title">Youth</div></div><div class="fare-card-body"><div class="fare-age">Ages 6–18</div><div class="day-pass">DAY PASS<br/></div><div class="w-layout-grid fare-price-table"><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a6b-898336e8" class="fare-price">FREE</div><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a6d-898336e8" class="fare-type">Local</div><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a6f-898336e8" class="fare-price">FREE</div><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a71-898336e8" class="fare-type">Solano County Express</div><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a73-898336e8" class="fare-price">FREE</div><div id="w-node-_52ee252c-9a96-8cb4-219a-888122569a75-898336e8" class="fare-type">Out of County Express<br/></div></div></div></div><div class="fare-card"><div class="fare-card-head reduced"><div class="fare-card-title">Reduced</div></div><div class="fare-card-body"><div class="fare-age">ADA/65+/Medicare</div><div class="day-pass">DAY PASS<br/></div><div class="w-layout-grid fare-price-table"><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371c8-898336e8" class="fare-price">$2.25</div><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371ca-898336e8" class="fare-type">Local</div><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371cc-898336e8" class="fare-price">$2.75</div><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371ce-898336e8" class="fare-type">Solano County Express</div><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371d0-898336e8" class="fare-price">$5.00</div><div id="w-node-ed713f4b-1936-337e-8a0c-515ed21371d2-898336e8" class="fare-type">Out of County Express<br/></div></div><div class="id-required"><div class="text-block-2">ID Card Required for Eligibility</div><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/66ba3f2e5c4f0b04f849c97f_idcard.svg" loading="lazy" alt="" class="id-card-icon"/></div></div></div></div><div class="w-layout-grid menu-cols"><a href="/fares/fare-table" aria-current="page" class="menu-link w--current">What to Pay</a><a href="/fares/ways-to-pay" class="menu-link middle-link">How to Pay</a><a href="/fares/ticket-office-location" class="menu-link">Where to Buy</a></div></div></div></div></nav></div><div data-hover="false" data-delay="0" class="main-menu-link w-dropdown"><div class="menu-toggle w-dropdown-toggle"><div class="menu-icon w-icon-dropdown-toggle"></div><div class="menu-text">Accessibility</div></div><nav class="mega-menu-dropdown w-dropdown-list"><div class="mega-menu-section mega-menu-accessibility"><div class="padding-large is-dropdown-menu"><div class="container-large"><div class="w-layout-grid menu-cols"><a href="/accessibility/ada-paratransit-bus-service" class="menu-link">ADA Paratransit Services</a><a href="/accessibility/information-in-accessible-formats" class="menu-link middle-link">Information in Accessible Formats</a><a href="/accessibility/taxi-programs" class="menu-link">Taxi Programs</a><a id="w-node-a3bb3f92-0c5e-3e3c-05bc-a6473f3c2ea1-898336e8" href="/resources/civil-rights-title-vi-ada" class="menu-link">Civil Rights</a></div></div></div></div></nav></div><div data-hover="false" data-delay="0" class="main-menu-link w-dropdown"><div class="menu-toggle w-dropdown-toggle"><div class="menu-icon w-icon-dropdown-toggle"></div><div class="menu-text">Contact Us</div></div><nav class="mega-menu-dropdown w-dropdown-list"><div class="mega-menu-section mega-menu-contactus"><div class="padding-large is-dropdown-menu"><div class="container-large"><div class="w-layout-grid menu-cols"><a href="/contact-us/request-for-public-comments" class="menu-link">Request for Public Comments</a><a href="/resources/working-with-soltrans/transit-advertising" class="menu-link middle-link">Advertising Requests</a><a href="https://soltrans.typeform.com/to/Bo5uPT3s" class="menu-link">Leave Us a Comment</a></div></div></div></div></nav></div><a href="/news" class="main-menu-link no-dropdown">News</a><div data-hover="false" data-delay="0" class="main-menu-link w-dropdown"><div class="menu-toggle w-dropdown-toggle"><div class="menu-icon w-icon-dropdown-toggle"></div><div class="menu-text">More</div></div><nav class="mega-menu-dropdown w-dropdown-list"><div class="mega-menu-section mega-menu-more"><div class="padding-large is-dropdown-menu"><div class="container-large"><div class="w-layout-grid menu-cols"><div class="menu-with-submenu"><a href="/about" class="menu-link has-submenu">About</a><a href="/about/who-we-are" class="menu-sublink">Who We Are</a><a href="/about/who-we-are/board-of-directors" class="menu-sublink">Board of Directors</a><a href="/about/governance-and-policies" class="menu-sublink">Governance and Policies</a><a href="/about/job-openings" class="menu-sublink">Job Openings</a><a href="/about/financial-information" class="menu-sublink">Financial Information</a></div><div class="menu-with-submenu middle-link"><a href="/planning" class="menu-link has-submenu">Plans & Development</a><a href="/planning/short-range-plans" class="menu-sublink">Short Range Plans</a><a href="/planning/emergency-operations-plan" class="menu-sublink">Emergency Operations Plan</a><a href="/planning/road-map-to-zero-emission-fuel-cell-electric-buses" class="menu-sublink">Road Map to Zero Emission</a></div><div class="menu-with-submenu"><a href="/resources" class="menu-link has-submenu">Resources</a><a href="/resources/board-committee-meetings" class="menu-sublink">Board & Committee Meetings</a><a href="/resources/civil-rights-title-vi-ada" class="menu-sublink">Civil Rights/Title VI/ADA</a><a href="/resources/working-with-soltrans" class="menu-sublink">Working with SolTrans</a><a href="/resources/developer-resources" class="menu-sublink">Developer Resources</a></div></div></div></div></div></nav></div></div></nav><div class="navbar1_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div></nav><div aria-label="Latest Promos Carousel" class="section-promo-bar"><div class="padding-xsmall"><div class="container-large"><div class="w-dyn-list"><div fs-cmsslider-element="list" role="list" class="promo-items w-dyn-items"><div role="listitem" class="promo-item w-dyn-item"><div class="promo-slide-content"><a href="#" class="promo-slide-text">Service Alert: Routes 60 and 82 Detours</a><a aria-label="Service Alert: Routes 60 and 82 Detours" href="/news/service-alert-routes-60-and-82-detours" class="button is-secondary is-alternate promo-link w-button">Read More</a></div></div><div role="listitem" class="promo-item w-dyn-item"><div class="promo-slide-content"><a href="#" class="promo-slide-text">New Schedules Available, Systemwide Redesign</a><a aria-label="New Schedules Available, Systemwide Redesign" href="/news/new-schedules-maps-and-planning-tool-are-now-available" class="button is-secondary is-alternate promo-link w-button">Read More</a></div></div><div role="listitem" class="promo-item w-dyn-item"><div class="promo-slide-content"><a href="#" class="promo-slide-text">Service Alert: Route 7A Detour and Stops Missed</a><a aria-label="Service Alert: Route 7A Detour and Stops Missed" href="/news/service-alert-route-7a-detour-and-stops-missed" class="button is-secondary is-alternate promo-link w-button">Read More</a></div></div><div role="listitem" class="promo-item w-dyn-item"><div class="promo-slide-content"><a href="#" class="promo-slide-text">Systemwide Redesign Outreach Events 2026</a><a aria-label="Systemwide Redesign Outreach Events 2026" href="/news/systemwide-redesign-outreach-events-2026" class="button is-secondary is-alternate promo-link w-button">Read More</a></div></div></div></div><div data-delay="4000" data-animation="slide" class="promo-bar-slider w-slider" data-autoplay="false" data-easing="ease" data-hide-arrows="false" data-disable-swipe="false" data-autoplay-limit="0" data-nav-spacing="3" data-duration="500" data-infinite="true" fs-cmsslider-element="slider"><div class="w-slider-mask"><div class="w-slide"></div></div><div class="left-arrow w-slider-arrow-left"><div class="promo-arrow w-icon-slider-left"></div></div><div class="right-arrow w-slider-arrow-right"><div class="promo-arrow w-icon-slider-right"></div></div></div></div></div></div></header><main id="main" class="main-wrapper"><section class="padding-large is-page-template"><div class="w-layout-blockcontainer container-large w-container"><div class="page-content"><div class="breadcrumbs"><a href="/" class="breadcrumb-back-link w-inline-block"><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/659ef5de3a638d1a465d2329_back-arrow.svg" loading="lazy" alt="Back Arrow" class="image-2"/></a><div class="breadcrumb-text-wrap"><div class="flex-div"><a href="/fares" class="breadcrumb-news-link"><strong>Fares</strong></a><div class="breadcrumb-separator"><strong> / </strong></div><div class="breadcrumb-current">Fare Table<br/></div></div></div></div><div class="page-content-wrap"><div class="page-text-wrap"><h1 class="post-title">Fare Table<br/></h1><div><div class="fare-table_wrap"><p class="text-size-medium">Please have exact fare ready when boarding the bus, as fare boxes do not make change. Bus operators do not carry cash.<br/></p><p class="text-size-regular"><em>Effective Sunday, December 5, 2021</em></p><div class="heading-table_title top"><h2>Cash Fares</h2></div><div class="w-layout-grid layout-fare_table_content"><div class="fare_wrap_content"><div class="wrapping-heading_color is-adult"><h4 class="heading-style-h3 text-color-white margin-bottom">Adult</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$2.00<strong>*</strong></span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$2.75</span><span class="white">*</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$5.00<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$6.00<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-youth"><h4 class="heading-style-h3 text-color-white margin-bottom">Youth (18 &under)</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-reduced"><h4 class="heading-style-h3 text-color-white margin-bottom">Reduced</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$1.00<strong>*</strong></span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks no_astrik"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$1.35</span><span class="white">*</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$2.50<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$3.00<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div></div><div class="heading-table_title"><h2>Day Passes</h2></div><div class="w-layout-grid layout-fare_table_content"><div class="fare_wrap_content"><div class="wrapping-heading_color is-adult"><h4 class="heading-style-h3 text-color-white margin-bottom">Adult</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$4.50<strong>*</strong></span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$5.50</span><span class="white">*</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within <br/>Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$10.00</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">1 Pass Swipe +Upcharge</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-youth"><h4 class="heading-style-h3 text-color-white margin-bottom">Youth (18 &under)</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-reduced"><h4 class="heading-style-h3 text-color-white margin-bottom">Reduced</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$2.25</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks no_astrik"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$2.75</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$5.00</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">1 Pass Swipe+Upcharge</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div></div><div class="heading-table_title"><h2>10-Ride Passes</h2></div><div class="w-layout-grid layout-fare_table_content"><div class="fare_wrap_content"><div class="wrapping-heading_color is-adult"><h4 class="heading-style-h3 text-color-white margin-bottom">Adult</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$18.00</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-youth"><h4 class="heading-style-h3 text-color-white margin-bottom">Youth (18 &under)</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-reduced"><h4 class="heading-style-h3 text-color-white margin-bottom">Reduced</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$9.00</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks no_astrik"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within <br/>Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div></div><div class="heading-table_title"><h2>31-Day Passes</h2></div><div class="w-layout-grid layout-fare_table_content"><div class="fare_wrap_content"><div class="wrapping-heading_color is-adult"><h4 class="heading-style-h3 text-color-white margin-bottom">Adult</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$60.00<strong>*</strong></span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$70.00</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$114.00<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">1 Pass Swipe+Upcharge</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-youth"><h4 class="heading-style-h3 text-color-white margin-bottom">Youth (18 &under)</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within <br/>Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">FREE</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-reduced"><h4 class="heading-style-h3 text-color-white margin-bottom">Reduced</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$30.00<strong>*</strong></span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks no_astrik"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$35.00</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$57.00<strong>*</strong></span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">1 Pass Swipe+Upcharge</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div></div><div class="heading-table_title"><h2>SolTrans Paratransit (ADA Certified)</h2></div><div class="w-layout-grid layout-fare_table_content is-paratransit"><div class="fare_wrap_content"><div class="wrapping-heading_color is-cash_fare"><h4 class="heading-style-h3 text-color-white margin-bottom">Cash Fare</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$4.00</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div><div class="fare_wrap_content"><div class="wrapping-heading_color is-10_ride"><h4 class="heading-style-h3 text-color-white margin-bottom">10-Ride Pass</h4></div><div class="price-blocks is-top"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">$40.00</span></p><p class="text-size-regular text-color_light_grey">Local</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Within Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">SolanoExpress Outside Solano County</p></div><div class="price-blocks"><p class="text-size-regular"><span class="text-color-blue text-weight-bold">N/A</span></p><p class="text-size-regular is-price text-color_light_grey">Route 82 </p></div></div></div><p class="text-size-medium margin-top"><strong>*<em> Available on </em></strong><a href="/fares/clipper-card"><strong><em>Clipper</em></strong></a><br/></p><p class="text-size-medium margin-top is-note"><strong>NOTE: </strong><em>Clipper charges the Outside County fare on all SolTrans SolanoExpress lines. Please use cash or a paper pass for travel within Solano County or locally on SolanoExpress lines.</em><br/></p></div><div class="page-text w-richtext"><h3>Children</h3><p>Children age 5 and under ride free, maximum of two per fare-paying passenger. Additional children pay youth fare.<br/></p><h3>Solano Community College Students</h3><p>Solano Community College students ride free with their valid student ID. The FREE ride is valid on all SolTrans, FAST local, and SolanoExpress routes.<br/></p><h3>Reduced Fare Eligibility<br/>Senior 65+ / Disabled / Medicare Recipients</h3><p>To qualify you must present one of the following:</p><ul role="list"><li>Photo ID with birthdate indicating 65+</li><li>Valid Medicare Card with photo ID</li><li>Regional Transit Connection (RTC) Discount Card</li><li>DMV Disabled License Plate Registration</li><li>DMV Disabled Parking Placard printout<br/></li></ul><h3><em>Senior</em> 80+</h3><p>Seniors 80+ ride<strong> FREE </strong>on SolTrans and FAST local routes and SolanoExpress lines. To qualify, present a photo ID with birth year indicating 80+ to the operator.</p><p></p><h1>SolTrans Fare Terms and Conditions</h1><h3><br/>General Terms & Conditions</h3><p>All SolTrans paper passes expire and are not refundable or exchangeable. Passes worn or damaged to the point they are not readable by the farebox may not be accepted. Please do not laminate or punch holes in passes as this will invalidate the pass.<br/></p><h3>Service Areas</h3><p><strong>Local Passes</strong>: Valid for travel within Vallejo and Benicia on SolTrans Local fixed routes<strong>*</strong> and local trips on SolanoExpress fixed routes. Extra surcharge for SolanoExpress travel outside Vallejo and Benicia.</p><p><strong>Within Solano County Passes</strong>: Valid for travel within and between Solano County cities (Vallejo, Benicia, Fairfield, Vacaville, Dixon, and Davis) on SolanoExpress Lines. Extra surcharge for SolanoExpress travels outside of Solano County.<strong></strong></p><p><strong>Outside Solano County Passes</strong>: Valid for travel both outside and within Solano County on SolanoExpress fixed routes and SolTrans Local fixed routes. Extra surcharge on SolanoExpress Route 82 to the San Francisco Ferry terminal.<strong><br/></strong></p><h3>Fare Categories</h3><p>1.<strong>Adult</strong>: Ages 19-64<br/>2.<strong>Youth</strong>: Ages 6-18<br/>3.<strong>Reduced</strong>: Ages 65 and over, disabled or Medicare recipient. A driver may request to see proof of eligibility:</p><p>- Photo ID with birthdate indicating 65+<br/>- Medicare card with photo ID<br/>- Regional Transit Connection (RTC) Discount Card<br/>- DMV Disabled License Plate registration paperwork<br/>- DMV Disabled Parking placard paperwork</p><p> </p><h3>Pass Types</h3><p><strong>31-Day Passes</strong>:Valid for unlimited travel on fixed routes for 31 days from the first day of use. Available to Adult and Reduced Fare Categories for all Service Areas. Youth Fare Category is only available for the Local Service Area.<strong></strong></p><p><strong>Day Passes</strong>: Valid for unlimited travel on fixed routes all day on the first day used. May be purchased onboard the bus with the exact fare. Available to all Fare Categories for all Service Areas.<strong></strong></p><p><strong>Local 10-Ride Pass</strong>: <br/>Valid for 10 one-way rides (single boarding) on SolTrans fixed routes. Available to all Fare Categories for SolTrans Local Service Area only.<strong></strong></p><p><strong>Paratransit 10-Ride Pass</strong>: Valid for 10 one-way rides (single boarding) on SolTrans' ADA Paratransit demand response† service only within SolTrans’ local service area. ADA Paratransit Certification is required to ride. A driver may request to see a valid ADA Paratransit ID card.</p><p><em>* Fixed route - Services provided on a repetitive, fixed schedule basis along a specific route with vehicles stopping to pick up and deliver passengers to specific locations; each fixed route trip serves the same origins and destinations.</em></p><p><em>† Demand response - A transit mode operating in response to calls from passengers to the transit operator, who then dispatches a vehicle to pick up the passengers and transport them to their destinations. The vehicle may be dispatched to pick up several passengers at different pick-up points before taking them to their respective destinations and may be interrupted on route to these destinations to pick up other passengers.</em></p></div></div></div></div></div></div></section><section class="section_homepage_comment background-color-blue"><div class="padding-large is-comment"><div class="container-large"><div class="wrapping-content_homepage_comment"><div class="cta7_content"><div class="max-width-large"><div class="margin-bottom margin-xsmall"><h2 class="heading-style-h2 text-color-white">Leave a Comment</h2></div><p class="text-size-regular text-color-white"><span class="text-color-green">We welcome feedback and questions from SolTrans passengers.</span><br/>Please fill out the form to send us a message. Customer service hours of operation are 8:00 am to 8:00 pm, Monday through Friday. Customer service can be reached at (707) 648-4666 during regular office hours.</p></div></div><div class="cta7_button-row"><a href="https://soltrans.typeform.com/to/Bo5uPT3s" target="_blank" class="button is-secondary is-alternate w-button">Leave a Comment</a></div></div></div></div></section></main><footer class="footer background-color-dark_gray"><div class="padding-large is-footer"><div class="container-large"><div class="w-layout-grid layout-footer_content"><div id="w-node-_726c26af-501b-ce0d-0216-e3a0a79fbfb0-a79fbfac" class="wrapping-footer_content"><h2 class="heading-style-h1 text-weight-normal text-color-white">Need Assistance?<br/></h2><div class="wrapping-footer_buttons"><p class="text-size-regular text-color-white margin-top">Before you call, Click the button to see All Transit Alerts.</p><a href="/help-center" class="button margin-top footer-button w-button">Help Center</a><a href="/alerts" class="button is-tertiary margin-top footer-button w-button">See All Alerts</a></div><p class="text-size-regular text-color-green text-weight-medium margin-top padding-bottom">SolTrans Customer Service</p><p class="text-size-regular text-color-white margin-bottom">+1 (707) 648-4666 | M–F, 8am–8pm PST</p><a href="tel:7076484666" class="button is-secondary is-alternate w-button">Call</a></div><div id="w-node-_726c26af-501b-ce0d-0216-e3a0a79fbfc3-a79fbfac" class="wrapping-footer_content"><h2 class="heading-style-h1 text-weight-normal text-color-white">Quick Links<br/></h2><div class="layout-quick-links"><div class="wrapping-footer_quick_links"><p class="text-size-regular text-color-green text-weight-medium margin-top">References</p><ul role="list" class="list-footer w-list-unstyled"><li><a href="/resources/board-committee-meetings" class="text-style-link text-color-white is-footer">Board/Committee Meetings</a></li><li><a href="/resources/civil-rights-title-vi-ada" class="text-style-link text-color-white is-footer">Know Your Civil Rights</a></li><li><a href="/accessibility/information-in-accessible-formats" class="text-style-link text-color-white is-footer">Information in Accessible Formats</a></li><li><a href="/getting-around/holiday-schedule" class="text-style-link text-color-white is-footer">Holiday Schedule</a></li></ul><p class="text-size-regular text-color-green text-weight-medium margin-top">Follow Us</p><div class="wrapping-footer_social_media_links"><a href="https://www.facebook.com/SolTrans/?ref=page_internal" target="_blank" class="w-inline-block"><div class="screen-reader-only">Facebook</div><div class="icon-embed-xxsmall-2 w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--carbon" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><title>Facebook Logo</title><path fill="currentColor" d="M26.67 4H5.33A1.34 1.34 0 0 0 4 5.33v21.34A1.34 1.34 0 0 0 5.33 28h11.49v-9.28H13.7v-3.63h3.12v-2.67c0-3.1 1.89-4.79 4.67-4.79c.93 0 1.86 0 2.79.14V11h-1.91c-1.51 0-1.8.72-1.8 1.77v2.31h3.6l-.47 3.63h-3.13V28h6.1A1.34 1.34 0 0 0 28 26.67V5.33A1.34 1.34 0 0 0 26.67 4"></path></svg></div></a><a href="https://www.linkedin.com/company/solano-county-transit-soltrans" target="_blank" class="w-inline-block"><div class="screen-reader-only">LinkedIn</div><div class="icon-embed-xxsmall-3 w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--bx" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><title>LinkedIn Logo</title><path d="M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM8.339 18.337H5.667v-8.59h2.672v8.59zM7.003 8.574a1.548 1.548 0 1 1 0-3.096a1.548 1.548 0 0 1 0 3.096zm11.335 9.763h-2.669V14.16c0-.996-.018-2.277-1.388-2.277c-1.39 0-1.601 1.086-1.601 2.207v4.248h-2.667v-8.59h2.56v1.174h.037c.355-.675 1.227-1.387 2.524-1.387c2.704 0 3.203 1.778 3.203 4.092v4.71z" fill="currentColor"></path></svg></div></a><a href="https://www.instagram.com/ridesoltrans/" target="_blank" class="link-block w-inline-block"><div class="screen-reader-only">Instagram</div><div class="icon-embed-xxsmall-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--iconoir" width="100%" height="100%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><title>Instagram Logo</title><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8"></path><path d="M3 16V8a5 5 0 0 1 5-5h8a5 5 0 0 1 5 5v8a5 5 0 0 1-5 5H8a5 5 0 0 1-5-5Z"></path><path stroke-linecap="round" stroke-linejoin="round" d="m17.5 6.51l.01-.011"></path></g></svg></div></a></div></div><div class="wrapping-footer_quick_links"><p class="text-size-regular text-color-green text-weight-medium margin-top">Apps</p><div class="wrapping-footer_apps"><a href="https://transitapp.com/" target="_blank" class="app_link_block w-inline-block"><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/65820c5207f95c17d15dfa4c_transit-app.png" loading="lazy" alt="Transit App Logo" class="app-link-img"/></a><a href="https://tokentransit.com/app" target="_blank" class="app_link_block w-inline-block"><img src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/65820c7b441c2974853ef48d_token-transit-app.png" loading="lazy" alt="Token Transit Logo" class="app-link-img"/></a></div><div class="footer-copyright"><div class="container-large"><p class="text-size-regular text-color-white">© 2024 SolTrans</p></div></div></div></div></div></div></div></div></footer><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=654a76e2f71f409893f7b4ef" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/js/webflow.schunk.20e07c14891f2893.js" type="text/javascript" integrity="sha384-xTe6CbOSZJj0VOiHcjOqaF48MMK3YO6H3ucJ+3jtj3+ymNF4v+X3e4lKqTLZ1YB7" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/654a76e2f71f409893f7b4ef/js/webflow.845a1c24.c653f3dfc69f577b.js" type="text/javascript" integrity="sha384-WDGb5/e2xoZFMp8XzKUW33yluhmqmmUMZsGWnvp5opwcQWbqdV13DQH1vMhFT58d" crossorigin="anonymous"></script><!-- gooogle translate scripts -->
<script type="text/javascript" async src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: "ar,zh-CN,zh-TW,en,fr,de,nl,el,hi,hmn,it,iw,ja,ko,pt,pa,ru,es,tl,th,tr,vi", layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script>
// Returns the cookie value or null.
// const getCookie = name => {
// const nameExpression = `${name}=`;
// const cookies = document.cookie.split(';');
// const cookie = cookies.find(currentCookie => currentCookie.includes(nameExpression));
// return cookie ? cookie.trim().substring(nameExpression.length, cookie.length) : null;
// }
// // Sets the cookie.
// const setCookie = (name, value, expire = 365, path = '/') => {
// const date = new Date();
// date.setTime(date.getTime() + (expire * 24 * 3600 * 1000));
// const expires = date.toUTCString();
// document.cookie = `${name}=${value}; expires=${expires}; path=${path}`;
// };
// const popup = document.getElementById("modal-component");
// const close = document.getElementById("modal-close");
// // Define the name of the cookie.
// cookieName = "popup-display";
// // First get the cookie..
// const cookie = getCookie(cookieName);
// // ..then check if the cookie is not set.
// if (cookie !== 'show') {
// // If it isn't set, show the popup after 2 seconds..
// setTimeout(() => {
// popup.classList.add("modal-open");
// }, 2000);
// // ..and add the event listener.
// close.addEventListener("click", (event) => {
// // Set the cookie with the value show for 2 days..
// setCookie(cookieName, "show", 1);
// // ..and hide the popup
// popup.classList.remove("modal-open");
// });
// }
</script>
<!-- Skip-to-main script -->
<script>
$(document).ready(function () {
$('#skip-link').on('click keydown', function(e) {
if (e.type === "keydown" && e.which !== 13) {
return;
}
e.preventDefault();
var target = $('#main');
target.attr('tabindex', '-1');
target.focus();
});
});
</script>
</body></html>