@caweb/html-webpack-plugin 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/build/delta-rtl.css +0 -2096
  2. package/build/delta.asset.php +1 -1
  3. package/build/delta.css +0 -2096
  4. package/build/delta.css.map +1 -1
  5. package/build/eureka-rtl.css +0 -2096
  6. package/build/eureka.asset.php +1 -1
  7. package/build/eureka.css +0 -2096
  8. package/build/eureka.css.map +1 -1
  9. package/build/font-only-rtl.css +2311 -0
  10. package/build/font-only.asset.php +1 -0
  11. package/build/font-only.css +2313 -0
  12. package/build/font-only.css.map +1 -0
  13. package/build/font-only.js +28 -0
  14. package/build/font-only.js.map +1 -0
  15. package/build/fonts/CaGov.eot +0 -0
  16. package/build/fonts/CaGov.json +7582 -0
  17. package/build/fonts/CaGov.svg +784 -0
  18. package/build/fonts/CaGov.ttf +0 -0
  19. package/build/fonts/CaGov.woff +0 -0
  20. package/build/mono-rtl.css +0 -2096
  21. package/build/mono.asset.php +1 -1
  22. package/build/mono.css +0 -2096
  23. package/build/mono.css.map +1 -1
  24. package/build/oceanside-rtl.css +0 -2096
  25. package/build/oceanside.asset.php +1 -1
  26. package/build/oceanside.css +0 -2096
  27. package/build/oceanside.css.map +1 -1
  28. package/build/orangecounty-rtl.css +0 -2096
  29. package/build/orangecounty.asset.php +1 -1
  30. package/build/orangecounty.css +0 -2096
  31. package/build/orangecounty.css.map +1 -1
  32. package/build/pasorobles-rtl.css +0 -2096
  33. package/build/pasorobles.asset.php +1 -1
  34. package/build/pasorobles.css +0 -2096
  35. package/build/pasorobles.css.map +1 -1
  36. package/build/sacramento-rtl.css +0 -2096
  37. package/build/sacramento.asset.php +1 -1
  38. package/build/sacramento.css +0 -2096
  39. package/build/sacramento.css.map +1 -1
  40. package/build/santabarbara-rtl.css +0 -2096
  41. package/build/santabarbara.asset.php +1 -1
  42. package/build/santabarbara.css +0 -2096
  43. package/build/santabarbara.css.map +1 -1
  44. package/build/santacruz-rtl.css +0 -2096
  45. package/build/santacruz.asset.php +1 -1
  46. package/build/santacruz.css +0 -2096
  47. package/build/santacruz.css.map +1 -1
  48. package/build/shasta-rtl.css +0 -2096
  49. package/build/shasta.asset.php +1 -1
  50. package/build/shasta.css +0 -2096
  51. package/build/shasta.css.map +1 -1
  52. package/build/sierra-rtl.css +0 -2096
  53. package/build/sierra.asset.php +1 -1
  54. package/build/sierra.css +0 -2096
  55. package/build/sierra.css.map +1 -1
  56. package/build/trinity-rtl.css +0 -2096
  57. package/build/trinity.asset.php +1 -1
  58. package/build/trinity.css +0 -2096
  59. package/build/trinity.css.map +1 -1
  60. package/entry/delta.js +1 -0
  61. package/entry/eureka.js +1 -0
  62. package/entry/mono.js +1 -0
  63. package/entry/oceanside.js +1 -0
  64. package/entry/orangecounty.js +1 -0
  65. package/entry/pasorobles.js +1 -0
  66. package/entry/sacramento.js +1 -0
  67. package/entry/santabarbara.js +1 -0
  68. package/entry/santacruz.js +1 -0
  69. package/entry/shasta.js +1 -0
  70. package/entry/sierra.js +1 -0
  71. package/entry/trinity.js +1 -0
  72. package/package.json +8 -4
  73. package/sample/default.html +4 -0
  74. package/sample/structural/footer.html +1 -1
  75. package/build/fonts/CaGov.woff2 +0 -0
package/build/delta.css CHANGED
@@ -12073,2102 +12073,6 @@ textarea.form-control-lg {
12073
12073
  border: 0 !important;
12074
12074
  }
12075
12075
 
