forked from ChelseaKR/fare-policy-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcccta-clipper-card.html
More file actions
707 lines (502 loc) · 67 KB
/
Copy pathcccta-clipper-card.html
File metadata and controls
707 lines (502 loc) · 67 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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
<!doctype html>
<html lang="en-US" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-18108916-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-18108916-1');
</script>
<!-- Global site tag (gtag.js) - Google Ads: 324463069 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-324463069"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-324463069');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '344131336232348');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=344131336232348&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script src="https://kit.fontawesome.com/b5b525c301.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Ubuntu:400,700" rel="stylesheet">
<title>Clipper Card – County Connection</title>
<meta name='robots' content='max-image-preview:large' />
<link rel="alternate" type="application/rss+xml" title="County Connection » Feed" href="https://countyconnection.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="County Connection » Comments Feed" href="https://countyconnection.com/comments/feed/" />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://countyconnection.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcountyconnection.com%2Ffares%2Fclipper-card%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://countyconnection.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcountyconnection.com%2Ffares%2Fclipper-card%2F&format=xml" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">
img.wp-smiley, img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 0.07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */
</style>
<style id="wp-block-heading-inline-css">
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://countyconnection.com/wp-includes/blocks/heading/style.min.css */
</style>
<style id="wp-block-image-inline-css">
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:2000001}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
/*# sourceURL=https://countyconnection.com/wp-includes/blocks/image/style.min.css */
</style>
<style id="wp-block-list-inline-css">
ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}
/*# sourceURL=https://countyconnection.com/wp-includes/blocks/list/style.min.css */
</style>
<style id="wp-block-paragraph-inline-css">
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://countyconnection.com/wp-includes/blocks/paragraph/style.min.css */
</style>
<style id="wp-block-columns-inline-css">
.wp-block-columns{box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns{align-items:normal!important}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}
/*# sourceURL=https://countyconnection.com/wp-includes/blocks/columns/style.min.css */
</style>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='bootstrap-css' href='https://countyconnection.com/wp-content/themes/cccta/css/bootstrap.min.css?ver=3.x' media='all' />
<link rel='stylesheet' id='style-css' href='https://countyconnection.com/wp-content/themes/cccta/style.css?ver=1.0.4' media='all' />
<link rel='stylesheet' id='tablepress-default-css' href='https://countyconnection.com/wp-content/tablepress-combined.min.css?ver=48' media='all' />
<script id="jquery-core-js" src="https://countyconnection.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://countyconnection.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<!-- OG: 3.3.9 -->
<meta property="og:image" content="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg"><meta property="og:image:secure_url" content="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg"><meta property="og:image:width" content="640"><meta property="og:image:height" content="400"><meta property="og:image:alt" content="ClipperWorks_Banner_Mobile_030619"><meta property="og:image:type" content="image/jpeg"><meta property="og:description" content="Where to buy Clipper Cards Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and Wheels. Products Available on Clipper Clipper on County Connection means riders can stop carrying multiple forms of payment; instead store it on a Clipper card...."><meta property="og:type" content="article"><meta property="og:locale" content="en_US"><meta property="og:site_name" content="County Connection"><meta property="og:title" content="Clipper Card"><meta property="og:url" content="https://countyconnection.com/fares/clipper-card/"><meta property="og:updated_time" content="2024-05-13T16:03:20-07:00">
<meta property="article:published_time" content="2018-12-20T06:48:06+00:00"><meta property="article:modified_time" content="2024-05-13T23:03:20+00:00"><meta property="article:author:first_name" content="Customer"><meta property="article:author:last_name" content="Service"><meta property="article:author:username" content="Customer Service">
<meta property="twitter:partner" content="ogwp"><meta property="twitter:card" content="summary_large_image"><meta property="twitter:image" content="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg"><meta property="twitter:image:alt" content="ClipperWorks_Banner_Mobile_030619"><meta property="twitter:title" content="Clipper Card"><meta property="twitter:description" content="Where to buy Clipper Cards Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and..."><meta property="twitter:url" content="https://countyconnection.com/fares/clipper-card/"><meta property="twitter:label1" content="Reading time"><meta property="twitter:data1" content="4 minutes">
<meta itemprop="image" content="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg"><meta itemprop="name" content="Clipper Card"><meta itemprop="description" content="Where to buy Clipper Cards Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and Wheels. Products Available on Clipper Clipper on County Connection means riders can stop carrying multiple forms of payment; instead store it on a Clipper card...."><meta itemprop="datePublished" content="2018-12-20"><meta itemprop="dateModified" content="2024-05-13T23:03:20+00:00">
<meta property="profile:first_name" content="Customer"><meta property="profile:last_name" content="Service"><meta property="profile:username" content="Customer Service">
<!-- /OG -->
<link rel="https://api.w.org/" href="https://countyconnection.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://countyconnection.com/wp-json/wp/v2/pages/13382" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://countyconnection.com/xmlrpc.php?rsd" />
<link rel="canonical" href="https://countyconnection.com/fares/clipper-card/" />
<link rel='shortlink' href='https://countyconnection.com/?p=13382' />
<link rel="icon" href="https://countyconnection.com/wp-content/uploads/2018/12/favicon-150x150.png" sizes="32x32" />
<link rel="icon" href="https://countyconnection.com/wp-content/uploads/2018/12/favicon-300x298.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://countyconnection.com/wp-content/uploads/2018/12/favicon-300x298.png" />
<meta name="msapplication-TileImage" content="https://countyconnection.com/wp-content/uploads/2018/12/favicon.png" />
<style id="core-block-supports-inline-css">
.wp-container-core-columns-is-layout-8f761849{flex-wrap:nowrap;}
/*# sourceURL=core-block-supports-inline-css */
</style>
</head>
<body class="wp-singular page-template-default page page-id-13382 page-child parent-pageid-7 wp-theme-cccta">
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div id="header">
<div class="container">
<div class="site-branding">
<div class="site-title"><a href="https://countyconnection.com/" rel="home"><img src="https://countyconnection.com/wp-content/themes/cccta/images/header-logo.png" srcset="https://countyconnection.com/wp-content/themes/cccta/images/header-logo.png, https://countyconnection.com/wp-content/themes/cccta/images/header-logo@2x.png 2x" alt="County Connection"></a></div>
</div><!-- .site-branding -->
<img class="site-branding-background" src="https://countyconnection.com/wp-content/themes/cccta/images/header-mountain.png" srcset="https://countyconnection.com/wp-content/themes/cccta/images/header-mountain.png, https://countyconnection.com/wp-content/themes/cccta/images/header-mountain@2x.png 2x" alt="">
<nav id="site-navigation" class="main-navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false">Menu</button>
<ul class="nav-menu" id="primary-menu">
<li class="page-item "><a href="/routes/"><i class="far fa-map"></i> Maps & Schedules</a></li>
<li class="page-item "><a href="/paratransit/"><i class="fab fa-accessible-icon"></i> LINK Paratransit</a></li>
<li class="page-item " data-menu="fares">
<a href="#"><i class="fas fa-ticket-alt"></i> Fares & Passes <i class="fas fa-chevron-down"></i></a>
<div class="submenu" data-menu="fares">
<div class="submenu-mobile">
<div class="menu-fares-and-passes-container"><ul id="fares-menu" class="menu"><li id="menu-item-13427" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13427"><a href="https://countyconnection.com/fares/fare-types-prices/">Fare types & prices</a></li>
<li id="menu-item-13388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13388"><a href="https://countyconnection.com/fares/transfers/">Transfers</a></li>
<li id="menu-item-13387" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-13382 current_page_item menu-item-13387"><a href="https://countyconnection.com/fares/clipper-card/" aria-current="page">Clipper Card Info</a></li>
<li id="menu-item-71" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-71"><a href="https://countyconnection.com/fares/rtc-discount-card-program/">RTC Discount Card Program</a></li>
</ul></div> </div>
<div class="container submenu-desktop">
<div class="row">
<div class="col-md-3">
<h2>Fares & Passes</h2>
<div class="menu-fares-and-passes-container"><ul id="fares-menu" class="menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13427"><a href="https://countyconnection.com/fares/fare-types-prices/">Fare types & prices</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13388"><a href="https://countyconnection.com/fares/transfers/">Transfers</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-13382 current_page_item menu-item-13387"><a href="https://countyconnection.com/fares/clipper-card/" aria-current="page">Clipper Card Info</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-71"><a href="https://countyconnection.com/fares/rtc-discount-card-program/">RTC Discount Card Program</a></li>
</ul></div> </div>
<div class="col-md-3">
<div class="fare-table-wrapper clipper-fares">
<table id="tablepress-1" class="tablepress tablepress-id-1 clipper-fares fare-table tbody-has-connected-cells">
<thead>
<tr class="row-1">
<th colspan="2" class="column-1">Clipper</th>
</tr>
</thead>
<tbody class="row-hover">
<tr class="row-2">
<td colspan="2" class="column-1"><strong>Adult (19-64 yrs)</strong></td>
</tr>
<tr class="row-3">
<td class="column-1">Single Ride</td><td class="column-2">$2.00</td>
</tr>
<tr class="row-4">
<td class="column-1">Bus-to-Bus Transfer</td><td class="column-2">Free</td>
</tr>
<tr class="row-5">
<td class="column-1">BART-to-Bus Transfer</td><td class="column-2">$1.00</td>
</tr>
<tr class="row-6">
<td colspan="2" class="column-1"><strong>Clipper START/Youth (6-18)/<br />Senior (65+)/Disabled (RTC)</strong></td>
</tr>
<tr class="row-7">
<td class="column-1">Single Ride</td><td class="column-2">$1.00</td>
</tr>
<tr class="row-8">
<td class="column-1">Bus-to-Bus Transfer</td><td class="column-2">Free</td>
</tr>
<tr class="row-9">
<td class="column-1">BART-to-Bus Transfer</td><td class="column-2">$0.50</td>
</tr>
<tr class="row-10">
<td colspan="2" class="column-1"><a href="https://www.clipperstartcard.com/" target="_blank" rel="noopener"><strong>Learn about Clipper START</strong><br><small>Get 50% off all Bay Area transit!</small></a></td>
</tr>
</tbody>
</table>
<!-- #tablepress-1 from cache --> </div>
</div>
<div class="col-md-3">
<div class="fare-table-wrapper cash-fares">
<table id="tablepress-2" class="tablepress tablepress-id-2 cash-fares fare-table tbody-has-connected-cells">
<thead>
<tr class="row-1">
<th colspan="2" class="column-1">Cash</th>
</tr>
</thead>
<tbody class="row-hover">
<tr class="row-2">
<td colspan="2" class="column-1"><strong>Adult (19-64 yrs)</strong></td>
</tr>
<tr class="row-3">
<td class="column-1">All Routes</td><td class="column-2">$2.50</td>
</tr>
<tr class="row-4">
<td colspan="2" class="column-1"><strong>Youth (6-18)</strong></td>
</tr>
<tr class="row-5">
<td class="column-1">All Routes</td><td class="column-2">$2.50</td>
</tr>
<tr class="row-6">
<td colspan="2" class="column-1"><strong>Senior (65+)/Disabled</strong></td>
</tr>
<tr class="row-7">
<td class="column-1">All Routes</td><td class="column-2">$1.25</td>
</tr>
<tr class="row-8">
<td colspan="2" class="column-1"> </td>
</tr>
<tr class="row-9">
<td colspan="2" class="column-1"> </td>
</tr>
<tr class="row-10">
<td colspan="2" class="column-1"> </td>
</tr>
<tr class="row-11">
<td colspan="2" class="column-1"><a href="/fares/clipper-card/"><strong>Save by using Clipper!</strong><br><small>Click here to learn more</small></a></td>
</tr>
<tr class="row-12">
<td colspan="2" class="column-1"><small>* Exact cash fare only, drivers do not carry change</small></td>
</tr>
</tbody>
</table>
<!-- #tablepress-2 from cache --> </div>
</div>
<div class="col-md-3">
<div class="fare-table-wrapper pass-fares">
<table id="tablepress-3" class="tablepress tablepress-id-3 pass-fares fare-table tbody-has-connected-cells">
<thead>
<tr class="row-1">
<th colspan="2" class="column-1">Clipper Passes<br><small>Passes are only available on Clipper</small></th>
</tr>
</thead>
<tbody class="row-hover">
<tr class="row-2">
<td colspan="2" class="column-1"><strong>Adult (19-64)/Youth (6-18 yrs)/<br />Clipper START</strong></td>
</tr>
<tr class="row-3">
<td class="column-1">Day Pass*</td><td class="column-2">$3.75</td>
</tr>
<tr class="row-4">
<td class="column-1">31-Day Pass</td><td class="column-2">$60</td>
</tr>
<tr class="row-5">
<td colspan="2" class="column-1"><strong>Senior (65+)/Disabled (RTC)</strong></td>
</tr>
<tr class="row-6">
<td class="column-1">Day Pass*</td><td class="column-2">$1.75</td>
</tr>
<tr class="row-7">
<td class="column-1">31-Day Pass</td><td class="column-2">$60</td>
</tr>
<tr class="row-8">
<td colspan="2" class="column-1"> </td>
</tr>
<tr class="row-9">
<td colspan="2" class="column-1"> </td>
</tr>
<tr class="row-10">
<td colspan="2" class="column-1"><small>* Daily fares are automatically capped at this amount</small><br />
</td>
</tr>
</tbody>
</table>
<!-- #tablepress-3 from cache --> </div>
</div>
</div>
</div>
</div>
</li>
<li class="page-item page-item-submenu " data-menu="how-to-ride">
<a href="#"><i class="fas fa-info-circle"></i> How to Ride <i class="fas fa-chevron-down"></i></a>
<div class="submenu submenu-small" data-menu="how-to-ride">
<ul id="how-to-ride-menu" class="menu"><li id="menu-item-13368" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13368"><a href="https://countyconnection.com/how-to-ride/accessibility/">Accessibility/ADA</a></li>
<li id="menu-item-68" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-68"><a href="https://countyconnection.com/how-to-ride/onboard-policies/">Onboard Policies</a></li>
<li id="menu-item-67" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-67"><a href="https://countyconnection.com/how-to-ride/holiday-service/">Holiday Service</a></li>
<li id="menu-item-13370" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13370"><a href="https://countyconnection.com/how-to-ride/real-time-bus-tracking/">Real Time Bus Tracking</a></li>
<li id="menu-item-14509" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-14509"><a href="https://countyconnection.com/how-to-ride/lost-and-found/">Lost and Found</a></li>
<li id="menu-item-13701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13701"><a href="https://countyconnection.com/how-to-ride/places-to-go/">Places to Go</a></li>
<li id="menu-item-13369" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13369"><a href="https://countyconnection.com/how-to-ride/bikes-on-buses/">Bikes on Buses</a></li>
<li id="menu-item-13371" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13371"><a href="https://countyconnection.com/how-to-ride/school-tools/">School Tools</a></li>
<li id="menu-item-13429" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13429"><a href="https://countyconnection.com/how-to-ride/civil-rights/">Civil Rights/Title VI</a></li>
<li id="menu-item-20331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20331"><a href="https://countyconnection.com/how-to-ride/codeofconduct/">Code of Conduct</a></li>
</ul> </div>
</li>
</ul>
</nav><!-- #site-navigation -->
</div>
</div><!-- #header -->
<div class="header-red-border"></div>
<div class="content-wrap">
<div id="content" class="container">
<div id="primary" class="content-area">
<main id="main" class="site-main">
<article id="post-13382" class="post-13382 page type-page status-publish has-post-thumbnail hentry">
<header class="entry-header">
<h1 class="entry-title">Clipper Card</h1> </header><!-- .entry-header -->
<div class="entry-content">
<figure class="wp-block-image d-none d-md-block"><img fetchpriority="high" decoding="async" width="1024" height="249" src="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Desktop_030619-1024x249.jpg" alt="" class="wp-image-14413" srcset="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Desktop_030619-1024x249.jpg 1024w, https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Desktop_030619-300x73.jpg 300w, https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Desktop_030619-768x187.jpg 768w, https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Desktop_030619.jpg 1028w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
<figure class="wp-block-image d-block d-md-none"><img decoding="async" width="640" height="400" src="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg" alt="" class="wp-image-14414" srcset="https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619.jpg 640w, https://countyconnection.com/wp-content/uploads/2019/03/ClipperWorks_Banner_Mobile_030619-300x188.jpg 300w" sizes="(max-width: 640px) 100vw, 640px" /></figure>
<p class="wp-block-paragraph"><a class="btn btn-primary btn-lg" href="https://www.clippercard.com/ClipperWeb/map.do" target="_blank" rel="noreferrer noopener" aria-label="Where to buy Clipper Cards (opens in a new tab)">Where to buy Clipper Cards</a></p>
<p class="wp-block-paragraph">Clipper, the Bay Area’s transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, <a rel="noreferrer noopener" aria-label="Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and Wheels. (opens in a new tab)" href="http://www.trideltatransit.com/" target="_blank">Tri Delta Transit</a>, <a rel="noreferrer noopener" aria-label="Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and Wheels. (opens in a new tab)" href="http://www.westcat.org/" target="_blank">WestCAT</a> and <a href="http://wheelsbus.com/" target="_blank" rel="noreferrer noopener" aria-label="Clipper, the Bay Area's transit fare payment system, is accepted on almost all Bay Area transit systems, including County Connection, Tri Delta Transit, WestCAT and Wheels. (opens in a new tab)">Wheels</a>.</p>
<h3 class="wp-block-heading">Products Available on Clipper</h3>
<p class="wp-block-paragraph">Clipper on County Connection means riders can stop carrying multiple forms of payment; instead store it on a Clipper card.</p>
<h4 class="wp-block-heading">East Bay Day Pass</h4>
<p class="wp-block-paragraph">The Day Pass gives you unlimited rides for a single day on most County Connection, Tri Delta Transit, WestCAT and Wheels routes ($3.75 for adults, youth, & Clipper START/$1.75 for senior and RTC customers). </p>
<p class="wp-block-paragraph">The Day Pass discount is applied automatically. Once you pay $3.75 in fares in a day ($1.75 for senior and RTC customers) on any combination of the participating transit services, your rides will be free of charge for the rest of that day. Clipper Cards still need to be tagged to show the drivers the passenger have paid the fare.</p>
<div class="wp-block-columns has-3-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h5 class="wp-block-heading" style="text-align:center"><strong>1st Trip</strong><br></h5>
<p class="wp-block-paragraph" style="text-align:center">Regular fare charged</p>
<figure class="wp-block-image"><img decoding="async" width="220" height="349" src="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-1.png" alt="" class="wp-image-13400" srcset="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-1.png 220w, https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-1-189x300.png 189w" sizes="(max-width: 220px) 100vw, 220px" /><figcaption><br></figcaption></figure>
</div>
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h5 class="wp-block-heading" style="text-align:center"><strong>2nd Trip</strong></h5>
<p class="wp-block-paragraph" style="text-align:center">Fare capped at maximum</p>
<figure class="wp-block-image"><img loading="lazy" decoding="async" width="220" height="349" src="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-2-1.png" alt="" class="wp-image-13403" srcset="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-2-1.png 220w, https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-2-1-189x300.png 189w" sizes="auto, (max-width: 220px) 100vw, 220px" /><figcaption><br></figcaption></figure>
</div>
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<h5 class="wp-block-heading" style="text-align:center"><strong>3rd+ Trip</strong></h5>
<p class="wp-block-paragraph" style="text-align:center">Subsequent trips are free</p>
<figure class="wp-block-image"><img loading="lazy" decoding="async" width="220" height="349" src="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-3.png" alt="" class="wp-image-13402" srcset="https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-3.png 220w, https://countyconnection.com/wp-content/uploads/2018/12/clipper-dpa-3-189x300.png 189w" sizes="auto, (max-width: 220px) 100vw, 220px" /></figure>
</div>
</div>
<p class="wp-block-paragraph">Free rides and fares paid on WestCAT Lynx Transbay service do not apply toward a Day Pass.</p>
<h4 class="wp-block-heading">East Bay Regional 31-Day Pass</h4>
<p class="wp-block-paragraph">The East Bay Regional 31-Day Pass is accepted on County Connection, Tri Delta Transit, Wheels, and WestCAT (except LYNX) buses. When purchased on your Clipper card, the pass is valid for a rolling 31 days, rather than a set calendar month. The 31-day period begins when the card is first tagged.</p>
<h3 class="wp-block-heading">How to Use Clipper</h3>
<p class="wp-block-paragraph">Information on how to get a card, add value, and use it on County Connection buses.</p>
<h4 class="wp-block-heading">Getting a Card</h4>
<p class="wp-block-paragraph">You can get an adult Clipper card and add value to any card at:</p>
<ul class="wp-block-list">
<li>Walgreens, Whole Foods, and other select retailers</li>
<li>Participating transit agency ticket offices, including at County Connection offices</li>
<li>Online at <a href="https://www.clippercard.com/ClipperWeb/index.do">clippercard.com </a></li>
<li>Call Clipper at 877-878-8883</li>
<li>BART ticket machines</li>
</ul>
<p class="wp-block-paragraph"><a href="https://www.clippercard.com/ClipperWeb/locations" data-type="link" data-id="https://www.clippercard.com/ClipperWeb/locations" target="_blank" rel="noreferrer noopener">View map of Clipper retail locations</a></p>
<h5 class="wp-block-heading" id="youth-senior">Youth & Senior Cards</h5>
<p class="wp-block-paragraph">A Youth Clipper card is required to receive the youth fare discount of 50% off the Adult Clipper single-ride fares. The youth fare discount is <strong>not </strong>available when paying with cash.</p>
<p class="wp-block-paragraph">A Senior Clipper card is required to receive senior discounts on cash value fares and transfers when paying with Clipper.</p>
<p class="wp-block-paragraph">Applications for Youth and Senior Clipper Cards may be submitted by mail, email, or fax. To get a card immediately, you can apply in person at participating transit agency ticket offices, including at County Connection offices.</p>
<p class="wp-block-paragraph"><a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://docs.clippercard.com/brochures/en/Clipper_Youth-Senior-Combo_072618_Tagged_7-31-18_v2.pdf" target="_blank">Youth & Senior Clipper Card Application</a></p>
<h5 class="wp-block-heading">Clipper START</h5>
<p class="wp-block-paragraph">Clipper START is a pilot program that provides single-ride discounts to eligible riders. Eligible riders can receive a 50% discount off Adult Clipper single-ride fares. To qualify you must be a resident of the San Francisco Bay Area, 19-64 years old, and have a household income of 200% of the federal poverty level or less.</p>
<p class="wp-block-paragraph"><a href="https://www.clipperstartcard.com/" target="_blank" rel="noreferrer noopener">Click here</a> for more information and to start an online application.</p>
<h4 class="wp-block-heading">Adding Value</h4>
<p class="wp-block-paragraph">When adding value to Clipper, choose the combination of passes, tickets or cash that is needed. Value added in person at a ticket machine, participating retail store, or transit ticket office is available instantly, while it may take up to 3-5 days for value added online or over the phone to become available. </p>
<p class="wp-block-paragraph"><a href="https://www.clippercard.com/ClipperWeb/locations" data-type="link" data-id="https://www.clippercard.com/ClipperWeb/locations" target="_blank" rel="noreferrer noopener">View map of Clipper retail locations</a></p>
<h4 class="wp-block-heading">Autoload</h4>
<p class="wp-block-paragraph">Autoload is the fastest and easiest way to ensure there is always value on a Clipper card. Autoload links your Clipper card to your credit card, bank account or transit benefit debit card to automatically pay for cash value and/or transit passes. Autoload automatically adds value to your card whenever your cash value balance falls below $10 or your pass expires.</p>
<h4 class="wp-block-heading">Paying with Your Clipper Card</h4>
<p class="wp-block-paragraph">Clipper automatically figures out the cost of your ride, including all discounts and transfers.</p>
<ul class="wp-block-list">
<li>Make sure you have a valid pass or a minimum balance of $1.75 (75 cents on a Senior or RTC Clipper card) before you board</li>
<li>When boarding the bus, locate the Clipper card reader just inside the front doors</li>
<li>Hold your card flat against the Clipper logo on the reader</li>
<li>Wait for the beep and green light – then continue to your seat</li>
</ul>
<h4 class="wp-block-heading">Bus and BART Transfers</h4>
<ul class="wp-block-list">
<li>The Clipper card will recognize one free bus-to-bus transfer within a 2-hour time period.</li>
<li>The Clipper card will recognize and honor free transfers between County Connection, Tri Delta Transit, Wheels, WestCAT, SolTrans, and FAST at shared transit stops.</li>
<li>BART transfer fares will be recognized and deducted accordingly ($1.00 for adult riders and $0.50 for Clipper START/youth/senior/RTC riders) from the cards stored cash value, or no deduction for 31-Day Pass users.</li>
</ul>
<h3 class="wp-block-heading">More About Clipper</h3>
<p class="wp-block-paragraph">For more information about Clipper or to set up an online account, please call Clipper Customer Service at 877-878-8883 or visit <a href="https://www.clippercard.com/ClipperWeb/index.do">clippercard.com</a>.</p>
</div><!-- .entry-content -->
</article><!-- #post-## -->
</main><!-- #main -->
</div><!-- #primary -->
<aside class="sidebar">
<div class="sidebar-menu-wrapper">
<h2><a href="https://countyconnection.com/fares/">Fares & Passes</a></h2>
<ul class="sidebar-menu">
<li class="page_item page-item-13339"><a href="https://countyconnection.com/fares/fare-types-prices/">Fare types & prices</a></li>
<li class="page_item page-item-13382 current_page_item"><a href="https://countyconnection.com/fares/clipper-card/" aria-current="page">Clipper Card</a></li>
<li class="page_item page-item-70"><a href="https://countyconnection.com/fares/rtc-discount-card-program/">RTC Discount Card Program</a></li>
<li class="page_item page-item-13385"><a href="https://countyconnection.com/fares/transfers/">Transfers</a></li>
</ul>
</div>
</aside><!-- #secondary -->
</div><!-- #content -->
</div><!-- .content-wrap -->
<div id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3">
<h2 class="mt-3"><a href="/contact-us/">Contact Us</a></h2>
<ul class="menu">
<li>
<i class="far fa-clock"></i> Mon-Fri 6:30AM - 6:30PM
</li>
<li>
<i class="fas fa-phone"></i> <a href="tel:925-676-7500">925-676-7500</a>
</li>
<li>
<i class="fas fa-envelope"></i> <a href="mailto:help@countyconnection.com">help@countyconnection.com</a>
</li>
</ul>
<div class="font-weight-bold">Information on this website is available in accessible formats (such as CD, audio tape, braille, or large print) by contacting Customer Service at 925-676-7500.</div>
</div>
<div class="col-md-6 col-lg-3">
<h2 class="mt-3">Follow Us</h2>
<ul class="menu">
<li>
<i class="fas fa-thumbs-up"></i> <a href="https://www.facebook.com/Central-Contra-Costa-Transit-Authority-238326689591/">Like us on Facebook</a>
</li>
<li>
<i class="fab fa-twitter"></i> <a href="https://twitter.com/cccta">@cccta on Twitter</a>
</li>
<li>
<i class="fab fa-instagram"></i> <a href="https://www.instagram.com/countyconnection/">@countyconnection on Instagram</a>
</li>
</ul>
<button class="btn btn-lg btn-block btn-black mt-2" id="mailchimp-button">Get Updates via Email</button>
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script>
<script>
function showMailingPopUp() {
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us20.list-manage.com","uuid":"00a609838fa5a562274999b2a","lid":"8f7a2fc554","uniqueMethods":true}) })
document.cookie = 'MCPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC';
document.cookie = 'MCPopupSubscribed=; expires=Thu, 01 Jan 1970 00:00:00 UTC';
};
document.getElementById('mailchimp-button').onclick = function() {showMailingPopUp()};
</script>
</div>
<div class="col-md-6 col-lg-3">
<h2 class="mt-3"><a href="/about/">About Us</a></h2>
<div class="menu-resources-container"><ul id="menu-resources" class="menu"><li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="https://countyconnection.com/developers/">Developer Resources</a></li>
<li id="menu-item-13333" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-13333"><a href="https://countyconnection.com/how-to-ride/civil-rights/">Civil Rights/Title VI</a></li>
<li id="menu-item-20362" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20362"><a href="https://countyconnection.com/jobs/">Careers</a></li>
<li id="menu-item-13439" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-13439"><a href="/procurements/">Procurements</a></li>
<li id="menu-item-15585" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-15585"><a href="https://countyconnection.com/business-and-advertising/">Business and Advertising</a></li>
</ul></div> </div>
<div class="col-md-6 col-lg-3">
<h2 class="mt-3">County Connection</h2>
<div>County Connection provides fixed-route and paratransit bus service for communities in Central Contra Costa County.</div>
<a href="/about/" class="btn btn-lg btn-block btn-black mt-2">More About Us</a>
<div id="google_translate_element" class="mt-2"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
</div>
</div>
</div><!-- #footer -->
</div><!-- #page -->
<!-- CC Trade Desk -->
<script src="https://js.adsrvr.org/up_loader.1.1.0.js" type="text/javascript"></script>
<script type="text/javascript">
ttd_dom_ready( function() {
if (typeof TTDUniversalPixelApi === 'function') {
var universalPixelApi = new TTDUniversalPixelApi();
universalPixelApi.init("4btjmj2", ["3zlyc19"], "https://insight.adsrvr.org/track/up");
}
});
</script>
<!-- Twitter universal website tag code -->
<script>
!function(e,t,n,s,u,a){e.twq||(s=e.twq=function(){s.exe?s.exe.apply(s,arguments):s.queue.push(arguments);
},s.version='1.1',s.queue=[],u=t.createElement(n),u.async=!0,u.src='//static.ads-twitter.com/uwt.js',
a=t.getElementsByTagName(n)[0],a.parentNode.insertBefore(u,a))}(window,document,'script');
// Insert Twitter Pixel ID and Standard Event data below
twq('init','o6hi2');
twq('track','PageView');
</script>
<!-- End Twitter universal website tag code -->
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/cccta/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="navigation-js" src="https://countyconnection.com/wp-content/themes/cccta/js/navigation.js?ver=1.0.4"></script>
<script id="skip-link-focus-fix-js" src="https://countyconnection.com/wp-content/themes/cccta/js/skip-link-focus-fix.js?ver=1.0.4"></script>
<script id="lodash_theme-js" src="https://countyconnection.com/wp-content/themes/cccta/js/lib/lodash.min.js?ver=4.17.15"></script>
<script id="main-js" src="https://countyconnection.com/wp-content/themes/cccta/js/main.js?ver=1.0.4"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://countyconnection.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.4"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://countyconnection.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script>(function(){function c(){var b=a.contentDocument||(a.contentWindow&&a.contentWindow.document);if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'a2abd079acb81a0f',t:'MTc4NjY2NzA0Mg=='};var a=document.createElement('script');a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body>
</html>