-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
708 lines (619 loc) · 50 KB
/
index.html
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
708
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta content="en-us" http-equiv="Content-Language" />
<meta name="viewport" user-scalable="yes" content="width=device-width, initial-scale=1.0, maximum-scale=6.0">
<title>Your Actions Save Lives - California for All</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="components/build/script.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#1f2574">
<meta name="msapplication-TileColor" content="#1f2574">
<meta name="theme-color" content="#1f2574">
<meta name="robots" content="noindex">
<meta name="googlebot" content="noindex">
</head>
<body class="home">
<a href="#main_content" class="skip-to-main">Skip to main content</a>
<header class="header" role="banner">
<nav class="expanded-menu" role="navigation" aria-label="Site Navigation" aria-hidden="true" id="main-menu" tabindex="-1">
<div class="expanded-menu-grid">
<div class="expanded-menu-search" role="search">
<form class="expanded-menu-search-form">
<label class="expanded-menu-search-label" for="search-site">Search</label>
<input id="search-site" class="expanded-menu-search-field" type="search" placeholder="What are you looking for?">
<button class="expanded-menu-search-button" aria-label="Search the Website">
<svg class="expanded-menu-search-button-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.8,8.5c0-3-2.4-5.4-5.4-5.4c-3,0-5.4,2.4-5.4,5.4s2.4,5.4,5.4,5.4C11.4,13.8,13.8,11.4,13.8,8.5z M20,18.5 c0,0.8-0.7,1.5-1.5,1.5c-0.4,0-0.8-0.2-1.1-0.5l-4.1-4.1c-1.4,1-3.1,1.5-4.8,1.5C3.8,16.9,0,13.1,0,8.5S3.8,0,8.5,0
c4.7,0,8.5,3.8,8.5,8.5c0,1.7-0.5,3.4-1.5,4.8l4.1,4.1C19.8,17.7,20,18.1,20,18.5z"/></svg>
</button>
</form>
</div>
<div class="expanded-menu-section mobile-only">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link expanded-menu-close-mobile" href="#">
<svg class="expanded-menu-close-mobile-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 18"><path d="M7.7,0.4L0.4,7.9c-0.6,0.6-0.6,1.5,0,2.1l7.3,7.5c0.6,0.6,1.5,0.6,2.1,0c0.6-0.6,0.6-1.5,0-2.1L5,10.5h10.6 c0.8,0,1.5-0.7,1.5-1.5c0-0.8-0.7-1.5-1.5-1.5H5l4.8-4.9c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1C9.2-0.1,8.3-0.1,7.7,0.4z"></path></svg>
</a>
</strong>
</div>
<div class="expanded-menu-section mobile-only">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link white" href="/">Home</a>
</strong>
</div>
<div class="expanded-menu-col section-get-help">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link" href="/">Get Help</a>
<span class="expanded-menu-section-header-arrow"><svg class="expanded-menu-section-header-arrow-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16,5.1c0,0.4-0.1,0.7-0.4,0.9l-6.7,6.7C8.7,13,8.4,13.1,8,13.1c-0.4,0-0.7-0.1-0.9-0.4L0.4,6C0.1,5.8,0,5.5,0,5.1 c0-0.4,0.1-0.7,0.4-0.9l0.8-0.8C1.4,3.1,1.7,3,2.1,3C2.4,3,2.8,3.1,3,3.4l5,5l5-5C13.2,3.1,13.6,3,13.9,3c0.4,0,0.7,0.1,0.9,0.4
l0.8,0.8C15.9,4.4,16,4.7,16,5.1z"></path></svg></span>
</strong>
<div class="expanded-menu-dropdown">
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/get-financial-help/#top">Financial help</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/food-resources/#top">Food and food assistance</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/workers/#top">Workers</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/business-and-employers/#top">Businesses and employers</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/guide-immigrant-californians/#top">Immigrant communities</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/housing-and-homelessness/#top">Housing and homelessness</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/resources-for-emotional-support-and-well-being/#top">Emotional support</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/manage-stress-for-health/#top">Manage your stress</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/childcare/#top">Childcare</a>
</div>
</div>
</div>
<div class="expanded-menu-col section-health-info">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link" href="/">Health Information</a>
<span class="expanded-menu-section-header-arrow"><svg class="expanded-menu-section-header-arrow-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16,5.1c0,0.4-0.1,0.7-0.4,0.9l-6.7,6.7C8.7,13,8.4,13.1,8,13.1c-0.4,0-0.7-0.1-0.9-0.4L0.4,6C0.1,5.8,0,5.5,0,5.1 c0-0.4,0.1-0.7,0.4-0.9l0.8-0.8C1.4,3.1,1.7,3,2.1,3C2.4,3,2.8,3.1,3,3.4l5,5l5-5C13.2,3.1,13.6,3,13.9,3c0.4,0,0.7,0.1,0.9,0.4
l0.8,0.8C15.9,4.4,16,4.7,16,5.1z"></path></svg></span>
</strong>
<div class="expanded-menu-dropdown">
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/symptoms-and-risks/#top">Symptoms and risks</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/testing-and-treatment/#top">Testing sites</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/contact-tracing/#top">Contact tracing</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/telehealth/#top">Telehealth</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/healthcare/#top">Health care</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/masks-and-ppe/#top">Masks</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/hotline/#top">COVID-19 Hotline</a>
</div>
</div>
</div>
<div class="expanded-menu-col section-working-living-safely">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link" href="/">Working and living safely</a>
<span class="expanded-menu-section-header-arrow"><svg class="expanded-menu-section-header-arrow-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16,5.1c0,0.4-0.1,0.7-0.4,0.9l-6.7,6.7C8.7,13,8.4,13.1,8,13.1c-0.4,0-0.7-0.1-0.9-0.4L0.4,6C0.1,5.8,0,5.5,0,5.1 c0-0.4,0.1-0.7,0.4-0.9l0.8-0.8C1.4,3.1,1.7,3,2.1,3C2.4,3,2.8,3.1,3,3.4l5,5l5-5C13.2,3.1,13.6,3,13.9,3c0.4,0,0.7,0.1,0.9,0.4
l0.8,0.8C15.9,4.4,16,4.7,16,5.1z"></path></svg></span>
</strong>
<div class="expanded-menu-dropdown">
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/stay-home-except-for-essential-needs/#open">What's open</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/stay-home-except-for-essential-needs/#top">Stay home Q&A</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/roadmap-counties/#top">County variance and map</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/roadmap/#top">Reopening roadmap</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/industry-guidance/#top">Industry guidance</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/get-local-information/#top">Local info and alerts</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/education/#top">Education</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/care-in-senior-facilities/#top">Senior living</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/public-recreation/#top">Public recreation</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/contracts/#top">Contracts</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/taxes/#top">Taxes</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/hotel-rooms-for-california-healthcare-workers/#top">Hotels for health workers</a>
</div>
</div>
</div>
<div class="expanded-menu-col section-you-help">
<div class="expanded-menu-section">
<strong class="expanded-menu-section-header">
<a class="expanded-menu-section-header-link" href="/">How you can help </a>
<span class="expanded-menu-section-header-arrow"><svg class="expanded-menu-section-header-arrow-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16,5.1c0,0.4-0.1,0.7-0.4,0.9l-6.7,6.7C8.7,13,8.4,13.1,8,13.1c-0.4,0-0.7-0.1-0.9-0.4L0.4,6C0.1,5.8,0,5.5,0,5.1 c0-0.4,0.1-0.7,0.4-0.9l0.8-0.8C1.4,3.1,1.7,3,2.1,3C2.4,3,2.8,3.1,3,3.4l5,5l5-5C13.2,3.1,13.6,3,13.9,3c0.4,0,0.7,0.1,0.9,0.4
l0.8,0.8C15.9,4.4,16,4.7,16,5.1z"></path></svg></span>
</strong>
<div class="expanded-menu-dropdown">
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/discrimination/#top">Fighting discrimination</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/plasma/#top">Plasma donation</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/recovery-input/#top">Resilience roadmap survey</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/healthcorps/#top">California Health Corps</a>
<a class="expanded-menu-dropdown-link" href="https://state-of-california-agency.forms.fm/great-plates-delivered-food-provider-interest-form/forms/7917/">Great Plates provider form</a>
<a class="expanded-menu-dropdown-link" href="https://toolkit.covid19.ca.gov/">Social media sharing</a>
<a class="expanded-menu-dropdown-link" href="https://covid19.ca.gov/more-ways-to-help/#top">More ways to help</a>
</div>
</div>
</div>
</div>
</nav>
<div class="mobile-menu-close"></div>
<div class="header-wrap">
<button class="menu-trigger open-menu" aria-label="Open Menu" aria-haspopup="true" aria-expanded="false" aria-owns="mainMenu" aria-controls="mainMenu">
<div class="hamburger">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
<div class="menu-trigger-label menu-label">Menu</div>
</button>
<a class="header-logo" href="/">
<div class="header-logo-grid">
<div class="header-logo-mark">
<svg class="logo-mark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 140"><title>California for All</title><g class="mark-ca"><path class="logo-mark-orange" d="M48.2,83l-13.2,28.6h25.2L48.2,83z M66.7,126.9H28.1l-6,13H0.2l48.7-99.8l44.6,99.8H72.1L66.7,126.9z"/><polygon class="logo-mark-orange" points="117,42.9 117,122.4 146.9,122.4 146.9,139.9 97.1,139.9 97.1,42.9"/><polygon class="logo-mark-orange" points="170.2,42.9 170.2,122.4 200,122.4 200,139.9 150.2,139.9 150.2,42.9"/></g>
<g class="mark-all"><path class="logo-mark-white" d="M21,8.7c-2-2.2-4.3-3.3-7.1-3.3c-4.6,0-8.4,3.9-8.4,8.7c0,4.8,3.7,8.7,8.4,8.7c2.9,0,5.3-1.2,7.4-3.6l3.4,3.4 c-2.8,3.1-6.6,5.1-10.8,5.1C6.2,27.8,0,21.7,0,14.1C0,6.5,6.2,0.4,13.9,0.4c4.2,0,8.1,2,10.8,5.1L21,8.7z"/><path class="logo-mark-white" d="M37,11.8l-3.6,7.9h6.9L37,11.8z M42,23.9H31.4l-1.6,3.6h-6L37.1,0l12.3,27.5h-5.9L42,23.9z"/><polygon class="logo-mark-white" points="56.1,0.8 56.1,22.7 64.3,22.7 64.3,27.5 50.6,27.5 50.6,0.8"/><rect class="logo-mark-white" x="66" y="0.8" width="5.5" height="26.7"/><polygon class="logo-mark-orange" points="74.6,27.5 74.6,0.8 89.1,0.8 89.1,5.6 80.1,5.6 80.1,11.1 87.6,11.1 87.6,15.9 80.1,15.9 80.1,27.5"/><path class="logo-mark-orange" d="M95.1,14.1c0,4.8,3.7,8.7,8.4,8.7c4.6,0,8.4-3.9,8.4-8.7c0-4.8-3.8-8.7-8.4-8.7C98.8,5.4,95.1,9.3,95.1,14.1 M117.4,14.1c0,7.6-6.2,13.7-13.9,13.7c-7.7,0-13.9-6.1-13.9-13.7c0-7.6,6.2-13.7,13.9-13.7C111.2,0.4,117.4,6.5,117.4,14.1"/><path class="logo-mark-orange" d="M125.3,5.6v6.7h2.9c2.3,0,3.9-1.1,3.9-3.4c0-2.2-1.6-3.3-3.9-3.3H125.3z M125.3,16.8v10.6h-5.5V0.8h8.8 c4.9,0,9,3.1,9,8c0,3.1-1.7,5.7-4.2,7l5,11.6h-6L128,16.8H125.3z"/><polygon class="logo-mark-white" points="159.4,0.8 164.9,0.8 164.9,28.2 145.9,11.6 145.9,27.5 140.4,27.5 140.4,0 159.4,16.6"/><rect x="167.3" y="0.8" class="logo-mark-white" width="5.5" height="26.7"/><path class="logo-mark-white" d="M187.2,11.8l-3.6,7.9h6.9L187.2,11.8z M192.3,23.9h-10.6l-1.6,3.6h-6L187.4,0l12.3,27.5h-5.9L192.3,23.9z"/></g></svg>
</div>
<div class="header-logo-text">
<div class="header-logo-text-url">COVID19.CA.GOV</div>
<div class="header-logo-text-title">Your Actions Save Lives</div>
</div>
</div>
</a>
<div class="header-search" role="search">
<form class="header-search-form">
<label class="header-search-label" for="header-search-site">Search</label>
<input id="header-search-site" class="header-search-field" type="search" placeholder="">
<button class="header-search-button" aria-label="Submit Search">
<svg class="header-search-button-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>Submit Search</title><path d="M13.8,8.5c0-3-2.4-5.4-5.4-5.4c-3,0-5.4,2.4-5.4,5.4s2.4,5.4,5.4,5.4C11.4,13.8,13.8,11.4,13.8,8.5z M20,18.5 c0,0.8-0.7,1.5-1.5,1.5c-0.4,0-0.8-0.2-1.1-0.5l-4.1-4.1c-1.4,1-3.1,1.5-4.8,1.5C3.8,16.9,0,13.1,0,8.5S3.8,0,8.5,0
c4.7,0,8.5,3.8,8.5,8.5c0,1.7-0.5,3.4-1.5,4.8l4.1,4.1C19.8,17.7,20,18.1,20,18.5z"/></svg>
</button>
</form>
</div>
<button class="header-language" aria-expanded="false" aria-haspopup="true" id="language-menu">
<div class="header-language-label">
<span class="header-language-label-hide">Select</span> Language
</div>
<svg class="header-language-arrow" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 19"><path d="M0.7,2.2l1.5-1.4C2.7,0.2,3.2,0,3.9,0s1.2,0.2,1.7,0.7L15,10l9.4-9.3c0.5-0.5,1-0.7,1.8-0.7
c0.7,0,1.3,0.2,1.8,0.7l1.4,1.4C29.8,2.7,30,3.2,30,3.9s-0.2,1.3-0.7,1.8L16.7,18.2c-0.5,0.5-1.1,0.7-1.8,0.7s-1.3-0.2-1.8-0.7
L0.7,5.7C0.2,5.2,0,4.6,0,3.9S0.2,2.7,0.7,2.2z"/></svg>
</button>
<nav class="header-language-dropdown" aria-hidden="true" aria-labelledby="language-menu" role="menu" aria-label="Select Language">
<a class="header-language-dropdown-item" rel="menuitem" lang="es" hreflang="es" href="/es/">Español</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="tl" hreflang="tl" href="/tl/">Tagalog</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="ar" hreflang="ar" href="/ar/">العربية</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="ko" hreflang="ko" href="/ko/">한국어</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="vi" hreflang="vi" href="/vi/">Tiếng Việt</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="zh-Hans" hreflang="zh-Hans" href="/zh-hans/">中文</a>
<a class="header-language-dropdown-item" rel="menuitem" lang="zh-Hant" hreflang="zh-Hant" href="/zh-hant/">文言</a>
<a class="header-language-dropdown-item" rel="menuitem" href="/translate/" id="language-more">More …</a>
</nav>
</div>
</header>
<section class="hero trigger">
<div class="hero-wrap">
<div class="hero-text" role="region" aria-labelledby="hero-text">
<div class="hero-text-align">
<h1 class="hero-headline">
<a class="hero-headline-link" href="/">
<span href="/" class="hero-headline-background" id="hero-text">
We will get through this together.
</span>
</a>
</h1>
<a class="hero-button button orange-button" href="/">
<div class="button-label">Learn How</div>
<figure class="button-icon">
<span class="button-primary-circle"></span>
<span class="button-arrow-wrapper">
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</div>
</div>
<div class="hero-stats" role="region" aria-labelledby="tracking-covid">
<h2 class="hero-stats-headline" id="tracking-covid">Tracking COVID-19</h2>
<div class="hero-stats-subheadline">In California, Updated June 22, 2020</div>
<ul class="hero-stats-tabs">
<li class="hero-stats-tabs-item slick-active">
<button aria-controls="cumulative-stats" class="hero-stats-tabs-button" role="button">Cumulative</button>
</li>
<li class="hero-stats-tabs-item">
<button aria-controls="fortnite-stats" class="hero-stats-tabs-button" role="button">Last 14 Days</button>
</li>
</ul>
<div class="hero-stats-slider">
<div class="hero-stats-slide" aria-hidden="true" aria-labelledby="cumulative-stats">
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Cases</span>
</div>
<div class="hero-stats-row-figure">184,951</div>
<div class="hero-stats-row-details">
186 today
</div>
</div>
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Deaths</span>
</div>
<div class="hero-stats-row-figure">5,565</div>
<div class="hero-stats-row-details">
63 today
</div>
</div>
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Tests</span>
</div>
<div class="hero-stats-row-figure">3,411,686</div>
<div class="hero-stats-row-details">
85,243 today
</div>
</div>
</div>
<div class="hero-stats-slide" aria-hidden="true" aria-labelledby="fortnite-stats">
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Cases</span>
</div>
<div class="hero-stats-row-figure">109,910</div>
<div class="hero-stats-row-details">
+50.1%
</div>
</div>
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Deaths</span>
</div>
<div class="hero-stats-row-figure">1,104</div>
<div class="hero-stats-row-details">
+18.6%
</div>
</div>
<div class="hero-stats-row">
<div class="hero-stats-row-label">
<span class="hero-stats-row-label-text">Tests</span>
</div>
<div class="hero-stats-row-figure">1,482,673</div>
<div class="hero-stats-row-details">
+36.5%
</div>
</div>
</div>
</div>
<div class="hero-stats-footer">
<a class="hero-stats-footer-link" href="/">County Dashboard</a><a class="hero-stats-footer-link" href="/">State Dashboard</a>
</div>
</div>
<div class="hero-alert" role="alert" aria-labelledby="alert-headline">
<div class="hero-alert-align">
<svg class="hero-alert-icon" xmlns="http://www.w3.org/2000/svg" width="448" height="448" viewBox="0 0 448 448"><title>Alert!</title><path d="M256 343.75v-47.5c0-4.5-3.5-8.25-8-8.25h-48c-4.5 0-8 3.75-8 8.25v47.5c0 4.5 3.5 8.25 8 8.25h48c4.5 0 8-3.75 8-8.25zM255.5 250.25l4.5-114.75c0-1.5-0.75-3.5-2.5-4.75-1.5-1.25-3.75-2.75-6-2.75h-55c-2.25 0-4.5 1.5-6 2.75-1.75 1.25-2.5 3.75-2.5 5.25l4.25 114.25c0 3.25 3.75 5.75 8.5 5.75h46.25c4.5 0 8.25-2.5 8.5-5.75zM252 16.75l192 352c5.5 9.75 5.25 21.75-0.5 31.5s-16.25 15.75-27.5 15.75h-384c-11.25 0-21.75-6-27.5-15.75s-6-21.75-0.5-31.5l192-352c5.5-10.25 16.25-16.75 28-16.75s22.5 6.5 28 16.75z"></path></svg>
<div class="hero-alert-text">
<h2 class="hero-alert-headline" id="alert-headline">Face coverings required in public spaces</h2>
<div class="hero-alert-blurb">
<p>Cloth face coverings or <a href="/">masks</a> help reduce the spread of coronavirus especially when combined with physical distancing and frequent hand washing. Californians must wear face coverings in common and public indoor spaces and outdoors when distancing is not possible. Learn more about the <a href="/">guidance and limited exceptions here</a>.</p>
</div>
</div>
</div>
<div class="hero-alert-social">
<div class="hero-alert-social-align">
<h3 class="hero-alert-social-headline">Check the Governor’s Updates</h3>
<nav class="social" role="navigation" aria-label="California Governor on on Social Media">
<a class="social-link" href="/" title="California Governor on Facebook"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Governor on Facebook</title><path d="M304 96h80V0h-80c-61.757 0-112 50.243-112 112v48h-64v96h64v256h96V256h80l16-96h-96v-48c0-8.673 7.327-16 16-16z"></path></svg></a>
<a class="social-link" href="/" title="California Governor on Twitter"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Governor on Twitter</title><path d="M512 113.2c-18.8 8.4-39.1 14-60.3 16.5 21.7-13 38.3-33.6 46.2-58.1-20.3 12-42.8 20.8-66.7 25.5C412 76.7 384.7 64 354.5 64c-58 0-105 47-105 105 0 8.2.9 16.2 2.7 23.9-87.3-4.4-164.7-46.2-216.5-109.8-9 15.5-14.2 33.6-14.2 52.8 0 36.4 18.5 68.6 46.7 87.4-17.2-.5-33.4-5.3-47.6-13.1v1.3c0 50.9 36.2 93.4 84.3 103-8.8 2.4-18.1 3.7-27.7 3.7-6.8 0-13.3-.7-19.8-1.9 13.4 41.7 52.2 72.1 98.1 73-36 28.2-81.2 45-130.5 45-8.5 0-16.8-.5-25.1-1.5C46.5 462.7 101.7 480 161 480c193.2 0 298.9-160.1 298.9-298.9 0-4.6-.1-9.1-.3-13.6 20.5-14.7 38.3-33.2 52.4-54.3z"></path></svg></a>
<a class="social-link" href="/" title="California Governor on YouTube"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>California Governor on YouTube</title><path d="M314,355.4v60.3c0,12.9-3.7,19.1-11.1,19.1c-4.3,0-8.6-2-12.9-6.3v-86c4.3-4.3,8.6-6.3,12.9-6.3 C310.3,336.3,314,342.9,314,355.4z M410.6,355.7v13.1h-25.7v-13.1c0-12.9,4.3-19.4,12.9-19.4C406.3,336.3,410.6,342.9,410.6,355.7z M134.6,293.4h30.6v-26.9H76v26.9h30V456h28.6V293.4z M216.9,456h25.4V314.9h-25.4v108c-5.7,8-11.1,12-16.3,12c-3.4,0-5.4-2-6-6 c-0.3-0.9-0.3-4-0.3-10v-104h-25.4v111.7c0,10,0.9,16.6,2.3,20.9c2.3,7.1,8.3,10.6,16.6,10.6c9.1,0,18.9-5.7,29.1-17.4V456z M339.4,413.7v-56.3c0-13.1-0.6-22.6-2.6-28.3c-3.1-10.6-10.3-16-20.3-16c-9.4,0-18.3,5.1-26.6,15.4v-62h-25.4V456H290v-13.7 c8.6,10.6,17.4,15.7,26.6,15.7c10,0,17.1-5.4,20.3-15.7C338.9,436.3,339.4,426.9,339.4,413.7z M436,410.9v-3.7h-26 c0,10.3-0.3,16-0.6,17.4c-1.4,6.9-5.1,10.3-11.4,10.3c-8.9,0-13.1-6.6-13.1-19.7v-24.9H436v-29.4c0-15.1-2.6-26-7.7-33.1 c-7.4-9.7-17.4-14.6-30.3-14.6c-13.1,0-23.1,4.9-30.6,14.6c-5.4,7.1-8,18-8,33.1v49.4c0,15.1,2.9,26.3,8.3,33.1 c7.4,9.7,17.4,14.6,30.9,14.6c13.4,0,24-5.1,30.9-15.1c3.1-4.6,5.4-9.7,6-15.4C436,424.9,436,419.1,436,410.9z M262.3,150V90 c0-13.1-3.7-19.7-12.3-19.7c-8.3,0-12.3,6.6-12.3,19.7v60c0,13.1,4,20,12.3,20C258.6,170,262.3,163.1,262.3,150z M467.7,364.6 c0,32.9-0.3,68-7.4,100c-5.4,22.6-23.7,39.1-45.7,41.4c-52.6,6-105.7,6-158.6,6s-106,0-158.6-6c-22-2.3-40.6-18.9-45.7-41.4 c-7.4-32-7.4-67.1-7.4-100l0,0c0-33.1,0.3-68,7.4-100c5.4-22.6,23.7-39.1,46-41.7c52.3-5.7,105.4-5.7,158.3-5.7s106,0,158.6,5.7 c22,2.6,40.6,19.1,45.7,41.7C467.7,296.6,467.7,331.4,467.7,364.6z M182.6,0h29.1l-34.6,114v77.4h-28.6V114 c-2.6-14-8.3-34-17.4-60.6c-6.3-17.7-12.6-35.7-18.6-53.4h30.3l20.3,75.1L182.6,0z M288.3,95.1v50c0,15.1-2.6,26.6-8,33.7 c-7.1,9.7-17.1,14.6-30.3,14.6c-12.9,0-22.9-4.9-30-14.6c-5.4-7.4-8-18.6-8-33.7v-50c0-15.1,2.6-26.3,8-33.4 c7.1-9.7,17.1-14.6,30-14.6c13.1,0,23.1,4.9,30.3,14.6C285.7,68.9,288.3,80,288.3,95.1z M384,48.9v142.6h-26v-15.7 c-10.3,12-20,17.7-29.4,17.7c-8.3,0-14.3-3.4-16.9-10.6c-1.4-4.3-2.3-11.1-2.3-21.4V48.9h26v104.9c0,6,0,9.4,0.3,10 c0.6,4,2.6,6.3,6,6.3c5.1,0,10.6-4,16.3-12.3V48.9H384z"/></svg></a>
<a class="social-link" href="/" title="California Governor on Instagram"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Governor on Instagram</title><path d="M256 46.1c68.4 0 76.5.3 103.4 1.5 25 1.1 38.5 5.3 47.5 8.8 11.9 4.6 20.5 10.2 29.4 19.1 9 9 14.5 17.5 19.2 29.4 3.5 9 7.7 22.6 8.8 47.5 1.2 27 1.5 35.1 1.5 103.4s-.3 76.5-1.5 103.4c-1.1 25-5.3 38.5-8.8 47.5-4.6 11.9-10.2 20.5-19.1 29.4-9 9-17.5 14.5-29.4 19.2-9 3.5-22.6 7.7-47.5 8.8-27 1.2-35.1 1.5-103.4 1.5s-76.5-.3-103.4-1.5c-25-1.1-38.5-5.3-47.5-8.8-11.9-4.6-20.5-10.2-29.4-19.1-9-9-14.5-17.5-19.2-29.4-3.5-9-7.7-22.6-8.8-47.5-1.2-27-1.5-35.1-1.5-103.4s.3-76.5 1.5-103.4c1.1-25 5.3-38.5 8.8-47.5 4.6-11.9 10.2-20.5 19.1-29.4 9-9 17.5-14.5 29.4-19.2 9-3.5 22.6-7.7 47.5-8.8 26.9-1.2 35-1.5 103.4-1.5zM256 0c-69.5 0-78.2.3-105.5 1.5-27.2 1.2-45.9 5.6-62.1 11.9C71.5 20 57.2 28.7 43 43 28.7 57.2 20 71.5 13.4 88.3c-6.3 16.3-10.7 34.9-11.9 62.1C.3 177.8 0 186.5 0 256s.3 78.2 1.5 105.5c1.2 27.2 5.6 45.9 11.9 62.1C20 440.5 28.7 454.8 43 469c14.2 14.2 28.5 23 45.3 29.5 16.3 6.3 34.9 10.7 62.1 11.9 27.3 1.2 36 1.5 105.5 1.5s78.2-.3 105.5-1.5c27.2-1.2 45.9-5.6 62.1-11.9 16.8-6.5 31.1-15.3 45.3-29.5s23-28.5 29.5-45.3c6.3-16.3 10.7-34.9 11.9-62.1 1.2-27.3 1.5-36 1.5-105.5s-.3-78.2-1.5-105.5c-1.2-27.2-5.6-45.9-11.9-62.1-6.3-17-15-31.3-29.3-45.5-14.2-14.2-28.5-23-45.3-29.5-16.3-6.3-34.9-10.7-62.1-11.9C334.2.3 325.5 0 256 0z"></path><path d="M256 124.5c-72.6 0-131.5 58.9-131.5 131.5S183.4 387.5 256 387.5 387.5 328.6 387.5 256 328.6 124.5 256 124.5zm0 216.8c-47.1 0-85.3-38.2-85.3-85.3s38.2-85.3 85.3-85.3c47.1 0 85.3 38.2 85.3 85.3s-38.2 85.3-85.3 85.3zM423.4 119.3c0 16.955-13.745 30.7-30.7 30.7S362 136.255 362 119.3s13.745-30.7 30.7-30.7 30.7 13.745 30.7 30.7z"></path></svg></a>
</nav>
</div>
</div>
</div>
</div>
<div class="hero-photo" role="complementary" aria-labelledby="hero-background">
<div class="hero-photo-fade"></div>
<img class="hero-photo-pic" src="img/hero-mobile.jpg" srcset="img/hero-tablet.jpg 740w, img/hero.jpg 1300w" alt="Photo Description">
<div id="hero-background" class="hero-photo-description">Photo Description</div>
</div>
</section>
<main class="home-layers" id="main_content">
<section class="video trigger" role="region" aria-labelledby="video-resources">
<div class="video-wrap">
<h3 class="video-headline"><a class="video-headline-link" href="/" id="video-resources">Video Resources</a></h3>
<div class="video-grid">
<div class="video-grid-col">
<article class="video-item video-modal-open" data-video="qQNBSlWJhfU">
<a class="video-item-link" href="javascript:void(0);">
<figure class="video-item-photo">
<div class="video-item-play-button">
<svg class="video-item-play-button-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M43.3,25L0,50V0L43.3,25z"></path></svg>
</div>
<img class="video-item-photo-img" src="img/video-photo1.jpg" alt="Thumbnail Title">
</figure>
<h3 class="video-item-headline">La regla de los 6 pies</h3>
<div class="video-item-teaser">Comprométete a mantener a los californianos saludables manteniéndote a 6 pies de distancia de los demás en todo momento.</div>
</a>
</article>
</div>
<div class="video-grid-col">
<div class="video-grid-more">
<article class="video-item video-item-small video-modal-open" data-video="aWmw_cLiuOk">
<a class="video-item-link modal_open" href="javascript:void(0);">
<figure class="video-item-photo">
<div class="video-item-play-button">
<svg class="video-item-play-button-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M43.3,25L0,50V0L43.3,25z"></path></svg>
</div>
<img class="video-item-photo-img" src="img/video-photo2.jpg" alt="Thumbnail Title">
</figure>
<h3 class="video-item-headline-small">Could Be Valley Fever</h3>
</a>
</article>
<article class="video-item video-item-small video-modal-open" data-video="VnVdl7bAwTY">
<a class="video-item-link modal_open" href="javascript:void(0);">
<figure class="video-item-photo">
<div class="video-item-play-button">
<svg class="video-item-play-button-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M43.3,25L0,50V0L43.3,25z"></path></svg>
</div>
<img class="video-item-photo-img" src="img/video-photo3.jpg" alt="Thumbnail Title">
</figure>
<h3 class="video-item-headline-small">California Connected</h3>
</a>
</article>
<article class="video-item video-item-small video-modal-open" data-video="ABiwuaTULdo">
<a class="video-item-link modal_open" href="javascript:void(0);">
<figure class="video-item-photo">
<div class="video-item-play-button">
<svg class="video-item-play-button-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M43.3,25L0,50V0L43.3,25z"></path></svg>
</div>
<img class="video-item-photo-img" src="img/video-photo4.jpg" alt="Thumbnail Title">
</figure>
<h3 class="video-item-headline-small">Find the Mask That Fits Your Life</h3>
</a>
</article>
<article class="video-item video-item-small video-modal-open" data-video="ZmQfFLe8EFc">
<a class="video-item-link modal_open" href="javascript:void(0);">
<figure class="video-item-photo">
<div class="video-item-play-button">
<svg class="video-item-play-button-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M43.3,25L0,50V0L43.3,25z"></path></svg>
</div>
<img class="video-item-photo-img" src="img/video-photo5.jpg" alt="Thumbnail Title">
</figure>
<h3 class="video-item-headline-small">What is Contact Tracing?</h3>
</a>
</article>
</div>
</div>
</div>
<a class="button trigger" href="/" role="button">
<div class="button-label">More Video</div>
<figure class="button-icon">
<span class="button-primary-circle"></span>
<span class="button-arrow-wrapper">
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</div>
</section>
<section class="faq-twitter" role="region" aria-labelledby="want-to-know">
<div class="faq-twitter-wrap">
<div class="faq trigger">
<h4 class="faq-headline"><a class="faq-headline-link" href="/" id="want-to-know">People want to know</a></h4>
<article class="faq-item trigger">
<a class="faq-item-link" href="/">
<h4 class="faq-item-headline">What’s open in my county?</h4>
<figure class="faq-icon">
<span class="faq-icon-circle"></span>
<span class="faq-icon-arrow-wrapper">
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</article>
<article class="faq-item trigger">
<a class="faq-item-link" href="/">
<h4 class="faq-item-headline">Where can I get a coronavirus test?</h4>
<figure class="faq-icon">
<span class="faq-icon-circle"></span>
<span class="faq-icon-arrow-wrapper">
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</article>
<article class="faq-item trigger">
<a class="faq-item-link" href="/">
<h4 class="faq-item-headline">Can I go on vacation?</h4>
<figure class="faq-icon">
<span class="faq-icon-circle"></span>
<span class="faq-icon-arrow-wrapper">
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</article>
<article class="faq-item trigger">
<a class="faq-item-link" href="/">
<h4 class="faq-item-headline">Are restaurants open?</h4>
<figure class="faq-icon">
<span class="faq-icon-circle"></span>
<span class="faq-icon-arrow-wrapper">
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="faq-icon-arrow">
<span class="faq-icon-arrow-svg">
<svg class="faq-icon-arrow-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</article>
<a class="button orange-button trigger" href="/">
<div class="button-label">More Questions</div>
<figure class="button-icon">
<span class="button-primary-circle"></span>
<span class="button-arrow-wrapper">
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</div>
<div class="twitter-feed trigger">
<a class="twitter-timeline" data-height="400" data-width="100%" href="https://twitter.com/CAPublicHealth?ref_src=twsrc%5Etfw">Tweets by CAPublicHealth</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</section>
<section class="news trigger" role="region" aria-labelledby="news-feed">
<div class="news-wrap">
<h3 class="news-headline"><a class="news-headline-link" href="/" id="news-feed">Latest News</a></h3>
<div class="news-grid">
<article class="news-item trigger">
<a class="news-item-link" href="/">
<figure class="news-item-photo">
<img class="news-item-photo-img" src="img/news-photo1.jpg" alt="Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20">
</figure>
<time class="news-item-date" datetime="2020-07-01">July 01, 2020 at 5:43 PM</time>
<h3 class="news-item-headline">Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20</h3>
<div class="news-item-teaser">Governor Gavin Newsom today signed an executive order in response to the COVID-19 pandemic. The order extends a waiver that allows retailers to...</div>
</a>
</article>
<article class="news-item trigger">
<a class="news-item-link" href="/">
<figure class="news-item-photo">
<img class="news-item-photo-img" src="img/news-photo2.jpg" alt="Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20">
</figure>
<time class="news-item-date" datetime="2020-07-01">July 01, 2020 at 5:43 PM</time>
<h3 class="news-item-headline">Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20</h3>
<div class="news-item-teaser">Governor Gavin Newsom today signed an executive order in response to the COVID-19 pandemic. The order extends a waiver that allows retailers to...</div>
</a>
</article>
<article class="news-item trigger">
<a class="news-item-link" href="/">
<figure class="news-item-photo">
<img class="news-item-photo-img" src="img/news-photo3.jpg" alt="Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20">
</figure>
<time class="news-item-date" datetime="2020-07-01">July 01, 2020 at 5:43 PM</time>
<h3 class="news-item-headline">Governor Newsom Signs Executive Order on Actions in Response to COVID-19 6.22.20</h3>
<div class="news-item-teaser">Governor Gavin Newsom today signed an executive order in response to the COVID-19 pandemic. The order extends a waiver that allows retailers to...</div>
</a>
</article>
</div>
<a class="button trigger" href="/">
<div class="button-label">More News</div>
<figure class="button-icon">
<span class="button-primary-circle"></span>
<span class="button-arrow-wrapper">
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
<span class="button-arrow">
<span class="button-inline-svg">
<svg class="button-inline-svg-art" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-width="2"><path d="M13.1506849 1.02215525l6.5753425 6.57534247-6.5753425 6.57534248M0 7.59749772h19.7260274"></path></g></svg>
</span>
</span>
</span>
</figure>
</a>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-grid">
<div class="footer-col footer-col-nav trigger">
<nav class="footer-nav" role="navigation" aria-labelledby="footer-nav">
<h3 id="footer-nav" class="screen-reader">Site Navigation</h3>
<a class="footer-nav-link" href="https://covid19.ca.gov/stay-home-except-for-essential-needs">Stay home Q&A</a>
<a class="footer-nav-link" href="https://covid19.ca.gov/roadmap/">Reopening Roadmap</a>
<a class="footer-nav-link" href="https://covid19.ca.gov/roadmap-counties/">County variance and map</a>
<a class="footer-nav-link" href="https://covid19.ca.gov/industry-guidance/">Industry guidance</a>
<a class="footer-nav-link" href="https://covid19.ca.gov/get-local-information/">Local info and alerts</a>
</nav>
</div>
<div class="footer-col footer-col-logo trigger">
<a class="footer-logo" href="/">
<svg class="logo-mark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 140"><title>California for All</title><g class="mark-ca"><path class="logo-mark-orange" d="M48.2,83l-13.2,28.6h25.2L48.2,83z M66.7,126.9H28.1l-6,13H0.2l48.7-99.8l44.6,99.8H72.1L66.7,126.9z"/><polygon class="logo-mark-orange" points="117,42.9 117,122.4 146.9,122.4 146.9,139.9 97.1,139.9 97.1,42.9"/><polygon class="logo-mark-orange" points="170.2,42.9 170.2,122.4 200,122.4 200,139.9 150.2,139.9 150.2,42.9"/></g><g class="mark-all"><path class="logo-mark-white" d="M21,8.7c-2-2.2-4.3-3.3-7.1-3.3c-4.6,0-8.4,3.9-8.4,8.7c0,4.8,3.7,8.7,8.4,8.7c2.9,0,5.3-1.2,7.4-3.6l3.4,3.4 c-2.8,3.1-6.6,5.1-10.8,5.1C6.2,27.8,0,21.7,0,14.1C0,6.5,6.2,0.4,13.9,0.4c4.2,0,8.1,2,10.8,5.1L21,8.7z"/><path class="logo-mark-white" d="M37,11.8l-3.6,7.9h6.9L37,11.8z M42,23.9H31.4l-1.6,3.6h-6L37.1,0l12.3,27.5h-5.9L42,23.9z"/><polygon class="logo-mark-white" points="56.1,0.8 56.1,22.7 64.3,22.7 64.3,27.5 50.6,27.5 50.6,0.8"/><rect class="logo-mark-white" x="66" y="0.8" width="5.5" height="26.7"/><polygon class="logo-mark-orange" points="74.6,27.5 74.6,0.8 89.1,0.8 89.1,5.6 80.1,5.6 80.1,11.1 87.6,11.1 87.6,15.9 80.1,15.9 80.1,27.5"/><path class="logo-mark-orange" d="M95.1,14.1c0,4.8,3.7,8.7,8.4,8.7c4.6,0,8.4-3.9,8.4-8.7c0-4.8-3.8-8.7-8.4-8.7C98.8,5.4,95.1,9.3,95.1,14.1 M117.4,14.1c0,7.6-6.2,13.7-13.9,13.7c-7.7,0-13.9-6.1-13.9-13.7c0-7.6,6.2-13.7,13.9-13.7C111.2,0.4,117.4,6.5,117.4,14.1"/><path class="logo-mark-orange" d="M125.3,5.6v6.7h2.9c2.3,0,3.9-1.1,3.9-3.4c0-2.2-1.6-3.3-3.9-3.3H125.3z M125.3,16.8v10.6h-5.5V0.8h8.8 c4.9,0,9,3.1,9,8c0,3.1-1.7,5.7-4.2,7l5,11.6h-6L128,16.8H125.3z"/><polygon class="logo-mark-white" points="159.4,0.8 164.9,0.8 164.9,28.2 145.9,11.6 145.9,27.5 140.4,27.5 140.4,0 159.4,16.6"/><rect x="167.3" y="0.8" class="logo-mark-white" width="5.5" height="26.7"/><path class="logo-mark-white" d="M187.2,11.8l-3.6,7.9h6.9L187.2,11.8z M192.3,23.9h-10.6l-1.6,3.6h-6L187.4,0l12.3,27.5h-5.9L192.3,23.9z"/></g></svg>
</a>
</div>
<div class="footer-col footer-col-hotline trigger">
<div class="footer-hotline">
<div class="footer-hotline-label">COVID-19 hotline</div>
<a class="footer-hotline-number" href="tel:8334224255">1-833-422-4255</a>
<div class="footer-hotline-hours">M-F 8AM-8PM, Sa-Su 8AM-5PM</div>
</div>
</div>
</div><!--.footer-grid-->
<nav class="social trigger" role="navigation" aria-label="California Department of Public Health on Social Media">
<a class="social-link" href="/" title="California Department of Public Health on Facebook"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Department of Public Health on Facebook</title><path d="M304 96h80V0h-80c-61.757 0-112 50.243-112 112v48h-64v96h64v256h96V256h80l16-96h-96v-48c0-8.673 7.327-16 16-16z"></path></svg></a>
<a class="social-link" href="/" title="California Department of Public Health on Twitter"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Department of Public Health on Twitter</title><path d="M512 113.2c-18.8 8.4-39.1 14-60.3 16.5 21.7-13 38.3-33.6 46.2-58.1-20.3 12-42.8 20.8-66.7 25.5C412 76.7 384.7 64 354.5 64c-58 0-105 47-105 105 0 8.2.9 16.2 2.7 23.9-87.3-4.4-164.7-46.2-216.5-109.8-9 15.5-14.2 33.6-14.2 52.8 0 36.4 18.5 68.6 46.7 87.4-17.2-.5-33.4-5.3-47.6-13.1v1.3c0 50.9 36.2 93.4 84.3 103-8.8 2.4-18.1 3.7-27.7 3.7-6.8 0-13.3-.7-19.8-1.9 13.4 41.7 52.2 72.1 98.1 73-36 28.2-81.2 45-130.5 45-8.5 0-16.8-.5-25.1-1.5C46.5 462.7 101.7 480 161 480c193.2 0 298.9-160.1 298.9-298.9 0-4.6-.1-9.1-.3-13.6 20.5-14.7 38.3-33.2 52.4-54.3z"></path></svg></a>
<a class="social-link" href="/" title="California Department of Public Health on YouTube"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><title>California Department of Public Health on YouTube</title><path d="M314,355.4v60.3c0,12.9-3.7,19.1-11.1,19.1c-4.3,0-8.6-2-12.9-6.3v-86c4.3-4.3,8.6-6.3,12.9-6.3 C310.3,336.3,314,342.9,314,355.4z M410.6,355.7v13.1h-25.7v-13.1c0-12.9,4.3-19.4,12.9-19.4C406.3,336.3,410.6,342.9,410.6,355.7z M134.6,293.4h30.6v-26.9H76v26.9h30V456h28.6V293.4z M216.9,456h25.4V314.9h-25.4v108c-5.7,8-11.1,12-16.3,12c-3.4,0-5.4-2-6-6 c-0.3-0.9-0.3-4-0.3-10v-104h-25.4v111.7c0,10,0.9,16.6,2.3,20.9c2.3,7.1,8.3,10.6,16.6,10.6c9.1,0,18.9-5.7,29.1-17.4V456z M339.4,413.7v-56.3c0-13.1-0.6-22.6-2.6-28.3c-3.1-10.6-10.3-16-20.3-16c-9.4,0-18.3,5.1-26.6,15.4v-62h-25.4V456H290v-13.7 c8.6,10.6,17.4,15.7,26.6,15.7c10,0,17.1-5.4,20.3-15.7C338.9,436.3,339.4,426.9,339.4,413.7z M436,410.9v-3.7h-26 c0,10.3-0.3,16-0.6,17.4c-1.4,6.9-5.1,10.3-11.4,10.3c-8.9,0-13.1-6.6-13.1-19.7v-24.9H436v-29.4c0-15.1-2.6-26-7.7-33.1 c-7.4-9.7-17.4-14.6-30.3-14.6c-13.1,0-23.1,4.9-30.6,14.6c-5.4,7.1-8,18-8,33.1v49.4c0,15.1,2.9,26.3,8.3,33.1 c7.4,9.7,17.4,14.6,30.9,14.6c13.4,0,24-5.1,30.9-15.1c3.1-4.6,5.4-9.7,6-15.4C436,424.9,436,419.1,436,410.9z M262.3,150V90 c0-13.1-3.7-19.7-12.3-19.7c-8.3,0-12.3,6.6-12.3,19.7v60c0,13.1,4,20,12.3,20C258.6,170,262.3,163.1,262.3,150z M467.7,364.6 c0,32.9-0.3,68-7.4,100c-5.4,22.6-23.7,39.1-45.7,41.4c-52.6,6-105.7,6-158.6,6s-106,0-158.6-6c-22-2.3-40.6-18.9-45.7-41.4 c-7.4-32-7.4-67.1-7.4-100l0,0c0-33.1,0.3-68,7.4-100c5.4-22.6,23.7-39.1,46-41.7c52.3-5.7,105.4-5.7,158.3-5.7s106,0,158.6,5.7 c22,2.6,40.6,19.1,45.7,41.7C467.7,296.6,467.7,331.4,467.7,364.6z M182.6,0h29.1l-34.6,114v77.4h-28.6V114 c-2.6-14-8.3-34-17.4-60.6c-6.3-17.7-12.6-35.7-18.6-53.4h30.3l20.3,75.1L182.6,0z M288.3,95.1v50c0,15.1-2.6,26.6-8,33.7 c-7.1,9.7-17.1,14.6-30.3,14.6c-12.9,0-22.9-4.9-30-14.6c-5.4-7.4-8-18.6-8-33.7v-50c0-15.1,2.6-26.3,8-33.4 c7.1-9.7,17.1-14.6,30-14.6c13.1,0,23.1,4.9,30.3,14.6C285.7,68.9,288.3,80,288.3,95.1z M384,48.9v142.6h-26v-15.7 c-10.3,12-20,17.7-29.4,17.7c-8.3,0-14.3-3.4-16.9-10.6c-1.4-4.3-2.3-11.1-2.3-21.4V48.9h26v104.9c0,6,0,9.4,0.3,10 c0.6,4,2.6,6.3,6,6.3c5.1,0,10.6-4,16.3-12.3V48.9H384z"/></svg></a>
<a class="social-link" href="/" title="California Department of Public Health on Instagram"><svg class="social-icon" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><title>California Department of Public Health on Instagram</title><path d="M256 46.1c68.4 0 76.5.3 103.4 1.5 25 1.1 38.5 5.3 47.5 8.8 11.9 4.6 20.5 10.2 29.4 19.1 9 9 14.5 17.5 19.2 29.4 3.5 9 7.7 22.6 8.8 47.5 1.2 27 1.5 35.1 1.5 103.4s-.3 76.5-1.5 103.4c-1.1 25-5.3 38.5-8.8 47.5-4.6 11.9-10.2 20.5-19.1 29.4-9 9-17.5 14.5-29.4 19.2-9 3.5-22.6 7.7-47.5 8.8-27 1.2-35.1 1.5-103.4 1.5s-76.5-.3-103.4-1.5c-25-1.1-38.5-5.3-47.5-8.8-11.9-4.6-20.5-10.2-29.4-19.1-9-9-14.5-17.5-19.2-29.4-3.5-9-7.7-22.6-8.8-47.5-1.2-27-1.5-35.1-1.5-103.4s.3-76.5 1.5-103.4c1.1-25 5.3-38.5 8.8-47.5 4.6-11.9 10.2-20.5 19.1-29.4 9-9 17.5-14.5 29.4-19.2 9-3.5 22.6-7.7 47.5-8.8 26.9-1.2 35-1.5 103.4-1.5zM256 0c-69.5 0-78.2.3-105.5 1.5-27.2 1.2-45.9 5.6-62.1 11.9C71.5 20 57.2 28.7 43 43 28.7 57.2 20 71.5 13.4 88.3c-6.3 16.3-10.7 34.9-11.9 62.1C.3 177.8 0 186.5 0 256s.3 78.2 1.5 105.5c1.2 27.2 5.6 45.9 11.9 62.1C20 440.5 28.7 454.8 43 469c14.2 14.2 28.5 23 45.3 29.5 16.3 6.3 34.9 10.7 62.1 11.9 27.3 1.2 36 1.5 105.5 1.5s78.2-.3 105.5-1.5c27.2-1.2 45.9-5.6 62.1-11.9 16.8-6.5 31.1-15.3 45.3-29.5s23-28.5 29.5-45.3c6.3-16.3 10.7-34.9 11.9-62.1 1.2-27.3 1.5-36 1.5-105.5s-.3-78.2-1.5-105.5c-1.2-27.2-5.6-45.9-11.9-62.1-6.3-17-15-31.3-29.3-45.5-14.2-14.2-28.5-23-45.3-29.5-16.3-6.3-34.9-10.7-62.1-11.9C334.2.3 325.5 0 256 0z"></path><path d="M256 124.5c-72.6 0-131.5 58.9-131.5 131.5S183.4 387.5 256 387.5 387.5 328.6 387.5 256 328.6 124.5 256 124.5zm0 216.8c-47.1 0-85.3-38.2-85.3-85.3s38.2-85.3 85.3-85.3c47.1 0 85.3 38.2 85.3 85.3s-38.2 85.3-85.3 85.3zM423.4 119.3c0 16.955-13.745 30.7-30.7 30.7S362 136.255 362 119.3s13.745-30.7 30.7-30.7 30.7 13.745 30.7 30.7z"></path></svg></a>
</nav>
<div class="footer-utility trigger">
<nav class="footer-utility-nav" role="navigation" arial-label="Other State of California Resources">
<a class="footer-utility-nav-link" href="https://www.cdph.ca.gov/Programs/CID/DCDC/Pages/Immunization/ncov2019.aspx">Department of Public Health</a>
<a class="footer-utility-nav-link" href="https://www.gov.ca.gov/newsroom/">Governor’s Newsroom</a>
<a class="footer-utility-nav-link" href="https://www.ca.gov/accessibility/">Accessibility</a>
<a class="footer-utility-nav-link" href="https://www.ca.gov/privacy-policy/">Privacy Policy</a>
<a class="footer-utility-nav-link" href="https://www.surveymonkey.com/r/COVID19CAGOV">Feedback</a>
</nav>
<span class="footer-utility-official">Official California State Government Website</span>
</div>
</footer>
<div class="popup_background"></div>
<div id="video-modal" class="video-modal">
<div id="video-container" class="video-modal-content">
<button class="video-modal-close modal_close">
<svg style="pointer-events: none;" class="video-modal-close-svg" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M320 274.752l-226.272-226.272-45.248 45.248 226.272 226.272-226.272 226.272 45.248 45.248 226.272-226.272 226.272 226.272 45.248-45.248-226.272-226.272 226.272-226.272-45.248-45.248-226.272 226.272z"></path></svg>
</button>
</div>
</div>
</body>
</html>