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