@cagovweb/state-template 6.5.0 → 6.5.1

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.
@@ -1,4 +1,4 @@
1
- /*! State Web Template Version 6.5.0 */
1
+ /*! State Web Template Version 6.5.1 */
2
2
  @charset "UTF-8";
3
3
  /*!
4
4
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
@@ -12206,6 +12206,8 @@ textarea.form-control-lg {
12206
12206
  --alert-danger-border: color-mix(in srgb, var(--state-danger-bg), #000 7%);
12207
12207
  --blockquote-border-color: var(--gray-100, #ededef) !default;
12208
12208
  --text-field-color: rgba(255 255 255 / 80%);
12209
+ --ca-gov-logo: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8192 4563'><defs><linearGradient id='grad1' y1='2329' x2='0' y2='4499' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%238b5a24'/><stop offset='1' stop-color='%23441a12'/></linearGradient><linearGradient id='grad2' y1='396' x2='0' y2='4498' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%231b93b8'/><stop offset='.6' stop-color='%231b93b8'/><stop offset='1' stop-color='%2304628d'/></linearGradient></defs><path fill='url(%23grad1)' d='M7850 3454l-4 2c-6-125-108-382-197-463 39-115-15-173-46-212-18-23-79-39-106-49-97-147-304-280-593-365-188-55-410-91-661-96-11 0-24-1-37-1-25 0-53 1-84 3-230 13-583 64-665 64h-7c-35-2-120-40-221-79-119-47-257-98-360-98 0 0-21 0-31 2-97 12-324 157-409 203-58 32-335 150-345 153-133 45-227 197-267 223-4-16-54-86-125-86s-17 1-25 3c-86 36-80 99-80 130-17-7-42-38-89-37s-37 4-59 14c-95 51-44 134-66 163-34 45-146 157-188 234-18 32 2 115-12 148-37 91-238 251-256 288-7 17 47 71 114 123 61 48 82 79 175 104s385-51 443-57h1c17 0 47 11 86 21 34 9 75 17 121 17s26 0 39-2c60-13 100-40 133-73 54-55 86-125 148-152 47-21 108-37 161-37s50 4 70 13c-99 177-77 414-112 448-39 37-69 76-92 113-85 130-97 248-137 276-11 8-26 10-42 10-46 0-109-22-154-22s-20 1-29 4c-53 19-176 133-131 160 14 1 216 1 428 1h184c6 0 118-103 124-103h299c28-4 25-49 154-115 146-57 76-339 263-554 2 0 57-52 70-52 65 0 174 118 566 118s487-135 541-135 81 41 81 54c-175 298 266 632 230 653-1 1-3 1-4 1-15 0-58-24-122-24s-55 4-87 15c-72 24-129 114-74 141 15 0 190 1 364 1s194 0 263-1c22-3 20-45 19-86-1-27-1-53 5-68 18-24 35-108 81-167 46-50 81-89 119-89s31 7 47 21c83 45 282 70 395 111 47 17 80 36 82 62-2 14-13 18-29 18s-15-1-23-2c-28-4-64-13-99-13s-36 3-52 9c-51 19-103 75-118 116-8 22-5 40 16 45h470c54 0 34-108 154-348 18-68-151-160-175-288-16-84-32-250-34-412l3-1 1-1hZ'/><path fill='url(%23grad2)' d='M5362 193h774l711 1843c-187-43-388-67-598-72h-44c-30 0-61 1-90 3h-10c-13 1-26 2-39 3l-312-807-327 846c-9-4-18-8-27-11-19-8-39-16-59-24-156-62-269-113-422-121-153-7-208 25-208 25l651-1685ZM2279 4542c478 0 838-95 1157-264l69-174c-113 17-258 49-374 21s-180-75-289-161c-42-33-109-87-161-159-120 28-248 43-389 43-924 0-1569-643-1569-1563s681-1568 1550-1550c476 10 919 194 1318 593l283-718C3432 236 2874 30 2292 30S1107 249 685 646C246 1058 4 1639 4 2281c0 1332 936 2262 2275 2262v-1h0Z'/><path fill='%23b91f39' d='M2886 1844l-148-424-148 424h-446l361 276-128 424 361-276 361 276-128-424 361-276h-446 1-Z'/></svg>")
12210
+ no-repeat;
12209
12211
  }
12210
12212
  /* -----------------------------------------
12211
12213
  OCEANSIDE COLOR THEME
@@ -14430,7 +14432,7 @@ body {
14430
14432
  overflow-y: scroll;
14431
14433
  }
14432
14434
 
14433
- @media (width >= 576px) {
14435
+ @media (min-width: 576px) {
14434
14436
 
14435
14437
  body {
14436
14438
  font-size: calc(var(--font-size-regular) + var(--ratio))
@@ -14462,7 +14464,7 @@ p {
14462
14464
  margin-bottom: 0.7rem;
14463
14465
  }
14464
14466
 
14465
- @media (width >= 576px) {
14467
+ @media (min-width: 576px) {
14466
14468
 
14467
14469
  p {
14468
14470
  margin-bottom: calc(0.7rem + var(--ratio))
@@ -14475,7 +14477,7 @@ p {
14475
14477
  font-weight: var(--font-weight-4);
14476
14478
  }
14477
14479
 
14478
- @media (width >= 576px) {
14480
+ @media (min-width: 576px) {
14479
14481
 
14480
14482
  .lead {
14481
14483
  font-size: calc(var(--font-size-large) + var(--ratio));
@@ -14488,7 +14490,7 @@ p {
14488
14490
  margin-bottom: 0.65rem;
14489
14491
  }
14490
14492
 
14491
- @media (width >= 576px) {
14493
+ @media (min-width: 576px) {
14492
14494
 
14493
14495
  .small {
14494
14496
  font-size: calc(var(--font-size-base, 1rem) + var(--ratio));
@@ -14500,7 +14502,7 @@ p {
14500
14502
  font-size: var(--font-size-base, 1rem);
14501
14503
  }
14502
14504
 
14503
- @media (width >= 576px) {
14505
+ @media (min-width: 576px) {
14504
14506
 
14505
14507
  .btn {
14506
14508
  font-size: calc(var(--font-size-base, 1rem) + var(--ratio))
@@ -14511,7 +14513,7 @@ p {
14511
14513
  font-size: 1.125rem;
14512
14514
  }
14513
14515
 
14514
- @media (width >= 576px) {
14516
+ @media (min-width: 576px) {
14515
14517
 
14516
14518
  .btn-lg {
14517
14519
  font-size: calc(var(--font-size-regular) + var(--ratio))
@@ -14522,7 +14524,7 @@ p {
14522
14524
  font-size: 0.9rem;
14523
14525
  }
14524
14526
 
14525
- @media (width >= 576px) {
14527
+ @media (min-width: 576px) {
14526
14528
 
14527
14529
  .btn-sm {
14528
14530
  font-size: calc(0.9rem + var(--ratio))
@@ -14543,7 +14545,7 @@ h1,
14543
14545
  line-height: var(--font-lineheight-1);
14544
14546
  }
14545
14547
 
14546
- @media (width >= 576px) {
14548
+ @media (min-width: 576px) {
14547
14549
 
14548
14550
  h1,
14549
14551
  .h1 {
@@ -14568,7 +14570,7 @@ h2,
14568
14570
  line-height: var(--font-lineheight-2);
14569
14571
  }
14570
14572
 
14571
- @media (width >= 576px) {
14573
+ @media (min-width: 576px) {
14572
14574
 
14573
14575
  h2,
14574
14576
  .h2 {
@@ -14593,7 +14595,7 @@ h3,
14593
14595
  line-height: var(--font-lineheight-3);
14594
14596
  }
14595
14597
 
14596
- @media (width >= 576px) {
14598
+ @media (min-width: 576px) {
14597
14599
 
14598
14600
  h3,
14599
14601
  .h3 {
@@ -14618,7 +14620,7 @@ h4,
14618
14620
  line-height: var(--font-lineheight-4);
14619
14621
  }
14620
14622
 
14621
- @media (width >= 576px) {
14623
+ @media (min-width: 576px) {
14622
14624
 
14623
14625
  h4,
14624
14626
  .h4 {
@@ -14643,7 +14645,7 @@ h5,
14643
14645
  line-height: var(--font-lineheight-5);
14644
14646
  }
14645
14647
 
14646
- @media (width >= 576px) {
14648
+ @media (min-width: 576px) {
14647
14649
 
14648
14650
  h5,
14649
14651
  .h5 {
@@ -14668,7 +14670,7 @@ h6,
14668
14670
  line-height: var(--font-lineheight-5);
14669
14671
  }
14670
14672
 
14671
- @media (width >= 576px) {
14673
+ @media (min-width: 576px) {
14672
14674
 
14673
14675
  h6,
14674
14676
  .h6 {
@@ -14698,7 +14700,7 @@ h6,
14698
14700
  color: var(--gray-700, #5e5e6a);
14699
14701
  }
14700
14702
 
14701
- @media (width >= 576px) {
14703
+ @media (min-width: 576px) {
14702
14704
 
14703
14705
  .subtitle {
14704
14706
  font-size: calc(var(--font-size-large) + var(--ratio));
@@ -14853,7 +14855,7 @@ a.list-group-item {
14853
14855
  ----------------------------------------- */
14854
14856
 
14855
14857
  /* this is how wide website will go on desktop */
