@caweb/framework 1.8.2 → 1.8.3

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.
@@ -16068,3 +16068,3067 @@ figure.executive-profile.vertical .body {
16068
16068
  [data-bs-theme=dark] figure.executive-profile .body *:not(a) {
16069
16069
  color: var(--bs-black, #000);
16070
16070
  }
16071
+ /* -----------------------------------------
16072
+ ICON FONTS - /source/scss/cagov/icon-font.scss
16073
+ ----------------------------------------- */
16074
+
16075
+ @font-face {
16076
+ font-family: 'CaGov';
16077
+ src: url(fonts/CaGov.eot);
16078
+ src: url(fonts/CaGov.eot#iefix) format('embedded-opentype'),
16079
+ url(fonts/CaGov.ttf) format('truetype'),
16080
+ url(fonts/CaGov.woff) format('woff'),
16081
+ url(fonts/CaGov.svg#CaGov) format('svg');
16082
+ font-weight: normal;
16083
+ font-style: normal;
16084
+ font-display: block;
16085
+ }
16086
+
16087
+ [class^="ca-gov-icon-"],
16088
+ [class*=" ca-gov-icon-"] {
16089
+ /* use !important to prevent issues with browser extensions that change fonts */
16090
+ font-family: 'CaGov' !important;
16091
+ font-style: normal;
16092
+ font-weight: normal;
16093
+ font-variant: normal;
16094
+ text-transform: none;
16095
+
16096
+ /* Better Font Rendering =========== */
16097
+ -webkit-font-smoothing: antialiased;
16098
+ -moz-osx-font-smoothing: grayscale;
16099
+ }
16100
+
16101
+ .ca-gov-icon-arrow_up:before {
16102
+ content: "\21" !important;
16103
+ }
16104
+
16105
+ .ca-gov-icon-arrow_down:before {
16106
+ content: "\22" !important;
16107
+ }
16108
+
16109
+ .ca-gov-icon-arrow_left:before {
16110
+ content: "\23" !important;
16111
+ }
16112
+
16113
+ .ca-gov-icon-arrow_right:before {
16114
+ content: "\24" !important;
16115
+ }
16116
+
16117
+ .ca-gov-icon-arrow_left-up:before {
16118
+ content: "\25" !important;
16119
+ }
16120
+
16121
+ .ca-gov-icon-arrow_right-up:before {
16122
+ content: "\26" !important;
16123
+ }
16124
+
16125
+ .ca-gov-icon-arrow_right-down:before {
16126
+ content: "\27" !important;
16127
+ }
16128
+
16129
+ .ca-gov-icon-arrow_left-down:before {
16130
+ content: "\28" !important;
16131
+ }
16132
+
16133
+ .ca-gov-icon-arrow-up-down:before {
16134
+ content: "\29" !important;
16135
+ }
16136
+
16137
+ .ca-gov-icon-arrow_up-down_alt:before {
16138
+ content: "\2a" !important;
16139
+ }
16140
+
16141
+ .ca-gov-icon-arrow_left-right_alt:before {
16142
+ content: "\2b" !important;
16143
+ }
16144
+
16145
+ .ca-gov-icon-arrow_left-right:before {
16146
+ content: "\2c" !important;
16147
+ }
16148
+
16149
+ .ca-gov-icon-arrow_expand_alt2:before {
16150
+ content: "\2d" !important;
16151
+ }
16152
+
16153
+ .ca-gov-icon-arrow_expand_alt:before {
16154
+ content: "\2e" !important;
16155
+ }
16156
+
16157
+ .ca-gov-icon-arrow_condense:before {
16158
+ content: "\2f" !important;
16159
+ }
16160
+
16161
+ .ca-gov-icon-arrow_expand:before {
16162
+ content: "\30" !important;
16163
+ }
16164
+
16165
+ .ca-gov-icon-arrow_move:before {
16166
+ content: "\31" !important;
16167
+ }
16168
+
16169
+ .ca-gov-icon-caret-up:before {
16170
+ content: "\32" !important;
16171
+ }
16172
+
16173
+ .ca-gov-icon-caret-down:before {
16174
+ content: "\33" !important;
16175
+ }
16176
+
16177
+ .ca-gov-icon-caret-left:before {
16178
+ content: "\34" !important;
16179
+ }
16180
+
16181
+ .ca-gov-icon-caret-right:before {
16182
+ content: "\35" !important;
16183
+ }
16184
+
16185
+ .ca-gov-icon-caret-two-up:before {
16186
+ content: "\36" !important;
16187
+ }
16188
+
16189
+ .ca-gov-icon-caret-two-down:before {
16190
+ content: "\37" !important;
16191
+ }
16192
+
16193
+ .ca-gov-icon-caret-two-left:before {
16194
+ content: "\38" !important;
16195
+ }
16196
+
16197
+ .ca-gov-icon-caret-two-right:before {
16198
+ content: "\39" !important;
16199
+ }
16200
+
16201
+ .ca-gov-icon-caret-line-up:before {
16202
+ content: "\3a" !important;
16203
+ }
16204
+
16205
+ .ca-gov-icon-caret-line-down:before {
16206
+ content: "\3b" !important;
16207
+ }
16208
+
16209
+ .ca-gov-icon-caret-line-left:before {
16210
+ content: "\3c" !important;
16211
+ }
16212
+
16213
+ .ca-gov-icon-caret-line-right:before {
16214
+ content: "\3d" !important;
16215
+ }
16216
+
16217
+ .ca-gov-icon-caret-line-two-up:before {
16218
+ content: "\3e" !important;
16219
+ }
16220
+
16221
+ .ca-gov-icon-caret-line-two-down:before {
16222
+ content: "\3f" !important;
16223
+ }
16224
+
16225
+ .ca-gov-icon-caret-line-two-left:before {
16226
+ content: "\40" !important;
16227
+ }
16228
+
16229
+ .ca-gov-icon-caret-line-two-right:before {
16230
+ content: "\41" !important;
16231
+ }
16232
+
16233
+ .ca-gov-icon-triangle-up:before {
16234
+ content: "\42" !important;
16235
+ }
16236
+
16237
+ .ca-gov-icon-triangle-down:before {
16238
+ content: "\43" !important;
16239
+ }
16240
+
16241
+ .ca-gov-icon-triangle-left:before {
16242
+ content: "\44" !important;
16243
+ }
16244
+
16245
+ .ca-gov-icon-triangle-right:before {
16246
+ content: "\45" !important;
16247
+ }
16248
+
16249
+ .ca-gov-icon-triangle-line-up:before {
16250
+ content: "\46" !important;
16251
+ }
16252
+
16253
+ .ca-gov-icon-triangle-line-down:before {
16254
+ content: "\47" !important;
16255
+ }
16256
+
16257
+ .ca-gov-icon-triangle-line-left:before {
16258
+ content: "\48" !important;
16259
+ }
16260
+
16261
+ .ca-gov-icon-triangle-line-right:before {
16262
+ content: "\49" !important;
16263
+ }
16264
+
16265
+ .ca-gov-icon-arrow_back:before {
16266
+ content: "\4a" !important;
16267
+ }
16268
+
16269
+ .ca-gov-icon-minus-mark:before {
16270
+ content: "\4b" !important;
16271
+ }
16272
+
16273
+ .ca-gov-icon-plus-mark:before {
16274
+ content: "\4c" !important;
16275
+ }
16276
+
16277
+ .ca-gov-icon-close-mark:before {
16278
+ content: "\4d" !important;
16279
+ }
16280
+
16281
+ .ca-gov-icon-check-mark:before {
16282
+ content: "\4e" !important;
16283
+ }
16284
+
16285
+ .ca-gov-icon-minus-line:before {
16286
+ content: "\4f" !important;
16287
+ }
16288
+
16289
+ .ca-gov-icon-plus-line:before {
16290
+ content: "\50" !important;
16291
+ }
16292
+
16293
+ .ca-gov-icon-close-line:before {
16294
+ content: "\51" !important;
16295
+ }
16296
+
16297
+ .ca-gov-icon-check-line:before {
16298
+ content: "\52" !important;
16299
+ }
16300
+
16301
+ .ca-gov-icon-icon_zoom-out_alt:before {
16302
+ content: "\53" !important;
16303
+ }
16304
+
16305
+ .ca-gov-icon-icon_zoom-in_alt:before {
16306
+ content: "\54" !important;
16307
+ }
16308
+
16309
+ .ca-gov-icon-search-right:before {
16310
+ content: "\55" !important;
16311
+ }
16312
+
16313
+ .ca-gov-icon-icon_box-empty:before {
16314
+ content: "\56" !important;
16315
+ }
16316
+
16317
+ .ca-gov-icon-icon_box-selected:before {
16318
+ content: "\57" !important;
16319
+ }
16320
+
16321
+ .ca-gov-icon-collapse:before {
16322
+ content: "\58" !important;
16323
+ }
16324
+
16325
+ .ca-gov-icon-expand:before {
16326
+ content: "\59" !important;
16327
+ }
16328
+
16329
+ .ca-gov-icon-icon_box-checked:before {
16330
+ content: "\5a" !important;
16331
+ }
16332
+
16333
+ .ca-gov-icon-icon_circle-empty:before {
16334
+ content: "\5b" !important;
16335
+ }
16336
+
16337
+ .ca-gov-icon-icon_circle-slelected:before {
16338
+ content: "\5c" !important;
16339
+ }
16340
+
16341
+ .ca-gov-icon-icon_stop_alt2:before {
16342
+ content: "\5d" !important;
16343
+ }
16344
+
16345
+ .ca-gov-icon-icon_stop:before {
16346
+ content: "\5e" !important;
16347
+ }
16348
+
16349
+ .ca-gov-icon-icon_pause_alt2:before {
16350
+ content: "\5f" !important;
16351
+ }
16352
+
16353
+ .ca-gov-icon-icon_pause:before {
16354
+ content: "\60" !important;
16355
+ }
16356
+
16357
+ .ca-gov-icon-icon_menu:before {
16358
+ content: "\61" !important;
16359
+ }
16360
+
16361
+ .ca-gov-icon-icon_menu-square_alt2:before {
16362
+ content: "\62" !important;
16363
+ }
16364
+
16365
+ .ca-gov-icon-icon_menu-circle_alt2:before {
16366
+ content: "\63" !important;
16367
+ }
16368
+
16369
+ .ca-gov-icon-icon_ul:before {
16370
+ content: "\64" !important;
16371
+ }
16372
+
16373
+ .ca-gov-icon-icon_ol:before {
16374
+ content: "\65" !important;
16375
+ }
16376
+
16377
+ .ca-gov-icon-icon_adjust-horiz:before {
16378
+ content: "\66" !important;
16379
+ }
16380
+
16381
+ .ca-gov-icon-icon_adjust-vert:before {
16382
+ content: "\67" !important;
16383
+ }
16384
+
16385
+ .ca-gov-icon-icon_document_alt:before {
16386
+ content: "\68" !important;
16387
+ }
16388
+
16389
+ .ca-gov-icon-icon_documents_alt:before {
16390
+ content: "\69" !important;
16391
+ }
16392
+
16393
+ .ca-gov-icon-pencil:before {
16394
+ content: "\6a" !important;
16395
+ }
16396
+
16397
+ .ca-gov-icon-icon_pencil-edit_alt:before {
16398
+ content: "\6b" !important;
16399
+ }
16400
+
16401
+ .ca-gov-icon-pencil-edit:before {
16402
+ content: "\6c" !important;
16403
+ }
16404
+
16405
+ .ca-gov-icon-icon_folder-alt:before {
16406
+ content: "\6d" !important;
16407
+ }
16408
+
16409
+ .ca-gov-icon-icon_folder-open_alt:before {
16410
+ content: "\6e" !important;
16411
+ }
16412
+
16413
+ .ca-gov-icon-icon_folder-add_alt:before {
16414
+ content: "\6f" !important;
16415
+ }
16416
+
16417
+ .ca-gov-icon-toggle:before {
16418
+ content: "\70" !important;
16419
+ }
16420
+
16421
+ .ca-gov-icon-countdown:before {
16422
+ content: "\71" !important;
16423
+ }
16424
+
16425
+ .ca-gov-icon-icon_error-circle_alt:before {
16426
+ content: "\72" !important;
16427
+ }
16428
+
16429
+ .ca-gov-icon-icon_error-triangle_alt:before {
16430
+ content: "\73" !important;
16431
+ }
16432
+
16433
+ .ca-gov-icon-icon_comment_alt:before {
16434
+ content: "\76" !important;
16435
+ }
16436
+
16437
+ .ca-gov-icon-icon_chat_alt:before {
16438
+ content: "\77" !important;
16439
+ }
16440
+
16441
+ .ca-gov-icon-icon_vol-mute_alt:before {
16442
+ content: "\78" !important;
16443
+ }
16444
+
16445
+ .ca-gov-icon-icon_volume-low_alt:before {
16446
+ content: "\79" !important;
16447
+ }
16448
+
16449
+ .ca-gov-icon-icon_volume-high_alt:before {
16450
+ content: "\7a" !important;
16451
+ }
16452
+
16453
+ .ca-gov-icon-icon_quotations:before {
16454
+ content: "\7b" !important;
16455
+ }
16456
+
16457
+ .ca-gov-icon-icon_quotations_alt2:before {
16458
+ content: "\7c" !important;
16459
+ }
16460
+
16461
+ .ca-gov-icon-icon_clock_alt:before {
16462
+ content: "\7d" !important;
16463
+ }
16464
+
16465
+ .ca-gov-icon-icon_lock_alt:before {
16466
+ content: "\7e" !important;
16467
+ }
16468
+
16469
+ .ca-gov-icon-cta:before {
16470
+ content: "\153" !important;
16471
+ }
16472
+
16473
+ .ca-gov-icon-filtered-portfolio:before {
16474
+ content: "\161" !important;
16475
+ }
16476
+
16477
+ .ca-gov-icon-blurb:before {
16478
+ content: "\178" !important;
16479
+ }
16480
+
16481
+ .ca-gov-icon-circle-counter:before {
16482
+ content: "\17e" !important;
16483
+ }
16484
+
16485
+ .ca-gov-icon-number-counter:before {
16486
+ content: "\2dc" !important;
16487
+ }
16488
+
16489
+ .ca-gov-icon-pricing-table:before {
16490
+ content: "\2013" !important;
16491
+ }
16492
+
16493
+ .ca-gov-icon-portfolio:before {
16494
+ content: "\2014" !important;
16495
+ }
16496
+
16497
+ .ca-gov-icon-tabs:before {
16498
+ content: "\2018" !important;
16499
+ }
16500
+
16501
+ .ca-gov-icon-subscribe:before {
16502
+ content: "\2019" !important;
16503
+ }
16504
+
16505
+ .ca-gov-icon-slider:before {
16506
+ content: "\201c" !important;
16507
+ }
16508
+
16509
+ .ca-gov-icon-sidebar:before {
16510
+ content: "\201d" !important;
16511
+ }
16512
+
16513
+ .ca-gov-icon-share:before {
16514
+ content: "\2022" !important;
16515
+ }
16516
+
16517
+ .ca-gov-icon-divider:before {
16518
+ content: "\203a" !important;
16519
+ }
16520
+
16521
+ .ca-gov-icon-header:before {
16522
+ content: "\2122" !important;
16523
+ }
16524
+
16525
+ .ca-gov-icon-beaker3:before {
16526
+ content: "\c901" !important;
16527
+ }
16528
+
16529
+ .ca-gov-icon-beaker4:before {
16530
+ content: "\c902" !important;
16531
+ }
16532
+
16533
+ .ca-gov-icon-beaker5:before {
16534
+ content: "\c903" !important;
16535
+ }
16536
+
16537
+ .ca-gov-icon-caweb:before {
16538
+ content: "\c90b" !important;
16539
+ }
16540
+
16541
+ .ca-gov-icon-candle-alt:before {
16542
+ content: "\c910" !important;
16543
+ }
16544
+
16545
+ .ca-gov-icon-icon_lock-open_alt:before {
16546
+ content: "\e000" !important;
16547
+ }
16548
+
16549
+ .ca-gov-icon-icon_key_alt:before {
16550
+ content: "\e001" !important;
16551
+ }
16552
+
16553
+ .ca-gov-icon-icon_cloud_alt:before {
16554
+ content: "\e002" !important;
16555
+ }
16556
+
16557
+ .ca-gov-icon-icon_cloud-upload_alt:before {
16558
+ content: "\e003" !important;
16559
+ }
16560
+
16561
+ .ca-gov-icon-icon_cloud-download_alt:before {
16562
+ content: "\e004" !important;
16563
+ }
16564
+
16565
+ .ca-gov-icon-icon_lightbulb_alt:before {
16566
+ content: "\e007" !important;
16567
+ }
16568
+
16569
+ .ca-gov-icon-icon_gift_alt:before {
16570
+ content: "\e008" !important;
16571
+ }
16572
+
16573
+ .ca-gov-icon-icon_house_alt:before {
16574
+ content: "\e009" !important;
16575
+ }
16576
+
16577
+ .ca-gov-icon-science:before {
16578
+ content: "\e00a" !important;
16579
+ }
16580
+
16581
+ .ca-gov-icon-icon_laptop:before {
16582
+ content: "\e00d" !important;
16583
+ }
16584
+
16585
+ .ca-gov-icon-icon_camera_alt:before {
16586
+ content: "\e00f" !important;
16587
+ }
16588
+
16589
+ .ca-gov-icon-icon_mail_alt:before {
16590
+ content: "\e010" !important;
16591
+ }
16592
+
16593
+ .ca-gov-icon-icon_cone_alt:before {
16594
+ content: "\e011" !important;
16595
+ }
16596
+
16597
+ .ca-gov-icon-icon_ribbon_alt:before {
16598
+ content: "\e012" !important;
16599
+ }
16600
+
16601
+ .ca-gov-icon-icon_bag_alt:before {
16602
+ content: "\e013" !important;
16603
+ }
16604
+
16605
+ .ca-gov-icon-icon_creditcard:before {
16606
+ content: "\e014" !important;
16607
+ }
16608
+
16609
+ .ca-gov-icon-icon_cart_alt:before {
16610
+ content: "\e015" !important;
16611
+ }
16612
+
16613
+ .ca-gov-icon-icon_paperclip:before {
16614
+ content: "\e016" !important;
16615
+ }
16616
+
16617
+ .ca-gov-icon-icon_tag_alt:before {
16618
+ content: "\e017" !important;
16619
+ }
16620
+
16621
+ .ca-gov-icon-icon_tags_alt:before {
16622
+ content: "\e018" !important;
16623
+ }
16624
+
16625
+ .ca-gov-icon-icon_trash_alt:before {
16626
+ content: "\e019" !important;
16627
+ }
16628
+
16629
+ .ca-gov-icon-icon_cursor_alt:before {
16630
+ content: "\e01a" !important;
16631
+ }
16632
+
16633
+ .ca-gov-icon-icon_mic_alt:before {
16634
+ content: "\e01b" !important;
16635
+ }
16636
+
16637
+ .ca-gov-icon-icon_compass_alt:before {
16638
+ content: "\e01c" !important;
16639
+ }
16640
+
16641
+ .ca-gov-icon-icon_pin_alt:before {
16642
+ content: "\e01d" !important;
16643
+ }
16644
+
16645
+ .ca-gov-icon-icon_pushpin_alt:before {
16646
+ content: "\e01e" !important;
16647
+ }
16648
+
16649
+ .ca-gov-icon-icon_map_alt:before {
16650
+ content: "\e01f" !important;
16651
+ }
16652
+
16653
+ .ca-gov-icon-icon_drawer_alt:before {
16654
+ content: "\e020" !important;
16655
+ }
16656
+
16657
+ .ca-gov-icon-icon_toolbox_alt:before {
16658
+ content: "\e021" !important;
16659
+ }
16660
+
16661
+ .ca-gov-icon-icon_book_alt:before {
16662
+ content: "\e022" !important;
16663
+ }
16664
+
16665
+ .ca-gov-icon-icon_calendar:before {
16666
+ content: "\e023" !important;
16667
+ }
16668
+
16669
+ .ca-gov-icon-film:before {
16670
+ content: "\e024" !important;
16671
+ }
16672
+
16673
+ .ca-gov-icon-table:before {
16674
+ content: "\e025" !important;
16675
+ }
16676
+
16677
+ .ca-gov-icon-icon_contacts_alt:before {
16678
+ content: "\e026" !important;
16679
+ }
16680
+
16681
+ .ca-gov-icon-icon_headphones:before {
16682
+ content: "\e027" !important;
16683
+ }
16684
+
16685
+ .ca-gov-icon-icon_refresh:before {
16686
+ content: "\e02a" !important;
16687
+ }
16688
+
16689
+ .ca-gov-icon-icon_link_alt:before {
16690
+ content: "\e02b" !important;
16691
+ }
16692
+
16693
+ .ca-gov-icon-icon_link:before {
16694
+ content: "\e02c" !important;
16695
+ }
16696
+
16697
+ .ca-gov-icon-icon_loading:before {
16698
+ content: "\e02d" !important;
16699
+ }
16700
+
16701
+ .ca-gov-icon-icon_blocked:before {
16702
+ content: "\e02e" !important;
16703
+ }
16704
+
16705
+ .ca-gov-icon-icon_archive_alt:before {
16706
+ content: "\e02f" !important;
16707
+ }
16708
+
16709
+ .ca-gov-icon-icon_heart_alt:before {
16710
+ content: "\e030" !important;
16711
+ }
16712
+
16713
+ .ca-gov-icon-icon_star_alt:before {
16714
+ content: "\e031" !important;
16715
+ }
16716
+
16717
+ .ca-gov-icon-icon_star-half_alt:before {
16718
+ content: "\e032" !important;
16719
+ }
16720
+
16721
+ .ca-gov-icon-icon_star-half:before {
16722
+ content: "\e034" !important;
16723
+ }
16724
+
16725
+ .ca-gov-icon-tools:before {
16726
+ content: "\e035" !important;
16727
+ }
16728
+
16729
+ .ca-gov-icon-icon_cog:before {
16730
+ content: "\e037" !important;
16731
+ }
16732
+
16733
+ .ca-gov-icon-icon_cogs:before {
16734
+ content: "\e038" !important;
16735
+ }
16736
+
16737
+ .ca-gov-icon-arrow-fill-up:before {
16738
+ content: "\e039" !important;
16739
+ }
16740
+
16741
+ .ca-gov-icon-arrow-fill-down:before {
16742
+ content: "\e03a" !important;
16743
+ }
16744
+
16745
+ .ca-gov-icon-arrow-fill-left:before {
16746
+ content: "\e03b" !important;
16747
+ }
16748
+
16749
+ .ca-gov-icon-arrow-fill-right:before {
16750
+ content: "\e03c" !important;
16751
+ }
16752
+
16753
+ .ca-gov-icon-arrow-fill-left-up:before {
16754
+ content: "\e03d" !important;
16755
+ }
16756
+
16757
+ .ca-gov-icon-arrow-fill-right-up:before {
16758
+ content: "\e03e" !important;
16759
+ }
16760
+
16761
+ .ca-gov-icon-arrow-fill-right-down:before {
16762
+ content: "\e03f" !important;
16763
+ }
16764
+
16765
+ .ca-gov-icon-arrow-fill-left-down:before {
16766
+ content: "\e040" !important;
16767
+ }
16768
+
16769
+ .ca-gov-icon-arrow_condense_alt:before {
16770
+ content: "\e041" !important;
16771
+ }
16772
+
16773
+ .ca-gov-icon-arrow_expand_alt3:before {
16774
+ content: "\e042" !important;
16775
+ }
16776
+
16777
+ .ca-gov-icon-caret-fill-up:before {
16778
+ content: "\e043" !important;
16779
+ }
16780
+
16781
+ .ca-gov-icon-caret-fill-down:before {
16782
+ content: "\e044" !important;
16783
+ }
16784
+
16785
+ .ca-gov-icon-caret-fill-left:before {
16786
+ content: "\e045" !important;
16787
+ }
16788
+
16789
+ .ca-gov-icon-caret-fill-right:before {
16790
+ content: "\e046" !important;
16791
+ }
16792
+
16793
+ .ca-gov-icon-caret-fill-two-up:before {
16794
+ content: "\e047" !important;
16795
+ }
16796
+
16797
+ .ca-gov-icon-caret-fill-two-down:before {
16798
+ content: "\e048" !important;
16799
+ }
16800
+
16801
+ .ca-gov-icon-caret-fill-two-left:before {
16802
+ content: "\e049" !important;
16803
+ }
16804
+
16805
+ .ca-gov-icon-caret-fill-two-right:before {
16806
+ content: "\e04a" !important;
16807
+ }
16808
+
16809
+ .ca-gov-icon-arrow-up:before {
16810
+ content: "\e04b" !important;
16811
+ }
16812
+
16813
+ .ca-gov-icon-arrow-down:before {
16814
+ content: "\e04c" !important;
16815
+ }
16816
+
16817
+ .ca-gov-icon-arrow-left:before {
16818
+ content: "\e04d" !important;
16819
+ }
16820
+
16821
+ .ca-gov-icon-arrow-right:before {
16822
+ content: "\e04e" !important;
16823
+ }
16824
+
16825
+ .ca-gov-icon-minus-fill:before {
16826
+ content: "\e04f" !important;
16827
+ }
16828
+
16829
+ .ca-gov-icon-plus-fill:before {
16830
+ content: "\e050" !important;
16831
+ }
16832
+
16833
+ .ca-gov-icon-close-fill:before {
16834
+ content: "\e051" !important;
16835
+ }
16836
+
16837
+ .ca-gov-icon-check-fill:before {
16838
+ content: "\e052" !important;
16839
+ }
16840
+
16841
+ .ca-gov-icon-icon_zoom-out:before {
16842
+ content: "\e053" !important;
16843
+ }
16844
+
16845
+ .ca-gov-icon-icon_zoom-in:before {
16846
+ content: "\e054" !important;
16847
+ }
16848
+
16849
+ .ca-gov-icon-icon_stop_alt:before {
16850
+ content: "\e055" !important;
16851
+ }
16852
+
16853
+ .ca-gov-icon-icon_menu-square_alt:before {
16854
+ content: "\e056" !important;
16855
+ }
16856
+
16857
+ .ca-gov-icon-icon_menu-circle_alt:before {
16858
+ content: "\e057" !important;
16859
+ }
16860
+
16861
+ .ca-gov-icon-icon_document:before {
16862
+ content: "\e058" !important;
16863
+ }
16864
+
16865
+ .ca-gov-icon-icon_documents:before {
16866
+ content: "\e059" !important;
16867
+ }
16868
+
16869
+ .ca-gov-icon-icon_pencil_alt:before {
16870
+ content: "\e05a" !important;
16871
+ }
16872
+
16873
+ .ca-gov-icon-icon_folder:before {
16874
+ content: "\e05b" !important;
16875
+ }
16876
+
16877
+ .ca-gov-icon-folder:before {
16878
+ content: "\e05c" !important;
16879
+ }
16880
+
16881
+ .ca-gov-icon-icon_folder-add:before {
16882
+ content: "\e05d" !important;
16883
+ }
16884
+
16885
+ .ca-gov-icon-icon_folder_upload:before {
16886
+ content: "\e05e" !important;
16887
+ }
16888
+
16889
+ .ca-gov-icon-icon_folder_download:before {
16890
+ content: "\e05f" !important;
16891
+ }
16892
+
16893
+ .ca-gov-icon-icon_error-circle:before {
16894
+ content: "\e061" !important;
16895
+ }
16896
+
16897
+ .ca-gov-icon-warning-fill:before {
16898
+ content: "\e062" !important;
16899
+ }
16900
+
16901
+ .ca-gov-icon-warning-triangle:before {
16902
+ content: "\e063" !important;
16903
+ }
16904
+
16905
+ .ca-gov-icon-question-fill:before {
16906
+ content: "\e064" !important;
16907
+ }
16908
+
16909
+ .ca-gov-icon-icon_comment:before {
16910
+ content: "\e065" !important;
16911
+ }
16912
+
16913
+ .ca-gov-icon-icon_chat:before {
16914
+ content: "\e066" !important;
16915
+ }
16916
+
16917
+ .ca-gov-icon-icon_vol-mute:before {
16918
+ content: "\e067" !important;
16919
+ }
16920
+
16921
+ .ca-gov-icon-icon_volume-low:before {
16922
+ content: "\e068" !important;
16923
+ }
16924
+
16925
+ .ca-gov-icon-volume:before {
16926
+ content: "\e069" !important;
16927
+ }
16928
+
16929
+ .ca-gov-icon-quote-fill:before {
16930
+ content: "\e06a" !important;
16931
+ }
16932
+
16933
+ .ca-gov-icon-icon_clock:before {
16934
+ content: "\e06b" !important;
16935
+ }
16936
+
16937
+ .ca-gov-icon-icon_lock:before {
16938
+ content: "\e06c" !important;
16939
+ }
16940
+
16941
+ .ca-gov-icon-icon_lock-open:before {
16942
+ content: "\e06d" !important;
16943
+ }
16944
+
16945
+ .ca-gov-icon-icon_key:before {
16946
+ content: "\e06e" !important;
16947
+ }
16948
+
16949
+ .ca-gov-icon-icon_cloud:before {
16950
+ content: "\e06f" !important;
16951
+ }
16952
+
16953
+ .ca-gov-icon-icon_cloud-upload:before {
16954
+ content: "\e070" !important;
16955
+ }
16956
+
16957
+ .ca-gov-icon-icon_cloud-download:before {
16958
+ content: "\e071" !important;
16959
+ }
16960
+
16961
+ .ca-gov-icon-lightbulb:before {
16962
+ content: "\e072" !important;
16963
+ }
16964
+
16965
+ .ca-gov-icon-icon_gift:before {
16966
+ content: "\e073" !important;
16967
+ }
16968
+
16969
+ .ca-gov-icon-icon_house:before {
16970
+ content: "\e074" !important;
16971
+ }
16972
+
16973
+ .ca-gov-icon-icon_mail:before {
16974
+ content: "\e076" !important;
16975
+ }
16976
+
16977
+ .ca-gov-icon-icon_cone:before {
16978
+ content: "\e077" !important;
16979
+ }
16980
+
16981
+ .ca-gov-icon-icon_ribbon:before {
16982
+ content: "\e078" !important;
16983
+ }
16984
+
16985
+ .ca-gov-icon-icon_bag:before {
16986
+ content: "\e079" !important;
16987
+ }
16988
+
16989
+ .ca-gov-icon-icon_cart:before {
16990
+ content: "\e07a" !important;
16991
+ }
16992
+
16993
+ .ca-gov-icon-icon_tag:before {
16994
+ content: "\e07b" !important;
16995
+ }
16996
+
16997
+ .ca-gov-icon-tags:before {
16998
+ content: "\e07c" !important;
16999
+ }
17000
+
17001
+ .ca-gov-icon-icon_trash:before {
17002
+ content: "\e07d" !important;
17003
+ }
17004
+
17005
+ .ca-gov-icon-icon_cursor:before {
17006
+ content: "\e07e" !important;
17007
+ }
17008
+
17009
+ .ca-gov-icon-mic:before {
17010
+ content: "\e07f" !important;
17011
+ }
17012
+
17013
+ .ca-gov-icon-icon_compass:before {
17014
+ content: "\e080" !important;
17015
+ }
17016
+
17017
+ .ca-gov-icon-location:before {
17018
+ content: "\e081" !important;
17019
+ }
17020
+
17021
+ .ca-gov-icon-pushpin:before {
17022
+ content: "\e082" !important;
17023
+ }
17024
+
17025
+ .ca-gov-icon-map:before {
17026
+ content: "\e083" !important;
17027
+ }
17028
+
17029
+ .ca-gov-icon-drawer:before {
17030
+ content: "\e084" !important;
17031
+ }
17032
+
17033
+ .ca-gov-icon-book:before {
17034
+ content: "\e086" !important;
17035
+ }
17036
+
17037
+ .ca-gov-icon-contacts:before {
17038
+ content: "\e087" !important;
17039
+ }
17040
+
17041
+ .ca-gov-icon-archive:before {
17042
+ content: "\e088" !important;
17043
+ }
17044
+
17045
+ .ca-gov-icon-icon_heart:before {
17046
+ content: "\e089" !important;
17047
+ }
17048
+
17049
+ .ca-gov-icon-grid:before {
17050
+ content: "\e08c" !important;
17051
+ }
17052
+
17053
+ .ca-gov-icon-music:before {
17054
+ content: "\e08e" !important;
17055
+ }
17056
+
17057
+ .ca-gov-icon-icon_pause_alt:before {
17058
+ content: "\e08f" !important;
17059
+ }
17060
+
17061
+ .ca-gov-icon-icon_phone:before {
17062
+ content: "\e090" !important;
17063
+ }
17064
+
17065
+ .ca-gov-icon-icon_upload:before {
17066
+ content: "\e091" !important;
17067
+ }
17068
+
17069
+ .ca-gov-icon-icon_download:before {
17070
+ content: "\e092" !important;
17071
+ }
17072
+
17073
+ .ca-gov-icon-bar-counters:before {
17074
+ content: "\e093" !important;
17075
+ }
17076
+
17077
+ .ca-gov-icon-audio:before {
17078
+ content: "\e094" !important;
17079
+ }
17080
+
17081
+ .ca-gov-icon-accordion:before {
17082
+ content: "\e095" !important;
17083
+ }
17084
+
17085
+ .ca-gov-icon-social_googleplus:before {
17086
+ content: "\e096" !important;
17087
+ }
17088
+
17089
+ .ca-gov-icon-social_tumblr:before {
17090
+ content: "\e097" !important;
17091
+ }
17092
+
17093
+ .ca-gov-icon-social_tumbleupon:before {
17094
+ content: "\e098" !important;
17095
+ }
17096
+
17097
+ .ca-gov-icon-social_wordpress:before {
17098
+ content: "\e099" !important;
17099
+ }
17100
+
17101
+ .ca-gov-icon-social_dribbble:before {
17102
+ content: "\e09b" !important;
17103
+ }
17104
+
17105
+ .ca-gov-icon-social_deviantart:before {
17106
+ content: "\e09f" !important;
17107
+ }
17108
+
17109
+ .ca-gov-icon-social_myspace:before {
17110
+ content: "\e0a1" !important;
17111
+ }
17112
+
17113
+ .ca-gov-icon-social_skype:before {
17114
+ content: "\e0a2" !important;
17115
+ }
17116
+
17117
+ .ca-gov-icon-social_picassa:before {
17118
+ content: "\e0a4" !important;
17119
+ }
17120
+
17121
+ .ca-gov-icon-social_googledrive:before {
17122
+ content: "\e0a5" !important;
17123
+ }
17124
+
17125
+ .ca-gov-icon-social_flickr:before {
17126
+ content: "\e0a6" !important;
17127
+ }
17128
+
17129
+ .ca-gov-icon-social_blogger:before {
17130
+ content: "\e0a7" !important;
17131
+ }
17132
+
17133
+ .ca-gov-icon-social_spotify:before {
17134
+ content: "\e0a8" !important;
17135
+ }
17136
+
17137
+ .ca-gov-icon-social_delicious:before {
17138
+ content: "\e0a9" !important;
17139
+ }
17140
+
17141
+ .ca-gov-icon-social_facebook_circle:before {
17142
+ content: "\e0aa" !important;
17143
+ }
17144
+
17145
+ .ca-gov-icon-social_x_circle:before,
17146
+ .ca-gov-icon-social_twitter_circle:before {
17147
+ content: "\e0ab" !important;
17148
+ }
17149
+
17150
+ .ca-gov-icon-social_pinterest_circle:before {
17151
+ content: "\e0ac" !important;
17152
+ }
17153
+
17154
+ .ca-gov-icon-social_googleplus_circle:before {
17155
+ content: "\e0ad" !important;
17156
+ }
17157
+
17158
+ .ca-gov-icon-social_tumblr_circle:before {
17159
+ content: "\e0ae" !important;
17160
+ }
17161
+
17162
+ .ca-gov-icon-social_stumbleupon_circle:before {
17163
+ content: "\e0af" !important;
17164
+ }
17165
+
17166
+ .ca-gov-icon-social_wordpress_circle:before {
17167
+ content: "\e0b0" !important;
17168
+ }
17169
+
17170
+ .ca-gov-icon-social_instagram_circle:before {
17171
+ content: "\e0b1" !important;
17172
+ }
17173
+
17174
+ .ca-gov-icon-social_dribbble_circle:before {
17175
+ content: "\e0b2" !important;
17176
+ }
17177
+
17178
+ .ca-gov-icon-social_vimeo_circle:before {
17179
+ content: "\e0b3" !important;
17180
+ }
17181
+
17182
+ .ca-gov-icon-social_linkedin_circle:before {
17183
+ content: "\e0b4" !important;
17184
+ }
17185
+
17186
+ .ca-gov-icon-social_rss_circle:before {
17187
+ content: "\e0b5" !important;
17188
+ }
17189
+
17190
+ .ca-gov-icon-social_deviantart_circle:before {
17191
+ content: "\e0b6" !important;
17192
+ }
17193
+
17194
+ .ca-gov-icon-social_share_circle:before {
17195
+ content: "\e0b7" !important;
17196
+ }
17197
+
17198
+ .ca-gov-icon-social_myspace_circle:before {
17199
+ content: "\e0b8" !important;
17200
+ }
17201
+
17202
+ .ca-gov-icon-social_skype_circle:before {
17203
+ content: "\e0b9" !important;
17204
+ }
17205
+
17206
+ .ca-gov-icon-social_youtube_circle:before {
17207
+ content: "\e0ba" !important;
17208
+ }
17209
+
17210
+ .ca-gov-icon-social_picassa_circle:before {
17211
+ content: "\e0bb" !important;
17212
+ }
17213
+
17214
+ .ca-gov-icon-social_googledrive_alt2:before {
17215
+ content: "\e0bc" !important;
17216
+ }
17217
+
17218
+ .ca-gov-icon-social_flickr_circle:before {
17219
+ content: "\e0bd" !important;
17220
+ }
17221
+
17222
+ .ca-gov-icon-social_blogger_circle:before {
17223
+ content: "\e0be" !important;
17224
+ }
17225
+
17226
+ .ca-gov-icon-social_spotify_circle:before {
17227
+ content: "\e0bf" !important;
17228
+ }
17229
+
17230
+ .ca-gov-icon-social_delicious_circle:before {
17231
+ content: "\e0c0" !important;
17232
+ }
17233
+
17234
+ .ca-gov-icon-social_tumblr_square:before {
17235
+ content: "\e0c5" !important;
17236
+ }
17237
+
17238
+ .ca-gov-icon-social_stumbleupon_square:before {
17239
+ content: "\e0c6" !important;
17240
+ }
17241
+
17242
+ .ca-gov-icon-social_wordpress_square:before {
17243
+ content: "\e0c7" !important;
17244
+ }
17245
+
17246
+ .ca-gov-icon-social_instagram_square:before {
17247
+ content: "\e0c8" !important;
17248
+ }
17249
+
17250
+ .ca-gov-icon-social_dribbble_square:before {
17251
+ content: "\e0c9" !important;
17252
+ }
17253
+
17254
+ .ca-gov-icon-social_rss_square:before {
17255
+ content: "\e0cc" !important;
17256
+ }
17257
+
17258
+ .ca-gov-icon-social_deviantart_square:before {
17259
+ content: "\e0cd" !important;
17260
+ }
17261
+
17262
+ .ca-gov-icon-social_share_square:before {
17263
+ content: "\e0ce" !important;
17264
+ }
17265
+
17266
+ .ca-gov-icon-social_myspace_square:before {
17267
+ content: "\e0cf" !important;
17268
+ }
17269
+
17270
+ .ca-gov-icon-social_skype_square:before {
17271
+ content: "\e0d0" !important;
17272
+ }
17273
+
17274
+ .ca-gov-icon-social_picassa_square:before {
17275
+ content: "\e0d2" !important;
17276
+ }
17277
+
17278
+ .ca-gov-icon-social_googledrive_square:before {
17279
+ content: "\e0d3" !important;
17280
+ }
17281
+
17282
+ .ca-gov-icon-social_flickr_square:before {
17283
+ content: "\e0d4" !important;
17284
+ }
17285
+
17286
+ .ca-gov-icon-social_blogger_square:before {
17287
+ content: "\e0d5" !important;
17288
+ }
17289
+
17290
+ .ca-gov-icon-social_spotify_square:before {
17291
+ content: "\e0d6" !important;
17292
+ }
17293
+
17294
+ .ca-gov-icon-social_delicious_square:before {
17295
+ content: "\e0d7" !important;
17296
+ }
17297
+
17298
+ .ca-gov-icon-wallet:before {
17299
+ content: "\e0d8" !important;
17300
+ }
17301
+
17302
+ .ca-gov-icon-icon_shield_alt:before {
17303
+ content: "\e0d9" !important;
17304
+ }
17305
+
17306
+ .ca-gov-icon-icon_percent_alt:before {
17307
+ content: "\e0da" !important;
17308
+ }
17309
+
17310
+ .ca-gov-icon-icon_pens_alt:before {
17311
+ content: "\e0db" !important;
17312
+ }
17313
+
17314
+ .ca-gov-icon-icon_mug_alt:before {
17315
+ content: "\e0dc" !important;
17316
+ }
17317
+
17318
+ .ca-gov-icon-icon_like_alt:before {
17319
+ content: "\e0dd" !important;
17320
+ }
17321
+
17322
+ .ca-gov-icon-icon_globe_alt:before {
17323
+ content: "\e0de" !important;
17324
+ }
17325
+
17326
+ .ca-gov-icon-flowchart:before {
17327
+ content: "\e0df" !important;
17328
+ }
17329
+
17330
+ .ca-gov-icon-icon_id_alt:before {
17331
+ content: "\e0e0" !important;
17332
+ }
17333
+
17334
+ .ca-gov-icon-hourglass:before {
17335
+ content: "\e0e1" !important;
17336
+ }
17337
+
17338
+ .ca-gov-icon-icon_globe:before {
17339
+ content: "\e0e2" !important;
17340
+ }
17341
+
17342
+ .ca-gov-icon-globe:before {
17343
+ content: "\e0e3" !important;
17344
+ }
17345
+
17346
+ .ca-gov-icon-icon_floppy_alt:before {
17347
+ content: "\e0e4" !important;
17348
+ }
17349
+
17350
+ .ca-gov-icon-drive:before {
17351
+ content: "\e0e5" !important;
17352
+ }
17353
+
17354
+ .ca-gov-icon-icon_clipboard:before {
17355
+ content: "\e0e6" !important;
17356
+ }
17357
+
17358
+ .ca-gov-icon-calculator:before {
17359
+ content: "\e0e7" !important;
17360
+ }
17361
+
17362
+ .ca-gov-icon-icon_floppy:before {
17363
+ content: "\e0e8" !important;
17364
+ }
17365
+
17366
+ .ca-gov-icon-icon_easel:before {
17367
+ content: "\e0e9" !important;
17368
+ }
17369
+
17370
+ .ca-gov-icon-icon_drive:before {
17371
+ content: "\e0ea" !important;
17372
+ }
17373
+
17374
+ .ca-gov-icon-icon_dislike:before {
17375
+ content: "\e0eb" !important;
17376
+ }
17377
+
17378
+ .ca-gov-icon-icon_datareport:before {
17379
+ content: "\e0ec" !important;
17380
+ }
17381
+
17382
+ .ca-gov-icon-icon_currency:before {
17383
+ content: "\e0ed" !important;
17384
+ }
17385
+
17386
+ .ca-gov-icon-icon_calulator:before {
17387
+ content: "\e0ee" !important;
17388
+ }
17389
+
17390
+ .ca-gov-icon-icon_building:before {
17391
+ content: "\e0ef" !important;
17392
+ }
17393
+
17394
+ .ca-gov-icon-icon_dislike_alt:before {
17395
+ content: "\e0f1" !important;
17396
+ }
17397
+
17398
+ .ca-gov-icon-currency:before {
17399
+ content: "\e0f3" !important;
17400
+ }
17401
+
17402
+ .ca-gov-icon-icon_briefcase_alt:before {
17403
+ content: "\e0f4" !important;
17404
+ }
17405
+
17406
+ .ca-gov-icon-icon_target:before {
17407
+ content: "\e0f5" !important;
17408
+ }
17409
+
17410
+ .ca-gov-icon-icon_shield:before {
17411
+ content: "\e0f6" !important;
17412
+ }
17413
+
17414
+ .ca-gov-icon-searching:before {
17415
+ content: "\e0f7" !important;
17416
+ }
17417
+
17418
+ .ca-gov-icon-icon_rook:before {
17419
+ content: "\e0f8" !important;
17420
+ }
17421
+
17422
+ .ca-gov-icon-icon_puzzle_alt:before {
17423
+ content: "\e0f9" !important;
17424
+ }
17425
+
17426
+ .ca-gov-icon-icon_percent:before {
17427
+ content: "\e0fb" !important;
17428
+ }
17429
+
17430
+ .ca-gov-icon-building:before {
17431
+ content: "\e0fd" !important;
17432
+ }
17433
+
17434
+ .ca-gov-icon-icon_briefcase:before {
17435
+ content: "\e0fe" !important;
17436
+ }
17437
+
17438
+ .ca-gov-icon-icon_balance:before {
17439
+ content: "\e0ff" !important;
17440
+ }
17441
+
17442
+ .ca-gov-icon-icon_wallet:before {
17443
+ content: "\e100" !important;
17444
+ }
17445
+
17446
+ .ca-gov-icon-icon_search:before {
17447
+ content: "\e101" !important;
17448
+ }
17449
+
17450
+ .ca-gov-icon-icon_puzzle:before {
17451
+ content: "\e102" !important;
17452
+ }
17453
+
17454
+ .ca-gov-icon-icon_printer:before {
17455
+ content: "\e103" !important;
17456
+ }
17457
+
17458
+ .ca-gov-icon-icon_pens:before {
17459
+ content: "\e104" !important;
17460
+ }
17461
+
17462
+ .ca-gov-icon-icon_mug:before {
17463
+ content: "\e105" !important;
17464
+ }
17465
+
17466
+ .ca-gov-icon-icon_like:before {
17467
+ content: "\e106" !important;
17468
+ }
17469
+
17470
+ .ca-gov-icon-icon_id:before {
17471
+ content: "\e107" !important;
17472
+ }
17473
+
17474
+ .ca-gov-icon-icon_id-2:before {
17475
+ content: "\e108" !important;
17476
+ }
17477
+
17478
+ .ca-gov-icon-icon_flowchart:before {
17479
+ content: "\e109" !important;
17480
+ }
17481
+
17482
+ .ca-gov-icon-logo:before {
17483
+ content: "\e600" !important;
17484
+ }
17485
+
17486
+ .ca-gov-icon-home:before {
17487
+ content: "\e601" !important;
17488
+ }
17489
+
17490
+ .ca-gov-icon-menu:before {
17491
+ content: "\e602" !important;
17492
+ }
17493
+
17494
+ .ca-gov-icon-apps:before {
17495
+ content: "\e603" !important;
17496
+ }
17497
+
17498
+ .ca-gov-icon-search:before {
17499
+ content: "\e604" !important;
17500
+ }
17501
+
17502
+ .ca-gov-icon-chat:before {
17503
+ content: "\e605" !important;
17504
+ }
17505
+
17506
+ .ca-gov-icon-capitol:before {
17507
+ content: "\e606" !important;
17508
+ }
17509
+
17510
+ .ca-gov-icon-state:before {
17511
+ content: "\e607" !important;
17512
+ }
17513
+
17514
+ .ca-gov-icon-phone:before {
17515
+ content: "\e608" !important;
17516
+ }
17517
+
17518
+ .ca-gov-icon-email:before {
17519
+ content: "\e609" !important;
17520
+ }
17521
+
17522
+ .ca-gov-icon-calendar:before {
17523
+ content: "\e60a" !important;
17524
+ }
17525
+
17526
+ .ca-gov-icon-bear:before {
17527
+ content: "\e60b" !important;
17528
+ }
17529
+
17530
+ .ca-gov-icon-law-enforcement:before {
17531
+ content: "\e60c" !important;
17532
+ }
17533
+
17534
+ .ca-gov-icon-justice-legal:before {
17535
+ content: "\e60d" !important;
17536
+ }
17537
+
17538
+ .ca-gov-icon-at-sign:before {
17539
+ content: "\e60e" !important;
17540
+ }
17541
+
17542
+ .ca-gov-icon-attachment:before {
17543
+ content: "\e60f" !important;
17544
+ }
17545
+
17546
+ .ca-gov-icon-zipped-file:before {
17547
+ content: "\e610" !important;
17548
+ }
17549
+
17550
+ .ca-gov-icon-powerpoint:before {
17551
+ content: "\e611" !important;
17552
+ }
17553
+
17554
+ .ca-gov-icon-excel:before {
17555
+ content: "\e612" !important;
17556
+ }
17557
+
17558
+ .ca-gov-icon-word:before {
17559
+ content: "\e613" !important;
17560
+ }
17561
+
17562
+ .ca-gov-icon-pdf:before {
17563
+ content: "\e614" !important;
17564
+ }
17565
+
17566
+ .ca-gov-icon-share2:before {
17567
+ content: "\e615" !important;
17568
+ }
17569
+
17570
+ .ca-gov-icon-facebook:before {
17571
+ content: "\e616" !important;
17572
+ }
17573
+
17574
+ .ca-gov-icon-linkedin:before {
17575
+ content: "\e617" !important;
17576
+ }
17577
+
17578
+ .ca-gov-icon-youtube:before {
17579
+ content: "\e618" !important;
17580
+ }
17581
+
17582
+ .ca-gov-icon-x:before,
17583
+ .ca-gov-icon-twitter:before {
17584
+ content: "\e619" !important;
17585
+ }
17586
+
17587
+ .ca-gov-icon-pinterest:before {
17588
+ content: "\e61a" !important;
17589
+ }
17590
+
17591
+ .ca-gov-icon-vimeo:before {
17592
+ content: "\e61b" !important;
17593
+ }
17594
+
17595
+ .ca-gov-icon-instagram:before {
17596
+ content: "\e61c" !important;
17597
+ }
17598
+
17599
+ .ca-gov-icon-flickr:before {
17600
+ content: "\e61d" !important;
17601
+ }
17602
+
17603
+ .ca-gov-icon-microsoft:before {
17604
+ content: "\e61e" !important;
17605
+ }
17606
+
17607
+ .ca-gov-icon-apple:before {
17608
+ content: "\e61f" !important;
17609
+ }
17610
+
17611
+ .ca-gov-icon-android:before {
17612
+ content: "\e620" !important;
17613
+ }
17614
+
17615
+ .ca-gov-icon-computer:before {
17616
+ content: "\e621" !important;
17617
+ }
17618
+
17619
+ .ca-gov-icon-tablet:before {
17620
+ content: "\e622" !important;
17621
+ }
17622
+
17623
+ .ca-gov-icon-smartphone:before {
17624
+ content: "\e623" !important;
17625
+ }
17626
+
17627
+ .ca-gov-icon-roadways:before {
17628
+ content: "\e624" !important;
17629
+ }
17630
+
17631
+ .ca-gov-icon-travel-car:before {
17632
+ content: "\e625" !important;
17633
+ }
17634
+
17635
+ .ca-gov-icon-travel-air:before {
17636
+ content: "\e626" !important;
17637
+ }
17638
+
17639
+ .ca-gov-icon-truck-delivery:before {
17640
+ content: "\e627" !important;
17641
+ }
17642
+
17643
+ .ca-gov-icon-construction:before {
17644
+ content: "\e628" !important;
17645
+ }
17646
+
17647
+ .ca-gov-icon-bar-chart:before {
17648
+ content: "\e629" !important;
17649
+ }
17650
+
17651
+ .ca-gov-icon-pie-chart:before {
17652
+ content: "\e62a" !important;
17653
+ }
17654
+
17655
+ .ca-gov-icon-graph:before {
17656
+ content: "\e62b" !important;
17657
+ }
17658
+
17659
+ .ca-gov-icon-server:before {
17660
+ content: "\e62c" !important;
17661
+ }
17662
+
17663
+ .ca-gov-icon-download:before {
17664
+ content: "\e62d" !important;
17665
+ }
17666
+
17667
+ .ca-gov-icon-cloud-download:before {
17668
+ content: "\e62e" !important;
17669
+ }
17670
+
17671
+ .ca-gov-icon-cloud-upload:before {
17672
+ content: "\e62f" !important;
17673
+ }
17674
+
17675
+ .ca-gov-icon-shield:before {
17676
+ content: "\e630" !important;
17677
+ }
17678
+
17679
+ .ca-gov-icon-fire:before {
17680
+ content: "\e631" !important;
17681
+ }
17682
+
17683
+ .ca-gov-icon-binoculars:before {
17684
+ content: "\e632" !important;
17685
+ }
17686
+
17687
+ .ca-gov-icon-compass:before {
17688
+ content: "\e633" !important;
17689
+ }
17690
+
17691
+ .ca-gov-icon-sos:before {
17692
+ content: "\e634" !important;
17693
+ }
17694
+
17695
+ .ca-gov-icon-shopping-cart:before {
17696
+ content: "\e635" !important;
17697
+ }
17698
+
17699
+ .ca-gov-icon-video-camera:before {
17700
+ content: "\e636" !important;
17701
+ }
17702
+
17703
+ .ca-gov-icon-camera:before {
17704
+ content: "\e637" !important;
17705
+ }
17706
+
17707
+ .ca-gov-icon-green:before {
17708
+ content: "\e638" !important;
17709
+ }
17710
+
17711
+ .ca-gov-icon-loud-speaker:before {
17712
+ content: "\e639" !important;
17713
+ }
17714
+
17715
+ .ca-gov-icon-audio2:before {
17716
+ content: "\e63a" !important;
17717
+ }
17718
+
17719
+ .ca-gov-icon-print:before {
17720
+ content: "\e63b" !important;
17721
+ }
17722
+
17723
+ .ca-gov-icon-medical:before {
17724
+ content: "\e63c" !important;
17725
+ }
17726
+
17727
+ .ca-gov-icon-zoom-out:before {
17728
+ content: "\e63d" !important;
17729
+ }
17730
+
17731
+ .ca-gov-icon-zoom-in:before {
17732
+ content: "\e63e" !important;
17733
+ }
17734
+
17735
+ .ca-gov-icon-important:before {
17736
+ content: "\e63f" !important;
17737
+ }
17738
+
17739
+ .ca-gov-icon-chat-bubbles:before {
17740
+ content: "\e640" !important;
17741
+ }
17742
+
17743
+ .ca-gov-icon-call:before {
17744
+ content: "\e641" !important;
17745
+ }
17746
+
17747
+ .ca-gov-icon-people:before {
17748
+ content: "\e642" !important;
17749
+ }
17750
+
17751
+ .ca-gov-icon-person:before {
17752
+ content: "\e643" !important;
17753
+ }
17754
+
17755
+ .ca-gov-icon-user-id:before {
17756
+ content: "\e644" !important;
17757
+ }
17758
+
17759
+ .ca-gov-icon-payment-card:before {
17760
+ content: "\e645" !important;
17761
+ }
17762
+
17763
+ .ca-gov-icon-skip-backwards:before {
17764
+ content: "\e646" !important;
17765
+ }
17766
+
17767
+ .ca-gov-icon-play:before {
17768
+ content: "\e647" !important;
17769
+ }
17770
+
17771
+ .ca-gov-icon-pause:before {
17772
+ content: "\e648" !important;
17773
+ }
17774
+
17775
+ .ca-gov-icon-skip-forward:before {
17776
+ content: "\e649" !important;
17777
+ }
17778
+
17779
+ .ca-gov-icon-mail:before {
17780
+ content: "\e64a" !important;
17781
+ }
17782
+
17783
+ .ca-gov-icon-image:before {
17784
+ content: "\e64b" !important;
17785
+ }
17786
+
17787
+ .ca-gov-icon-house:before {
17788
+ content: "\e64c" !important;
17789
+ }
17790
+
17791
+ .ca-gov-icon-gear:before {
17792
+ content: "\e64d" !important;
17793
+ }
17794
+
17795
+ .ca-gov-icon-tool:before {
17796
+ content: "\e64e" !important;
17797
+ }
17798
+
17799
+ .ca-gov-icon-time:before {
17800
+ content: "\e64f" !important;
17801
+ }
17802
+
17803
+ .ca-gov-icon-cal:before {
17804
+ content: "\e650" !important;
17805
+ }
17806
+
17807
+ .ca-gov-icon-check-list:before {
17808
+ content: "\e651" !important;
17809
+ }
17810
+
17811
+ .ca-gov-icon-document:before {
17812
+ content: "\e652" !important;
17813
+ }
17814
+
17815
+ .ca-gov-icon-clipboard:before {
17816
+ content: "\e653" !important;
17817
+ }
17818
+
17819
+ .ca-gov-icon-page:before {
17820
+ content: "\e654" !important;
17821
+ }
17822
+
17823
+ .ca-gov-icon-read-book:before {
17824
+ content: "\e655" !important;
17825
+ }
17826
+
17827
+ .ca-gov-icon-cc-copyright:before {
17828
+ content: "\e656" !important;
17829
+ }
17830
+
17831
+ .ca-gov-icon-ca-capitol:before {
17832
+ content: "\e657" !important;
17833
+ }
17834
+
17835
+ .ca-gov-icon-ca-state:before {
17836
+ content: "\e658" !important;
17837
+ }
17838
+
17839
+ .ca-gov-icon-favorite:before {
17840
+ content: "\e659" !important;
17841
+ }
17842
+
17843
+ .ca-gov-icon-rss:before {
17844
+ content: "\e65a" !important;
17845
+ }
17846
+
17847
+ .ca-gov-icon-road-pin:before {
17848
+ content: "\e65b" !important;
17849
+ }
17850
+
17851
+ .ca-gov-icon-online-services:before {
17852
+ content: "\e65c" !important;
17853
+ }
17854
+
17855
+ .ca-gov-icon-link:before {
17856
+ content: "\e65d" !important;
17857
+ }
17858
+
17859
+ .ca-gov-icon-magnify-glass:before {
17860
+ content: "\e65e" !important;
17861
+ }
17862
+
17863
+ .ca-gov-icon-key:before {
17864
+ content: "\e65f" !important;
17865
+ }
17866
+
17867
+ .ca-gov-icon-lock:before {
17868
+ content: "\e660" !important;
17869
+ }
17870
+
17871
+ .ca-gov-icon-info:before {
17872
+ content: "\e661" !important;
17873
+ }
17874
+
17875
+ .ca-gov-icon-carousel-prev:before {
17876
+ content: "\e666" !important;
17877
+ }
17878
+
17879
+ .ca-gov-icon-carousel-next:before {
17880
+ content: "\e667" !important;
17881
+ }
17882
+
17883
+ .ca-gov-icon-arrow-prev:before {
17884
+ content: "\e668" !important;
17885
+ }
17886
+
17887
+ .ca-gov-icon-arrow-next:before {
17888
+ content: "\e669" !important;
17889
+ }
17890
+
17891
+ .ca-gov-icon-menu-toggle-closed:before {
17892
+ content: "\e66a" !important;
17893
+ }
17894
+
17895
+ .ca-gov-icon-menu-toggle-open:before {
17896
+ content: "\e66b" !important;
17897
+ }
17898
+
17899
+ .ca-gov-icon-carousel-pause:before {
17900
+ content: "\e66c" !important;
17901
+ }
17902
+
17903
+ .ca-gov-icon-google-plus:before {
17904
+ content: "\e66d" !important;
17905
+ }
17906
+
17907
+ .ca-gov-icon-contact-us:before {
17908
+ content: "\e66e" !important;
17909
+ }
17910
+
17911
+ .ca-gov-icon-chat-bubble:before {
17912
+ content: "\e66f" !important;
17913
+ }
17914
+
17915
+ .ca-gov-icon-info-bubble:before {
17916
+ content: "\e670" !important;
17917
+ }
17918
+
17919
+ .ca-gov-icon-share-button:before {
17920
+ content: "\e671" !important;
17921
+ }
17922
+
17923
+ .ca-gov-icon-share-facebook:before {
17924
+ content: "\e672" !important;
17925
+ }
17926
+
17927
+ .ca-gov-icon-share-email:before {
17928
+ content: "\e673" !important;
17929
+ }
17930
+
17931
+ .ca-gov-icon-share-flickr:before {
17932
+ content: "\e674" !important;
17933
+ }
17934
+
17935
+ .ca-gov-icon-share-x:before,
17936
+ .ca-gov-icon-share-twitter:before {
17937
+ content: "\e675" !important;
17938
+ }
17939
+
17940
+ .ca-gov-icon-share-linkedin:before {
17941
+ content: "\e676" !important;
17942
+ }
17943
+
17944
+ .ca-gov-icon-share-googleplus:before {
17945
+ content: "\e677" !important;
17946
+ }
17947
+
17948
+ .ca-gov-icon-share-instagram:before {
17949
+ content: "\e678" !important;
17950
+ }
17951
+
17952
+ .ca-gov-icon-share-pinterest:before {
17953
+ content: "\e679" !important;
17954
+ }
17955
+
17956
+ .ca-gov-icon-share-vimeo:before {
17957
+ content: "\e67a" !important;
17958
+ }
17959
+
17960
+ .ca-gov-icon-share-youtube:before {
17961
+ content: "\e67b" !important;
17962
+ }
17963
+
17964
+ .ca-gov-icon-gears:before {
17965
+ content: "\e900" !important;
17966
+ }
17967
+
17968
+ .ca-gov-icon-briefcase:before {
17969
+ content: "\e901" !important;
17970
+ }
17971
+
17972
+ .ca-gov-icon-idea:before {
17973
+ content: "\e902" !important;
17974
+ }
17975
+
17976
+ .ca-gov-icon-graduate:before {
17977
+ content: "\e903" !important;
17978
+ }
17979
+
17980
+ .ca-gov-icon-images:before {
17981
+ content: "\e904" !important;
17982
+ }
17983
+
17984
+ .ca-gov-icon-info-line:before {
17985
+ content: "\e905" !important;
17986
+ }
17987
+
17988
+ .ca-gov-icon-important-line:before {
17989
+ content: "\e906" !important;
17990
+ }
17991
+
17992
+ .ca-gov-icon-carousel-play:before {
17993
+ content: "\e907" !important;
17994
+ }
17995
+
17996
+ .ca-gov-icon-question-line:before {
17997
+ content: "\e908" !important;
17998
+ }
17999
+
18000
+ .ca-gov-icon-question:before {
18001
+ content: "\e909" !important;
18002
+ }
18003
+
18004
+ .ca-gov-icon-filter:before {
18005
+ content: "\e90a" !important;
18006
+ }
18007
+
18008
+ .ca-gov-icon-cal-bear:before {
18009
+ content: "\e90b" !important;
18010
+ }
18011
+
18012
+ .ca-gov-icon-hours:before {
18013
+ content: "\e90c" !important;
18014
+ }
18015
+
18016
+ .ca-gov-icon-hours-security:before {
18017
+ content: "\e90d" !important;
18018
+ }
18019
+
18020
+ .ca-gov-icon-albums:before {
18021
+ content: "\e90e" !important;
18022
+ }
18023
+
18024
+ .ca-gov-icon-brain:before {
18025
+ content: "\e90f" !important;
18026
+ }
18027
+
18028
+ .ca-gov-icon-certificate:before {
18029
+ content: "\e910" !important;
18030
+ }
18031
+
18032
+ .ca-gov-icon-certificate-check:before {
18033
+ content: "\e911" !important;
18034
+ }
18035
+
18036
+ .ca-gov-icon-charge:before {
18037
+ content: "\e912" !important;
18038
+ }
18039
+
18040
+ .ca-gov-icon-charge-cycle:before {
18041
+ content: "\e913" !important;
18042
+ }
18043
+
18044
+ .ca-gov-icon-charge-units:before {
18045
+ content: "\e914" !important;
18046
+ }
18047
+
18048
+ .ca-gov-icon-city:before {
18049
+ content: "\e915" !important;
18050
+ }
18051
+
18052
+ .ca-gov-icon-clock:before {
18053
+ content: "\e916" !important;
18054
+ }
18055
+
18056
+ .ca-gov-icon-cloud-gear:before {
18057
+ content: "\e917" !important;
18058
+ }
18059
+
18060
+ .ca-gov-icon-biohazard:before {
18061
+ content: "\e918" !important;
18062
+ }
18063
+
18064
+ .ca-gov-icon-malware:before {
18065
+ content: "\e919" !important;
18066
+ }
18067
+
18068
+ .ca-gov-icon-cloud-services:before {
18069
+ content: "\e91a" !important;
18070
+ }
18071
+
18072
+ .ca-gov-icon-cloud-sync:before {
18073
+ content: "\e91b" !important;
18074
+ }
18075
+
18076
+ .ca-gov-icon-code:before {
18077
+ content: "\e91c" !important;
18078
+ }
18079
+
18080
+ .ca-gov-icon-ear:before {
18081
+ content: "\e91d" !important;
18082
+ }
18083
+
18084
+ .ca-gov-icon-ear-slash:before {
18085
+ content: "\e91e" !important;
18086
+ }
18087
+
18088
+ .ca-gov-icon-eye:before {
18089
+ content: "\e91f" !important;
18090
+ }
18091
+
18092
+ .ca-gov-icon-eye-slash:before {
18093
+ content: "\e920" !important;
18094
+ }
18095
+
18096
+ .ca-gov-icon-file:before {
18097
+ content: "\e921" !important;
18098
+ }
18099
+
18100
+ .ca-gov-icon-file-audio:before {
18101
+ content: "\e922" !important;
18102
+ }
18103
+
18104
+ .ca-gov-icon-file-certificate:before {
18105
+ content: "\e923" !important;
18106
+ }
18107
+
18108
+ .ca-gov-icon-file-check:before {
18109
+ content: "\e924" !important;
18110
+ }
18111
+
18112
+ .ca-gov-icon-file-code:before {
18113
+ content: "\e925" !important;
18114
+ }
18115
+
18116
+ .ca-gov-icon-file-csv:before {
18117
+ content: "\e926" !important;
18118
+ }
18119
+
18120
+ .ca-gov-icon-file-download:before {
18121
+ content: "\e927" !important;
18122
+ }
18123
+
18124
+ .ca-gov-icon-file-excel:before {
18125
+ content: "\e928" !important;
18126
+ }
18127
+
18128
+ .ca-gov-icon-file-export:before {
18129
+ content: "\e929" !important;
18130
+ }
18131
+
18132
+ .ca-gov-icon-file-import:before {
18133
+ content: "\e92a" !important;
18134
+ }
18135
+
18136
+ .ca-gov-icon-file-invoice:before {
18137
+ content: "\e92b" !important;
18138
+ }
18139
+
18140
+ .ca-gov-icon-file-medical:before {
18141
+ content: "\e92c" !important;
18142
+ }
18143
+
18144
+ .ca-gov-icon-file-medical-alt:before {
18145
+ content: "\e92d" !important;
18146
+ }
18147
+
18148
+ .ca-gov-icon-file-pdf:before {
18149
+ content: "\e92e" !important;
18150
+ }
18151
+
18152
+ .ca-gov-icon-file-powerpoint:before {
18153
+ content: "\e92f" !important;
18154
+ }
18155
+
18156
+ .ca-gov-icon-file-prescription:before {
18157
+ content: "\e930" !important;
18158
+ }
18159
+
18160
+ .ca-gov-icon-file-upload:before {
18161
+ content: "\e931" !important;
18162
+ }
18163
+
18164
+ .ca-gov-icon-file-video:before {
18165
+ content: "\e932" !important;
18166
+ }
18167
+
18168
+ .ca-gov-icon-file-word:before {
18169
+ content: "\e933" !important;
18170
+ }
18171
+
18172
+ .ca-gov-icon-file-zip:before {
18173
+ content: "\e934" !important;
18174
+ }
18175
+
18176
+ .ca-gov-icon-filter-solid:before {
18177
+ content: "\e935" !important;
18178
+ }
18179
+
18180
+ .ca-gov-icon-fingerprint:before {
18181
+ content: "\e936" !important;
18182
+ }
18183
+
18184
+ .ca-gov-icon-fingerprint-check:before {
18185
+ content: "\e937" !important;
18186
+ }
18187
+
18188
+ .ca-gov-icon-hand:before {
18189
+ content: "\e938" !important;
18190
+ }
18191
+
18192
+ .ca-gov-icon-hand-money:before {
18193
+ content: "\e939" !important;
18194
+ }
18195
+
18196
+ .ca-gov-icon-handshake:before {
18197
+ content: "\e93a" !important;
18198
+ }
18199
+
18200
+ .ca-gov-icon-institute:before {
18201
+ content: "\e93b" !important;
18202
+ }
18203
+
18204
+ .ca-gov-icon-medical-bubble:before {
18205
+ content: "\e93c" !important;
18206
+ }
18207
+
18208
+ .ca-gov-icon-medical-care:before {
18209
+ content: "\e93d" !important;
18210
+ }
18211
+
18212
+ .ca-gov-icon-medical-case:before {
18213
+ content: "\e93e" !important;
18214
+ }
18215
+
18216
+ .ca-gov-icon-medical-clinic:before {
18217
+ content: "\e93f" !important;
18218
+ }
18219
+
18220
+ .ca-gov-icon-medical-cross:before {
18221
+ content: "\e940" !important;
18222
+ }
18223
+
18224
+ .ca-gov-icon-medical-doctor:before {
18225
+ content: "\e941" !important;
18226
+ }
18227
+
18228
+ .ca-gov-icon-medical-heart:before {
18229
+ content: "\e942" !important;
18230
+ }
18231
+
18232
+ .ca-gov-icon-medical-pills:before {
18233
+ content: "\e943" !important;
18234
+ }
18235
+
18236
+ .ca-gov-icon-mobile:before {
18237
+ content: "\e944" !important;
18238
+ }
18239
+
18240
+ .ca-gov-icon-pro-services:before {
18241
+ content: "\e945" !important;
18242
+ }
18243
+
18244
+ .ca-gov-icon-puzzle:before {
18245
+ content: "\e946" !important;
18246
+ }
18247
+
18248
+ .ca-gov-icon-puzzle-piece:before {
18249
+ content: "\e947" !important;
18250
+ }
18251
+
18252
+ .ca-gov-icon-recycle:before {
18253
+ content: "\e948" !important;
18254
+ }
18255
+
18256
+ .ca-gov-icon-responsive:before {
18257
+ content: "\e949" !important;
18258
+ }
18259
+
18260
+ .ca-gov-icon-responsive-alt:before {
18261
+ content: "\e94a" !important;
18262
+ }
18263
+
18264
+ .ca-gov-icon-security-network:before {
18265
+ content: "\e94b" !important;
18266
+ }
18267
+
18268
+ .ca-gov-icon-security-system:before {
18269
+ content: "\e94c" !important;
18270
+ }
18271
+
18272
+ .ca-gov-icon-shield-check:before {
18273
+ content: "\e94d" !important;
18274
+ }
18275
+
18276
+ .ca-gov-icon-thumb-up:before {
18277
+ content: "\e94e" !important;
18278
+ }
18279
+
18280
+ .ca-gov-icon-trophy:before {
18281
+ content: "\e94f" !important;
18282
+ }
18283
+
18284
+ .ca-gov-icon-users:before {
18285
+ content: "\e950" !important;
18286
+ }
18287
+
18288
+ .ca-gov-icon-users-alt:before {
18289
+ content: "\e951" !important;
18290
+ }
18291
+
18292
+ .ca-gov-icon-users-dialog:before {
18293
+ content: "\e952" !important;
18294
+ }
18295
+
18296
+ .ca-gov-icon-users-interaction:before {
18297
+ content: "\e953" !important;
18298
+ }
18299
+
18300
+ .ca-gov-icon-video:before {
18301
+ content: "\e954" !important;
18302
+ }
18303
+
18304
+ .ca-gov-icon-radiation:before {
18305
+ content: "\e955" !important;
18306
+ }
18307
+
18308
+ .ca-gov-icon-chemical-hazard:before {
18309
+ content: "\e956" !important;
18310
+ }
18311
+
18312
+ .ca-gov-icon-danger:before {
18313
+ content: "\e957" !important;
18314
+ }
18315
+
18316
+ .ca-gov-icon-do-not-sign:before {
18317
+ content: "\e958" !important;
18318
+ }
18319
+
18320
+ .ca-gov-icon-earthquake:before {
18321
+ content: "\e959" !important;
18322
+ }
18323
+
18324
+ .ca-gov-icon-quake-house:before {
18325
+ content: "\e95a" !important;
18326
+ }
18327
+
18328
+ .ca-gov-icon-quake-hazard:before {
18329
+ content: "\e95b" !important;
18330
+ }
18331
+
18332
+ .ca-gov-icon-electricity-hazard:before {
18333
+ content: "\e95c" !important;
18334
+ }
18335
+
18336
+ .ca-gov-icon-flood:before {
18337
+ content: "\e95d" !important;
18338
+ }
18339
+
18340
+ .ca-gov-icon-hazard:before {
18341
+ content: "\e95e" !important;
18342
+ }
18343
+
18344
+ .ca-gov-icon-hurricane:before {
18345
+ content: "\e95f" !important;
18346
+ }
18347
+
18348
+ .ca-gov-icon-sea-level-rise:before {
18349
+ content: "\e960" !important;
18350
+ }
18351
+
18352
+ .ca-gov-icon-severe-weather:before {
18353
+ content: "\e961" !important;
18354
+ }
18355
+
18356
+ .ca-gov-icon-stop-fire:before {
18357
+ content: "\e962" !important;
18358
+ }
18359
+
18360
+ .ca-gov-icon-stop-hand:before {
18361
+ content: "\e963" !important;
18362
+ }
18363
+
18364
+ .ca-gov-icon-tornado:before {
18365
+ content: "\e964" !important;
18366
+ }
18367
+
18368
+ .ca-gov-icon-tsunami:before {
18369
+ content: "\e965" !important;
18370
+ }
18371
+
18372
+ .ca-gov-icon-volcano:before {
18373
+ content: "\e966" !important;
18374
+ }
18375
+
18376
+ .ca-gov-icon-warning-circle:before {
18377
+ content: "\e967" !important;
18378
+ }
18379
+
18380
+ .ca-gov-icon-warning-square:before {
18381
+ content: "\e968" !important;
18382
+ }
18383
+
18384
+ .ca-gov-icon-tent:before {
18385
+ content: "\e969" !important;
18386
+ }
18387
+
18388
+ .ca-gov-icon-campfire:before {
18389
+ content: "\e96a" !important;
18390
+ }
18391
+
18392
+ .ca-gov-icon-dam:before {
18393
+ content: "\e96b" !important;
18394
+ }
18395
+
18396
+ .ca-gov-icon-download-cloud:before {
18397
+ content: "\e96c" !important;
18398
+ }
18399
+
18400
+ .ca-gov-icon-upload-cloud:before {
18401
+ content: "\e96d" !important;
18402
+ }
18403
+
18404
+ .ca-gov-icon-sea-level-rise-alt:before {
18405
+ content: "\e96e" !important;
18406
+ }
18407
+
18408
+ .ca-gov-icon-tsunami-alt:before {
18409
+ content: "\e96f" !important;
18410
+ }
18411
+
18412
+ .ca-gov-icon-collapse-all:before {
18413
+ content: "\e970" !important;
18414
+ }
18415
+
18416
+ .ca-gov-icon-sign-language:before {
18417
+ content: "\e971" !important;
18418
+ }
18419
+
18420
+ .ca-gov-icon-drag:before {
18421
+ content: "\e972" !important;
18422
+ }
18423
+
18424
+ .ca-gov-icon-agriculture:before {
18425
+ content: "\e973" !important;
18426
+ }
18427
+
18428
+ .ca-gov-icon-cannabis:before {
18429
+ content: "\e974" !important;
18430
+ }
18431
+
18432
+ .ca-gov-icon-angry:before {
18433
+ content: "\e975" !important;
18434
+ }
18435
+
18436
+ .ca-gov-icon-happy:before {
18437
+ content: "\e976" !important;
18438
+ }
18439
+
18440
+ .ca-gov-icon-visa:before {
18441
+ content: "\e977" !important;
18442
+ }
18443
+
18444
+ .ca-gov-icon-mastercard:before {
18445
+ content: "\e978" !important;
18446
+ }
18447
+
18448
+ .ca-gov-icon-amexcard:before {
18449
+ content: "\e979" !important;
18450
+ }
18451
+
18452
+ .ca-gov-icon-apple-pay:before {
18453
+ content: "\e97a" !important;
18454
+ }
18455
+
18456
+ .ca-gov-icon-discovercard:before {
18457
+ content: "\e97b" !important;
18458
+ }
18459
+
18460
+ .ca-gov-icon-paypal:before {
18461
+ content: "\e97c" !important;
18462
+ }
18463
+
18464
+ .ca-gov-icon-chrome:before {
18465
+ content: "\e97d" !important;
18466
+ }
18467
+
18468
+ .ca-gov-icon-firefox:before {
18469
+ content: "\e97e" !important;
18470
+ }
18471
+
18472
+ .ca-gov-icon-ie:before {
18473
+ content: "\e97f" !important;
18474
+ }
18475
+
18476
+ .ca-gov-icon-opera:before {
18477
+ content: "\e980" !important;
18478
+ }
18479
+
18480
+ .ca-gov-icon-safari:before {
18481
+ content: "\e981" !important;
18482
+ }
18483
+
18484
+ .ca-gov-icon-bell:before {
18485
+ content: "\e982" !important;
18486
+ }
18487
+
18488
+ .ca-gov-icon-bookmark:before {
18489
+ content: "\e983" !important;
18490
+ }
18491
+
18492
+ .ca-gov-icon-books:before {
18493
+ content: "\e984" !important;
18494
+ }
18495
+
18496
+ .ca-gov-icon-reader:before {
18497
+ content: "\e985" !important;
18498
+ }
18499
+
18500
+ .ca-gov-icon-palette:before {
18501
+ content: "\e986" !important;
18502
+ }
18503
+
18504
+ .ca-gov-icon-glass:before {
18505
+ content: "\e987" !important;
18506
+ }
18507
+
18508
+ .ca-gov-icon-heart:before {
18509
+ content: "\e988" !important;
18510
+ }
18511
+
18512
+ .ca-gov-icon-digging:before {
18513
+ content: "\e989" !important;
18514
+ }
18515
+
18516
+ .ca-gov-icon-gas-pump:before {
18517
+ content: "\e98a" !important;
18518
+ }
18519
+
18520
+ .ca-gov-icon-idea-alt:before {
18521
+ content: "\e98b" !important;
18522
+ }
18523
+
18524
+ .ca-gov-icon-medal:before {
18525
+ content: "\e98c" !important;
18526
+ }
18527
+
18528
+ .ca-gov-icon-smoking:before {
18529
+ content: "\e98d" !important;
18530
+ }
18531
+
18532
+ .ca-gov-icon-no-smoking:before {
18533
+ content: "\e98e" !important;
18534
+ }
18535
+
18536
+ .ca-gov-icon-share-snapchat:before {
18537
+ content: "\e98f" !important;
18538
+ }
18539
+
18540
+ .ca-gov-icon-snapchat:before {
18541
+ content: "\e990" !important;
18542
+ }
18543
+
18544
+ .ca-gov-icon-expand-all:before {
18545
+ content: "\e991" !important;
18546
+ }
18547
+
18548
+ .ca-gov-icon-accessibility:before {
18549
+ content: "\e992" !important;
18550
+ }
18551
+
18552
+ .ca-gov-icon-features:before {
18553
+ content: "\e993" !important;
18554
+ }
18555
+
18556
+ .ca-gov-icon-update:before {
18557
+ content: "\e994" !important;
18558
+ }
18559
+
18560
+ .ca-gov-icon-distance:before {
18561
+ content: "\e995" !important;
18562
+ }
18563
+
18564
+ .ca-gov-icon-coronavirus:before {
18565
+ content: "\e996" !important;
18566
+ }
18567
+
18568
+ .ca-gov-icon-coughing:before {
18569
+ content: "\e997" !important;
18570
+ }
18571
+
18572
+ .ca-gov-icon-cover:before {
18573
+ content: "\e998" !important;
18574
+ }
18575
+
18576
+ .ca-gov-icon-cubes:before {
18577
+ content: "\e999" !important;
18578
+ }
18579
+
18580
+ .ca-gov-icon-hand-heart:before {
18581
+ content: "\e99a" !important;
18582
+ }
18583
+
18584
+ .ca-gov-icon-hand-watter:before {
18585
+ content: "\e99b" !important;
18586
+ }
18587
+
18588
+ .ca-gov-icon-lab-tests:before {
18589
+ content: "\e99c" !important;
18590
+ }
18591
+
18592
+ .ca-gov-icon-mask:before {
18593
+ content: "\e99d" !important;
18594
+ }
18595
+
18596
+ .ca-gov-icon-no-coughing:before {
18597
+ content: "\e99e" !important;
18598
+ }
18599
+
18600
+ .ca-gov-icon-no-handshake:before {
18601
+ content: "\e99f" !important;
18602
+ }
18603
+
18604
+ .ca-gov-icon-no-virus:before {
18605
+ content: "\e9a0" !important;
18606
+ }
18607
+
18608
+ .ca-gov-icon-procurement:before {
18609
+ content: "\e9a1" !important;
18610
+ }
18611
+
18612
+ .ca-gov-icon-project:before {
18613
+ content: "\e9a2" !important;
18614
+ }
18615
+
18616
+ .ca-gov-icon-soap:before {
18617
+ content: "\e9a3" !important;
18618
+ }
18619
+
18620
+ .ca-gov-icon-stay-home:before {
18621
+ content: "\e9a4" !important;
18622
+ }
18623
+
18624
+ .ca-gov-icon-teleworking:before {
18625
+ content: "\e9a5" !important;
18626
+ }
18627
+
18628
+ .ca-gov-icon-testing:before {
18629
+ content: "\e9a6" !important;
18630
+ }
18631
+
18632
+ .ca-gov-icon-testing-alt:before {
18633
+ content: "\e9a7" !important;
18634
+ }
18635
+
18636
+ .ca-gov-icon-virus:before {
18637
+ content: "\e9a8" !important;
18638
+ }
18639
+
18640
+ .ca-gov-icon-viruses:before {
18641
+ content: "\e9a9" !important;
18642
+ }
18643
+
18644
+ .ca-gov-icon-wash:before {
18645
+ content: "\e9aa" !important;
18646
+ }
18647
+
18648
+ .ca-gov-icon-amusement:before {
18649
+ content: "\e9ab" !important;
18650
+ }
18651
+
18652
+ .ca-gov-icon-balloons:before {
18653
+ content: "\e9ac" !important;
18654
+ }
18655
+
18656
+ .ca-gov-icon-barge-ship:before {
18657
+ content: "\e9ad" !important;
18658
+ }
18659
+
18660
+ .ca-gov-icon-bike:before {
18661
+ content: "\e9ae" !important;
18662
+ }
18663
+
18664
+ .ca-gov-icon-boat:before {
18665
+ content: "\e9af" !important;
18666
+ }
18667
+
18668
+ .ca-gov-icon-bridge:before {
18669
+ content: "\e9b0" !important;
18670
+ }
18671
+
18672
+ .ca-gov-icon-bridge-alt:before {
18673
+ content: "\e9b1" !important;
18674
+ }
18675
+
18676
+ .ca-gov-icon-bus:before {
18677
+ content: "\e9b2" !important;
18678
+ }
18679
+
18680
+ .ca-gov-icon-bus-alt:before {
18681
+ content: "\e9b3" !important;
18682
+ }
18683
+
18684
+ .ca-gov-icon-car:before {
18685
+ content: "\e9b4" !important;
18686
+ }
18687
+
18688
+ .ca-gov-icon-car-alt:before {
18689
+ content: "\e9b5" !important;
18690
+ }
18691
+
18692
+ .ca-gov-icon-casino:before {
18693
+ content: "\e9b6" !important;
18694
+ }
18695
+
18696
+ .ca-gov-icon-coffee:before {
18697
+ content: "\e9b7" !important;
18698
+ }
18699
+
18700
+ .ca-gov-icon-cruise-ship:before {
18701
+ content: "\e9b8" !important;
18702
+ }
18703
+
18704
+ .ca-gov-icon-dices:before {
18705
+ content: "\e9b9" !important;
18706
+ }
18707
+
18708
+ .ca-gov-icon-directions:before {
18709
+ content: "\e9ba" !important;
18710
+ }
18711
+
18712
+ .ca-gov-icon-entertainment:before {
18713
+ content: "\e9bb" !important;
18714
+ }
18715
+
18716
+ .ca-gov-icon-family:before {
18717
+ content: "\e9bc" !important;
18718
+ }
18719
+
18720
+ .ca-gov-icon-family-alt:before {
18721
+ content: "\e9bd" !important;
18722
+ }
18723
+
18724
+ .ca-gov-icon-fastfood:before {
18725
+ content: "\e9be" !important;
18726
+ }
18727
+
18728
+ .ca-gov-icon-ferry:before {
18729
+ content: "\e9bf" !important;
18730
+ }
18731
+
18732
+ .ca-gov-icon-fitness:before {
18733
+ content: "\e9c0" !important;
18734
+ }
18735
+
18736
+ .ca-gov-icon-fitness-alt:before {
18737
+ content: "\e9c1" !important;
18738
+ }
18739
+
18740
+ .ca-gov-icon-hair:before {
18741
+ content: "\e9c2" !important;
18742
+ }
18743
+
18744
+ .ca-gov-icon-hair-salon:before {
18745
+ content: "\e9c3" !important;
18746
+ }
18747
+
18748
+ .ca-gov-icon-highway:before {
18749
+ content: "\e9c4" !important;
18750
+ }
18751
+
18752
+ .ca-gov-icon-museum:before {
18753
+ content: "\e9c5" !important;
18754
+ }
18755
+
18756
+ .ca-gov-icon-museum-alt:before {
18757
+ content: "\e9c6" !important;
18758
+ }
18759
+
18760
+ .ca-gov-icon-no-travel:before {
18761
+ content: "\e9c7" !important;
18762
+ }
18763
+
18764
+ .ca-gov-icon-paddle-boat:before {
18765
+ content: "\e9c8" !important;
18766
+ }
18767
+
18768
+ .ca-gov-icon-party:before {
18769
+ content: "\e9c9" !important;
18770
+ }
18771
+
18772
+ .ca-gov-icon-places:before {
18773
+ content: "\e9ca" !important;
18774
+ }
18775
+
18776
+ .ca-gov-icon-rail:before {
18777
+ content: "\e9cb" !important;
18778
+ }
18779
+
18780
+ .ca-gov-icon-restaurant:before {
18781
+ content: "\e9cc" !important;
18782
+ }
18783
+
18784
+ .ca-gov-icon-road:before {
18785
+ content: "\e9cd" !important;
18786
+ }
18787
+
18788
+ .ca-gov-icon-rv:before {
18789
+ content: "\e9ce" !important;
18790
+ }
18791
+
18792
+ .ca-gov-icon-sail-ship:before {
18793
+ content: "\e9cf" !important;
18794
+ }
18795
+
18796
+ .ca-gov-icon-scooter:before {
18797
+ content: "\e9d0" !important;
18798
+ }
18799
+
18800
+ .ca-gov-icon-ship:before {
18801
+ content: "\e9d1" !important;
18802
+ }
18803
+
18804
+ .ca-gov-icon-speedtrain:before {
18805
+ content: "\e9d2" !important;
18806
+ }
18807
+
18808
+ .ca-gov-icon-suv:before {
18809
+ content: "\e9d3" !important;
18810
+ }
18811
+
18812
+ .ca-gov-icon-temple:before {
18813
+ content: "\e9d4" !important;
18814
+ }
18815
+
18816
+ .ca-gov-icon-train:before {
18817
+ content: "\e9d5" !important;
18818
+ }
18819
+
18820
+ .ca-gov-icon-trolleybus:before {
18821
+ content: "\e9d6" !important;
18822
+ }
18823
+
18824
+ .ca-gov-icon-truck:before {
18825
+ content: "\e9d7" !important;
18826
+ }
18827
+
18828
+ .ca-gov-icon-truck-alt:before {
18829
+ content: "\e9d8" !important;
18830
+ }
18831
+
18832
+ .ca-gov-icon-van:before {
18833
+ content: "\e9d9" !important;
18834
+ }
18835
+
18836
+ .ca-gov-icon-yacht:before {
18837
+ content: "\e9da" !important;
18838
+ }
18839
+
18840
+ .ca-gov-icon-zoo:before {
18841
+ content: "\e9db" !important;
18842
+ }
18843
+
18844
+ .ca-gov-icon-zoo-alt:before {
18845
+ content: "\e9dc" !important;
18846
+ }
18847
+
18848
+ .ca-gov-icon-air:before {
18849
+ content: "\e9de" !important;
18850
+ }
18851
+
18852
+ .ca-gov-icon-air-pollution:before {
18853
+ content: "\e9df" !important;
18854
+ }
18855
+
18856
+ .ca-gov-icon-air-quality:before {
18857
+ content: "\e9e0" !important;
18858
+ }
18859
+
18860
+ .ca-gov-icon-anchor:before {
18861
+ content: "\e9e1" !important;
18862
+ }
18863
+
18864
+ .ca-gov-icon-badminton:before {
18865
+ content: "\e9e2" !important;
18866
+ }
18867
+
18868
+ .ca-gov-icon-baseball:before {
18869
+ content: "\e9e3" !important;
18870
+ }
18871
+
18872
+ .ca-gov-icon-basketball:before {
18873
+ content: "\e9e4" !important;
18874
+ }
18875
+
18876
+ .ca-gov-icon-bath:before {
18877
+ content: "\e9e5" !important;
18878
+ }
18879
+
18880
+ .ca-gov-icon-billiards:before {
18881
+ content: "\e9e6" !important;
18882
+ }
18883
+
18884
+ .ca-gov-icon-bowling:before {
18885
+ content: "\e9e7" !important;
18886
+ }
18887
+
18888
+ .ca-gov-icon-care-tweezers:before {
18889
+ content: "\e9e8" !important;
18890
+ }
18891
+
18892
+ .ca-gov-icon-church:before {
18893
+ content: "\e9e9" !important;
18894
+ }
18895
+
18896
+ .ca-gov-icon-external-link:before {
18897
+ content: "\e9ed" !important;
18898
+ }
18899
+
18900
+ .ca-gov-icon-football:before {
18901
+ content: "\e9ee" !important;
18902
+ }
18903
+
18904
+ .ca-gov-icon-golf:before {
18905
+ content: "\e9ef" !important;
18906
+ }
18907
+
18908
+ .ca-gov-icon-nail-polish:before {
18909
+ content: "\e9f1" !important;
18910
+ }
18911
+
18912
+ .ca-gov-icon-personal-care:before {
18913
+ content: "\e9f2" !important;
18914
+ }
18915
+
18916
+ .ca-gov-icon-soccer:before {
18917
+ content: "\e9f4" !important;
18918
+ }
18919
+
18920
+ .ca-gov-icon-tennis:before {
18921
+ content: "\e9f5" !important;
18922
+ }
18923
+
18924
+ .ca-gov-icon-audience:before {
18925
+ content: "\e9fa" !important;
18926
+ }
18927
+
18928
+ .ca-gov-icon-mask-light:before {
18929
+ content: "\e9fb" !important;
18930
+ }
18931
+
18932
+ .ca-gov-icon-mask-dark:before {
18933
+ content: "\e9fc" !important;
18934
+ }
18935
+
18936
+ .ca-gov-icon-bars-up:before {
18937
+ content: "\e9fd" !important;
18938
+ }
18939
+
18940
+ .ca-gov-icon-vaccine-check:before {
18941
+ content: "\e9fe" !important;
18942
+ }
18943
+
18944
+ .ca-gov-icon-online-graduate:before {
18945
+ content: "\e9ff" !important;
18946
+ }
18947
+
18948
+ .ca-gov-icon-textbook:before {
18949
+ content: "\ea00" !important;
18950
+ }
18951
+
18952
+ .ca-gov-icon-online-education:before {
18953
+ content: "\ea01" !important;
18954
+ }
18955
+
18956
+ .ca-gov-icon-user-desktop-instructor:before {
18957
+ content: "\ea02" !important;
18958
+ }
18959
+
18960
+ .ca-gov-icon-certificate-click:before {
18961
+ content: "\ea03" !important;
18962
+ }
18963
+
18964
+ .ca-gov-icon-user-laptop:before {
18965
+ content: "\ea04" !important;
18966
+ }
18967
+
18968
+ .ca-gov-icon-desktop-checklist:before {
18969
+ content: "\ea05" !important;
18970
+ }
18971
+
18972
+ .ca-gov-icon-user-headphone:before {
18973
+ content: "\ea06" !important;
18974
+ }
18975
+
18976
+ .ca-gov-icon-home-education:before {
18977
+ content: "\ea07" !important;
18978
+ }
18979
+
18980
+ .ca-gov-icon-cellphone-touch:before {
18981
+ content: "\ea08" !important;
18982
+ }
18983
+
18984
+ .ca-gov-icon-home-graduate:before {
18985
+ content: "\ea09" !important;
18986
+ }
18987
+
18988
+ .ca-gov-icon-mobile-textbook:before {
18989
+ content: "\ea0a" !important;
18990
+ }
18991
+
18992
+ .ca-gov-icon-online-module:before {
18993
+ content: "\ea0b" !important;
18994
+ }
18995
+
18996
+ .ca-gov-icon-teams:before {
18997
+ content: "\ea0c" !important;
18998
+ }
18999
+
19000
+ .ca-gov-icon-user-desk:before {
19001
+ content: "\ea0d" !important;
19002
+ }
19003
+
19004
+ .ca-gov-icon-google:before {
19005
+ content: "\ea0e" !important;
19006
+ }
19007
+
19008
+ .ca-gov-icon-graduate-pointer:before {
19009
+ content: "\ea0f" !important;
19010
+ }
19011
+
19012
+ .ca-gov-icon-desktop-video-module:before {
19013
+ content: "\ea10" !important;
19014
+ }
19015
+
19016
+ .ca-gov-icon-mobile-graduate:before {
19017
+ content: "\ea11" !important;
19018
+ }
19019
+
19020
+ .ca-gov-icon-pharmacy:before {
19021
+ content: "\ea12" !important;
19022
+ }
19023
+
19024
+ .ca-gov-icon-envelope-checklist:before {
19025
+ content: "\ea13" !important;
19026
+ }
19027
+
19028
+ .ca-gov-icon-spartan-helmet:before {
19029
+ content: "\ea14" !important;
19030
+ }
19031
+
19032
+ .ca-gov-icon-cart-delivered:before {
19033
+ content: "\ea15" !important;
19034
+ }
19035
+
19036
+ .ca-gov-icon-medical-shipped:before {
19037
+ content: "\ea16" !important;
19038
+ }
19039
+
19040
+ .ca-gov-icon-vaccine:before {
19041
+ content: "\ea17" !important;
19042
+ }
19043
+
19044
+ .ca-gov-icon-team:before {
19045
+ content: "\ea18" !important;
19046
+ }
19047
+
19048
+ .ca-gov-icon-vaccine-patient:before {
19049
+ content: "\ea19" !important;
19050
+ }
19051
+
19052
+ .ca-gov-icon-improvements:before {
19053
+ content: "\ea1a" !important;
19054
+ }
19055
+
19056
+ .ca-gov-icon-cloud-network:before {
19057
+ content: "\ea1b" !important;
19058
+ }
19059
+
19060
+ .ca-gov-icon-technology-reuse:before {
19061
+ content: "\ea1c" !important;
19062
+ }
19063
+
19064
+ .ca-gov-icon-bars-upward:before {
19065
+ content: "\ea1d" !important;
19066
+ }
19067
+
19068
+ .ca-gov-icon-online-help:before {
19069
+ content: "\ea1e" !important;
19070
+ }
19071
+
19072
+ .ca-gov-icon-speech-dialog:before {
19073
+ content: "\ea1f" !important;
19074
+ }
19075
+
19076
+ .ca-gov-icon-pdf-text:before {
19077
+ content: "\ea20" !important;
19078
+ }
19079
+
19080
+ .ca-gov-icon-github:before {
19081
+ content: "\ea21" !important;
19082
+ }
19083
+
19084
+ .ca-gov-icon-users-check-mark:before {
19085
+ content: "\ea27" !important;
19086
+ }
19087
+
19088
+ .ca-gov-icon-users-huddle:before {
19089
+ content: "\ea28" !important;
19090
+ }
19091
+
19092
+ .ca-gov-icon-quotation-mark:before {
19093
+ content: "\ea29" !important;
19094
+ }
19095
+
19096
+ .ca-gov-icon-water:before {
19097
+ content: "\ea2a" !important;
19098
+ }
19099
+
19100
+ .ca-gov-icon-wind-power:before {
19101
+ content: "\ea2b" !important;
19102
+ }
19103
+
19104
+ .ca-gov-icon-connection:before {
19105
+ content: "\ea2c" !important;
19106
+ }
19107
+
19108
+ .ca-gov-icon-transport:before {
19109
+ content: "\ea2d" !important;
19110
+ }
19111
+
19112
+ .ca-gov-icon-maintenance:before {
19113
+ content: "\ea2e" !important;
19114
+ }
19115
+
19116
+ .ca-gov-icon-warning-diamond:before {
19117
+ content: "\ea2f" !important;
19118
+ }
19119
+
19120
+ .ca-gov-icon-pipe-angle:before {
19121
+ content: "\ea30" !important;
19122
+ }
19123
+
19124
+ .ca-gov-icon-pipe:before {
19125
+ content: "\ea31" !important;
19126
+ }
19127
+
19128
+ .ca-gov-icon-bullet:before {
19129
+ content: "\ea32" !important;
19130
+ }
19131
+
19132
+ .ca-gov-icon-dot:before {
19133
+ content: "\ea33" !important;
19134
+ }