12076
- /* -----------------------------------------
12077
- ICON FONTS - /source/scss/cagov/icon-font.scss
12078
- ----------------------------------------- */
12079
- @font-face {
12080
- font-family: CaGov;
12081
- src: url(fonts/CaGov.woff2) format("woff2");
12082
- font-weight: normal;
12083
- font-style: normal;
12084
- font-display: block;
12085
- }
12086
- [class^=ca-gov-icon-],
12087
- [class*=" ca-gov-icon-"] {
12088
- /* use !important to prevent issues with browser extensions that change fonts */
12089
- font-family: CaGov !important;
12090
- speak: never;
12091
- font-style: normal;
12092
- font-weight: normal;
12093
- font-variant: normal;
12094
- text-transform: none;
12095
- /* Better Font Rendering =========== */
12096
- -webkit-font-smoothing: antialiased;
12097
- -moz-osx-font-smoothing: grayscale;
12098
- }
12099
-
12100
- .ca-gov-icon-bullet::before {
12101
- content: "\ea32";
12102
- }
12103
-
12104
- .ca-gov-icon-dot::before {
12105
- content: "\ea33";
12106
- }
12107
-
12108
- .ca-gov-icon-water::before {
12109
- content: "\ea2a";
12110
- }
12111
-
12112
- .ca-gov-icon-wind-power::before {
12113
- content: "\ea2b";
12114
- }
12115
-
12116
- .ca-gov-icon-connection::before {
12117
- content: "\ea2c";
12118
- }
12119
-
12120
- .ca-gov-icon-transport::before {
12121
- content: "\ea2d";
12122
- }
12123
-
12124
- .ca-gov-icon-maintenance::before {
12125
- content: "\ea2e";
12126
- }
12127
-
12128
- .ca-gov-icon-warning-diamond::before {
12129
- content: "\ea2f";
12130
- }
12131
-
12132
- .ca-gov-icon-pipe-angle::before {
12133
- content: "\ea30";
12134
- }
12135
-
12136
- .ca-gov-icon-pipe::before {
12137
- content: "\ea31";
12138
- }
12139
-
12140
- .ca-gov-icon-quotation-mark::before {
12141
- content: "\ea29";
12142
- }
12143
-
12144
- .ca-gov-icon-save::before {
12145
- content: "\ea23";
12146
- }
12147
-
12148
- .ca-gov-icon-cut::before {
12149
- content: "\ea24";
12150
- }
12151
-
12152
- .ca-gov-icon-paste::before {
12153
- content: "\ea25";
12154
- }
12155
-
12156
- .ca-gov-icon-copy::before {
12157
- content: "\ea26";
12158
- }
12159
-
12160
- .ca-gov-icon-delete::before {
12161
- content: "\ea22";
12162
- }
12163
-
12164
- .ca-gov-icon-github::before {
12165
- content: "\ea21";
12166
- }
12167
-
12168
- .ca-gov-icon-pdf-text::before {
12169
- content: "\ea20";
12170
- }
12171
-
12172
- .ca-gov-icon-mask-light::before {
12173
- content: "\e9fb";
12174
- }
12175
-
12176
- .ca-gov-icon-mask-dark::before {
12177
- content: "\e9fc";
12178
- }
12179
-
12180
- .ca-gov-icon-vaccine-check::before {
12181
- content: "\e9fe";
12182
- }
12183
-
12184
- .ca-gov-icon-teams::before {
12185
- content: "\ea0c";
12186
- }
12187
-
12188
- .ca-gov-icon-pharmacy::before {
12189
- content: "\ea12";
12190
- }
12191
-
12192
- .ca-gov-icon-cart-delivered::before {
12193
- content: "\ea15";
12194
- }
12195
-
12196
- .ca-gov-icon-medical-shipped::before {
12197
- content: "\ea16";
12198
- }
12199
-
12200
- .ca-gov-icon-vaccine::before {
12201
- content: "\ea17";
12202
- }
12203
-
12204
- .ca-gov-icon-team::before {
12205
- content: "\ea18";
12206
- }
12207
-
12208
- .ca-gov-icon-vaccine-patient::before {
12209
- content: "\ea19";
12210
- }
12211
-
12212
- .ca-gov-icon-improvements::before {
12213
- content: "\ea1a";
12214
- }
12215
-
12216
- .ca-gov-icon-cloud-network::before {
12217
- content: "\ea1b";
12218
- }
12219
-
12220
- .ca-gov-icon-technology-reuse::before {
12221
- content: "\ea1c";
12222
- }
12223
-
12224
- .ca-gov-icon-accessibility::before {
12225
- content: "\e992";
12226
- }
12227
-
12228
- .ca-gov-icon-agriculture::before {
12229
- content: "\e973";
12230
- }
12231
-
12232
- .ca-gov-icon-air::before {
12233
- content: "\e9de";
12234
- }
12235
-
12236
- .ca-gov-icon-air-pollution::before {
12237
- content: "\e9df";
12238
- }
12239
-
12240
- .ca-gov-icon-air-quality::before {
12241
- content: "\e9e0";
12242
- }
12243
-
12244
- .ca-gov-icon-albums::before {
12245
- content: "\e90e";
12246
- }
12247
-
12248
- .ca-gov-icon-amexcard::before {
12249
- content: "\e979";
12250
- }
12251
-
12252
- .ca-gov-icon-amusement::before {
12253
- content: "\e9ab";
12254
- }
12255
-
12256
- .ca-gov-icon-anchor::before {
12257
- content: "\e9e1";
12258
- }
12259
-
12260
- .ca-gov-icon-android::before {
12261
- content: "\e620";
12262
- }
12263
-
12264
- .ca-gov-icon-angry::before {
12265
- content: "\e975";
12266
- }
12267
-
12268
- .ca-gov-icon-apple::before {
12269
- content: "\e61f";
12270
- }
12271
-
12272
- .ca-gov-icon-apple-pay::before {
12273
- content: "\e97a";
12274
- }
12275
-
12276
- .ca-gov-icon-apps::before {
12277
- content: "\e603";
12278
- }
12279
-
12280
- .ca-gov-icon-archive::before {
12281
- content: "\e088";
12282
- }
12283
-
12284
- .ca-gov-icon-arrow-down::before {
12285
- content: "\e04c";
12286
- }
12287
-
12288
- .ca-gov-icon-arrow-fill-down::before {
12289
- content: "\e03a";
12290
- }
12291
-
12292
- .ca-gov-icon-arrow-fill-left::before {
12293
- content: "\e03b";
12294
- }
12295
-
12296
- .ca-gov-icon-arrow-fill-left-down::before {
12297
- content: "\e040";
12298
- }
12299
-
12300
- .ca-gov-icon-arrow-fill-left-up::before {
12301
- content: "\e03d";
12302
- }
12303
-
12304
- .ca-gov-icon-arrow-fill-right::before {
12305
- content: "\e03c";
12306
- }
12307
-
12308
- .ca-gov-icon-arrow-fill-right-down::before {
12309
- content: "\e03f";
12310
- }
12311
-
12312
- .ca-gov-icon-arrow-fill-right-up::before {
12313
- content: "\e03e";
12314
- }
12315
-
12316
- .ca-gov-icon-arrow-fill-up::before {
12317
- content: "\e039";
12318
- }
12319
-
12320
- .ca-gov-icon-arrow-left::before {
12321
- content: "\e04d";
12322
- }
12323
-
12324
- .ca-gov-icon-arrow-next::before {
12325
- content: "\e669";
12326
- }
12327
-
12328
- .ca-gov-icon-arrow-prev::before {
12329
- content: "\e668";
12330
- }
12331
-
12332
- .ca-gov-icon-arrow-right::before {
12333
- content: "\e04e";
12334
- }
12335
-
12336
- .ca-gov-icon-arrow-up::before {
12337
- content: "\e04b";
12338
- }
12339
-
12340
- .ca-gov-icon-at-sign::before {
12341
- content: "\e60e";
12342
- }
12343
-
12344
- .ca-gov-icon-attachment::before {
12345
- content: "\e60f";
12346
- }
12347
-
12348
- .ca-gov-icon-audience::before {
12349
- content: "\e9fa";
12350
- }
12351
-
12352
- .ca-gov-icon-audio::before {
12353
- content: "\e63a";
12354
- }
12355
-
12356
- .ca-gov-icon-balloons::before {
12357
- content: "\e9ac";
12358
- }
12359
-
12360
- .ca-gov-icon-badminton::before {
12361
- content: "\e9e2";
12362
- }
12363
-
12364
- .ca-gov-icon-bar-chart::before {
12365
- content: "\e629";
12366
- }
12367
-
12368
- .ca-gov-icon-barge-ship::before {
12369
- content: "\e9ad";
12370
- }
12371
-
12372
- .ca-gov-icon-bars-up::before {
12373
- content: "\e9fd";
12374
- }
12375
-
12376
- .ca-gov-icon-bars-upward::before {
12377
- content: "\ea1d";
12378
- }
12379
-
12380
- .ca-gov-icon-baseball::before {
12381
- content: "\e9e3";
12382
- }
12383
-
12384
- .ca-gov-icon-basketball::before {
12385
- content: "\e9e4";
12386
- }
12387
-
12388
- .ca-gov-icon-bath::before {
12389
- content: "\e9e5";
12390
- }
12391
-
12392
- .ca-gov-icon-bear::before {
12393
- content: "\e60b";
12394
- }
12395
-
12396
- .ca-gov-icon-bell::before {
12397
- content: "\e982";
12398
- }
12399
-
12400
- .ca-gov-icon-bike::before {
12401
- content: "\e9ae";
12402
- }
12403
-
12404
- .ca-gov-icon-billiards::before {
12405
- content: "\e9e6";
12406
- }
12407
-
12408
- .ca-gov-icon-binoculars::before {
12409
- content: "\e632";
12410
- }
12411
-
12412
- .ca-gov-icon-biohazard::before {
12413
- content: "\e918";
12414
- }
12415
-
12416
- .ca-gov-icon-boat::before {
12417
- content: "\e9af";
12418
- }
12419
-
12420
- .ca-gov-icon-book::before {
12421
- content: "\e086";
12422
- }
12423
-
12424
- .ca-gov-icon-bookmark::before {
12425
- content: "\e983";
12426
- }
12427
-
12428
- .ca-gov-icon-books::before {
12429
- content: "\e984";
12430
- }
12431
-
12432
- .ca-gov-icon-bowling::before {
12433
- content: "\e9e7";
12434
- }
12435
-
12436
- .ca-gov-icon-brain::before {
12437
- content: "\e90f";
12438
- }
12439
-
12440
- .ca-gov-icon-bridge::before {
12441
- content: "\e9b0";
12442
- }
12443
-
12444
- .ca-gov-icon-bridge-alt::before {
12445
- content: "\e9b1";
12446
- }
12447
-
12448
- .ca-gov-icon-briefcase::before {
12449
- content: "\e901";
12450
- }
12451
-
12452
- .ca-gov-icon-building::before {
12453
- content: "\e0fd";
12454
- }
12455
-
12456
- .ca-gov-icon-bus::before {
12457
- content: "\e9b2";
12458
- }
12459
-
12460
- .ca-gov-icon-bus-alt::before {
12461
- content: "\e9b3";
12462
- }
12463
-
12464
- .ca-gov-icon-ca-capitol::before {
12465
- content: "\e657";
12466
- }
12467
-
12468
- .ca-gov-icon-ca-state::before {
12469
- content: "\e658";
12470
- }
12471
-
12472
- .ca-gov-icon-cal::before {
12473
- content: "\e650";
12474
- }
12475
-
12476
- .ca-gov-icon-cal-bear::before {
12477
- content: "\e90b";
12478
- }
12479
-
12480
- .ca-gov-icon-calculator::before {
12481
- content: "\e0e7";
12482
- }
12483
-
12484
- .ca-gov-icon-calendar::before {
12485
- content: "\e60a";
12486
- }
12487
-
12488
- .ca-gov-icon-call::before {
12489
- content: "\e641";
12490
- }
12491
-
12492
- .ca-gov-icon-camera::before {
12493
- content: "\e637";
12494
- }
12495
-
12496
- .ca-gov-icon-campfire::before {
12497
- content: "\e96a";
12498
- }
12499
-
12500
- .ca-gov-icon-cannabis::before {
12501
- content: "\e974";
12502
- }
12503
-
12504
- .ca-gov-icon-capitol::before {
12505
- content: "\e606";
12506
- }
12507
-
12508
- .ca-gov-icon-car::before {
12509
- content: "\e9b4";
12510
- }
12511
-
12512
- .ca-gov-icon-car-alt::before {
12513
- content: "\e9b5";
12514
- }
12515
-
12516
- .ca-gov-icon-care-tweezers::before {
12517
- content: "\e9e8";
12518
- }
12519
-
12520
- .ca-gov-icon-caret-down::before {
12521
- content: "3";
12522
- }
12523
-
12524
- .ca-gov-icon-caret-fill-down::before {
12525
- content: "\e044";
12526
- }
12527
-
12528
- .ca-gov-icon-caret-fill-left::before {
12529
- content: "\e045";
12530
- }
12531
-
12532
- .ca-gov-icon-caret-fill-right::before {
12533
- content: "\e046";
12534
- }
12535
-
12536
- .ca-gov-icon-caret-fill-two-down::before {
12537
- content: "\e048";
12538
- }
12539
-
12540
- .ca-gov-icon-caret-fill-two-left::before {
12541
- content: "\e049";
12542
- }
12543
-
12544
- .ca-gov-icon-caret-fill-two-right::before {
12545
- content: "\e04a";
12546
- }
12547
-
12548
- .ca-gov-icon-caret-fill-two-up::before {
12549
- content: "\e047";
12550
- }
12551
-
12552
- .ca-gov-icon-caret-fill-up::before {
12553
- content: "\e043";
12554
- }
12555
-
12556
- .ca-gov-icon-caret-left::before {
12557
- content: "4";
12558
- }
12559
-
12560
- .ca-gov-icon-caret-line-down::before {
12561
- content: ";";
12562
- }
12563
-
12564
- .ca-gov-icon-caret-line-left::before {
12565
- content: "<";
12566
- }
12567
-
12568
- .ca-gov-icon-caret-line-right::before {
12569
- content: "=";
12570
- }
12571
-
12572
- .ca-gov-icon-caret-line-two-down::before {
12573
- content: "?";
12574
- }
12575
-
12576
- .ca-gov-icon-caret-line-two-left::before {
12577
- content: "@";
12578
- }
12579
-
12580
- .ca-gov-icon-caret-line-two-right::before {
12581
- content: "A";
12582
- }
12583
-
12584
- .ca-gov-icon-caret-line-two-up::before {
12585
- content: ">";
12586
- }
12587
-
12588
- .ca-gov-icon-caret-line-up::before {
12589
- content: ":";
12590
- }
12591
-
12592
- .ca-gov-icon-caret-right::before {
12593
- content: "5";
12594
- }
12595
-
12596
- .ca-gov-icon-caret-two-down::before {
12597
- content: "7";
12598
- }
12599
-
12600
- .ca-gov-icon-caret-two-left::before {
12601
- content: "8";
12602
- }
12603
-
12604
- .ca-gov-icon-caret-two-right::before {
12605
- content: "9";
12606
- }
12607
-
12608
- .ca-gov-icon-caret-two-up::before {
12609
- content: "6";
12610
- }
12611
-
12612
- .ca-gov-icon-caret-up::before {
12613
- content: "2";
12614
- }
12615
-
12616
- .ca-gov-icon-carousel-next::before {
12617
- content: "\e667";
12618
- }
12619
-
12620
- .ca-gov-icon-carousel-pause::before {
12621
- content: "\e66c";
12622
- }
12623
-
12624
- .ca-gov-icon-carousel-play::before {
12625
- content: "\e907";
12626
- }
12627
-
12628
- .ca-gov-icon-carousel-prev::before {
12629
- content: "\e666";
12630
- }
12631
-
12632
- .ca-gov-icon-casino::before {
12633
- content: "\e9b6";
12634
- }
12635
-
12636
- .ca-gov-icon-cc-copyright::before {
12637
- content: "\e656";
12638
- }
12639
-
12640
- .ca-gov-icon-cellphone-touch::before {
12641
- content: "\ea08";
12642
- }
12643
-
12644
- .ca-gov-icon-certificate::before {
12645
- content: "\e910";
12646
- }
12647
-
12648
- .ca-gov-icon-certificate-check::before {
12649
- content: "\e911";
12650
- }
12651
-
12652
- .ca-gov-icon-certificate-click::before {
12653
- content: "\ea03";
12654
- }
12655
-
12656
- .ca-gov-icon-charge::before {
12657
- content: "\e912";
12658
- }
12659
-
12660
- .ca-gov-icon-charge-cycle::before {
12661
- content: "\e913";
12662
- }
12663
-
12664
- .ca-gov-icon-charge-units::before {
12665
- content: "\e914";
12666
- }
12667
-
12668
- .ca-gov-icon-chat::before {
12669
- content: "\e605";
12670
- }
12671
-
12672
- .ca-gov-icon-chat-bubble::before {
12673
- content: "\e66f";
12674
- }
12675
-
12676
- .ca-gov-icon-chat-bubbles::before {
12677
- content: "\e640";
12678
- }
12679
-
12680
- .ca-gov-icon-check-fill::before {
12681
- content: "\e052";
12682
- }
12683
-
12684
- .ca-gov-icon-check-line::before {
12685
- content: "R";
12686
- }
12687
-
12688
- .ca-gov-icon-check-list::before {
12689
- content: "\e651";
12690
- }
12691
-
12692
- .ca-gov-icon-check-mark::before {
12693
- content: "N";
12694
- }
12695
-
12696
- .ca-gov-icon-chemical-hazard::before {
12697
- content: "\e956";
12698
- }
12699
-
12700
- .ca-gov-icon-chrome::before {
12701
- content: "\e97d";
12702
- }
12703
-
12704
- .ca-gov-icon-church::before {
12705
- content: "\e9e9";
12706
- }
12707
-
12708
- .ca-gov-icon-city::before {
12709
- content: "\e915";
12710
- }
12711
-
12712
- .ca-gov-icon-clipboard::before {
12713
- content: "\e653";
12714
- }
12715
-
12716
- .ca-gov-icon-clock::before {
12717
- content: "\e916";
12718
- }
12719
-
12720
- .ca-gov-icon-close-fill::before {
12721
- content: "\e051";
12722
- }
12723
-
12724
- .ca-gov-icon-close-line::before {
12725
- content: "Q";
12726
- }
12727
-
12728
- .ca-gov-icon-close-mark::before {
12729
- content: "M";
12730
- }
12731
-
12732
- .ca-gov-icon-cloud-download::before {
12733
- content: "\e62e";
12734
- }
12735
-
12736
- .ca-gov-icon-cloud-gear::before {
12737
- content: "\e917";
12738
- }
12739
-
12740
- .ca-gov-icon-cloud-services::before {
12741
- content: "\e91a";
12742
- }
12743
-
12744
- .ca-gov-icon-cloud-sync::before {
12745
- content: "\e91b";
12746
- }
12747
-
12748
- .ca-gov-icon-cloud-upload::before {
12749
- content: "\e62f";
12750
- }
12751
-
12752
- .ca-gov-icon-code::before {
12753
- content: "\e91c";
12754
- }
12755
-
12756
- .ca-gov-icon-coffee::before {
12757
- content: "\e9b7";
12758
- }
12759
-
12760
- .ca-gov-icon-collapse-all::before {
12761
- content: "\e970";
12762
- }
12763
-
12764
- .ca-gov-icon-collapse::before {
12765
- content: "X";
12766
- }
12767
-
12768
- .ca-gov-icon-compass::before {
12769
- content: "\e633";
12770
- }
12771
-
12772
- .ca-gov-icon-computer::before {
12773
- content: "\e621";
12774
- }
12775
-
12776
- .ca-gov-icon-construction::before {
12777
- content: "\e628";
12778
- }
12779
-
12780
- .ca-gov-icon-contact-us::before {
12781
- content: "\e66e";
12782
- }
12783
-
12784
- .ca-gov-icon-contacts::before {
12785
- content: "\e087";
12786
- }
12787
-
12788
- .ca-gov-icon-coronavirus::before {
12789
- content: "\e996";
12790
- }
12791
-
12792
- .ca-gov-icon-coughing::before {
12793
- content: "\e997";
12794
- }
12795
-
12796
- .ca-gov-icon-cover::before {
12797
- content: "\e998";
12798
- }
12799
-
12800
- .ca-gov-icon-cruise-ship::before {
12801
- content: "\e9b8";
12802
- }
12803
-
12804
- .ca-gov-icon-cubes::before {
12805
- content: "\e999";
12806
- }
12807
-
12808
- .ca-gov-icon-currency::before {
12809
- content: "\e0f3";
12810
- }
12811
-
12812
- .ca-gov-icon-dam::before {
12813
- content: "\e96b";
12814
- }
12815
-
12816
- .ca-gov-icon-danger::before {
12817
- content: "\e957";
12818
- }
12819
-
12820
- .ca-gov-icon-desktop-checklist::before {
12821
- content: "\ea05";
12822
- }
12823
-
12824
- .ca-gov-icon-desktop-video-module::before {
12825
- content: "\ea10";
12826
- }
12827
-
12828
- .ca-gov-icon-dice::before {
12829
- content: "\e9b9";
12830
- }
12831
-
12832
- .ca-gov-icon-digging::before {
12833
- content: "\e989";
12834
- }
12835
-
12836
- .ca-gov-icon-directions::before {
12837
- content: "\e9ba";
12838
- }
12839
-
12840
- .ca-gov-icon-discovercard::before {
12841
- content: "\e97b";
12842
- }
12843
-
12844
- .ca-gov-icon-distance::before {
12845
- content: "\e995";
12846
- }
12847
-
12848
- .ca-gov-icon-do-not-sign::before {
12849
- content: "\e958";
12850
- }
12851
-
12852
- .ca-gov-icon-document::before {
12853
- content: "\e652";
12854
- }
12855
-
12856
- .ca-gov-icon-down::before {
12857
- content: "\e9ea";
12858
- }
12859
-
12860
- .ca-gov-icon-down-left::before {
12861
- content: "\e9eb";
12862
- }
12863
-
12864
- .ca-gov-icon-down-right::before {
12865
- content: "\e9ec";
12866
- }
12867
-
12868
- .ca-gov-icon-download::before {
12869
- content: "\e62d";
12870
- }
12871
-
12872
- .ca-gov-icon-download-cloud::before {
12873
- content: "\e96c";
12874
- }
12875
-
12876
- .ca-gov-icon-drag::before {
12877
- content: "\e972";
12878
- }
12879
-
12880
- .ca-gov-icon-drawer::before {
12881
- content: "\e084";
12882
- }
12883
-
12884
- .ca-gov-icon-drive::before {
12885
- content: "\e0e5";
12886
- }
12887
-
12888
- .ca-gov-icon-ear::before {
12889
- content: "\e91d";
12890
- }
12891
-
12892
- .ca-gov-icon-ear-slash::before {
12893
- content: "\e91e";
12894
- }
12895
-
12896
- .ca-gov-icon-earthquake::before {
12897
- content: "\e959";
12898
- }
12899
-
12900
- .ca-gov-icon-electricity-hazard::before {
12901
- content: "\e95c";
12902
- }
12903
-
12904
- .ca-gov-icon-email::before {
12905
- content: "\e609";
12906
- }
12907
-
12908
- .ca-gov-icon-entertainment::before {
12909
- content: "\e9bb";
12910
- }
12911
-
12912
- .ca-gov-icon-envelope-checklist::before {
12913
- content: "\ea13";
12914
- }
12915
-
12916
- .ca-gov-icon-excel::before {
12917
- content: "\e612";
12918
- }
12919
-
12920
- .ca-gov-icon-expand-all::before {
12921
- content: "\e991";
12922
- }
12923
-
12924
- .ca-gov-icon-expand::before {
12925
- content: "Y";
12926
- }
12927
-
12928
- .ca-gov-icon-external-link::before {
12929
- content: "\e9ed";
12930
- }
12931
-
12932
- .ca-gov-icon-eye::before {
12933
- content: "\e91f";
12934
- }
12935
-
12936
- .ca-gov-icon-eye-slash::before {
12937
- content: "\e920";
12938
- }
12939
-
12940
- .ca-gov-icon-facebook::before {
12941
- content: "\e616";
12942
- }
12943
-
12944
- .ca-gov-icon-family::before {
12945
- content: "\e9bc";
12946
- }
12947
-
12948
- .ca-gov-icon-family-alt::before {
12949
- content: "\e9bd";
12950
- }
12951
-
12952
- .ca-gov-icon-fastfood::before {
12953
- content: "\e9be";
12954
- }
12955
-
12956
- .ca-gov-icon-favorite::before {
12957
- content: "\e659";
12958
- }
12959
-
12960
- .ca-gov-icon-features::before {
12961
- content: "\e993";
12962
- }
12963
-
12964
- .ca-gov-icon-ferry::before {
12965
- content: "\e9bf";
12966
- }
12967
-
12968
- .ca-gov-icon-file::before {
12969
- content: "\e921";
12970
- }
12971
-
12972
- .ca-gov-icon-file-audio::before {
12973
- content: "\e922";
12974
- }
12975
-
12976
- .ca-gov-icon-file-certificate::before {
12977
- content: "\e923";
12978
- }
12979
-
12980
- .ca-gov-icon-file-check::before {
12981
- content: "\e924";
12982
- }
12983
-
12984
- .ca-gov-icon-file-code::before {
12985
- content: "\e925";
12986
- }
12987
-
12988
- .ca-gov-icon-file-csv::before {
12989
- content: "\e926";
12990
- }
12991
-
12992
- .ca-gov-icon-file-download::before {
12993
- content: "\e927";
12994
- }
12995
-
12996
- .ca-gov-icon-file-excel::before {
12997
- content: "\e928";
12998
- }
12999
-
13000
- .ca-gov-icon-file-export::before {
13001
- content: "\e929";
13002
- }
13003
-
13004
- .ca-gov-icon-file-import::before {
13005
- content: "\e92a";
13006
- }
13007
-
13008
- .ca-gov-icon-file-invoice::before {
13009
- content: "\e92b";
13010
- }
13011
-
13012
- .ca-gov-icon-file-medical::before {
13013
- content: "\e92c";
13014
- }
13015
-
13016
- .ca-gov-icon-file-medical-alt::before {
13017
- content: "\e92d";
13018
- }
13019
-
13020
- .ca-gov-icon-file-pdf::before {
13021
- content: "\e92e";
13022
- }
13023
-
13024
- .ca-gov-icon-file-powerpoint::before {
13025
- content: "\e92f";
13026
- }
13027
-
13028
- .ca-gov-icon-file-prescription::before {
13029
- content: "\e930";
13030
- }
13031
-
13032
- .ca-gov-icon-file-upload::before {
13033
- content: "\e931";
13034
- }
13035
-
13036
- .ca-gov-icon-file-video::before {
13037
- content: "\e932";
13038
- }
13039
-
13040
- .ca-gov-icon-file-word::before {
13041
- content: "\e933";
13042
- }
13043
-
13044
- .ca-gov-icon-file-zip::before {
13045
- content: "\e934";
13046
- }
13047
-
13048
- .ca-gov-icon-film::before {
13049
- content: "\e024";
13050
- }
13051
-
13052
- .ca-gov-icon-filter::before {
13053
- content: "\e90a";
13054
- }
13055
-
13056
- .ca-gov-icon-filter-solid::before {
13057
- content: "\e935";
13058
- }
13059
-
13060
- .ca-gov-icon-fingerprint::before {
13061
- content: "\e936";
13062
- }
13063
-
13064
- .ca-gov-icon-fingerprint-check::before {
13065
- content: "\e937";
13066
- }
13067
-
13068
- .ca-gov-icon-fire::before {
13069
- content: "\e631";
13070
- }
13071
-
13072
- .ca-gov-icon-firefox::before {
13073
- content: "\e97e";
13074
- }
13075
-
13076
- .ca-gov-icon-fitness::before {
13077
- content: "\e9c0";
13078
- }
13079
-
13080
- .ca-gov-icon-fitness-alt::before {
13081
- content: "\e9c1";
13082
- }
13083
-
13084
- .ca-gov-icon-flickr::before {
13085
- content: "\e61d";
13086
- }
13087
-
13088
- .ca-gov-icon-flood::before {
13089
- content: "\e95d";
13090
- }
13091
-
13092
- .ca-gov-icon-flowchart::before {
13093
- content: "\e0df";
13094
- }
13095
-
13096
- .ca-gov-icon-folder::before {
13097
- content: "\e05c";
13098
- }
13099
-
13100
- .ca-gov-icon-football::before {
13101
- content: "\e9ee";
13102
- }
13103
-
13104
- .ca-gov-icon-gas-pump::before {
13105
- content: "\e98a";
13106
- }
13107
-
13108
- .ca-gov-icon-gear::before {
13109
- content: "\e64d";
13110
- }
13111
-
13112
- .ca-gov-icon-gears::before {
13113
- content: "\e900";
13114
- }
13115
-
13116
- .ca-gov-icon-glass::before {
13117
- content: "\e987";
13118
- }
13119
-
13120
- .ca-gov-icon-globe::before {
13121
- content: "\e0e3";
13122
- }
13123
-
13124
- .ca-gov-icon-golf::before {
13125
- content: "\e9ef";
13126
- }
13127
-
13128
- .ca-gov-icon-google::before {
13129
- content: "\ea0e";
13130
- }
13131
-
13132
- .ca-gov-icon-google-plus::before {
13133
- content: "\e66d";
13134
- }
13135
-
13136
- .ca-gov-icon-graduate::before {
13137
- content: "\e903";
13138
- }
13139
-
13140
- .ca-gov-icon-graduate-pointer::before {
13141
- content: "\ea0f";
13142
- }
13143
-
13144
- .ca-gov-icon-graph::before {
13145
- content: "\e62b";
13146
- }
13147
-
13148
- .ca-gov-icon-green::before {
13149
- content: "\e638";
13150
- }
13151
-
13152
- .ca-gov-icon-grid::before {
13153
- content: "\e08c";
13154
- }
13155
-
13156
- .ca-gov-icon-hair::before {
13157
- content: "\e9c2";
13158
- }
13159
-
13160
- .ca-gov-icon-hair-salon::before {
13161
- content: "\e9c3";
13162
- }
13163
-
13164
- .ca-gov-icon-hand::before {
13165
- content: "\e938";
13166
- }
13167
-
13168
- .ca-gov-icon-hand-heart::before {
13169
- content: "\e99a";
13170
- }
13171
-
13172
- .ca-gov-icon-hand-money::before {
13173
- content: "\e939";
13174
- }
13175
-
13176
- .ca-gov-icon-hand-water::before {
13177
- content: "\e99b";
13178
- }
13179
-
13180
- .ca-gov-icon-handshake::before {
13181
- content: "\e93a";
13182
- }
13183
-
13184
- .ca-gov-icon-happy::before {
13185
- content: "\e976";
13186
- }
13187
-
13188
- .ca-gov-icon-hazard::before {
13189
- content: "\e95e";
13190
- }
13191
-
13192
- .ca-gov-icon-heart::before {
13193
- content: "\e988";
13194
- }
13195
-
13196
- .ca-gov-icon-highway::before {
13197
- content: "\e9c4";
13198
- }
13199
-
13200
- .ca-gov-icon-home::before {
13201
- content: "\e601";
13202
- }
13203
-
13204
- .ca-gov-icon-home-education::before {
13205
- content: "\ea07";
13206
- }
13207
-
13208
- .ca-gov-icon-home-graduate::before {
13209
- content: "\ea09";
13210
- }
13211
-
13212
- .ca-gov-icon-hourglass::before {
13213
- content: "\e0e1";
13214
- }
13215
-
13216
- .ca-gov-icon-hours::before {
13217
- content: "\e90c";
13218
- }
13219
-
13220
- .ca-gov-icon-hours-security::before {
13221
- content: "\e90d";
13222
- }
13223
-
13224
- .ca-gov-icon-house::before {
13225
- content: "\e64c";
13226
- }
13227
-
13228
- .ca-gov-icon-hurricane::before {
13229
- content: "\e95f";
13230
- }
13231
-
13232
- .ca-gov-icon-idea::before {
13233
- content: "\e902";
13234
- }
13235
-
13236
- .ca-gov-icon-idea-alt::before {
13237
- content: "\e98b";
13238
- }
13239
-
13240
- .ca-gov-icon-ie::before {
13241
- content: "\e97f";
13242
- }
13243
-
13244
- .ca-gov-icon-image::before {
13245
- content: "\e64b";
13246
- }
13247
-
13248
- .ca-gov-icon-images::before {
13249
- content: "\e904";
13250
- }
13251
-
13252
- .ca-gov-icon-important::before {
13253
- content: "\e63f";
13254
- }
13255
-
13256
- .ca-gov-icon-important-line::before {
13257
- content: "\e906";
13258
- }
13259
-
13260
- .ca-gov-icon-info::before {
13261
- content: "\e661";
13262
- }
13263
-
13264
- .ca-gov-icon-info-bubble::before {
13265
- content: "\e670";
13266
- }
13267
-
13268
- .ca-gov-icon-info-line::before {
13269
- content: "\e905";
13270
- }
13271
-
13272
- .ca-gov-icon-instagram::before {
13273
- content: "\e9dd";
13274
- }
13275
-
13276
- .ca-gov-icon-institute::before {
13277
- content: "\e93b";
13278
- }
13279
-
13280
- .ca-gov-icon-justice-legal::before {
13281
- content: "\e60d";
13282
- }
13283
-
13284
- .ca-gov-icon-key::before {
13285
- content: "\e65f";
13286
- }
13287
-
13288
- .ca-gov-icon-lab-tests::before {
13289
- content: "\e99c";
13290
- }
13291
-
13292
- .ca-gov-icon-law-enforcement::before {
13293
- content: "\e60c";
13294
- }
13295
-
13296
- .ca-gov-icon-left::before {
13297
- content: "\e9f0";
13298
- }
13299
-
13300
- .ca-gov-icon-lightbulb::before {
13301
- content: "\e072";
13302
- }
13303
-
13304
- .ca-gov-icon-link::before {
13305
- content: "\e65d";
13306
- }
13307
-
13308
- .ca-gov-icon-linkedin::before {
13309
- content: "\e617";
13310
- }
13311
-
13312
- .ca-gov-icon-location::before {
13313
- content: "\e081";
13314
- }
13315
-
13316
- .ca-gov-icon-lock::before {
13317
- content: "\e660";
13318
- }
13319
-
13320
- .ca-gov-icon-logo::before {
13321
- content: "\e600";
13322
- }
13323
-
13324
- .ca-gov-icon-megaphone::before {
13325
- content: "\e639";
13326
- }
13327
-
13328
- .ca-gov-icon-magnify-glass::before {
13329
- content: "\e65e";
13330
- }
13331
-
13332
- .ca-gov-icon-mail::before {
13333
- content: "\e64a";
13334
- }
13335
-
13336
- .ca-gov-icon-malware::before {
13337
- content: "\e919";
13338
- }
13339
-
13340
- .ca-gov-icon-map::before {
13341
- content: "\e083";
13342
- }
13343
-
13344
- .ca-gov-icon-mask::before {
13345
- content: "\e99d";
13346
- }
13347
-
13348
- .ca-gov-icon-mastercard::before {
13349
- content: "\e978";
13350
- }
13351
-
13352
- .ca-gov-icon-medal::before {
13353
- content: "\e98c";
13354
- }
13355
-
13356
- .ca-gov-icon-medical::before {
13357
- content: "\e63c";
13358
- }
13359
-
13360
- .ca-gov-icon-medical-bubble::before {
13361
- content: "\e93c";
13362
- }
13363
-
13364
- .ca-gov-icon-medical-care::before {
13365
- content: "\e93d";
13366
- }
13367
-
13368
- .ca-gov-icon-medical-case::before {
13369
- content: "\e93e";
13370
- }
13371
-
13372
- .ca-gov-icon-medical-clinic::before {
13373
- content: "\e93f";
13374
- }
13375
-
13376
- .ca-gov-icon-medical-cross::before {
13377
- content: "\e940";
13378
- }
13379
-
13380
- .ca-gov-icon-medical-doctor::before {
13381
- content: "\e941";
13382
- }
13383
-
13384
- .ca-gov-icon-medical-heart::before {
13385
- content: "\e942";
13386
- }
13387
-
13388
- .ca-gov-icon-medical-pills::before {
13389
- content: "\e943";
13390
- }
13391
-
13392
- .ca-gov-icon-menu::before {
13393
- content: "\e602";
13394
- }
13395
-
13396
- .ca-gov-icon-menu-toggle-closed::before {
13397
- content: "\e66a";
13398
- }
13399
-
13400
- .ca-gov-icon-menu-toggle-open::before {
13401
- content: "\e66b";
13402
- }
13403
-
13404
- .ca-gov-icon-mic::before {
13405
- content: "\e07f";
13406
- }
13407
-
13408
- .ca-gov-icon-microsoft::before {
13409
- content: "\e61e";
13410
- }
13411
-
13412
- .ca-gov-icon-minus-fill::before {
13413
- content: "\e04f";
13414
- }
13415
-
13416
- .ca-gov-icon-minus-line::before {
13417
- content: "O";
13418
- }
13419
-
13420
- .ca-gov-icon-minus-mark::before {
13421
- content: "K";
13422
- }
13423
-
13424
- .ca-gov-icon-mobile::before {
13425
- content: "\e944";
13426
- }
13427
-
13428
- .ca-gov-icon-mobile-graduate::before {
13429
- content: "\ea11";
13430
- }
13431
-
13432
- .ca-gov-icon-mobile-textbook::before {
13433
- content: "\ea0a";
13434
- }
13435
-
13436
- .ca-gov-icon-museum::before {
13437
- content: "\e9c5";
13438
- }
13439
-
13440
- .ca-gov-icon-museum-alt::before {
13441
- content: "\e9c6";
13442
- }
13443
-
13444
- .ca-gov-icon-music::before {
13445
- content: "\e08e";
13446
- }
13447
-
13448
- .ca-gov-icon-nail-polish::before {
13449
- content: "\e9f1";
13450
- }
13451
-
13452
- .ca-gov-icon-no-coughing::before {
13453
- content: "\e99e";
13454
- }
13455
-
13456
- .ca-gov-icon-no-handshake::before {
13457
- content: "\e99f";
13458
- }
13459
-
13460
- .ca-gov-icon-no-smoking::before {
13461
- content: "\e98e";
13462
- }
13463
-
13464
- .ca-gov-icon-no-travel::before {
13465
- content: "\e9c7";
13466
- }
13467
-
13468
- .ca-gov-icon-no-virus::before {
13469
- content: "\e9a0";
13470
- }
13471
-
13472
- .ca-gov-icon-online-education::before {
13473
- content: "\ea01";
13474
- }
13475
-
13476
- .ca-gov-icon-online-graduate::before {
13477
- content: "\e9ff";
13478
- }
13479
-
13480
- .ca-gov-icon-online-help::before {
13481
- content: "\ea1e";
13482
- }
13483
-
13484
- .ca-gov-icon-online-module::before {
13485
- content: "\ea0b";
13486
- }
13487
-
13488
- .ca-gov-icon-online-services::before {
13489
- content: "\e65c";
13490
- }
13491
-
13492
- .ca-gov-icon-opera::before {
13493
- content: "\e980";
13494
- }
13495
-
13496
- .ca-gov-icon-paddle-boat::before {
13497
- content: "\e9c8";
13498
- }
13499
-
13500
- .ca-gov-icon-page::before {
13501
- content: "\e654";
13502
- }
13503
-
13504
- .ca-gov-icon-palette::before {
13505
- content: "\e986";
13506
- }
13507
-
13508
- .ca-gov-icon-party::before {
13509
- content: "\e9c9";
13510
- }
13511
-
13512
- .ca-gov-icon-pause::before {
13513
- content: "\e648";
13514
- }
13515
-
13516
- .ca-gov-icon-payment-card::before {
13517
- content: "\e645";
13518
- }
13519
-
13520
- .ca-gov-icon-paypal::before {
13521
- content: "\e97c";
13522
- }
13523
-
13524
- .ca-gov-icon-pdf::before {
13525
- content: "\e614";
13526
- }
13527
-
13528
- .ca-gov-icon-pencil::before {
13529
- content: "j";
13530
- }
13531
-
13532
- .ca-gov-icon-pencil-edit::before {
13533
- content: "l";
13534
- }
13535
-
13536
- .ca-gov-icon-people::before {
13537
- content: "\e642";
13538
- }
13539
-
13540
- .ca-gov-icon-person::before {
13541
- content: "\e643";
13542
- }
13543
-
13544
- .ca-gov-icon-personal-care::before {
13545
- content: "\e9f2";
13546
- }
13547
-
13548
- .ca-gov-icon-phone::before {
13549
- content: "\e608";
13550
- }
13551
-
13552
- .ca-gov-icon-pie-chart::before {
13553
- content: "\e62a";
13554
- }
13555
-
13556
- .ca-gov-icon-pinterest::before {
13557
- content: "\e61a";
13558
- }
13559
-
13560
- .ca-gov-icon-places::before {
13561
- content: "\e9ca";
13562
- }
13563
-
13564
- .ca-gov-icon-play::before {
13565
- content: "\e647";
13566
- }
13567
-
13568
- .ca-gov-icon-plus-fill::before {
13569
- content: "\e050";
13570
- }
13571
-
13572
- .ca-gov-icon-plus-line::before {
13573
- content: "P";
13574
- }
13575
-
13576
- .ca-gov-icon-plus-mark::before {
13577
- content: "L";
13578
- }
13579
-
13580
- .ca-gov-icon-powerpoint::before {
13581
- content: "\e611";
13582
- }
13583
-
13584
- .ca-gov-icon-print::before {
13585
- content: "\e63b";
13586
- }
13587
-
13588
- .ca-gov-icon-pro-services::before {
13589
- content: "\e945";
13590
- }
13591
-
13592
- .ca-gov-icon-procurement::before {
13593
- content: "\e9a1";
13594
- }
13595
-
13596
- .ca-gov-icon-project::before {
13597
- content: "\e9a2";
13598
- }
13599
-
13600
- .ca-gov-icon-pushpin::before {
13601
- content: "\e082";
13602
- }
13603
-
13604
- .ca-gov-icon-puzzle::before {
13605
- content: "\e946";
13606
- }
13607
-
13608
- .ca-gov-icon-puzzle-piece::before {
13609
- content: "\e947";
13610
- }
13611
-
13612
- .ca-gov-icon-quake-hazard::before {
13613
- content: "\e95b";
13614
- }
13615
-
13616
- .ca-gov-icon-quake-house::before {
13617
- content: "\e95a";
13618
- }
13619
-
13620
- .ca-gov-icon-question::before {
13621
- content: "\e909";
13622
- }
13623
-
13624
- .ca-gov-icon-question-fill::before {
13625
- content: "\e064";
13626
- }
13627
-
13628
- .ca-gov-icon-question-line::before {
13629
- content: "\e908";
13630
- }
13631
-
13632
- .ca-gov-icon-quote-fill::before {
13633
- content: "\e06a";
13634
- }
13635
-
13636
- .ca-gov-icon-radiation::before {
13637
- content: "\e955";
13638
- }
13639
-
13640
- .ca-gov-icon-rail::before {
13641
- content: "\e9cb";
13642
- }
13643
-
13644
- .ca-gov-icon-read-book::before {
13645
- content: "\e655";
13646
- }
13647
-
13648
- .ca-gov-icon-reader::before {
13649
- content: "\e985";
13650
- }
13651
-
13652
- .ca-gov-icon-recycle::before {
13653
- content: "\e948";
13654
- }
13655
-
13656
- .ca-gov-icon-responsive::before {
13657
- content: "\e949";
13658
- }
13659
-
13660
- .ca-gov-icon-responsive-alt::before {
13661
- content: "\e94a";
13662
- }
13663
-
13664
- .ca-gov-icon-restaurant::before {
13665
- content: "\e9cc";
13666
- }
13667
-
13668
- .ca-gov-icon-right::before {
13669
- content: "\e9f3";
13670
- }
13671
-
13672
- .ca-gov-icon-road::before {
13673
- content: "\e9cd";
13674
- }
13675
-
13676
- .ca-gov-icon-road-pin::before {
13677
- content: "\e65b";
13678
- }
13679
-
13680
- .ca-gov-icon-roadways::before {
13681
- content: "\e624";
13682
- }
13683
-
13684
- .ca-gov-icon-rss::before {
13685
- content: "\e65a";
13686
- }
13687
-
13688
- .ca-gov-icon-rv::before {
13689
- content: "\e9ce";
13690
- }
13691
-
13692
- .ca-gov-icon-safari::before {
13693
- content: "\e981";
13694
- }
13695
-
13696
- .ca-gov-icon-sail-ship::before {
13697
- content: "\e9cf";
13698
- }
13699
-
13700
- .ca-gov-icon-science::before {
13701
- content: "\e00a";
13702
- }
13703
-
13704
- .ca-gov-icon-scooter::before {
13705
- content: "\e9d0";
13706
- }
13707
-
13708
- .ca-gov-icon-sea-level-rise::before {
13709
- content: "\e960";
13710
- }
13711
-
13712
- .ca-gov-icon-sea-level-rise-alt::before {
13713
- content: "\e96e";
13714
- }
13715
-
13716
- .ca-gov-icon-search::before {
13717
- content: "\e604";
13718
- }
13719
-
13720
- .ca-gov-icon-search-right::before {
13721
- content: "U";
13722
- }
13723
-
13724
- .ca-gov-icon-searching::before {
13725
- content: "\e0f7";
13726
- }
13727
-
13728
- .ca-gov-icon-security-network::before {
13729
- content: "\e94b";
13730
- }
13731
-
13732
- .ca-gov-icon-security-system::before {
13733
- content: "\e94c";
13734
- }
13735
-
13736
- .ca-gov-icon-server::before {
13737
- content: "\e62c";
13738
- }
13739
-
13740
- .ca-gov-icon-severe-weather::before {
13741
- content: "\e961";
13742
- }
13743
-
13744
- .ca-gov-icon-share::before {
13745
- content: "\e615";
13746
- }
13747
-
13748
- .ca-gov-icon-share-instagram::before {
13749
- content: "\e9f9";
13750
- }
13751
-
13752
- .ca-gov-icon-share-button::before {
13753
- content: "\e671";
13754
- }
13755
-
13756
- .ca-gov-icon-share-email::before {
13757
- content: "\e673";
13758
- }
13759
-
13760
- .ca-gov-icon-share-facebook::before {
13761
- content: "\e672";
13762
- }
13763
-
13764
- .ca-gov-icon-share-flickr::before {
13765
- content: "\e674";
13766
- }
13767
-
13768
- .ca-gov-icon-share-googleplus::before {
13769
- content: "\e677";
13770
- }
13771
-
13772
- .ca-gov-icon-share-linkedin::before {
13773
- content: "\e676";
13774
- }
13775
-
13776
- .ca-gov-icon-share-pinterest::before {
13777
- content: "\e679";
13778
- }
13779
-
13780
- .ca-gov-icon-share-snapchat::before {
13781
- content: "\e98f";
13782
- }
13783
-
13784
- .ca-gov-icon-share-twitter::before {
13785
- content: "\e675";
13786
- }
13787
-
13788
- .ca-gov-icon-share-vimeo::before {
13789
- content: "\e67a";
13790
- }
13791
-
13792
- .ca-gov-icon-share-youtube::before {
13793
- content: "\e67b";
13794
- }
13795
-
13796
- .ca-gov-icon-shield::before {
13797
- content: "\e630";
13798
- }
13799
-
13800
- .ca-gov-icon-shield-check::before {
13801
- content: "\e94d";
13802
- }
13803
-
13804
- .ca-gov-icon-ship::before {
13805
- content: "\e9d1";
13806
- }
13807
-
13808
- .ca-gov-icon-shopping-cart::before {
13809
- content: "\e635";
13810
- }
13811
-
13812
- .ca-gov-icon-sign-language::before {
13813
- content: "\e971";
13814
- }
13815
-
13816
- .ca-gov-icon-skip-backwards::before {
13817
- content: "\e646";
13818
- }
13819
-
13820
- .ca-gov-icon-skip-forward::before {
13821
- content: "\e649";
13822
- }
13823
-
13824
- .ca-gov-icon-smartphone::before {
13825
- content: "\e623";
13826
- }
13827
-
13828
- .ca-gov-icon-smoking::before {
13829
- content: "\e98d";
13830
- }
13831
-
13832
- .ca-gov-icon-snapchat::before {
13833
- content: "\e990";
13834
- }
13835
-
13836
- .ca-gov-icon-soap::before {
13837
- content: "\e9a3";
13838
- }
13839
-
13840
- .ca-gov-icon-soccer::before {
13841
- content: "\e9f4";
13842
- }
13843
-
13844
- .ca-gov-icon-sos::before {
13845
- content: "\e634";
13846
- }
13847
-
13848
- .ca-gov-icon-spartan-helmet::before {
13849
- content: "\ea14";
13850
- }
13851
-
13852
- .ca-gov-icon-speech-dialog::before {
13853
- content: "\ea1f";
13854
- }
13855
-
13856
- .ca-gov-icon-speedtrain::before {
13857
- content: "\e9d2";
13858
- }
13859
-
13860
- .ca-gov-icon-state::before {
13861
- content: "\e607";
13862
- }
13863
-
13864
- .ca-gov-icon-stay-home::before {
13865
- content: "\e9a4";
13866
- }
13867
-
13868
- .ca-gov-icon-stop-fire::before {
13869
- content: "\e962";
13870
- }
13871
-
13872
- .ca-gov-icon-stop-hand::before {
13873
- content: "\e963";
13874
- }
13875
-
13876
- .ca-gov-icon-suv::before {
13877
- content: "\e9d3";
13878
- }
13879
-
13880
- .ca-gov-icon-table::before {
13881
- content: "\e025";
13882
- }
13883
-
13884
- .ca-gov-icon-tablet::before {
13885
- content: "\e622";
13886
- }
13887
-
13888
- .ca-gov-icon-tags::before {
13889
- content: "\e07c";
13890
- }
13891
-
13892
- .ca-gov-icon-teleworking::before {
13893
- content: "\e9a5";
13894
- }
13895
-
13896
- .ca-gov-icon-temple::before {
13897
- content: "\e9d4";
13898
- }
13899
-
13900
- .ca-gov-icon-tennis::before {
13901
- content: "\e9f5";
13902
- }
13903
-
13904
- .ca-gov-icon-tent::before {
13905
- content: "\e969";
13906
- }
13907
-
13908
- .ca-gov-icon-testing::before {
13909
- content: "\e9a6";
13910
- }
13911
-
13912
- .ca-gov-icon-testing-alt::before {
13913
- content: "\e9a7";
13914
- }
13915
-
13916
- .ca-gov-icon-textbook::before {
13917
- content: "\ea00";
13918
- }
13919
-
13920
- .ca-gov-icon-thumb-up::before {
13921
- content: "\e94e";
13922
- }
13923
-
13924
- .ca-gov-icon-time::before {
13925
- content: "\e64f";
13926
- }
13927
-
13928
- .ca-gov-icon-tool::before {
13929
- content: "\e64e";
13930
- }
13931
-
13932
- .ca-gov-icon-tools::before {
13933
- content: "\e035";
13934
- }
13935
-
13936
- .ca-gov-icon-tornado::before {
13937
- content: "\e964";
13938
- }
13939
-
13940
- .ca-gov-icon-train::before {
13941
- content: "\e9d5";
13942
- }
13943
-
13944
- .ca-gov-icon-travel-air::before {
13945
- content: "\e626";
13946
- }
13947
-
13948
- .ca-gov-icon-travel-car::before {
13949
- content: "\e625";
13950
- }
13951
-
13952
- .ca-gov-icon-triangle-down::before {
13953
- content: "C";
13954
- }
13955
-
13956
- .ca-gov-icon-triangle-left::before {
13957
- content: "D";
13958
- }
13959
-
13960
- .ca-gov-icon-triangle-line-down::before {
13961
- content: "G";
13962
- }
13963
-
13964
- .ca-gov-icon-triangle-line-left::before {
13965
- content: "H";
13966
- }
13967
-
13968
- .ca-gov-icon-triangle-line-right::before {
13969
- content: "I";
13970
- }
13971
-
13972
- .ca-gov-icon-triangle-line-up::before {
13973
- content: "F";
13974
- }
13975
-
13976
- .ca-gov-icon-triangle-right::before {
13977
- content: "E";
13978
- }
13979
-
13980
- .ca-gov-icon-triangle-up::before {
13981
- content: "B";
13982
- }
13983
-
13984
- .ca-gov-icon-trolleybus::before {
13985
- content: "\e9d6";
13986
- }
13987
-
13988
- .ca-gov-icon-trophy::before {
13989
- content: "\e94f";
13990
- }
13991
-
13992
- .ca-gov-icon-truck::before {
13993
- content: "\e9d7";
13994
- }
13995
-
13996
- .ca-gov-icon-truck-alt::before {
13997
- content: "\e9d8";
13998
- }
13999
-
14000
- .ca-gov-icon-truck-delivery::before {
14001
- content: "\e627";
14002
- }
14003
-
14004
- .ca-gov-icon-tsunami::before {
14005
- content: "\e965";
14006
- }
14007
-
14008
- .ca-gov-icon-tsunami-alt::before {
14009
- content: "\e96f";
14010
- }
14011
-
14012
- .ca-gov-icon-twitter::before {
14013
- content: "\e619";
14014
- }
14015
-
14016
- .ca-gov-icon-up::before {
14017
- content: "\e9f6";
14018
- }
14019
-
14020
- .ca-gov-icon-up-left::before {
14021
- content: "\e9f7";
14022
- }
14023
-
14024
- .ca-gov-icon-up-right::before {
14025
- content: "\e9f8";
14026
- }
14027
-
14028
- .ca-gov-icon-update::before {
14029
- content: "\e994";
14030
- }
14031
-
14032
- .ca-gov-icon-upload-cloud::before {
14033
- content: "\e96d";
14034
- }
14035
-
14036
- .ca-gov-icon-user-desk::before {
14037
- content: "\ea0d";
14038
- }
14039
-
14040
- .ca-gov-icon-user-desktop-instructor::before {
14041
- content: "\ea02";
14042
- }
14043
-
14044
- .ca-gov-icon-user-headphone::before {
14045
- content: "\ea06";
14046
- }
14047
-
14048
- .ca-gov-icon-user-id::before {
14049
- content: "\e644";
14050
- }
14051
-
14052
- .ca-gov-icon-user-laptop::before {
14053
- content: "\ea04";
14054
- }
14055
-
14056
- .ca-gov-icon-users::before {
14057
- content: "\e950";
14058
- }
14059
-
14060
- .ca-gov-icon-users-alt::before {
14061
- content: "\e951";
14062
- }
14063
-
14064
- .ca-gov-icon-users-check-mark::before {
14065
- content: "\ea27";
14066
- }
14067
-
14068
- .ca-gov-icon-users-dialog::before {
14069
- content: "\e952";
14070
- }
14071
-
14072
- .ca-gov-icon-users-interaction::before {
14073
- content: "\e953";
14074
- }
14075
-
14076
- .ca-gov-icon-users-huddle::before {
14077
- content: "\ea28";
14078
- }
14079
-
14080
- .ca-gov-icon-van::before {
14081
- content: "\e9d9";
14082
- }
14083
-
14084
- .ca-gov-icon-video::before {
14085
- content: "\e954";
14086
- }
14087
-
14088
- .ca-gov-icon-video-camera::before {
14089
- content: "\e636";
14090
- }
14091
-
14092
- .ca-gov-icon-vimeo::before {
14093
- content: "\e61b";
14094
- }
14095
-
14096
- .ca-gov-icon-virus::before {
14097
- content: "\e9a8";
14098
- }
14099
-
14100
- .ca-gov-icon-viruses::before {
14101
- content: "\e9a9";
14102
- }
14103
-
14104
- .ca-gov-icon-visa::before {
14105
- content: "\e977";
14106
- }
14107
-
14108
- .ca-gov-icon-volcano::before {
14109
- content: "\e966";
14110
- }
14111
-
14112
- .ca-gov-icon-volume::before {
14113
- content: "\e069";
14114
- }
14115
-
14116
- .ca-gov-icon-wallet::before {
14117
- content: "\e0d8";
14118
- }
14119
-
14120
- .ca-gov-icon-warning-circle::before {
14121
- content: "\e967";
14122
- }
14123
-
14124
- .ca-gov-icon-warning-fill::before {
14125
- content: "\e062";
14126
- }
14127
-
14128
- .ca-gov-icon-warning-square::before {
14129
- content: "\e968";
14130
- }
14131
-
14132
- .ca-gov-icon-warning-triangle::before {
14133
- content: "\e063";
14134
- }
14135
-
14136
- .ca-gov-icon-wash::before {
14137
- content: "\e9aa";
14138
- }
14139
-
14140
- .ca-gov-icon-word::before {
14141
- content: "\e613";
14142
- }
14143
-
14144
- .ca-gov-icon-yacht::before {
14145
- content: "\e9da";
14146
- }
14147
-
14148
- .ca-gov-icon-youtube::before {
14149
- content: "\e618";
14150
- }
14151
-
14152
- .ca-gov-icon-zipped-file::before {
14153
- content: "\e610";
14154
- }
14155
-
14156
- .ca-gov-icon-zoo::before {
14157
- content: "\e9db";
14158
- }
14159
-
14160
- .ca-gov-icon-zoo-alt::before {
14161
- content: "\e9dc";
14162
- }
14163
-
14164
- .ca-gov-icon-zoom-in::before {
14165
- content: "\e63e";
14166
- }
14167
-
14168
- .ca-gov-icon-zoom-out::before {
14169
- content: "\e63d";
14170
- }
14171
-
14172
12076
  /* -----------------------------------------
14173
12077
  TYPE STYLES - /source/scss/cagov/type.scss
14174
12078
  ----------------------------------------- */