14856
- @media (width >= 1200px) {
14858
+ @media (min-width: 1200px) {
14857
14859
  .container {
14858
14860
  max-width: var(--breakpoint-lg);
14859
14861
  }
@@ -15030,7 +15032,7 @@ a.list-group-item {
15030
15032
  }
15031
15033
  }
15032
15034
 
15033
- @media (768px <= width <= 991px) {
15035
+ @media (min-width: 768px) and (max-width: 991px) {
15034
15036
  .visible-sm {
15035
15037
  display: block !important;
15036
15038
  }
@@ -15040,7 +15042,7 @@ a.list-group-item {
15040
15042
  }
15041
15043
  }
15042
15044
 
15043
- @media (992px <= width <= 1139px) {
15045
+ @media (min-width: 992px) and (max-width: 1139px) {
15044
15046
  .visible-md {
15045
15047
  display: block !important;
15046
15048
  }
@@ -15050,7 +15052,7 @@ a.list-group-item {
15050
15052
  }
15051
15053
  }
15052
15054
 
15053
- @media (width >= 1200px) {
15055
+ @media (min-width: 1200px) {
15054
15056
  .visible-lg {
15055
15057
  display: block !important;
15056
15058
  }
@@ -15111,7 +15113,7 @@ a.list-group-item {
15111
15113
  background-color: var(--white, #fff);
15112
15114
  }
15113
15115
 
15114
- @media (width >= 992px) {
15116
+ @media (min-width: 992px) {
15115
15117
 
15116
15118
  .global-header .section-default {
15117
15119
  border-bottom: 1px solid var(--gray-200, #d4d4d7)
@@ -15126,14 +15128,14 @@ a.list-group-item {
15126
15128
  left: 0;
15127
15129
  }
15128
15130
 
15129
- @media (width >= 992px) {
15131
+ @media (min-width: 992px) {
15130
15132
 
15131
15133
  .global-header .section-default::after {
15132
15134
  border-bottom: none
15133
15135
  }
15134
15136
  }
15135
15137
 
15136
- @media (width >= 992px) {
15138
+ @media (min-width: 992px) {
15137
15139
 
15138
15140
  .global-header {
15139
15141
  border-bottom: 1px solid var(--gray-200, #d4d4d7)
@@ -15159,7 +15161,7 @@ a.list-group-item {
15159
15161
  background: #000;
15160
15162
  }
15161
15163
 
15162
- @media (width >= 768px) {
15164
+ @media (min-width: 768px) {
15163
15165
  .header-slideshow-banner.enabled {
15164
15166
  display: block;
15165
15167
  }
@@ -15178,7 +15180,7 @@ a.list-group-item {
15178
15180
  position: relative;
15179
15181
  }
15180
15182
 
15181
- @media (width <= 767px) {
15183
+ @media (max-width: 767px) {
15182
15184
 
15183
15185
  .header-single-banner,
15184
15186
  .header-large-banner {
@@ -15197,7 +15199,7 @@ a.list-group-item {
15197
15199
  overflow: hidden;
15198
15200
  }
15199
15201
 
15200
- @media (width <= 767px) {
15202
+ @media (max-width: 767px) {
15201
15203
  .ask-group + .header-primary-banner,
15202
15204
  .ask-group + .header-large-banner,
15203
15205
  .ask-group + .header-slideshow-banner {
@@ -15249,7 +15251,7 @@ a.list-group-item {
15249
15251
  FIXED-HEADER - /src/css/cagov/fixed-header.css
15250
15252
  ----------------------------------------- */
15251
15253
 
15252
- @media (width >= 768px) {
15254
+ @media (min-width: 768px) {
15253
15255
  .ask-group.fixed-hide {
15254
15256
  visibility: hidden;
15255
15257
  opacity: 0;
@@ -15295,7 +15297,7 @@ a.list-group-item {
15295
15297
  z-index: 3;
15296
15298
  }
15297
15299
 
15298
- @media (width >= 992px) {
15300
+ @media (min-width: 992px) {
15299
15301
 
15300
15302
  .global-header.fixed {
15301
15303
  z-index: 7;
@@ -15312,7 +15314,7 @@ h2 {
15312
15314
  scroll-margin-top: 75px;
15313
15315
  }
15314
15316
 
15315
- @media (width >= 992px) {
15317
+ @media (min-width: 992px) {
15316
15318
 
15317
15319
  h2 {
15318
15320
  scroll-margin-top: 150px
@@ -15331,7 +15333,7 @@ h2 {
15331
15333
  position: relative;
15332
15334
  }
15333
15335
 
15334
- @media (width >= 992px) {
15336
+ @media (min-width: 992px) {
15335
15337
 
15336
15338
  .branding {
15337
15339
  position: unset
@@ -15343,7 +15345,7 @@ h2 {
15343
15345
  padding: 0.5rem 0 0.5rem 1rem;
15344
15346
  }
15345
15347
 
15346
- @media (width <= 991px) {
15348
+ @media (max-width: 991px) {
15347
15349
 
15348
15350
  .branding .header-organization-banner {
15349
15351
  position: relative;
@@ -15365,14 +15367,14 @@ h2 {
15365
15367
  object-position: left;
15366
15368
  }
15367
15369
 
15368
- @media (768px <= width <= 992px) {
15370
+ @media (min-width: 768px) and (max-width: 992px) {
15369
15371
 
15370
15372
  .branding .header-organization-banner img {
15371
15373
  max-width: 225px
15372
15374
  }
15373
15375
  }
15374
15376
 
15375
- @media (width <= 991px) {
15377
+ @media (max-width: 991px) {
15376
15378
 
15377
15379
  .branding .header-organization-banner img {
15378
15380
  max-height: 44px
@@ -15421,7 +15423,7 @@ h2 {
15421
15423
  display: block;
15422
15424
  }
15423
15425
 
15424
- @media (width <= 991px) {
15426
+ @media (max-width: 991px) {
15425
15427
 
15426
15428
  .branding .header-organization-banner a .logo-assets .logo-text .logo-state {
15427
15429
  font-size: 0.78125rem
@@ -15439,38 +15441,38 @@ h2 {
15439
15441
  display: block;
15440
15442
  }
15441
15443
 
15442
- @media (width <= 991px) {
15444
+ @media (max-width: 991px) {
15443
15445
 
15444
15446
  .branding .header-organization-banner a .logo-assets .logo-text .logo-dept {
15445
15447
  font-size: 1rem
15446
15448
  }
15447
15449
  }
15448
15450
 
15449
- @media (width <= 991px) {
15451
+ @media (max-width: 991px) {
15450
15452
 
15451
15453
  .branding .header-organization-banner a .logo-assets {
15452
15454
  min-height: auto
15453
15455
  }
15454
15456
  }
15455
15457
 
15456
- @media (width <= 991px) {
15458
+ @media (max-width: 991px) {
15457
15459
 
15458
15460
  .branding .header-organization-banner a {
15459
15461
  min-width: 100%
15460
15462
  }
15461
15463
  }
15462
15464
 
15463
- @media (width >= 576px) {
15465
+ @media (min-width: 576px) {
15464
15466
  .branding {
15465
15467
  max-width: var(--breakpoint-xm);
15466
15468
  }
15467
15469
  }
15468
- @media (width >= 768px) {
15470
+ @media (min-width: 768px) {
15469
15471
  .branding {
15470
15472
  max-width: var(--breakpoint-sm);
15471
15473
  }
15472
15474
  }
15473
- @media (width >= 992px) {
15475
+ @media (min-width: 992px) {
15474
15476
  .branding {
15475
15477
  max-width: var(--breakpoint-md);
15476
15478
  }
@@ -15479,7 +15481,7 @@ h2 {
15479
15481
  z-index: 27;
15480
15482
  }
15481
15483
  }
15482
- @media (width >= 1200px) {
15484
+ @media (min-width: 1200px) {
15483
15485
  .branding {
15484
15486
  max-width: var(--breakpoint-lg);
15485
15487
  }
@@ -15498,7 +15500,7 @@ h2 {
15498
15500
  min-width: 200px;
15499
15501
  }
15500
15502
 
15501
- @media (width >= 768px) {
15503
+ @media (min-width: 768px) {
15502
15504
  .fixed.compact .header-organization-banner {
15503
15505
  height: 55px;
15504
15506
  max-height: 45px;
@@ -15531,8 +15533,21 @@ h2 {
15531
15533
  }
15532
15534
 
15533
15535
  .global-footer .cagov-logo .ca-gov-logo-svg {
15534
- height: 1.7rem;
15535
- width: auto;
15536
+ vertical-align: middle;
15537
+ display: inline-block;
15538
+ width: 50px;
15539
+ }
15540
+
15541
+ .global-footer .cagov-logo .ca-gov-logo-svg::before{
15542
+ float: left;
15543
+ padding-top: 55.55555555555556%;
15544
+ content: '';
15545
+ }
15546
+
15547
+ .global-footer .cagov-logo .ca-gov-logo-svg::after{
15548
+ display: block;
15549
+ content: '';
15550
+ clear: both;
15536
15551
  }
15537
15552
 
15538
15553
  .global-footer ul {
@@ -15587,7 +15602,7 @@ h2 {
15587
15602
  padding: 5px 0 var(--line-height-computed);
15588
15603
  }
15589
15604
 
15590
- @media (width >= 992px) {
15605
+ @media (min-width: 992px) {
15591
15606
  .global-footer .container .d-flex {
15592
15607
  flex-direction: row;
15593
15608
  }
@@ -15631,7 +15646,7 @@ h2 {
15631
15646
  border: none;
15632
15647
  }
15633
15648
 
15634
- @media (width >= 992px) {
15649
+ @media (min-width: 992px) {
15635
15650
 
15636
15651
  .search-container,
15637
15652
  .featured-search.active {
@@ -15693,7 +15708,7 @@ h2 {
15693
15708
  line-height: 1.875rem;
15694
15709
  }
15695
15710
 
15696
- @media (width <= 991px) {
15711
+ @media (max-width: 991px) {
15697
15712
 
15698
15713
  .search-container .submit-container button, .featured-search.active .submit-container button {
15699
15714
  font-size: 2rem;
@@ -15734,7 +15749,7 @@ h2 {
15734
15749
  text-decoration: none;
15735
15750
  }
15736
15751
 
15737
- @media (width <= 991px) {
15752
+ @media (max-width: 991px) {
15738
15753
 
15739
15754
  .search-container .close-search, .featured-search.active .close-search {
15740
15755
  right: 0;
@@ -15750,13 +15765,13 @@ input[type="search"].search-textfield {
15750
15765
  border-radius: 5px 0 0 5px;
15751
15766
  }
15752
15767
 
15753
- @media (width <= 991px) {
15768
+ @media (max-width: 991px) {
15754
15769
 
15755
- .search-container input[type="search"].search-textfield {
15770
+ input[type="search"].search-textfield .search-container {
15756
15771
  border-color: var(--white, #fff)
15757
15772
  }
15758
15773
 
15759
- .search-container input[type="search"].search-textfield:focus {
15774
+ input[type="search"].search-textfield .search-container:focus {
15760
15775
  outline-offset: -4px;
15761
15776
  }
15762
15777
  }
@@ -15772,7 +15787,7 @@ input[type="search"].search-textfield {
15772
15787
 
15773
15788
  /* Large Search Animation and Styling */
15774
15789
 
15775
- @media (width >= 992px) {
15790
+ @media (min-width: 992px) {
15776
15791
  .featured-search {
15777
15792
  display: block;
15778
15793
  position: absolute;
@@ -15784,7 +15799,7 @@ input[type="search"].search-textfield {
15784
15799
  left: 20%;
15785
15800
  }
15786
15801
 
15787
- .flexbox .featured-search {
15802
+ .featured-search .flexbox {
15788
15803
  left: 0;
15789
15804
  right: 0;
15790
15805
  margin: 0 auto;
@@ -15829,7 +15844,7 @@ input[type="search"].search-textfield {
15829
15844
  opacity: 1;
15830
15845
  }
15831
15846
 
15832
- @media (width >= 992px) {
15847
+ @media (min-width: 992px) {
15833
15848
 
15834
15849
  .featured-search.active {
15835
15850
  position: absolute
@@ -15872,7 +15887,7 @@ input[type="search"].search-textfield {
15872
15887
  }
15873
15888
 
15874
15889
  /* Resize search bar to look better on tablet size screens */
15875
- @media (768px <= width <= 992px) {
15890
+ @media (min-width: 768px) and (max-width: 992px) {
15876
15891
  .featured-search {
15877
15892
  left: 10%;
15878
15893
  width: 80%;
@@ -15928,7 +15943,7 @@ input[type="search"].search-textfield {
15928
15943
  line-height: 1.875rem;
15929
15944
  }
15930
15945
 
15931
- @media (width <= 991px) {
15946
+ @media (max-width: 991px) {
15932
15947
 
15933
15948
  .agency-form .submit-container button {
15934
15949
  font-size: 2rem;
@@ -15960,7 +15975,7 @@ input[type="search"].search-textfield {
15960
15975
 
15961
15976
  /* Mobile Search button padding */
15962
15977
 
15963
- @media (width <= 991px) {
15978
+ @media (max-width: 991px) {
15964
15979
 
15965
15980
  .search-container .textfield-container, .search-container.featured-search.active .textfield-container {
15966
15981
  margin-right: -48px;
@@ -16006,7 +16021,7 @@ input[type="search"].search-textfield {
16006
16021
 
16007
16022
  /* Active on mobile */
16008
16023
 
16009
- @media (width <= 991px) {
16024
+ @media (max-width: 991px) {
16010
16025
 
16011
16026
  .search-container .search-locator, .search-container.featured-search.active .search-locator {
16012
16027
  width: 75px;
@@ -16018,7 +16033,7 @@ input[type="search"].search-textfield {
16018
16033
  display: block;
16019
16034
  }
16020
16035
 
16021
- @media (width <= 991px) {
16036
+ @media (max-width: 991px) {
16022
16037
 
16023
16038
  .search-container.featured-search {
16024
16039
  padding: 0 1rem;
@@ -16036,7 +16051,7 @@ input[type="search"].search-textfield {
16036
16051
  border-top: 1px solid var(--gray-300, #bcbbc1);
16037
16052
  }
16038
16053
 
16039
- @media (width >= 992px) {
16054
+ @media (min-width: 992px) {
16040
16055
  .fixed.compact .search-container {
16041
16056
  opacity: 0;
16042
16057
  }
@@ -16049,7 +16064,7 @@ input[type="search"].search-textfield {
16049
16064
  }
16050
16065
 
16051
16066
  /* full width navigation search container */
16052
- @media (width >= 992px) {
16067
+ @media (min-width: 992px) {
16053
16068
  .nav-full-width + .search-container,
16054
16069
  .nav-full-width + .featured-search.active {
16055
16070
  top: 35px;
@@ -16062,7 +16077,7 @@ input[type="search"].search-textfield {
16062
16077
  }
16063
16078
  }
16064
16079
 
16065
- @media (992px <= width <= 1200px) {
16080
+ @media (min-width: 992px) and (max-width: 1200px) {
16066
16081
  .nav-full-width + .search-container,
16067
16082
  .nav-full-width + .featured-search.active {
16068
16083
  top: 32px;
@@ -16107,7 +16122,7 @@ button.gsc-search-button {
16107
16122
  .search-container #Search .gsc-search-button .ca-gov-icon-search {
16108
16123
  color: var(--white, #fff);
16109
16124
  }
16110
- @media (width <= 991px) {
16125
+ @media (max-width: 991px) {
16111
16126
  .search-container #Search .gsc-search-button {
16112
16127
  background-color: var(--white, #fff);
16113
16128
  border-color: var(--white, #fff)
@@ -16143,7 +16158,7 @@ button.gsc-search-button {
16143
16158
  display: block;
16144
16159
  right: 0;
16145
16160
  }
16146
- @media (width <= 991px) {
16161
+ @media (max-width: 991px) {
16147
16162
  .search-container #Search .close-search {
16148
16163
  display: block;
16149
16164
  cursor: pointer;
@@ -16171,7 +16186,7 @@ button.gsc-search-button {
16171
16186
  padding: 20px 15%;
16172
16187
  }
16173
16188
  /* Active on mobile 991px */
16174
- @media (width <= 991px) {
16189
+ @media (max-width: 991px) {
16175
16190
  .search-container.active {
16176
16191
  padding-top: 1.125rem;
16177
16192
  padding-bottom: 1.125rem
@@ -16180,7 +16195,7 @@ button.gsc-search-button {
16180
16195
  .search-container.active .close-search {
16181
16196
  display: block;
16182
16197
  }
16183
- @media (width <= 991px) {
16198
+ @media (max-width: 991px) {
16184
16199
  .search-container.active .close-search {
16185
16200
  display: none
16186
16201
  }
@@ -16373,7 +16388,7 @@ table.gsc-search-box td {
16373
16388
  }
16374
16389
 
16375
16390
  /* Full Width navigation search */
16376
- @media (width >= 992px) {
16391
+ @media (min-width: 992px) {
16377
16392
  .full-width-nav .featured-search {
16378
16393
  top: -60px !important;
16379
16394
  right: 15px;
@@ -16412,7 +16427,7 @@ table.gsc-search-box td {
16412
16427
  }
16413
16428
  }
16414
16429
 
16415
- @media (992px <= width <= 1200px) {
16430
+ @media (min-width: 992px) and (max-width: 1200px) {
16416
16431
  /* full width featured search hack for IE */
16417
16432
  @media all and (-ms-high-contrast: none) {
16418
16433
  .full-width-nav .featured-search {
@@ -16441,7 +16456,7 @@ table.gsc-search-box td {
16441
16456
  }
16442
16457
 
16443
16458
  /* search box icons for mobile */
16444
- @media (width <= 991px) {
16459
+ @media (max-width: 991px) {
16445
16460
  .search-container #Search .close-search {
16446
16461
  padding-left: 10px;
16447
16462
  }
@@ -16480,7 +16495,7 @@ input[type="search"]::-webkit-search-results-decoration {
16480
16495
  opacity: 0;
16481
16496
  }
16482
16497
 
16483
- @media (width >= 768px) {
16498
+ @media (min-width: 768px) {
16484
16499
 
16485
16500
  .search-results-container {
16486
16501
  z-index: 6;
@@ -16598,7 +16613,7 @@ input[type="search"]::-webkit-search-results-decoration {
16598
16613
  z-index: 26;
16599
16614
  }
16600
16615
 
16601
- @media (width <= 991px) {
16616
+ @media (max-width: 991px) {
16602
16617
 
16603
16618
  .navigation-search {
16604
16619
  position: fixed;
@@ -16629,28 +16644,28 @@ input[type="search"]::-webkit-search-results-decoration {
16629
16644
  display: flex;
16630
16645
  }
16631
16646
 
16632
- @media (width >= 576px) {
16647
+ @media (min-width: 576px) {
16633
16648
  .main-navigation {
16634
16649
  max-width: var(--breakpoint-xm);
16635
16650
  }
16636
16651
  }
16637
- @media (width >= 768px) {
16652
+ @media (min-width: 768px) {
16638
16653
  .main-navigation {
16639
16654
  max-width: var(--breakpoint-sm);
16640
16655
  }
16641
16656
  }
16642
- @media (width >= 992px) {
16657
+ @media (min-width: 992px) {
16643
16658
  .main-navigation {
16644
16659
  max-width: var(--breakpoint-md);
16645
16660
  }
16646
16661
  }
16647
- @media (width >= 1200px) {
16662
+ @media (min-width: 1200px) {
16648
16663
  .main-navigation {
16649
16664
  max-width: var(--breakpoint-lg);
16650
16665
  }
16651
16666
  }
16652
16667
 
16653
- @media (width <= 767px) {
16668
+ @media (max-width: 767px) {
16654
16669
  .main-navigation {
16655
16670
  max-width: 100%;
16656
16671
  }
@@ -16668,14 +16683,14 @@ input[type="search"]::-webkit-search-results-decoration {
16668
16683
  font-size: var(--font-size-base, 1rem);
16669
16684
  }
16670
16685
 
16671
- @media (width >= 576px) {
16686
+ @media (min-width: 576px) {
16672
16687
 
16673
16688
  .top-level-nav .nav-item {
16674
16689
  font-size: calc(var(--font-size-base, 1rem) + var(--ratio))
16675
16690
  }
16676
16691
  }
16677
16692
 
16678
- @media (width >= 768px) {
16693
+ @media (min-width: 768px) {
16679
16694
 
16680
16695
  .nav-item:hover,
16681
16696
  .nav-item:focus,
@@ -16726,7 +16741,7 @@ input[type="search"]::-webkit-search-results-decoration {
16726
16741
  max-height: 1000px !important;
16727
16742
  }
16728
16743
 
16729
- @media (width <= 991px) {
16744
+ @media (max-width: 991px) {
16730
16745
 
16731
16746
  .nav-item .sub-nav.open, .nav-item-search .sub-nav.open {
16732
16747
  max-height: 1000px;
@@ -16765,7 +16780,7 @@ input[type="search"]::-webkit-search-results-decoration {
16765
16780
  display: block;
16766
16781
  }
16767
16782
 
16768
- @media (width >= 992px) {
16783
+ @media (min-width: 992px) {
16769
16784
  .first-level-link,
16770
16785
  .first-level-btn {
16771
16786
  display: block;
@@ -16874,7 +16889,7 @@ input[type="search"]::-webkit-search-results-decoration {
16874
16889
  display: inline-block;
16875
16890
  }
16876
16891
 
16877
- @media (width >= 992px) {
16892
+ @media (min-width: 992px) {
16878
16893
 
16879
16894
  .full-width-nav .nav-item .first-level-link > span[class^="ca-gov-icon"]:not(.carrot), .full-width-nav .nav-item .first-level-btn > span[class^="ca-gov-icon"]:not(.carrot) {
16880
16895
  /* Navigation icons */
@@ -16917,7 +16932,7 @@ input[type="search"]::-webkit-search-results-decoration {
16917
16932
  border-left: 1px solid var(--gray-200, #d4d4d7);
16918
16933
  }
16919
16934
 
16920
- @media (width >= 992px) {
16935
+ @media (min-width: 992px) {
16921
16936
  .main-navigation {
16922
16937
  z-index: 25;
16923
16938
  min-height: 85px;
@@ -16941,8 +16956,8 @@ input[type="search"]::-webkit-search-results-decoration {
16941
16956
  flex: 1 1 auto;
16942
16957
  }
16943
16958
 
16944
- .noflex .top-level-nav .nav-item,
16945
- .oldie .top-level-nav .nav-item {
16959
+ .top-level-nav .nav-item .noflex,
16960
+ .top-level-nav .nav-item .oldie {
16946
16961
  display: table-cell;
16947
16962
  }
16948
16963
 
@@ -17002,7 +17017,7 @@ input[type="search"]::-webkit-search-results-decoration {
17002
17017
  display: block;
17003
17018
  }
17004
17019
 
17005
- .touch .main-navigation.dropdown .dropdown .nav-item:hover .sub-nav, .touch .no-js .main-navigation.dropdown .nav-item:hover .sub-nav, .touch .no-js .main-navigation.megadropdown .nav-item:hover .sub-nav {
17020
+ .main-navigation.dropdown .dropdown .nav-item:hover .sub-nav .touch, .no-js .main-navigation.dropdown .nav-item:hover .sub-nav .touch, .no-js .main-navigation.megadropdown .nav-item:hover .sub-nav .touch {
17006
17021
  display: none;
17007
17022
  }
17008
17023
  .no-icons .top-level-nav .nav-item > a {
@@ -17051,7 +17066,7 @@ input[type="search"]::-webkit-search-results-decoration {
17051
17066
  }
17052
17067
 
17053
17068
  /* MOBILE NAVIGATION */
17054
- @media (width <= 991px) {
17069
+ @media (max-width: 991px) {
17055
17070
  .logo-nav {
17056
17071
  display: block;
17057
17072
  }
@@ -17241,13 +17256,13 @@ input[type="search"]::-webkit-search-results-decoration {
17241
17256
  width: 100%;
17242
17257
  }
17243
17258
 
17244
- @media (width >= 1200px) {
17259
+ @media (min-width: 1200px) {
17245
17260
  .main-navigation {
17246
17261
  padding-left: 350px;
17247
17262
  }
17248
17263
  }
17249
17264
 
17250
- @media (width >= 992px) and (width < 1200px) {
17265
+ @media (min-width: 992px) and (width < 1200px) {
17251
17266
  .main-navigation {
17252
17267
  padding-left: 250px;
17253
17268
  }
@@ -17256,7 +17271,7 @@ input[type="search"]::-webkit-search-results-decoration {
17256
17271
  }
17257
17272
  }
17258
17273
 
17259
- @media (width >= 1280px) {
17274
+ @media (min-width: 1280px) {
17260
17275
  .main-navigation {
17261
17276
  padding-left: 350px;
17262
17277
  }
@@ -17267,7 +17282,7 @@ input[type="search"]::-webkit-search-results-decoration {
17267
17282
  display: none;
17268
17283
  }
17269
17284
 
17270
- @media (width >= 992px) {
17285
+ @media (min-width: 992px) {
17271
17286
 
17272
17287
  .nav-item .toggle-sub-nav {
17273
17288
  display: none
@@ -17275,7 +17290,7 @@ input[type="search"]::-webkit-search-results-decoration {
17275
17290
  }
17276
17291
 
17277
17292
  /* FULL WIDTH MENU WITH REGULAR UTILITY BAR */
17278
- @media (width >= 992px) {
17293
+ @media (min-width: 992px) {
17279
17294
  .full-width-nav .main-navigation {
17280
17295
  padding-left: 0;
17281
17296
  margin-top: 0;
@@ -17337,7 +17352,7 @@ input[type="search"]::-webkit-search-results-decoration {
17337
17352
  }
17338
17353
 
17339
17354
  /* Navigation button mobile */
17340
- @media (width <= 991px) {
17355
+ @media (max-width: 991px) {
17341
17356
  .top-level-nav {
17342
17357
  width: 100%;
17343
17358
  }
@@ -17364,7 +17379,7 @@ input[type="search"]::-webkit-search-results-decoration {
17364
17379
  }
17365
17380
  }
17366
17381
 
17367
- @media (width <= 991px) {
17382
+ @media (max-width: 991px) {
17368
17383
  .nav-item .first-level-link.has-sub .carrot {
17369
17384
  display: none !important;
17370
17385
  }
@@ -17419,7 +17434,7 @@ input[type="search"]::-webkit-search-results-decoration {
17419
17434
  border-bottom: 4px solid var(--white, #fff);
17420
17435
  }
17421
17436
 
17422
- @media (width <= 767px) {
17437
+ @media (max-width: 767px) {
17423
17438
 
17424
17439
  .nav-media .media {
17425
17440
  border-bottom: 4px solid var(--white, #fff)
@@ -17438,7 +17453,7 @@ input[type="search"]::-webkit-search-results-decoration {
17438
17453
  MEGA MENU
17439
17454
  /src/css/cagov/nav-megamenu.css
17440
17455
  ----------------------------------------- */
17441
- @media (width <= 991px) {
17456
+ @media (max-width: 991px) {
17442
17457
  .main-navigation {
17443
17458
  margin-top: 0;
17444
17459
  padding: 0;
@@ -17451,7 +17466,7 @@ input[type="search"]::-webkit-search-results-decoration {
17451
17466
  overflow: hidden;
17452
17467
  }
17453
17468
 
17454
- @media (width <= 767px) {
17469
+ @media (max-width: 767px) {
17455
17470
 
17456
17471
  .sub-nav {
17457
17472
  border: none
@@ -17463,7 +17478,7 @@ input[type="search"]::-webkit-search-results-decoration {
17463
17478
  font-size: var(--font-size-base, 1rem);
17464
17479
  }
17465
17480
 
17466
- @media (width >= 576px) {
17481
+ @media (min-width: 576px) {
17467
17482
 
17468
17483
  .link-description {
17469
17484
  font-size: calc(var(--font-size-base, 1rem) + var(--ratio))
@@ -17500,7 +17515,7 @@ input[type="search"]::-webkit-search-results-decoration {
17500
17515
  right: initial;
17501
17516
  }
17502
17517
 
17503
- @media (width <= 991px) {
17518
+ @media (max-width: 991px) {
17504
17519
 
17505
17520
  .main-navigation.dropdown .sub-nav {
17506
17521
  max-width: 100%
@@ -17515,7 +17530,7 @@ input[type="search"]::-webkit-search-results-decoration {
17515
17530
  position: static;
17516
17531
  }
17517
17532
 
17518
- @media (width <= 991px) {
17533
+ @media (max-width: 991px) {
17519
17534
 
17520
17535
  .megadropdown .top-level-nav .nav-item {
17521
17536
  position: relative
@@ -17527,7 +17542,7 @@ input[type="search"]::-webkit-search-results-decoration {
17527
17542
  display: block;
17528
17543
  }
17529
17544
 
17530
- @media (width >= 992px) {
17545
+ @media (min-width: 992px) {
17531
17546
  /* Dynamic Element appended to each .sub-nav */
17532
17547
  .nav-arrow-container {
17533
17548
  display: block;
@@ -17560,7 +17575,7 @@ a.second-level-link {
17560
17575
  font-size: var(--font-size-regular);
17561
17576
  }
17562
17577
 
17563
- @media (width >= 576px) {
17578
+ @media (min-width: 576px) {
17564
17579
 
17565
17580
  a.second-level-link {
17566
17581
  font-size: calc(var(--font-size-regular) + var(--ratio))
@@ -17585,7 +17600,7 @@ a.second-level-link [class^="ca-gov-icon-"] {
17585
17600
  margin-right: 3px;
17586
17601
  }
17587
17602
 
17588
- @media (width <= 991px) {
17603
+ @media (max-width: 991px) {
17589
17604
 
17590
17605
  a.second-level-link {
17591
17606
  padding: 0.5rem 1rem 0.75rem 2rem !important;
@@ -17598,7 +17613,7 @@ a.second-level-link {
17598
17613
  }
17599
17614
  }
17600
17615
 
17601
- @media (width >= 992px) {
17616
+ @media (min-width: 992px) {
17602
17617
  .unit1 {
17603
17618
  min-height: 65px;
17604
17619
  }
@@ -17630,7 +17645,7 @@ a.second-level-link {
17630
17645
  }
17631
17646
 
17632
17647
  /* Megamenu State Template v4 */
17633
- @media (width >= 992px) {
17648
+ @media (min-width: 992px) {
17634
17649
  .main-navigation.megadropdown.original .second-level-nav {
17635
17650
  column-count: 3;
17636
17651
  column-gap: 20px;
@@ -17732,7 +17747,7 @@ a.second-level-link {
17732
17747
  outline: solid 2px var(--outline-default-color, #0b8ee5);
17733
17748
  }
17734
17749
 
17735
- @media (width <= 991px) {
17750
+ @media (max-width: 991px) {
17736
17751
  .main-navigation {
17737
17752
  overflow: hidden;
17738
17753
  }
@@ -17756,7 +17771,7 @@ a.second-level-link {
17756
17771
  }
17757
17772
  }
17758
17773
 
17759
- @media (width >= 992px) {
17774
+ @media (min-width: 992px) {
17760
17775
  .sub-nav {
17761
17776
  border-top: none;
17762
17777
  }
@@ -17779,7 +17794,7 @@ a.second-level-link {
17779
17794
 
17780
17795
  /* Flex Sub Nav */
17781
17796
 
17782
- @media (width >= 992px) {
17797
+ @media (min-width: 992px) {
17783
17798
  .second-level-nav.flex {
17784
17799
  display: flex;
17785
17800
  text-align: center;
@@ -17816,7 +17831,7 @@ a.second-level-link {
17816
17831
  }
17817
17832
  }
17818
17833
 
17819
- @media (width <= 991px) {
17834
+ @media (max-width: 991px) {
17820
17835
  .second-level-nav.flex {
17821
17836
  display: block;
17822
17837
  text-align: left;
@@ -17885,7 +17900,7 @@ a.second-level-link {
17885
17900
  inset: 0;
17886
17901
  }
17887
17902
 
17888
- @media (width <= 767px) {
17903
+ @media (max-width: 767px) {
17889
17904
 
17890
17905
  .with-image-right .nav-media, .with-image-left .nav-media {
17891
17906
  background-image: none !important
@@ -18028,7 +18043,7 @@ header.nav-overlay::after {
18028
18043
  top: 35px;
18029
18044
  }
18030
18045
 
18031
- @media (width >= 992px) {
18046
+ @media (min-width: 992px) {
18032
18047
 
18033
18048
  .nav-drawer {
18034
18049
  display: none
@@ -18095,22 +18110,22 @@ header.nav-overlay::after {
18095
18110
  background-color: var(--sub-nav-bg, #f1f8fb);
18096
18111
  }
18097
18112
 
18098
- @media (width >= 576px) {
18113
+ @media (min-width: 576px) {
18099
18114
  .mobile-controls {
18100
18115
  max-width: var(--breakpoint-xm);
18101
18116
  }
18102
18117
  }
18103
- @media (width >= 768px) {
18118
+ @media (min-width: 768px) {
18104
18119
  .mobile-controls {
18105
18120
  max-width: var(--breakpoint-sm);
18106
18121
  }
18107
18122
  }
18108
- @media (width >= 992px) {
18123
+ @media (min-width: 992px) {
18109
18124
  .mobile-controls {
18110
18125
  max-width: var(--breakpoint-md);
18111
18126
  }
18112
18127
  }
18113
- @media (width >= 1200px) {
18128
+ @media (min-width: 1200px) {
18114
18129
  .mobile-controls {
18115
18130
  max-width: var(--breakpoint-lg);
18116
18131
  }
@@ -18230,7 +18245,7 @@ header.nav-overlay::after {
18230
18245
  width: 100%;
18231
18246
  }
18232
18247
 
18233
- @media (width >= 768px) {
18248
+ @media (min-width: 768px) {
18234
18249
 
18235
18250
  .utility-header .half {
18236
18251
  float: left;
@@ -18238,7 +18253,7 @@ header.nav-overlay::after {
18238
18253
  }
18239
18254
  }
18240
18255
 
18241
- @media (width <= 767px) {
18256
+ @media (max-width: 767px) {
18242
18257
 
18243
18258
  .utility-header .half {
18244
18259
  padding-top: 2px;
@@ -18321,7 +18336,7 @@ header.nav-overlay::after {
18321
18336
  text-align: right;
18322
18337
  }
18323
18338
 
18324
- @media (width >= 576px) {
18339
+ @media (min-width: 576px) {
18325
18340
 
18326
18341
  .utility-header .settings-links {
18327
18342
  font-size: calc(var(--font-size-base, 1rem) + var(--ratio))
@@ -18385,6 +18400,14 @@ header.nav-overlay::after {
18385
18400
  color: var(--gray-800, #4a4958);
18386
18401
  }
18387
18402
 
18403
+ .utility-header .flex-row .social-media-links {
18404
+ display: flex;
18405
+ flex-direction: row;
18406
+ justify-content: flex-start;
18407
+ min-height: 38px;
18408
+ align-items: center;
18409
+ }
18410
+
18388
18411
  /* stylelint-disable-next-line no-descending-specificity */
18389
18412
 
18390
18413
  .utility-header .flex-row .social-media-links a {
@@ -18398,15 +18421,6 @@ header.nav-overlay::after {
18398
18421
  color: var(--gray-800, #4a4958);
18399
18422
  }
18400
18423
 
18401
- .utility-header .flex-row .social-media-links{
18402
-
18403
- display: flex;
18404
- flex-direction: row;
18405
- justify-content: flex-start;
18406
- min-height: 38px;
18407
- align-items: center;
18408
- }
18409
-
18410
18424
  .utility-header .flex-row .social-media-links .header-cagov-logo {
18411
18425
  margin-right: 0.5rem;
18412
18426
  }
@@ -18420,6 +18434,20 @@ header.nav-overlay::after {
18420
18434
 
18421
18435
  .utility-header .flex-row .social-media-links .header-cagov-logo .ca-gov-logo-svg {
18422
18436
  vertical-align: middle;
18437
+ display: inline-block;
18438
+ width: 45px;
18439
+ }
18440
+
18441
+ .utility-header .flex-row .social-media-links .header-cagov-logo .ca-gov-logo-svg::before{
18442
+ float: left;
18443
+ padding-top: 55.55555555555556%;
18444
+ content: '';
18445
+ }
18446
+
18447
+ .utility-header .flex-row .social-media-links .header-cagov-logo .ca-gov-logo-svg::after{
18448
+ display: block;
18449
+ content: '';
18450
+ clear: both;
18423
18451
  }
18424
18452
 
18425
18453
  .utility-header .flex-row .social-media-links .header-cagov-logo a {
@@ -18432,7 +18460,7 @@ header.nav-overlay::after {
18432
18460
  font-size: 0.95rem;
18433
18461
  }
18434
18462
 
18435
- @media (width <= 767px) {
18463
+ @media (max-width: 767px) {
18436
18464
 
18437
18465
  .utility-header .flex-row .social-media-links .official-tag {
18438
18466
  margin-right: 0
@@ -18448,7 +18476,7 @@ header.nav-overlay::after {
18448
18476
  height: 1.7rem;
18449
18477
  }
18450
18478
 
18451
- @media (width <= 1139px) {
18479
+ @media (max-width: 1139px) {
18452
18480
 
18453
18481
  .header-cagov-logo svg {
18454
18482
  left: 5px
@@ -18456,7 +18484,7 @@ header.nav-overlay::after {
18456
18484
  }
18457
18485
 
18458
18486
  /* Hide utilities in mobile */
18459
- @media (width <= 991px) {
18487
+ @media (max-width: 991px) {
18460
18488
  button[aria-controls="siteSettings"] {
18461
18489
  display: none;
18462
18490
  }
@@ -18474,7 +18502,7 @@ header.nav-overlay::after {
18474
18502
  overflow: hidden;
18475
18503
  }
18476
18504
 
18477
- @media (width <= 767px) {
18505
+ @media (max-width: 767px) {
18478
18506
 
18479
18507
  .section {
18480
18508
  padding-top: var(--line-height-computed);
@@ -18549,7 +18577,7 @@ header.nav-overlay::after {
18549
18577
  .section-overstated .btn-primary:not(:disabled, .disabled):active,
18550
18578
  .section-overstated .btn-primary:not(:disabled, .disabled).active,
18551
18579
  .section-overstated .btn-primary .show > .dropdown-toggle,
18552
- .open > .dropdown-toggle .section-overstated .btn-primary {
18580
+ .section-overstated .btn-primary .open > .dropdown-toggle {
18553
18581
  color: var(--white, #fff);
18554
18582
  background-color: var(--color-p2-darker, #214a68);
18555
18583
  border-color: var(--white, #fff);
@@ -18557,21 +18585,18 @@ header.nav-overlay::after {
18557
18585
  background-image: none;
18558
18586
  }
18559
18587
 
18560
- .section-overstated .btn-primary.disabled,
18561
- .section-overstated .btn-primary.disabled:hover,
18588
+ .section-overstated .btn-primary.disabled:hover,
18562
18589
  .section-overstated .btn-primary.disabled:focus,
18563
18590
  .section-overstated .btn-primary.disabled:active,
18564
18591
  .section-overstated .btn-primary.disabled.active,
18565
- .section-overstated .btn-primary[disabled],
18566
18592
  .section-overstated .btn-primary[disabled]:hover,
18567
18593
  .section-overstated .btn-primary[disabled]:focus,
18568
18594
  .section-overstated .btn-primary[disabled]:active,
18569
18595
  .section-overstated .btn-primary[disabled].active,
18570
- fieldset[disabled] .section-overstated .btn-primary,
18571
- fieldset[disabled] .section-overstated .btn-primary:hover,
18572
- fieldset[disabled] .section-overstated .btn-primary:focus,
18573
- fieldset[disabled] .section-overstated .btn-primary:active,
18574
- fieldset[disabled] .section-overstated .btn-primary.active {
18596
+ .section-overstated .btn-primary fieldset[disabled]:hover,
18597
+ .section-overstated .btn-primary fieldset[disabled]:focus,
18598
+ .section-overstated .btn-primary fieldset[disabled]:active,
18599
+ .section-overstated .btn-primary fieldset[disabled].active {
18575
18600
  background-color: var(--color-p2, #046b99) !important;
18576
18601
  border-color: var(--white, #fff);
18577
18602
  }
@@ -18593,7 +18618,7 @@ header.nav-overlay::after {
18593
18618
  .section-overstated .btn-standout:not(:disabled, .disabled):active,
18594
18619
  .section-overstated .btn-standout:not(:disabled, .disabled).active,
18595
18620
  .section-overstated .btn-standout .show > .dropdown-toggle,
18596
- .open > .dropdown-toggle .section-overstated .btn-standout {
18621
+ .section-overstated .btn-standout .open > .dropdown-toggle {
18597
18622
  color: var(--white, #fff);
18598
18623
  background-color: var(--color-p3-darker, #242830);
18599
18624
  border-color: var(--white, #fff);
@@ -18601,21 +18626,18 @@ header.nav-overlay::after {
18601
18626
  background-image: none;
18602
18627
  }
18603
18628
 
18604
- .section-overstated .btn-standout.disabled,
18605
- .section-overstated .btn-standout.disabled:hover,
18629
+ .section-overstated .btn-standout.disabled:hover,
18606
18630
  .section-overstated .btn-standout.disabled:focus,
18607
18631
  .section-overstated .btn-standout.disabled:active,
18608
18632
  .section-overstated .btn-standout.disabled.active,
18609
- .section-overstated .btn-standout[disabled],
18610
18633
  .section-overstated .btn-standout[disabled]:hover,
18611
18634
  .section-overstated .btn-standout[disabled]:focus,
18612
18635
  .section-overstated .btn-standout[disabled]:active,
18613
18636
  .section-overstated .btn-standout[disabled].active,
18614
- fieldset[disabled] .section-overstated .btn-standout,
18615
- fieldset[disabled] .section-overstated .btn-standout:hover,
18616
- fieldset[disabled] .section-overstated .btn-standout:focus,
18617
- fieldset[disabled] .section-overstated .btn-standout:active,
18618
- fieldset[disabled] .section-overstated .btn-standout.active {
18637
+ .section-overstated .btn-standout fieldset[disabled]:hover,
18638
+ .section-overstated .btn-standout fieldset[disabled]:focus,
18639
+ .section-overstated .btn-standout fieldset[disabled]:active,
18640
+ .section-overstated .btn-standout fieldset[disabled].active {
18619
18641
  background-color: var(--color-p3, #323a45) !important;
18620
18642
  border-color: var(--white, #fff);
18621
18643
  }
@@ -18667,7 +18689,7 @@ header.nav-overlay::after {
18667
18689
  .section-standout .btn-primary:not(:disabled, .disabled):active,
18668
18690
  .section-standout .btn-primary:not(:disabled, .disabled).active,
18669
18691
  .section-standout .btn-primary .show > .dropdown-toggle,
18670
- .open > .dropdown-toggle .section-standout .btn-primary {
18692
+ .section-standout .btn-primary .open > .dropdown-toggle {
18671
18693
  color: var(--white, #fff);
18672
18694
  background-color: var(--color-p2-darker, #214a68);
18673
18695
  border-color: var(--white, #fff);
@@ -18675,21 +18697,18 @@ header.nav-overlay::after {
18675
18697
  background-image: none;
18676
18698
  }
18677
18699
 
18678
- .section-standout .btn-primary.disabled,
18679
- .section-standout .btn-primary.disabled:hover,
18700
+ .section-standout .btn-primary.disabled:hover,
18680
18701
  .section-standout .btn-primary.disabled:focus,
18681
18702
  .section-standout .btn-primary.disabled:active,
18682
18703
  .section-standout .btn-primary.disabled.active,
18683
- .section-standout .btn-primary[disabled],
18684
18704
  .section-standout .btn-primary[disabled]:hover,
18685
18705
  .section-standout .btn-primary[disabled]:focus,
18686
18706
  .section-standout .btn-primary[disabled]:active,
18687
18707
  .section-standout .btn-primary[disabled].active,
18688
- fieldset[disabled] .section-standout .btn-primary,
18689
- fieldset[disabled] .section-standout .btn-primary:hover,
18690
- fieldset[disabled] .section-standout .btn-primary:focus,
18691
- fieldset[disabled] .section-standout .btn-primary:active,
18692
- fieldset[disabled] .section-standout .btn-primary.active {
18708
+ .section-standout .btn-primary fieldset[disabled]:hover,
18709
+ .section-standout .btn-primary fieldset[disabled]:focus,
18710
+ .section-standout .btn-primary fieldset[disabled]:active,
18711
+ .section-standout .btn-primary fieldset[disabled].active {
18693
18712
  background-color: var(--color-p2, #046b99) !important;
18694
18713
  border-color: var(--white, #fff);
18695
18714
  }
@@ -18721,21 +18740,18 @@ header.nav-overlay::after {
18721
18740
  background-image: none;
18722
18741
  }
18723
18742
 
18724
- .section-standout .btn-standout.disabled,
18725
- .section-standout .btn-standout.disabled:hover,
18743
+ .section-standout .btn-standout.disabled:hover,
18726
18744
  .section-standout .btn-standout.disabled:focus,
18727
18745
  .section-standout .btn-standout.disabled:active,
18728
18746
  .section-standout .btn-standout.disabled.active,
18729
- .section-standout .btn-standout[disabled],
18730
18747
  .section-standout .btn-standout[disabled]:hover,
18731
18748
  .section-standout .btn-standout[disabled]:focus,
18732
18749
  .section-standout .btn-standout[disabled]:active,
18733
18750
  .section-standout .btn-standout[disabled].active,
18734
- fieldset[disabled] .section-standout .btn-standout,
18735
- fieldset[disabled] .section-standout .btn-standout:hover,
18736
- fieldset[disabled] .section-standout .btn-standout:focus,
18737
- fieldset[disabled] .section-standout .btn-standout:active,
18738
- fieldset[disabled] .section-standout .btn-standout.active {
18751
+ .section-standout .btn-standout fieldset[disabled]:hover,
18752
+ .section-standout .btn-standout fieldset[disabled]:focus,
18753
+ .section-standout .btn-standout fieldset[disabled]:active,
18754
+ .section-standout .btn-standout fieldset[disabled].active {
18739
18755
  background-color: var(--color-p3, #323a45) !important;
18740
18756
  border-color: var(--white, #fff);
18741
18757
  }
@@ -18787,7 +18803,7 @@ header.nav-overlay::after {
18787
18803
  .section-impact .btn-primary:not(:disabled, .disabled):active,
18788
18804
  .section-impact .btn-primary:not(:disabled, .disabled).active,
18789
18805
  .section-impact .btn-primary .show > .dropdown-toggle,
18790
- .open > .dropdown-toggle .section-impact .btn-primary {
18806
+ .section-impact .btn-primary .open > .dropdown-toggle {
18791
18807
  color: var(--white, #fff);
18792
18808
  background-color: var(--color-p2-darker, #214a68);
18793
18809
  border-color: var(--white, #fff);
@@ -18795,21 +18811,18 @@ header.nav-overlay::after {
18795
18811
  background-image: none;
18796
18812
  }
18797
18813
 
18798
- .section-impact .btn-primary.disabled,
18799
- .section-impact .btn-primary.disabled:hover,
18814
+ .section-impact .btn-primary.disabled:hover,
18800
18815
  .section-impact .btn-primary.disabled:focus,
18801
18816
  .section-impact .btn-primary.disabled:active,
18802
18817
  .section-impact .btn-primary.disabled.active,
18803
- .section-impact .btn-primary[disabled],
18804
18818
  .section-impact .btn-primary[disabled]:hover,
18805
18819
  .section-impact .btn-primary[disabled]:focus,
18806
18820
  .section-impact .btn-primary[disabled]:active,
18807
18821
  .section-impact .btn-primary[disabled].active,
18808
- fieldset[disabled] .section-impact .btn-primary,
18809
- fieldset[disabled] .section-impact .btn-primary:hover,
18810
- fieldset[disabled] .section-impact .btn-primary:focus,
18811
- fieldset[disabled] .section-impact .btn-primary:active,
18812
- fieldset[disabled] .section-impact .btn-primary.active {
18822
+ .section-impact .btn-primary fieldset[disabled]:hover,
18823
+ .section-impact .btn-primary fieldset[disabled]:focus,
18824
+ .section-impact .btn-primary fieldset[disabled]:active,
18825
+ .section-impact .btn-primary fieldset[disabled].active {
18813
18826
  background-color: var(--color-p2, #046b99) !important;
18814
18827
  border-color: var(--white, #fff);
18815
18828
  }
@@ -18833,7 +18846,7 @@ header.nav-overlay::after {
18833
18846
  .section-impact .btn-standout:not(:disabled, .disabled):active,
18834
18847
  .section-impact .btn-standout:not(:disabled, .disabled).active,
18835
18848
  .section-impact .btn-standout .show > .dropdown-toggle,
18836
- .open > .dropdown-toggle .section-impact .btn-standout {
18849
+ .section-impact .btn-standout .open > .dropdown-toggle {
18837
18850
  color: var(--white, #fff);
18838
18851
  background-color: var(--color-p3-darker, #242830);
18839
18852
  border-color: var(--white, #fff);
@@ -18841,21 +18854,18 @@ header.nav-overlay::after {
18841
18854
  background-image: none;
18842
18855
  }
18843
18856
 
18844
- .section-impact .btn-standout.disabled,
18845
- .section-impact .btn-standout.disabled:hover,
18857
+ .section-impact .btn-standout.disabled:hover,
18846
18858
  .section-impact .btn-standout.disabled:focus,
18847
18859
  .section-impact .btn-standout.disabled:active,
18848
18860
  .section-impact .btn-standout.disabled.active,
18849
- .section-impact .btn-standout[disabled],
18850
18861
  .section-impact .btn-standout[disabled]:hover,
18851
18862
  .section-impact .btn-standout[disabled]:focus,
18852
18863
  .section-impact .btn-standout[disabled]:active,
18853
18864
  .section-impact .btn-standout[disabled].active,
18854
- fieldset[disabled] .section-impact .btn-standout,
18855
- fieldset[disabled] .section-impact .btn-standout:hover,
18856
- fieldset[disabled] .section-impact .btn-standout:focus,
18857
- fieldset[disabled] .section-impact .btn-standout:active,
18858
- fieldset[disabled] .section-impact .btn-standout.active {
18865
+ .section-impact .btn-standout fieldset[disabled]:hover,
18866
+ .section-impact .btn-standout fieldset[disabled]:focus,
18867
+ .section-impact .btn-standout fieldset[disabled]:active,
18868
+ .section-impact .btn-standout fieldset[disabled].active {
18859
18869
  background-color: var(--color-p3, #323a45) !important;
18860
18870
  border-color: var(--white, #fff);
18861
18871
  }
@@ -18877,7 +18887,7 @@ header.nav-overlay::after {
18877
18887
  .section-impact .btn-default:not(:disabled, .disabled):active,
18878
18888
  .section-impact .btn-default:not(:disabled, .disabled).active,
18879
18889
  .section-impact .btn-default .show > .dropdown-toggle,
18880
- .open > .dropdown-toggle .section-impact .btn-default {
18890
+ .section-impact .btn-default .open > .dropdown-toggle {
18881
18891
  color: var(--white, #fff);
18882
18892
  background-color: rgb(255 255 255 / 20%);
18883
18893
  border-color: var(--white, #fff);
@@ -18885,21 +18895,18 @@ header.nav-overlay::after {
18885
18895
  background-image: none;
18886
18896
  }
18887
18897
 
18888
- .section-impact .btn-default.disabled,
18889
- .section-impact .btn-default.disabled:hover,
18898
+ .section-impact .btn-default.disabled:hover,
18890
18899
  .section-impact .btn-default.disabled:focus,
18891
18900
  .section-impact .btn-default.disabled:active,
18892
18901
  .section-impact .btn-default.disabled.active,
18893
- .section-impact .btn-default[disabled],
18894
18902
  .section-impact .btn-default[disabled]:hover,
18895
18903
  .section-impact .btn-default[disabled]:focus,
18896
18904
  .section-impact .btn-default[disabled]:active,
18897
18905
  .section-impact .btn-default[disabled].active,
18898
- fieldset[disabled] .section-impact .btn-default,
18899
- fieldset[disabled] .section-impact .btn-default:hover,
18900
- fieldset[disabled] .section-impact .btn-default:focus,
18901
- fieldset[disabled] .section-impact .btn-default:active,
18902
- fieldset[disabled] .section-impact .btn-default.active {
18906
+ .section-impact .btn-default fieldset[disabled]:hover,
18907
+ .section-impact .btn-default fieldset[disabled]:focus,
18908
+ .section-impact .btn-default fieldset[disabled]:active,
18909
+ .section-impact .btn-default fieldset[disabled].active {
18903
18910
  background-color: transparent !important;
18904
18911
  border-color: var(--color-s2, #87b8ce);
18905
18912
  }
@@ -18952,7 +18959,7 @@ header.nav-overlay::after {
18952
18959
  .section-primary .btn-primary:not(:disabled, .disabled):active,
18953
18960
  .section-primary .btn-primary:not(:disabled, .disabled).active,
18954
18961
  .section-primary .btn-primary .show > .dropdown-toggle,
18955
- .open > .dropdown-toggle .section-primary .btn-primary {
18962
+ .section-primary .btn-primary .open > .dropdown-toggle {
18956
18963
  color: var(--white, #fff);
18957
18964
  background-color: var(--color-p2-darker, #214a68);
18958
18965
  border-color: var(--white, #fff);
@@ -18960,21 +18967,18 @@ header.nav-overlay::after {
18960
18967
  background-image: none;
18961
18968
  }
18962
18969
 
18963
- .section-primary .btn-primary.disabled,
18964
- .section-primary .btn-primary.disabled:hover,
18970
+ .section-primary .btn-primary.disabled:hover,
18965
18971
  .section-primary .btn-primary.disabled:focus,
18966
18972
  .section-primary .btn-primary.disabled:active,
18967
18973
  .section-primary .btn-primary.disabled.active,
18968
- .section-primary .btn-primary[disabled],
18969
18974
  .section-primary .btn-primary[disabled]:hover,
18970
18975
  .section-primary .btn-primary[disabled]:focus,
18971
18976
  .section-primary .btn-primary[disabled]:active,
18972
18977
  .section-primary .btn-primary[disabled].active,
18973
- fieldset[disabled] .section-primary .btn-primary,
18974
- fieldset[disabled] .section-primary .btn-primary:hover,
18975
- fieldset[disabled] .section-primary .btn-primary:focus,
18976
- fieldset[disabled] .section-primary .btn-primary:active,
18977
- fieldset[disabled] .section-primary .btn-primary.active {
18978
+ .section-primary .btn-primary fieldset[disabled]:hover,
18979
+ .section-primary .btn-primary fieldset[disabled]:focus,
18980
+ .section-primary .btn-primary fieldset[disabled]:active,
18981
+ .section-primary .btn-primary fieldset[disabled].active {
18978
18982
  background-color: var(--color-p2, #046b99) !important;
18979
18983
  border-color: var(--white, #fff);
18980
18984
  }
@@ -18998,7 +19002,7 @@ header.nav-overlay::after {
18998
19002
  .section-primary .btn-standout:not(:disabled, .disabled):active,
18999
19003
  .section-primary .btn-standout:not(:disabled, .disabled).active,
19000
19004
  .section-primary .btn-standout .show > .dropdown-toggle,
19001
- .open > .dropdown-toggle .section-primary .btn-standout {
19005
+ .section-primary .btn-standout .open > .dropdown-toggle {
19002
19006
  color: var(--white, #fff);
19003
19007
  background-color: var(--color-p3-darker, #242830);
19004
19008
  border-color: var(--white, #fff);
@@ -19006,21 +19010,18 @@ header.nav-overlay::after {
19006
19010
  background-image: none;
19007
19011
  }
19008
19012
 
19009
- .section-primary .btn-standout.disabled,
19010
- .section-primary .btn-standout.disabled:hover,
19013
+ .section-primary .btn-standout.disabled:hover,
19011
19014
  .section-primary .btn-standout.disabled:focus,
19012
19015
  .section-primary .btn-standout.disabled:active,
19013
19016
  .section-primary .btn-standout.disabled.active,
19014
- .section-primary .btn-standout[disabled],
19015
19017
  .section-primary .btn-standout[disabled]:hover,
19016
19018
  .section-primary .btn-standout[disabled]:focus,
19017
19019
  .section-primary .btn-standout[disabled]:active,
19018
19020
  .section-primary .btn-standout[disabled].active,
19019
- fieldset[disabled] .section-primary .btn-standout,
19020
- fieldset[disabled] .section-primary .btn-standout:hover,
19021
- fieldset[disabled] .section-primary .btn-standout:focus,
19022
- fieldset[disabled] .section-primary .btn-standout:active,
19023
- fieldset[disabled] .section-primary .btn-standout.active {
19021
+ .section-primary .btn-standout fieldset[disabled]:hover,
19022
+ .section-primary .btn-standout fieldset[disabled]:focus,
19023
+ .section-primary .btn-standout fieldset[disabled]:active,
19024
+ .section-primary .btn-standout fieldset[disabled].active {
19024
19025
  background-color: var(--color-p3, #323a45) !important;
19025
19026
  border-color: var(--white, #fff);
19026
19027
  }
@@ -19073,7 +19074,7 @@ header.nav-overlay::after {
19073
19074
  .section-inverted .btn-primary:not(:disabled, .disabled):active,
19074
19075
  .section-inverted .btn-primary:not(:disabled, .disabled).active,
19075
19076
  .section-inverted .btn-primary .show > .dropdown-toggle,
19076
- .open > .dropdown-toggle .section-inverted .btn-primary {
19077
+ .section-inverted .btn-primary .open > .dropdown-toggle {
19077
19078
  color: var(--white, #fff);
19078
19079
  background-color: var(--color-p2-darker, #214a68);
19079
19080
  border-color: var(--white, #fff);
@@ -19081,21 +19082,18 @@ header.nav-overlay::after {
19081
19082
  background-image: none;
19082
19083
  }
19083
19084
 
19084
- .section-inverted .btn-primary.disabled,
19085
- .section-inverted .btn-primary.disabled:hover,
19085
+ .section-inverted .btn-primary.disabled:hover,
19086
19086
  .section-inverted .btn-primary.disabled:focus,
19087
19087
  .section-inverted .btn-primary.disabled:active,
19088
19088
  .section-inverted .btn-primary.disabled.active,
19089
- .section-inverted .btn-primary[disabled],
19090
19089
  .section-inverted .btn-primary[disabled]:hover,
19091
19090
  .section-inverted .btn-primary[disabled]:focus,
19092
19091
  .section-inverted .btn-primary[disabled]:active,
19093
19092
  .section-inverted .btn-primary[disabled].active,
19094
- fieldset[disabled] .section-inverted .btn-primary,
19095
- fieldset[disabled] .section-inverted .btn-primary:hover,
19096
- fieldset[disabled] .section-inverted .btn-primary:focus,
19097
- fieldset[disabled] .section-inverted .btn-primary:active,
19098
- fieldset[disabled] .section-inverted .btn-primary.active {
19093
+ .section-inverted .btn-primary fieldset[disabled]:hover,
19094
+ .section-inverted .btn-primary fieldset[disabled]:focus,
19095
+ .section-inverted .btn-primary fieldset[disabled]:active,
19096
+ .section-inverted .btn-primary fieldset[disabled].active {
19099
19097
  background-color: var(--color-p2, #046b99) !important;
19100
19098
  border-color: var(--white, #fff);
19101
19099
  }
@@ -19119,7 +19117,7 @@ header.nav-overlay::after {
19119
19117
  .section-inverted .btn-standout:not(:disabled, .disabled):active,
19120
19118
  .section-inverted .btn-standout:not(:disabled, .disabled).active,
19121
19119
  .section-inverted .btn-standout .show > .dropdown-toggle,
19122
- .open > .dropdown-toggle .section-inverted .btn-standout {
19120
+ .section-inverted .btn-standout .open > .dropdown-toggle {
19123
19121
  color: var(--white, #fff);
19124
19122
  background-color: var(--color-p3-darker, #242830);
19125
19123
  border-color: var(--white, #fff);
@@ -19127,21 +19125,18 @@ header.nav-overlay::after {
19127
19125
  background-image: none;
19128
19126
  }
19129
19127
 
19130
- .section-inverted .btn-standout.disabled,
19131
- .section-inverted .btn-standout.disabled:hover,
19128
+ .section-inverted .btn-standout.disabled:hover,
19132
19129
  .section-inverted .btn-standout.disabled:focus,
19133
19130
  .section-inverted .btn-standout.disabled:active,
19134
19131
  .section-inverted .btn-standout.disabled.active,
19135
- .section-inverted .btn-standout[disabled],
19136
19132
  .section-inverted .btn-standout[disabled]:hover,
19137
19133
  .section-inverted .btn-standout[disabled]:focus,
19138
19134
  .section-inverted .btn-standout[disabled]:active,
19139
19135
  .section-inverted .btn-standout[disabled].active,
19140
- fieldset[disabled] .section-inverted .btn-standout,
19141
- fieldset[disabled] .section-inverted .btn-standout:hover,
19142
- fieldset[disabled] .section-inverted .btn-standout:focus,
19143
- fieldset[disabled] .section-inverted .btn-standout:active,
19144
- fieldset[disabled] .section-inverted .btn-standout.active {
19136
+ .section-inverted .btn-standout fieldset[disabled]:hover,
19137
+ .section-inverted .btn-standout fieldset[disabled]:focus,
19138
+ .section-inverted .btn-standout fieldset[disabled]:active,
19139
+ .section-inverted .btn-standout fieldset[disabled].active {
19145
19140
  background-color: var(--color-p3, #323a45) !important;
19146
19141
  border-color: var(--white, #fff);
19147
19142
  }
@@ -19928,7 +19923,7 @@ html {
19928
19923
  border-color: var(--color-p2-darker, #214a68);
19929
19924
  }
19930
19925
 
19931
- @media (width >= 992px) {
19926
+ @media (min-width: 992px) {
19932
19927
  .return-top .sr-only {
19933
19928
  position: relative !important;
19934
19929
  width: unset !important;
@@ -20142,7 +20137,7 @@ html {
20142
20137
  background: var(--body-bg);
20143
20138
  }
20144
20139
 
20145
- @media (width <= 767px) {
20140
+ @media (max-width: 767px) {
20146
20141
 
20147
20142
  .tab-group {
20148
20143
  border: none
@@ -20180,8 +20175,7 @@ html {
20180
20175
  font-weight: 600;
20181
20176
  }
20182
20177
 
20183
- .tab-group .nav-tabs li > a,
20184
- .tab-group .nav-tabs li > a:hover {
20178
+ .tab-group .nav-tabs li > a:hover {
20185
20179
  border: none;
20186
20180
  border-top: none !important;
20187
20181
  text-decoration: none;
@@ -20200,7 +20194,7 @@ html {
20200
20194
  border: 1px solid var(--gray-200, #d4d4d7);
20201
20195
  }
20202
20196
 
20203
- @media (width <= 767px) {
20197
+ @media (max-width: 767px) {
20204
20198
 
20205
20199
  .tab-group .tab-content {
20206
20200
  border: none
@@ -20227,28 +20221,28 @@ html {
20227
20221
  margin-bottom: 0;
20228
20222
  }
20229
20223
 
20230
- @media (width <= 575px) {
20224
+ @media (max-width: 575px) {
20231
20225
 
20232
20226
  .panel-group.responsive.hidden-xs.hidden-sm {
20233
20227
  display: none !important
20234
20228
  }
20235
20229
  }
20236
20230
 
20237
- @media (width >= 768px) {
20231
+ @media (min-width: 768px) {
20238
20232
 
20239
20233
  .panel-group.responsive.hidden-xs.hidden-sm {
20240
20234
  display: block !important
20241
20235
  }
20242
20236
  }
20243
20237
 
20244
- @media (width <= 575px) {
20238
+ @media (max-width: 575px) {
20245
20239
 
20246
20240
  .panel-group.responsive.visible-xs.visible-sm {
20247
20241
  display: block !important
20248
20242
  }
20249
20243
  }
20250
20244
 
20251
- @media (width >= 768px) {
20245
+ @media (min-width: 768px) {
20252
20246
 
20253
20247
  .panel-group.responsive.visible-xs.visible-sm {
20254
20248
  display: none !important
@@ -20285,10 +20279,12 @@ html {
20285
20279
  border-bottom: 3px solid;
20286
20280
  }
20287
20281
 
20282
+ /* stylelint-disable-next-line no-descending-specificity */
20288
20283
  .nav-tabs > li > a:hover {
20289
20284
  color: var(--brand-primary-darker, #29597f);
20290
20285
  }
20291
20286
 
20287
+ /* stylelint-disable-next-line no-descending-specificity */
20292
20288
  .nav-tabs > li > a:focus {
20293
20289
  outline: 2px solid var(--outline-default-color);
20294
20290
  outline-offset: -2px;
@@ -20320,7 +20316,7 @@ html {
20320
20316
  }
20321
20317
 
20322
20318
  /* Responsive desctop view */
20323
- @media (width >= 768px) {
20319
+ @media (min-width: 768px) {
20324
20320
  .responsive .nav-tabs {
20325
20321
  display: flex;
20326
20322
  background-color: transparent !important;
@@ -20352,7 +20348,7 @@ html {
20352
20348
  }
20353
20349
 
20354
20350
  /* Responsive tabs mobile view */
20355
- @media (width <= 767px) {
20351
+ @media (max-width: 767px) {
20356
20352
  .responsive .tab-pane {
20357
20353
  display: block !important;
20358
20354
  opacity: 1 !important;
@@ -20449,6 +20445,8 @@ html {
20449
20445
  font-weight: 600;
20450
20446
  }
20451
20447
 
20448
+ /* stylelint-disable-next-line no-descending-specificity */
20449
+
20452
20450
  .tabs [role="tablist"] a:focus {
20453
20451
  outline: 2px solid var(--outline-default-color);
20454
20452
  outline-offset: -2px;
@@ -20477,6 +20475,8 @@ html {
20477
20475
  margin-top: -2px;
20478
20476
  }
20479
20477
 
20478
+ /* stylelint-disable-next-line no-descending-specificity */
20479
+
20480
20480
  .tabs [role="tabpanel"] a:focus {
20481
20481
  outline: 2px solid var(--outline-default-color);
20482
20482
  }
@@ -20486,7 +20486,7 @@ html {
20486
20486
  outline-offset: -2px;
20487
20487
  }
20488
20488
 
20489
- @media (width <= 767px) {
20489
+ @media (max-width: 767px) {
20490
20490
  .tabs.responsive [role="tabpanel"] {
20491
20491
  border: none;
20492
20492
  }
@@ -21038,7 +21038,7 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
21038
21038
  list-style: none;
21039
21039
  font-size: var(--font-size-small);
21040
21040
  }
21041
- @media (width >= 576px) {
21041
+ @media (min-width: 576px) {
21042
21042
  .breadcrumbs ul,
21043
21043
  .breadcrumbs ol {
21044
21044
  font-size: calc(var(--font-size-small) + var(--ratio))
@@ -22011,7 +22011,7 @@ select:focus {
22011
22011
  outline: 2px solid var(--black, #000);
22012
22012
  outline-offset: -2px;
22013
22013
  }
22014
- @media (width <= 767px) {
22014
+ @media (max-width: 767px) {
22015
22015
  .panel .panel-body,
22016
22016
  .panel .card-body,
22017
22017
  .card .panel-body,
@@ -22895,7 +22895,7 @@ blockquote {
22895
22895
  border-color: var(--color-p2, #046b99);
22896
22896
  }
22897
22897
 
22898
- @media (width >= 576px) {
22898
+ @media (min-width: 576px) {
22899
22899
 
22900
22900
  blockquote {
22901
22901
  font-size: calc(var(--font-size-regular) + var(--ratio))
@@ -23642,7 +23642,7 @@ fieldset[disabled] .btn-more {
23642
23642
  filter: alpha(opacity=65);
23643
23643
  }
23644
23644
 
23645
- @media (width <= 767px) {
23645
+ @media (max-width: 767px) {
23646
23646
  [role="group"].btn-group {
23647
23647
  margin-top: 10px;
23648
23648
  display: table;
@@ -23667,7 +23667,7 @@ fieldset[disabled] .btn-more {
23667
23667
  }
23668
23668
  }
23669
23669
 
23670
- @media (width <= 767px) {
23670
+ @media (max-width: 767px) {
23671
23671
  .btn-block-xs {
23672
23672
  display: block !important;
23673
23673
  width: 100% !important;
@@ -23675,7 +23675,7 @@ fieldset[disabled] .btn-more {
23675
23675
  }
23676
23676
  }
23677
23677
 
23678
- @media (width <= 991px) {
23678
+ @media (max-width: 991px) {
23679
23679
  .btn-block-sm {
23680
23680
  display: block !important;
23681
23681
  width: 100% !important;
@@ -23688,7 +23688,7 @@ fieldset[disabled] .btn-more {
23688
23688
  margin-bottom: calc(var(--spacer, 1rem) * 0.5);
23689
23689
  }
23690
23690
 
23691
- @media (width <= 767px) {
23691
+ @media (max-width: 767px) {
23692
23692
 
23693
23693
  .btn-row .btn {
23694
23694
  margin-bottom: calc(var(--spacer, 1rem) * 0.5)
@@ -23888,7 +23888,7 @@ fieldset[disabled] .btn-more {
23888
23888
  /* -----------------------------------------
23889
23889
  Number Counter
23890
23890
  ----------------------------------------- */
23891
- .no-js .number-counter {
23891
+ .number-counter .no-js {
23892
23892
  visibility: visible;
23893
23893
  }
23894
23894
 
@@ -23976,7 +23976,7 @@ fieldset[disabled] .btn-more {
23976
23976
  top: -0.4rem;
23977
23977
  }
23978
23978
 
23979
- @media (width <= 575px) {
23979
+ @media (max-width: 575px) {
23980
23980
  .page-navigation ul.columns-2,
23981
23981
  .page-navigation ul.columns-3 {
23982
23982
  columns: 1;
@@ -24283,14 +24283,14 @@ fieldset[disabled] .btn-more {
24283
24283
  left: -30px;
24284
24284
  }
24285
24285
 
24286
- @media (width >= 576px) {
24286
+ @media (min-width: 576px) {
24287
24287
  .dot-line::before,
24288
24288
  .dot-line::after {
24289
24289
  display: block;
24290
24290
  }
24291
24291
  }
24292
24292
 
24293
- @media (width <= 575px) {
24293
+ @media (max-width: 575px) {
24294
24294
  .progress-text {
24295
24295
  text-align: left;
24296
24296
  position: relative;
@@ -24729,13 +24729,13 @@ fieldset[disabled] .btn-more {
24729
24729
  top: 0.6rem;
24730
24730
  }
24731
24731
 
24732
- @media (width >= 992px) {
24732
+ @media (min-width: 992px) {
24733
24733
  .sidenav-mobile-btn {
24734
24734
  display: none;
24735
24735
  }
24736
24736
  }
24737
24737
 
24738
- @media (width <= 991px) {
24738
+ @media (max-width: 991px) {
24739
24739
  .mobile-sidenav {
24740
24740
  max-height: 0;
24741
24741
  overflow: hidden;
@@ -25263,11 +25263,7 @@ a.sidenav.back::after {
25263
25263
  GLOBALS - /src/css/cagov/globals.css
25264
25264
  ----------------------------------------- */
25265
25265
  .ca-gov-logo-svg {
25266
- background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8192 4563'><defs><linearGradient id='grad1' y1='2329' x2='0' y2='4499' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%238b5a24'/><stop offset='1' stop-color='%23441a12'/></linearGradient><linearGradient id='grad2' y1='396' x2='0' y2='4498' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='%231b93b8'/><stop offset='.6' stop-color='%231b93b8'/><stop offset='1' stop-color='%2304628d'/></linearGradient></defs><path fill='url(%23grad1)' d='M7850 3454l-4 2c-6-125-108-382-197-463 39-115-15-173-46-212-18-23-79-39-106-49-97-147-304-280-593-365-188-55-410-91-661-96-11 0-24-1-37-1-25 0-53 1-84 3-230 13-583 64-665 64h-7c-35-2-120-40-221-79-119-47-257-98-360-98 0 0-21 0-31 2-97 12-324 157-409 203-58 32-335 150-345 153-133 45-227 197-267 223-4-16-54-86-125-86s-17 1-25 3c-86 36-80 99-80 130-17-7-42-38-89-37s-37 4-59 14c-95 51-44 134-66 163-34 45-146 157-188 234-18 32 2 115-12 148-37 91-238 251-256 288-7 17 47 71 114 123 61 48 82 79 175 104s385-51 443-57h1c17 0 47 11 86 21 34 9 75 17 121 17s26 0 39-2c60-13 100-40 133-73 54-55 86-125 148-152 47-21 108-37 161-37s50 4 70 13c-99 177-77 414-112 448-39 37-69 76-92 113-85 130-97 248-137 276-11 8-26 10-42 10-46 0-109-22-154-22s-20 1-29 4c-53 19-176 133-131 160 14 1 216 1 428 1h184c6 0 118-103 124-103h299c28-4 25-49 154-115 146-57 76-339 263-554 2 0 57-52 70-52 65 0 174 118 566 118s487-135 541-135 81 41 81 54c-175 298 266 632 230 653-1 1-3 1-4 1-15 0-58-24-122-24s-55 4-87 15c-72 24-129 114-74 141 15 0 190 1 364 1s194 0 263-1c22-3 20-45 19-86-1-27-1-53 5-68 18-24 35-108 81-167 46-50 81-89 119-89s31 7 47 21c83 45 282 70 395 111 47 17 80 36 82 62-2 14-13 18-29 18s-15-1-23-2c-28-4-64-13-99-13s-36 3-52 9c-51 19-103 75-118 116-8 22-5 40 16 45h470c54 0 34-108 154-348 18-68-151-160-175-288-16-84-32-250-34-412l3-1 1-1hZ'/><path fill='url(%23grad2)' d='M5362 193h774l711 1843c-187-43-388-67-598-72h-44c-30 0-61 1-90 3h-10c-13 1-26 2-39 3l-312-807-327 846c-9-4-18-8-27-11-19-8-39-16-59-24-156-62-269-113-422-121-153-7-208 25-208 25l651-1685ZM2279 4542c478 0 838-95 1157-264l69-174c-113 17-258 49-374 21s-180-75-289-161c-42-33-109-87-161-159-120 28-248 43-389 43-924 0-1569-643-1569-1563s681-1568 1550-1550c476 10 919 194 1318 593l283-718C3432 236 2874 30 2292 30S1107 249 685 646C246 1058 4 1639 4 2281c0 1332 936 2262 2275 2262v-1h0Z'/><path fill='%23b91f39' d='M2886 1844l-148-424-148 424h-446l361 276-128 424 361-276 361 276-128-424 361-276h-446 1-Z'/></svg>")
25267
- no-repeat;
25268
- aspect-ratio: 9 / 5;
25269
- width: 45px;
25270
- display: inline-block;
25266
+ background: var(--ca-gov-logo);
25271
25267
  }
25272
25268
 
25273
25269
  .overflow-hidden {
@@ -26122,7 +26118,7 @@ a.sidenav.back::after {
26122
26118
  border-style: solid !important;
26123
26119
  }
26124
26120
 
26125
- @media (width >= 576px) {
26121
+ @media (min-width: 576px) {
26126
26122
  .brd-sm-0 {
26127
26123
  border: none !important;
26128
26124
  }
@@ -26149,7 +26145,7 @@ a.sidenav.back::after {
26149
26145
  }
26150
26146
  }
26151
26147
 
26152
- @media (width >= 768px) {
26148
+ @media (min-width: 768px) {
26153
26149
  .brd-md-0 {
26154
26150
  border: none !important;
26155
26151
  }
@@ -26176,7 +26172,7 @@ a.sidenav.back::after {
26176
26172
  }
26177
26173
  }
26178
26174
 
26179
- @media (width >= 992px) {
26175
+ @media (min-width: 992px) {
26180
26176
  .brd-lg-0 {
26181
26177
  border: none !important;
26182
26178
  }
@@ -26289,21 +26285,21 @@ a.sidenav.back::after {
26289
26285
  left: 0 !important;
26290
26286
  }
26291
26287
 
26292
- @media (width <= 767px) {
26288
+ @media (max-width: 767px) {
26293
26289
  .top-sm-rel-40pct {
26294
26290
  position: relative;
26295
26291
  top: 40% !important;
26296
26292
  }
26297
26293
  }
26298
26294
 
26299
- @media (width <= 991px) {
26295
+ @media (max-width: 991px) {
26300
26296
  .top-md-rel-40pct {
26301
26297
  position: relative;
26302
26298
  top: 40% !important;
26303
26299
  }
26304
26300
  }
26305
26301
 
26306
- @media (width >= 992px) {
26302
+ @media (min-width: 992px) {
26307
26303
  .top-lg-rel-40pct {
26308
26304
  position: relative;
26309
26305
  top: 40% !important;
@@ -26315,21 +26311,21 @@ a.sidenav.back::after {
26315
26311
  top: 30% !important;
26316
26312
  }
26317
26313
 
26318
- @media (width <= 767px) {
26314
+ @media (max-width: 767px) {
26319
26315
  .top-sm-rel-30pct {
26320
26316
  position: relative;
26321
26317
  top: 30% !important;
26322
26318
  }
26323
26319
  }
26324
26320
 
26325
- @media (width <= 991px) {
26321
+ @media (max-width: 991px) {
26326
26322
  .top-md-rel-30pct {
26327
26323
  position: relative;
26328
26324
  top: 30% !important;
26329
26325
  }
26330
26326
  }
26331
26327
 
26332
- @media (width >= 992px) {
26328
+ @media (min-width: 992px) {
26333
26329
  .top-lg-rel-30pct {
26334
26330
  position: relative;
26335
26331
  top: 30% !important;
@@ -26341,21 +26337,21 @@ a.sidenav.back::after {
26341
26337
  top: 20% !important;
26342
26338
  }
26343
26339
 
26344
- @media (width <= 767px) {
26340
+ @media (max-width: 767px) {
26345
26341
  .top-sm-rel-20pct {
26346
26342
  position: relative;
26347
26343
  top: 20% !important;
26348
26344
  }
26349
26345
  }
26350
26346
 
26351
- @media (width <= 991px) {
26347
+ @media (max-width: 991px) {
26352
26348
  .top-md-rel-20pct {
26353
26349
  position: relative;
26354
26350
  top: 20% !important;
26355
26351
  }
26356
26352
  }
26357
26353
 
26358
- @media (width >= 992px) {
26354
+ @media (min-width: 992px) {
26359
26355
  .top-lg-rel-20pct {
26360
26356
  position: relative;
26361
26357
  top: 20% !important;
@@ -26367,21 +26363,21 @@ a.sidenav.back::after {
26367
26363
  top: 10% !important;
26368
26364
  }
26369
26365
 
26370
- @media (width <= 767px) {
26366
+ @media (max-width: 767px) {
26371
26367
  .top-sm-rel-10pct {
26372
26368
  position: relative;
26373
26369
  top: 10% !important;
26374
26370
  }
26375
26371
  }
26376
26372
 
26377
- @media (width <= 991px) {
26373
+ @media (max-width: 991px) {
26378
26374
  .top-md-rel-10pct {
26379
26375
  position: relative;
26380
26376
  top: 10% !important;
26381
26377
  }
26382
26378
  }
26383
26379
 
26384
- @media (width >= 992px) {
26380
+ @media (min-width: 992px) {
26385
26381
  .top-lg-rel-10pct {
26386
26382
  position: relative;
26387
26383
  top: 10% !important;
@@ -26393,21 +26389,21 @@ a.sidenav.back::after {
26393
26389
  top: 5% !important;
26394
26390
  }
26395
26391
 
26396
- @media (width <= 767px) {
26392
+ @media (max-width: 767px) {
26397
26393
  .top-sm-rel-5pct {
26398
26394
  position: relative;
26399
26395
  top: 5% !important;
26400
26396
  }
26401
26397
  }
26402
26398
 
26403
- @media (width <= 991px) {
26399
+ @media (max-width: 991px) {
26404
26400
  .top-md-rel-5pct {
26405
26401
  position: relative;
26406
26402
  top: 5% !important;
26407
26403
  }
26408
26404
  }
26409
26405
 
26410
- @media (width >= 992px) {
26406
+ @media (min-width: 992px) {
26411
26407
  .top-lg-rel-5pct {
26412
26408
  position: relative;
26413
26409
  top: 5% !important;