@cagovweb/state-template 6.4.3 → 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.
- package/dist/css/cagov.core.css +93 -64
- package/dist/css/cagov.core.flat.css +311 -291
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +66 -9
- package/dist/js/cagov.core.min.js +2 -2
- package/dist/readme.md +2 -2
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! State Web Template Version 6.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
15465
|
+
@media (min-width: 576px) {
|
|
15464
15466
|
.branding {
|
|
15465
15467
|
max-width: var(--breakpoint-xm);
|
|
15466
15468
|
}
|
|
15467
15469
|
}
|
|
15468
|
-
@media (width
|
|
15470
|
+
@media (min-width: 768px) {
|
|
15469
15471
|
.branding {
|
|
15470
15472
|
max-width: var(--breakpoint-sm);
|
|
15471
15473
|
}
|
|
15472
15474
|
}
|
|
15473
|
-
@media (width
|
|
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
|
|
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
|
|
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
|
-
|
|
15535
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
15768
|
+
@media (max-width: 991px) {
|
|
15754
15769
|
|
|
15755
|
-
|
|
15770
|
+
input[type="search"].search-textfield .search-container {
|
|
15756
15771
|
border-color: var(--white, #fff)
|
|
15757
15772
|
}
|
|
15758
15773
|
|
|
15759
|
-
|
|
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
|
|
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
|
-
.
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
16647
|
+
@media (min-width: 576px) {
|
|
16633
16648
|
.main-navigation {
|
|
16634
16649
|
max-width: var(--breakpoint-xm);
|
|
16635
16650
|
}
|
|
16636
16651
|
}
|
|
16637
|
-
@media (width
|
|
16652
|
+
@media (min-width: 768px) {
|
|
16638
16653
|
.main-navigation {
|
|
16639
16654
|
max-width: var(--breakpoint-sm);
|
|
16640
16655
|
}
|
|
16641
16656
|
}
|
|
16642
|
-
@media (width
|
|
16657
|
+
@media (min-width: 992px) {
|
|
16643
16658
|
.main-navigation {
|
|
16644
16659
|
max-width: var(--breakpoint-md);
|
|
16645
16660
|
}
|
|
16646
16661
|
}
|
|
16647
|
-
@media (width
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
.
|
|
16945
|
-
.
|
|
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
|
-
.
|
|
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
|
|
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
|
|
17259
|
+
@media (min-width: 1200px) {
|
|
17245
17260
|
.main-navigation {
|
|
17246
17261
|
padding-left: 350px;
|
|
17247
17262
|
}
|
|
17248
17263
|
}
|
|
17249
17264
|
|
|
17250
|
-
@media (width
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
18113
|
+
@media (min-width: 576px) {
|
|
18099
18114
|
.mobile-controls {
|
|
18100
18115
|
max-width: var(--breakpoint-xm);
|
|
18101
18116
|
}
|
|
18102
18117
|
}
|
|
18103
|
-
@media (width
|
|
18118
|
+
@media (min-width: 768px) {
|
|
18104
18119
|
.mobile-controls {
|
|
18105
18120
|
max-width: var(--breakpoint-sm);
|
|
18106
18121
|
}
|
|
18107
18122
|
}
|
|
18108
|
-
@media (width
|
|
18123
|
+
@media (min-width: 992px) {
|
|
18109
18124
|
.mobile-controls {
|
|
18110
18125
|
max-width: var(--breakpoint-md);
|
|
18111
18126
|
}
|
|
18112
18127
|
}
|
|
18113
|
-
@media (width
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
18505
|
+
@media (max-width: 767px) {
|
|
18478
18506
|
|
|
18479
18507
|
.section {
|
|
18480
18508
|
padding-top: var(--line-height-computed);
|
|
@@ -18510,6 +18538,11 @@ header.nav-overlay::after {
|
|
|
18510
18538
|
border: 1px solid var(--gray-200, #d4d4d7);
|
|
18511
18539
|
}
|
|
18512
18540
|
|
|
18541
|
+
.section-overstated {
|
|
18542
|
+
background: var(--color-p2, #046b99);
|
|
18543
|
+
color: var(--white, #fff);
|
|
18544
|
+
}
|
|
18545
|
+
|
|
18513
18546
|
.section-overstated .img-thumbnail {
|
|
18514
18547
|
padding: 4px;
|
|
18515
18548
|
background-color: var(--color-s3-lighter, #bdd3e0);
|
|
@@ -18544,7 +18577,7 @@ header.nav-overlay::after {
|
|
|
18544
18577
|
.section-overstated .btn-primary:not(:disabled, .disabled):active,
|
|
18545
18578
|
.section-overstated .btn-primary:not(:disabled, .disabled).active,
|
|
18546
18579
|
.section-overstated .btn-primary .show > .dropdown-toggle,
|
|
18547
|
-
.open > .dropdown-toggle
|
|
18580
|
+
.section-overstated .btn-primary .open > .dropdown-toggle {
|
|
18548
18581
|
color: var(--white, #fff);
|
|
18549
18582
|
background-color: var(--color-p2-darker, #214a68);
|
|
18550
18583
|
border-color: var(--white, #fff);
|
|
@@ -18552,21 +18585,18 @@ header.nav-overlay::after {
|
|
|
18552
18585
|
background-image: none;
|
|
18553
18586
|
}
|
|
18554
18587
|
|
|
18555
|
-
.section-overstated .btn-primary.disabled,
|
|
18556
|
-
.section-overstated .btn-primary.disabled:hover,
|
|
18588
|
+
.section-overstated .btn-primary.disabled:hover,
|
|
18557
18589
|
.section-overstated .btn-primary.disabled:focus,
|
|
18558
18590
|
.section-overstated .btn-primary.disabled:active,
|
|
18559
18591
|
.section-overstated .btn-primary.disabled.active,
|
|
18560
|
-
.section-overstated .btn-primary[disabled],
|
|
18561
18592
|
.section-overstated .btn-primary[disabled]:hover,
|
|
18562
18593
|
.section-overstated .btn-primary[disabled]:focus,
|
|
18563
18594
|
.section-overstated .btn-primary[disabled]:active,
|
|
18564
18595
|
.section-overstated .btn-primary[disabled].active,
|
|
18565
|
-
|
|
18566
|
-
|
|
18567
|
-
|
|
18568
|
-
|
|
18569
|
-
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 {
|
|
18570
18600
|
background-color: var(--color-p2, #046b99) !important;
|
|
18571
18601
|
border-color: var(--white, #fff);
|
|
18572
18602
|
}
|
|
@@ -18588,7 +18618,7 @@ header.nav-overlay::after {
|
|
|
18588
18618
|
.section-overstated .btn-standout:not(:disabled, .disabled):active,
|
|
18589
18619
|
.section-overstated .btn-standout:not(:disabled, .disabled).active,
|
|
18590
18620
|
.section-overstated .btn-standout .show > .dropdown-toggle,
|
|
18591
|
-
.open > .dropdown-toggle
|
|
18621
|
+
.section-overstated .btn-standout .open > .dropdown-toggle {
|
|
18592
18622
|
color: var(--white, #fff);
|
|
18593
18623
|
background-color: var(--color-p3-darker, #242830);
|
|
18594
18624
|
border-color: var(--white, #fff);
|
|
@@ -18596,21 +18626,18 @@ header.nav-overlay::after {
|
|
|
18596
18626
|
background-image: none;
|
|
18597
18627
|
}
|
|
18598
18628
|
|
|
18599
|
-
.section-overstated .btn-standout.disabled,
|
|
18600
|
-
.section-overstated .btn-standout.disabled:hover,
|
|
18629
|
+
.section-overstated .btn-standout.disabled:hover,
|
|
18601
18630
|
.section-overstated .btn-standout.disabled:focus,
|
|
18602
18631
|
.section-overstated .btn-standout.disabled:active,
|
|
18603
18632
|
.section-overstated .btn-standout.disabled.active,
|
|
18604
|
-
.section-overstated .btn-standout[disabled],
|
|
18605
18633
|
.section-overstated .btn-standout[disabled]:hover,
|
|
18606
18634
|
.section-overstated .btn-standout[disabled]:focus,
|
|
18607
18635
|
.section-overstated .btn-standout[disabled]:active,
|
|
18608
18636
|
.section-overstated .btn-standout[disabled].active,
|
|
18609
|
-
|
|
18610
|
-
|
|
18611
|
-
|
|
18612
|
-
|
|
18613
|
-
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 {
|
|
18614
18641
|
background-color: var(--color-p3, #323a45) !important;
|
|
18615
18642
|
border-color: var(--white, #fff);
|
|
18616
18643
|
}
|
|
@@ -18662,7 +18689,7 @@ header.nav-overlay::after {
|
|
|
18662
18689
|
.section-standout .btn-primary:not(:disabled, .disabled):active,
|
|
18663
18690
|
.section-standout .btn-primary:not(:disabled, .disabled).active,
|
|
18664
18691
|
.section-standout .btn-primary .show > .dropdown-toggle,
|
|
18665
|
-
.open > .dropdown-toggle
|
|
18692
|
+
.section-standout .btn-primary .open > .dropdown-toggle {
|
|
18666
18693
|
color: var(--white, #fff);
|
|
18667
18694
|
background-color: var(--color-p2-darker, #214a68);
|
|
18668
18695
|
border-color: var(--white, #fff);
|
|
@@ -18670,21 +18697,18 @@ header.nav-overlay::after {
|
|
|
18670
18697
|
background-image: none;
|
|
18671
18698
|
}
|
|
18672
18699
|
|
|
18673
|
-
.section-standout .btn-primary.disabled,
|
|
18674
|
-
.section-standout .btn-primary.disabled:hover,
|
|
18700
|
+
.section-standout .btn-primary.disabled:hover,
|
|
18675
18701
|
.section-standout .btn-primary.disabled:focus,
|
|
18676
18702
|
.section-standout .btn-primary.disabled:active,
|
|
18677
18703
|
.section-standout .btn-primary.disabled.active,
|
|
18678
|
-
.section-standout .btn-primary[disabled],
|
|
18679
18704
|
.section-standout .btn-primary[disabled]:hover,
|
|
18680
18705
|
.section-standout .btn-primary[disabled]:focus,
|
|
18681
18706
|
.section-standout .btn-primary[disabled]:active,
|
|
18682
18707
|
.section-standout .btn-primary[disabled].active,
|
|
18683
|
-
|
|
18684
|
-
|
|
18685
|
-
|
|
18686
|
-
|
|
18687
|
-
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 {
|
|
18688
18712
|
background-color: var(--color-p2, #046b99) !important;
|
|
18689
18713
|
border-color: var(--white, #fff);
|
|
18690
18714
|
}
|
|
@@ -18716,21 +18740,18 @@ header.nav-overlay::after {
|
|
|
18716
18740
|
background-image: none;
|
|
18717
18741
|
}
|
|
18718
18742
|
|
|
18719
|
-
.section-standout .btn-standout.disabled,
|
|
18720
|
-
.section-standout .btn-standout.disabled:hover,
|
|
18743
|
+
.section-standout .btn-standout.disabled:hover,
|
|
18721
18744
|
.section-standout .btn-standout.disabled:focus,
|
|
18722
18745
|
.section-standout .btn-standout.disabled:active,
|
|
18723
18746
|
.section-standout .btn-standout.disabled.active,
|
|
18724
|
-
.section-standout .btn-standout[disabled],
|
|
18725
18747
|
.section-standout .btn-standout[disabled]:hover,
|
|
18726
18748
|
.section-standout .btn-standout[disabled]:focus,
|
|
18727
18749
|
.section-standout .btn-standout[disabled]:active,
|
|
18728
18750
|
.section-standout .btn-standout[disabled].active,
|
|
18729
|
-
|
|
18730
|
-
|
|
18731
|
-
|
|
18732
|
-
|
|
18733
|
-
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 {
|
|
18734
18755
|
background-color: var(--color-p3, #323a45) !important;
|
|
18735
18756
|
border-color: var(--white, #fff);
|
|
18736
18757
|
}
|
|
@@ -18782,7 +18803,7 @@ header.nav-overlay::after {
|
|
|
18782
18803
|
.section-impact .btn-primary:not(:disabled, .disabled):active,
|
|
18783
18804
|
.section-impact .btn-primary:not(:disabled, .disabled).active,
|
|
18784
18805
|
.section-impact .btn-primary .show > .dropdown-toggle,
|
|
18785
|
-
.open > .dropdown-toggle
|
|
18806
|
+
.section-impact .btn-primary .open > .dropdown-toggle {
|
|
18786
18807
|
color: var(--white, #fff);
|
|
18787
18808
|
background-color: var(--color-p2-darker, #214a68);
|
|
18788
18809
|
border-color: var(--white, #fff);
|
|
@@ -18790,21 +18811,18 @@ header.nav-overlay::after {
|
|
|
18790
18811
|
background-image: none;
|
|
18791
18812
|
}
|
|
18792
18813
|
|
|
18793
|
-
.section-impact .btn-primary.disabled,
|
|
18794
|
-
.section-impact .btn-primary.disabled:hover,
|
|
18814
|
+
.section-impact .btn-primary.disabled:hover,
|
|
18795
18815
|
.section-impact .btn-primary.disabled:focus,
|
|
18796
18816
|
.section-impact .btn-primary.disabled:active,
|
|
18797
18817
|
.section-impact .btn-primary.disabled.active,
|
|
18798
|
-
.section-impact .btn-primary[disabled],
|
|
18799
18818
|
.section-impact .btn-primary[disabled]:hover,
|
|
18800
18819
|
.section-impact .btn-primary[disabled]:focus,
|
|
18801
18820
|
.section-impact .btn-primary[disabled]:active,
|
|
18802
18821
|
.section-impact .btn-primary[disabled].active,
|
|
18803
|
-
|
|
18804
|
-
|
|
18805
|
-
|
|
18806
|
-
|
|
18807
|
-
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 {
|
|
18808
18826
|
background-color: var(--color-p2, #046b99) !important;
|
|
18809
18827
|
border-color: var(--white, #fff);
|
|
18810
18828
|
}
|
|
@@ -18828,7 +18846,7 @@ header.nav-overlay::after {
|
|
|
18828
18846
|
.section-impact .btn-standout:not(:disabled, .disabled):active,
|
|
18829
18847
|
.section-impact .btn-standout:not(:disabled, .disabled).active,
|
|
18830
18848
|
.section-impact .btn-standout .show > .dropdown-toggle,
|
|
18831
|
-
.open > .dropdown-toggle
|
|
18849
|
+
.section-impact .btn-standout .open > .dropdown-toggle {
|
|
18832
18850
|
color: var(--white, #fff);
|
|
18833
18851
|
background-color: var(--color-p3-darker, #242830);
|
|
18834
18852
|
border-color: var(--white, #fff);
|
|
@@ -18836,21 +18854,18 @@ header.nav-overlay::after {
|
|
|
18836
18854
|
background-image: none;
|
|
18837
18855
|
}
|
|
18838
18856
|
|
|
18839
|
-
.section-impact .btn-standout.disabled,
|
|
18840
|
-
.section-impact .btn-standout.disabled:hover,
|
|
18857
|
+
.section-impact .btn-standout.disabled:hover,
|
|
18841
18858
|
.section-impact .btn-standout.disabled:focus,
|
|
18842
18859
|
.section-impact .btn-standout.disabled:active,
|
|
18843
18860
|
.section-impact .btn-standout.disabled.active,
|
|
18844
|
-
.section-impact .btn-standout[disabled],
|
|
18845
18861
|
.section-impact .btn-standout[disabled]:hover,
|
|
18846
18862
|
.section-impact .btn-standout[disabled]:focus,
|
|
18847
18863
|
.section-impact .btn-standout[disabled]:active,
|
|
18848
18864
|
.section-impact .btn-standout[disabled].active,
|
|
18849
|
-
|
|
18850
|
-
|
|
18851
|
-
|
|
18852
|
-
|
|
18853
|
-
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 {
|
|
18854
18869
|
background-color: var(--color-p3, #323a45) !important;
|
|
18855
18870
|
border-color: var(--white, #fff);
|
|
18856
18871
|
}
|
|
@@ -18872,7 +18887,7 @@ header.nav-overlay::after {
|
|
|
18872
18887
|
.section-impact .btn-default:not(:disabled, .disabled):active,
|
|
18873
18888
|
.section-impact .btn-default:not(:disabled, .disabled).active,
|
|
18874
18889
|
.section-impact .btn-default .show > .dropdown-toggle,
|
|
18875
|
-
.open > .dropdown-toggle
|
|
18890
|
+
.section-impact .btn-default .open > .dropdown-toggle {
|
|
18876
18891
|
color: var(--white, #fff);
|
|
18877
18892
|
background-color: rgb(255 255 255 / 20%);
|
|
18878
18893
|
border-color: var(--white, #fff);
|
|
@@ -18880,21 +18895,18 @@ header.nav-overlay::after {
|
|
|
18880
18895
|
background-image: none;
|
|
18881
18896
|
}
|
|
18882
18897
|
|
|
18883
|
-
.section-impact .btn-default.disabled,
|
|
18884
|
-
.section-impact .btn-default.disabled:hover,
|
|
18898
|
+
.section-impact .btn-default.disabled:hover,
|
|
18885
18899
|
.section-impact .btn-default.disabled:focus,
|
|
18886
18900
|
.section-impact .btn-default.disabled:active,
|
|
18887
18901
|
.section-impact .btn-default.disabled.active,
|
|
18888
|
-
.section-impact .btn-default[disabled],
|
|
18889
18902
|
.section-impact .btn-default[disabled]:hover,
|
|
18890
18903
|
.section-impact .btn-default[disabled]:focus,
|
|
18891
18904
|
.section-impact .btn-default[disabled]:active,
|
|
18892
18905
|
.section-impact .btn-default[disabled].active,
|
|
18893
|
-
|
|
18894
|
-
|
|
18895
|
-
|
|
18896
|
-
|
|
18897
|
-
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 {
|
|
18898
18910
|
background-color: transparent !important;
|
|
18899
18911
|
border-color: var(--color-s2, #87b8ce);
|
|
18900
18912
|
}
|
|
@@ -18904,6 +18916,11 @@ header.nav-overlay::after {
|
|
|
18904
18916
|
background-color: var(--white, #fff);
|
|
18905
18917
|
}
|
|
18906
18918
|
|
|
18919
|
+
.section-primary {
|
|
18920
|
+
background: var(--color-p2, #046b99);
|
|
18921
|
+
color: var(--white, #fff);
|
|
18922
|
+
}
|
|
18923
|
+
|
|
18907
18924
|
.section-primary .img-thumbnail {
|
|
18908
18925
|
padding: 4px;
|
|
18909
18926
|
background-color: var(--color-p2-lightest, #a4c3d4);
|
|
@@ -18928,12 +18945,6 @@ header.nav-overlay::after {
|
|
|
18928
18945
|
outline-offset: -2px;
|
|
18929
18946
|
}
|
|
18930
18947
|
|
|
18931
|
-
.section-primary{
|
|
18932
|
-
|
|
18933
|
-
background: var(--color-p2, #046b99);
|
|
18934
|
-
color: var(--white, #fff);
|
|
18935
|
-
}
|
|
18936
|
-
|
|
18937
18948
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
18938
18949
|
|
|
18939
18950
|
.section-primary .btn-primary {
|
|
@@ -18948,7 +18959,7 @@ header.nav-overlay::after {
|
|
|
18948
18959
|
.section-primary .btn-primary:not(:disabled, .disabled):active,
|
|
18949
18960
|
.section-primary .btn-primary:not(:disabled, .disabled).active,
|
|
18950
18961
|
.section-primary .btn-primary .show > .dropdown-toggle,
|
|
18951
|
-
.open > .dropdown-toggle
|
|
18962
|
+
.section-primary .btn-primary .open > .dropdown-toggle {
|
|
18952
18963
|
color: var(--white, #fff);
|
|
18953
18964
|
background-color: var(--color-p2-darker, #214a68);
|
|
18954
18965
|
border-color: var(--white, #fff);
|
|
@@ -18956,21 +18967,18 @@ header.nav-overlay::after {
|
|
|
18956
18967
|
background-image: none;
|
|
18957
18968
|
}
|
|
18958
18969
|
|
|
18959
|
-
.section-primary .btn-primary.disabled,
|
|
18960
|
-
.section-primary .btn-primary.disabled:hover,
|
|
18970
|
+
.section-primary .btn-primary.disabled:hover,
|
|
18961
18971
|
.section-primary .btn-primary.disabled:focus,
|
|
18962
18972
|
.section-primary .btn-primary.disabled:active,
|
|
18963
18973
|
.section-primary .btn-primary.disabled.active,
|
|
18964
|
-
.section-primary .btn-primary[disabled],
|
|
18965
18974
|
.section-primary .btn-primary[disabled]:hover,
|
|
18966
18975
|
.section-primary .btn-primary[disabled]:focus,
|
|
18967
18976
|
.section-primary .btn-primary[disabled]:active,
|
|
18968
18977
|
.section-primary .btn-primary[disabled].active,
|
|
18969
|
-
|
|
18970
|
-
|
|
18971
|
-
|
|
18972
|
-
|
|
18973
|
-
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 {
|
|
18974
18982
|
background-color: var(--color-p2, #046b99) !important;
|
|
18975
18983
|
border-color: var(--white, #fff);
|
|
18976
18984
|
}
|
|
@@ -18994,7 +19002,7 @@ header.nav-overlay::after {
|
|
|
18994
19002
|
.section-primary .btn-standout:not(:disabled, .disabled):active,
|
|
18995
19003
|
.section-primary .btn-standout:not(:disabled, .disabled).active,
|
|
18996
19004
|
.section-primary .btn-standout .show > .dropdown-toggle,
|
|
18997
|
-
.open > .dropdown-toggle
|
|
19005
|
+
.section-primary .btn-standout .open > .dropdown-toggle {
|
|
18998
19006
|
color: var(--white, #fff);
|
|
18999
19007
|
background-color: var(--color-p3-darker, #242830);
|
|
19000
19008
|
border-color: var(--white, #fff);
|
|
@@ -19002,21 +19010,18 @@ header.nav-overlay::after {
|
|
|
19002
19010
|
background-image: none;
|
|
19003
19011
|
}
|
|
19004
19012
|
|
|
19005
|
-
.section-primary .btn-standout.disabled,
|
|
19006
|
-
.section-primary .btn-standout.disabled:hover,
|
|
19013
|
+
.section-primary .btn-standout.disabled:hover,
|
|
19007
19014
|
.section-primary .btn-standout.disabled:focus,
|
|
19008
19015
|
.section-primary .btn-standout.disabled:active,
|
|
19009
19016
|
.section-primary .btn-standout.disabled.active,
|
|
19010
|
-
.section-primary .btn-standout[disabled],
|
|
19011
19017
|
.section-primary .btn-standout[disabled]:hover,
|
|
19012
19018
|
.section-primary .btn-standout[disabled]:focus,
|
|
19013
19019
|
.section-primary .btn-standout[disabled]:active,
|
|
19014
19020
|
.section-primary .btn-standout[disabled].active,
|
|
19015
|
-
|
|
19016
|
-
|
|
19017
|
-
|
|
19018
|
-
|
|
19019
|
-
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 {
|
|
19020
19025
|
background-color: var(--color-p3, #323a45) !important;
|
|
19021
19026
|
border-color: var(--white, #fff);
|
|
19022
19027
|
}
|
|
@@ -19069,7 +19074,7 @@ header.nav-overlay::after {
|
|
|
19069
19074
|
.section-inverted .btn-primary:not(:disabled, .disabled):active,
|
|
19070
19075
|
.section-inverted .btn-primary:not(:disabled, .disabled).active,
|
|
19071
19076
|
.section-inverted .btn-primary .show > .dropdown-toggle,
|
|
19072
|
-
.open > .dropdown-toggle
|
|
19077
|
+
.section-inverted .btn-primary .open > .dropdown-toggle {
|
|
19073
19078
|
color: var(--white, #fff);
|
|
19074
19079
|
background-color: var(--color-p2-darker, #214a68);
|
|
19075
19080
|
border-color: var(--white, #fff);
|
|
@@ -19077,21 +19082,18 @@ header.nav-overlay::after {
|
|
|
19077
19082
|
background-image: none;
|
|
19078
19083
|
}
|
|
19079
19084
|
|
|
19080
|
-
.section-inverted .btn-primary.disabled,
|
|
19081
|
-
.section-inverted .btn-primary.disabled:hover,
|
|
19085
|
+
.section-inverted .btn-primary.disabled:hover,
|
|
19082
19086
|
.section-inverted .btn-primary.disabled:focus,
|
|
19083
19087
|
.section-inverted .btn-primary.disabled:active,
|
|
19084
19088
|
.section-inverted .btn-primary.disabled.active,
|
|
19085
|
-
.section-inverted .btn-primary[disabled],
|
|
19086
19089
|
.section-inverted .btn-primary[disabled]:hover,
|
|
19087
19090
|
.section-inverted .btn-primary[disabled]:focus,
|
|
19088
19091
|
.section-inverted .btn-primary[disabled]:active,
|
|
19089
19092
|
.section-inverted .btn-primary[disabled].active,
|
|
19090
|
-
|
|
19091
|
-
|
|
19092
|
-
|
|
19093
|
-
|
|
19094
|
-
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 {
|
|
19095
19097
|
background-color: var(--color-p2, #046b99) !important;
|
|
19096
19098
|
border-color: var(--white, #fff);
|
|
19097
19099
|
}
|
|
@@ -19115,7 +19117,7 @@ header.nav-overlay::after {
|
|
|
19115
19117
|
.section-inverted .btn-standout:not(:disabled, .disabled):active,
|
|
19116
19118
|
.section-inverted .btn-standout:not(:disabled, .disabled).active,
|
|
19117
19119
|
.section-inverted .btn-standout .show > .dropdown-toggle,
|
|
19118
|
-
.open > .dropdown-toggle
|
|
19120
|
+
.section-inverted .btn-standout .open > .dropdown-toggle {
|
|
19119
19121
|
color: var(--white, #fff);
|
|
19120
19122
|
background-color: var(--color-p3-darker, #242830);
|
|
19121
19123
|
border-color: var(--white, #fff);
|
|
@@ -19123,21 +19125,18 @@ header.nav-overlay::after {
|
|
|
19123
19125
|
background-image: none;
|
|
19124
19126
|
}
|
|
19125
19127
|
|
|
19126
|
-
.section-inverted .btn-standout.disabled,
|
|
19127
|
-
.section-inverted .btn-standout.disabled:hover,
|
|
19128
|
+
.section-inverted .btn-standout.disabled:hover,
|
|
19128
19129
|
.section-inverted .btn-standout.disabled:focus,
|
|
19129
19130
|
.section-inverted .btn-standout.disabled:active,
|
|
19130
19131
|
.section-inverted .btn-standout.disabled.active,
|
|
19131
|
-
.section-inverted .btn-standout[disabled],
|
|
19132
19132
|
.section-inverted .btn-standout[disabled]:hover,
|
|
19133
19133
|
.section-inverted .btn-standout[disabled]:focus,
|
|
19134
19134
|
.section-inverted .btn-standout[disabled]:active,
|
|
19135
19135
|
.section-inverted .btn-standout[disabled].active,
|
|
19136
|
-
|
|
19137
|
-
|
|
19138
|
-
|
|
19139
|
-
|
|
19140
|
-
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 {
|
|
19141
19140
|
background-color: var(--color-p3, #323a45) !important;
|
|
19142
19141
|
border-color: var(--white, #fff);
|
|
19143
19142
|
}
|
|
@@ -19924,7 +19923,7 @@ html {
|
|
|
19924
19923
|
border-color: var(--color-p2-darker, #214a68);
|
|
19925
19924
|
}
|
|
19926
19925
|
|
|
19927
|
-
@media (width
|
|
19926
|
+
@media (min-width: 992px) {
|
|
19928
19927
|
.return-top .sr-only {
|
|
19929
19928
|
position: relative !important;
|
|
19930
19929
|
width: unset !important;
|
|
@@ -20138,7 +20137,7 @@ html {
|
|
|
20138
20137
|
background: var(--body-bg);
|
|
20139
20138
|
}
|
|
20140
20139
|
|
|
20141
|
-
@media (width
|
|
20140
|
+
@media (max-width: 767px) {
|
|
20142
20141
|
|
|
20143
20142
|
.tab-group {
|
|
20144
20143
|
border: none
|
|
@@ -20176,8 +20175,7 @@ html {
|
|
|
20176
20175
|
font-weight: 600;
|
|
20177
20176
|
}
|
|
20178
20177
|
|
|
20179
|
-
.tab-group .nav-tabs li > a
|
|
20180
|
-
.tab-group .nav-tabs li > a:hover {
|
|
20178
|
+
.tab-group .nav-tabs li > a:hover {
|
|
20181
20179
|
border: none;
|
|
20182
20180
|
border-top: none !important;
|
|
20183
20181
|
text-decoration: none;
|
|
@@ -20196,7 +20194,7 @@ html {
|
|
|
20196
20194
|
border: 1px solid var(--gray-200, #d4d4d7);
|
|
20197
20195
|
}
|
|
20198
20196
|
|
|
20199
|
-
@media (width
|
|
20197
|
+
@media (max-width: 767px) {
|
|
20200
20198
|
|
|
20201
20199
|
.tab-group .tab-content {
|
|
20202
20200
|
border: none
|
|
@@ -20223,28 +20221,28 @@ html {
|
|
|
20223
20221
|
margin-bottom: 0;
|
|
20224
20222
|
}
|
|
20225
20223
|
|
|
20226
|
-
@media (width
|
|
20224
|
+
@media (max-width: 575px) {
|
|
20227
20225
|
|
|
20228
20226
|
.panel-group.responsive.hidden-xs.hidden-sm {
|
|
20229
20227
|
display: none !important
|
|
20230
20228
|
}
|
|
20231
20229
|
}
|
|
20232
20230
|
|
|
20233
|
-
@media (width
|
|
20231
|
+
@media (min-width: 768px) {
|
|
20234
20232
|
|
|
20235
20233
|
.panel-group.responsive.hidden-xs.hidden-sm {
|
|
20236
20234
|
display: block !important
|
|
20237
20235
|
}
|
|
20238
20236
|
}
|
|
20239
20237
|
|
|
20240
|
-
@media (width
|
|
20238
|
+
@media (max-width: 575px) {
|
|
20241
20239
|
|
|
20242
20240
|
.panel-group.responsive.visible-xs.visible-sm {
|
|
20243
20241
|
display: block !important
|
|
20244
20242
|
}
|
|
20245
20243
|
}
|
|
20246
20244
|
|
|
20247
|
-
@media (width
|
|
20245
|
+
@media (min-width: 768px) {
|
|
20248
20246
|
|
|
20249
20247
|
.panel-group.responsive.visible-xs.visible-sm {
|
|
20250
20248
|
display: none !important
|
|
@@ -20281,10 +20279,12 @@ html {
|
|
|
20281
20279
|
border-bottom: 3px solid;
|
|
20282
20280
|
}
|
|
20283
20281
|
|
|
20282
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20284
20283
|
.nav-tabs > li > a:hover {
|
|
20285
20284
|
color: var(--brand-primary-darker, #29597f);
|
|
20286
20285
|
}
|
|
20287
20286
|
|
|
20287
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20288
20288
|
.nav-tabs > li > a:focus {
|
|
20289
20289
|
outline: 2px solid var(--outline-default-color);
|
|
20290
20290
|
outline-offset: -2px;
|
|
@@ -20316,7 +20316,7 @@ html {
|
|
|
20316
20316
|
}
|
|
20317
20317
|
|
|
20318
20318
|
/* Responsive desctop view */
|
|
20319
|
-
@media (width
|
|
20319
|
+
@media (min-width: 768px) {
|
|
20320
20320
|
.responsive .nav-tabs {
|
|
20321
20321
|
display: flex;
|
|
20322
20322
|
background-color: transparent !important;
|
|
@@ -20348,7 +20348,7 @@ html {
|
|
|
20348
20348
|
}
|
|
20349
20349
|
|
|
20350
20350
|
/* Responsive tabs mobile view */
|
|
20351
|
-
@media (width
|
|
20351
|
+
@media (max-width: 767px) {
|
|
20352
20352
|
.responsive .tab-pane {
|
|
20353
20353
|
display: block !important;
|
|
20354
20354
|
opacity: 1 !important;
|
|
@@ -20445,6 +20445,8 @@ html {
|
|
|
20445
20445
|
font-weight: 600;
|
|
20446
20446
|
}
|
|
20447
20447
|
|
|
20448
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20449
|
+
|
|
20448
20450
|
.tabs [role="tablist"] a:focus {
|
|
20449
20451
|
outline: 2px solid var(--outline-default-color);
|
|
20450
20452
|
outline-offset: -2px;
|
|
@@ -20473,6 +20475,8 @@ html {
|
|
|
20473
20475
|
margin-top: -2px;
|
|
20474
20476
|
}
|
|
20475
20477
|
|
|
20478
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20479
|
+
|
|
20476
20480
|
.tabs [role="tabpanel"] a:focus {
|
|
20477
20481
|
outline: 2px solid var(--outline-default-color);
|
|
20478
20482
|
}
|
|
@@ -20482,7 +20486,7 @@ html {
|
|
|
20482
20486
|
outline-offset: -2px;
|
|
20483
20487
|
}
|
|
20484
20488
|
|
|
20485
|
-
@media (width
|
|
20489
|
+
@media (max-width: 767px) {
|
|
20486
20490
|
.tabs.responsive [role="tabpanel"] {
|
|
20487
20491
|
border: none;
|
|
20488
20492
|
}
|
|
@@ -21034,7 +21038,7 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
|
|
|
21034
21038
|
list-style: none;
|
|
21035
21039
|
font-size: var(--font-size-small);
|
|
21036
21040
|
}
|
|
21037
|
-
@media (width
|
|
21041
|
+
@media (min-width: 576px) {
|
|
21038
21042
|
.breadcrumbs ul,
|
|
21039
21043
|
.breadcrumbs ol {
|
|
21040
21044
|
font-size: calc(var(--font-size-small) + var(--ratio))
|
|
@@ -21075,8 +21079,8 @@ cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
|
|
|
21075
21079
|
padding: 0;
|
|
21076
21080
|
}
|
|
21077
21081
|
|
|
21078
|
-
.section
|
|
21079
|
-
.section
|
|
21082
|
+
.section-overstated .breadcrumbs ul li::after,
|
|
21083
|
+
.section-overstated .breadcrumbs ol li::after,
|
|
21080
21084
|
.section-standout .breadcrumbs ul li::after,
|
|
21081
21085
|
.section-standout .breadcrumbs ol li::after,
|
|
21082
21086
|
.section-impact .breadcrumbs ul li::after,
|
|
@@ -22007,7 +22011,7 @@ select:focus {
|
|
|
22007
22011
|
outline: 2px solid var(--black, #000);
|
|
22008
22012
|
outline-offset: -2px;
|
|
22009
22013
|
}
|
|
22010
|
-
@media (width
|
|
22014
|
+
@media (max-width: 767px) {
|
|
22011
22015
|
.panel .panel-body,
|
|
22012
22016
|
.panel .card-body,
|
|
22013
22017
|
.card .panel-body,
|
|
@@ -22891,7 +22895,7 @@ blockquote {
|
|
|
22891
22895
|
border-color: var(--color-p2, #046b99);
|
|
22892
22896
|
}
|
|
22893
22897
|
|
|
22894
|
-
@media (width
|
|
22898
|
+
@media (min-width: 576px) {
|
|
22895
22899
|
|
|
22896
22900
|
blockquote {
|
|
22897
22901
|
font-size: calc(var(--font-size-regular) + var(--ratio))
|
|
@@ -23075,7 +23079,7 @@ fieldset[disabled] .btn-outline-primary.active {
|
|
|
23075
23079
|
/* DEFAULT BUTTON */
|
|
23076
23080
|
.btn-default {
|
|
23077
23081
|
color: var(--gray-700, #5e5e6a);
|
|
23078
|
-
background-color:
|
|
23082
|
+
background-color: var(--gray-50, #fafafa);
|
|
23079
23083
|
border-color: var(--gray-700, #5e5e6a);
|
|
23080
23084
|
font-weight: var(--font-weight-6);
|
|
23081
23085
|
}
|
|
@@ -23095,7 +23099,7 @@ fieldset[disabled] .btn-outline-primary.active {
|
|
|
23095
23099
|
.btn-default .show > .dropdown-toggle,
|
|
23096
23100
|
.open > .dropdown-toggle .btn-default {
|
|
23097
23101
|
color: var(--black, #000);
|
|
23098
|
-
background-color:
|
|
23102
|
+
background-color: var(--gray-75, #f8f9fa);
|
|
23099
23103
|
border-color: var(--black, #000);
|
|
23100
23104
|
box-shadow: 0 2px 4px rgba(0 0 0 / 50%);
|
|
23101
23105
|
background-image: none;
|
|
@@ -23638,7 +23642,7 @@ fieldset[disabled] .btn-more {
|
|
|
23638
23642
|
filter: alpha(opacity=65);
|
|
23639
23643
|
}
|
|
23640
23644
|
|
|
23641
|
-
@media (width
|
|
23645
|
+
@media (max-width: 767px) {
|
|
23642
23646
|
[role="group"].btn-group {
|
|
23643
23647
|
margin-top: 10px;
|
|
23644
23648
|
display: table;
|
|
@@ -23663,7 +23667,7 @@ fieldset[disabled] .btn-more {
|
|
|
23663
23667
|
}
|
|
23664
23668
|
}
|
|
23665
23669
|
|
|
23666
|
-
@media (width
|
|
23670
|
+
@media (max-width: 767px) {
|
|
23667
23671
|
.btn-block-xs {
|
|
23668
23672
|
display: block !important;
|
|
23669
23673
|
width: 100% !important;
|
|
@@ -23671,7 +23675,7 @@ fieldset[disabled] .btn-more {
|
|
|
23671
23675
|
}
|
|
23672
23676
|
}
|
|
23673
23677
|
|
|
23674
|
-
@media (width
|
|
23678
|
+
@media (max-width: 991px) {
|
|
23675
23679
|
.btn-block-sm {
|
|
23676
23680
|
display: block !important;
|
|
23677
23681
|
width: 100% !important;
|
|
@@ -23684,7 +23688,7 @@ fieldset[disabled] .btn-more {
|
|
|
23684
23688
|
margin-bottom: calc(var(--spacer, 1rem) * 0.5);
|
|
23685
23689
|
}
|
|
23686
23690
|
|
|
23687
|
-
@media (width
|
|
23691
|
+
@media (max-width: 767px) {
|
|
23688
23692
|
|
|
23689
23693
|
.btn-row .btn {
|
|
23690
23694
|
margin-bottom: calc(var(--spacer, 1rem) * 0.5)
|
|
@@ -23884,7 +23888,7 @@ fieldset[disabled] .btn-more {
|
|
|
23884
23888
|
/* -----------------------------------------
|
|
23885
23889
|
Number Counter
|
|
23886
23890
|
----------------------------------------- */
|
|
23887
|
-
.
|
|
23891
|
+
.number-counter .no-js {
|
|
23888
23892
|
visibility: visible;
|
|
23889
23893
|
}
|
|
23890
23894
|
|
|
@@ -23972,7 +23976,7 @@ fieldset[disabled] .btn-more {
|
|
|
23972
23976
|
top: -0.4rem;
|
|
23973
23977
|
}
|
|
23974
23978
|
|
|
23975
|
-
@media (width
|
|
23979
|
+
@media (max-width: 575px) {
|
|
23976
23980
|
.page-navigation ul.columns-2,
|
|
23977
23981
|
.page-navigation ul.columns-3 {
|
|
23978
23982
|
columns: 1;
|
|
@@ -24279,14 +24283,14 @@ fieldset[disabled] .btn-more {
|
|
|
24279
24283
|
left: -30px;
|
|
24280
24284
|
}
|
|
24281
24285
|
|
|
24282
|
-
@media (width
|
|
24286
|
+
@media (min-width: 576px) {
|
|
24283
24287
|
.dot-line::before,
|
|
24284
24288
|
.dot-line::after {
|
|
24285
24289
|
display: block;
|
|
24286
24290
|
}
|
|
24287
24291
|
}
|
|
24288
24292
|
|
|
24289
|
-
@media (width
|
|
24293
|
+
@media (max-width: 575px) {
|
|
24290
24294
|
.progress-text {
|
|
24291
24295
|
text-align: left;
|
|
24292
24296
|
position: relative;
|
|
@@ -24725,13 +24729,13 @@ fieldset[disabled] .btn-more {
|
|
|
24725
24729
|
top: 0.6rem;
|
|
24726
24730
|
}
|
|
24727
24731
|
|
|
24728
|
-
@media (width
|
|
24732
|
+
@media (min-width: 992px) {
|
|
24729
24733
|
.sidenav-mobile-btn {
|
|
24730
24734
|
display: none;
|
|
24731
24735
|
}
|
|
24732
24736
|
}
|
|
24733
24737
|
|
|
24734
|
-
@media (width
|
|
24738
|
+
@media (max-width: 991px) {
|
|
24735
24739
|
.mobile-sidenav {
|
|
24736
24740
|
max-height: 0;
|
|
24737
24741
|
overflow: hidden;
|
|
@@ -25214,14 +25218,34 @@ a.sidenav.back::after {
|
|
|
25214
25218
|
left: 0;
|
|
25215
25219
|
}
|
|
25216
25220
|
|
|
25217
|
-
|
|
25218
|
-
|
|
25219
|
-
|
|
25221
|
+
/* dark mode */
|
|
25222
|
+
.section-overstated .link-grid, .section-standout .link-grid, .section-impact .link-grid, .section-primary .link-grid, .section-inverted .link-grid, .bg-primary .link-grid, .bg-standout .link-grid, .bg-p2 .link-grid, .bg-p3 .link-grid {
|
|
25223
|
+
border-color: var(--white, #fff);
|
|
25224
|
+
}
|
|
25220
25225
|
|
|
25221
25226
|
.bg-primary .link-grid:hover,
|
|
25222
|
-
|
|
25223
|
-
|
|
25224
|
-
|
|
25227
|
+
.bg-primary .link-grid:focus,
|
|
25228
|
+
.bg-p2 .link-grid:hover,
|
|
25229
|
+
.bg-p2 .link-grid:focus,
|
|
25230
|
+
.section-primary .link-grid:hover,
|
|
25231
|
+
.section-primary .link-grid:focus,
|
|
25232
|
+
.section-overstated .link-grid:hover,
|
|
25233
|
+
.section-overstated .link-grid:focus {
|
|
25234
|
+
background-color: var(--color-p2-darker, #214a68);
|
|
25235
|
+
}
|
|
25236
|
+
|
|
25237
|
+
.bg-standout .link-grid:hover,
|
|
25238
|
+
.bg-standout .link-grid:focus,
|
|
25239
|
+
.bg-p3 .link-grid:hover,
|
|
25240
|
+
.bg-p3 .link-grid:focus,
|
|
25241
|
+
.section-standout .link-grid:hover,
|
|
25242
|
+
.section-standout .link-grid:focus,
|
|
25243
|
+
.section-impact .link-grid:hover,
|
|
25244
|
+
.section-impact .link-grid:focus,
|
|
25245
|
+
.section-inverted .link-grid:hover,
|
|
25246
|
+
.section-inverted .link-grid:focus {
|
|
25247
|
+
background-color: var(--color-p3-darker, #1f262e);
|
|
25248
|
+
}
|
|
25225
25249
|
/* -----------------------------------------
|
|
25226
25250
|
FEATURE CARD
|
|
25227
25251
|
/src/css/cagov/feature-card.css
|
|
@@ -25239,11 +25263,7 @@ a.sidenav.back::after {
|
|
|
25239
25263
|
GLOBALS - /src/css/cagov/globals.css
|
|
25240
25264
|
----------------------------------------- */
|
|
25241
25265
|
.ca-gov-logo-svg {
|
|
25242
|
-
background:
|
|
25243
|
-
no-repeat;
|
|
25244
|
-
aspect-ratio: 9 / 5;
|
|
25245
|
-
width: 45px;
|
|
25246
|
-
display: inline-block;
|
|
25266
|
+
background: var(--ca-gov-logo);
|
|
25247
25267
|
}
|
|
25248
25268
|
|
|
25249
25269
|
.overflow-hidden {
|
|
@@ -26098,7 +26118,7 @@ a.sidenav.back::after {
|
|
|
26098
26118
|
border-style: solid !important;
|
|
26099
26119
|
}
|
|
26100
26120
|
|
|
26101
|
-
@media (width
|
|
26121
|
+
@media (min-width: 576px) {
|
|
26102
26122
|
.brd-sm-0 {
|
|
26103
26123
|
border: none !important;
|
|
26104
26124
|
}
|
|
@@ -26125,7 +26145,7 @@ a.sidenav.back::after {
|
|
|
26125
26145
|
}
|
|
26126
26146
|
}
|
|
26127
26147
|
|
|
26128
|
-
@media (width
|
|
26148
|
+
@media (min-width: 768px) {
|
|
26129
26149
|
.brd-md-0 {
|
|
26130
26150
|
border: none !important;
|
|
26131
26151
|
}
|
|
@@ -26152,7 +26172,7 @@ a.sidenav.back::after {
|
|
|
26152
26172
|
}
|
|
26153
26173
|
}
|
|
26154
26174
|
|
|
26155
|
-
@media (width
|
|
26175
|
+
@media (min-width: 992px) {
|
|
26156
26176
|
.brd-lg-0 {
|
|
26157
26177
|
border: none !important;
|
|
26158
26178
|
}
|
|
@@ -26265,21 +26285,21 @@ a.sidenav.back::after {
|
|
|
26265
26285
|
left: 0 !important;
|
|
26266
26286
|
}
|
|
26267
26287
|
|
|
26268
|
-
@media (width
|
|
26288
|
+
@media (max-width: 767px) {
|
|
26269
26289
|
.top-sm-rel-40pct {
|
|
26270
26290
|
position: relative;
|
|
26271
26291
|
top: 40% !important;
|
|
26272
26292
|
}
|
|
26273
26293
|
}
|
|
26274
26294
|
|
|
26275
|
-
@media (width
|
|
26295
|
+
@media (max-width: 991px) {
|
|
26276
26296
|
.top-md-rel-40pct {
|
|
26277
26297
|
position: relative;
|
|
26278
26298
|
top: 40% !important;
|
|
26279
26299
|
}
|
|
26280
26300
|
}
|
|
26281
26301
|
|
|
26282
|
-
@media (width
|
|
26302
|
+
@media (min-width: 992px) {
|
|
26283
26303
|
.top-lg-rel-40pct {
|
|
26284
26304
|
position: relative;
|
|
26285
26305
|
top: 40% !important;
|
|
@@ -26291,21 +26311,21 @@ a.sidenav.back::after {
|
|
|
26291
26311
|
top: 30% !important;
|
|
26292
26312
|
}
|
|
26293
26313
|
|
|
26294
|
-
@media (width
|
|
26314
|
+
@media (max-width: 767px) {
|
|
26295
26315
|
.top-sm-rel-30pct {
|
|
26296
26316
|
position: relative;
|
|
26297
26317
|
top: 30% !important;
|
|
26298
26318
|
}
|
|
26299
26319
|
}
|
|
26300
26320
|
|
|
26301
|
-
@media (width
|
|
26321
|
+
@media (max-width: 991px) {
|
|
26302
26322
|
.top-md-rel-30pct {
|
|
26303
26323
|
position: relative;
|
|
26304
26324
|
top: 30% !important;
|
|
26305
26325
|
}
|
|
26306
26326
|
}
|
|
26307
26327
|
|
|
26308
|
-
@media (width
|
|
26328
|
+
@media (min-width: 992px) {
|
|
26309
26329
|
.top-lg-rel-30pct {
|
|
26310
26330
|
position: relative;
|
|
26311
26331
|
top: 30% !important;
|
|
@@ -26317,21 +26337,21 @@ a.sidenav.back::after {
|
|
|
26317
26337
|
top: 20% !important;
|
|
26318
26338
|
}
|
|
26319
26339
|
|
|
26320
|
-
@media (width
|
|
26340
|
+
@media (max-width: 767px) {
|
|
26321
26341
|
.top-sm-rel-20pct {
|
|
26322
26342
|
position: relative;
|
|
26323
26343
|
top: 20% !important;
|
|
26324
26344
|
}
|
|
26325
26345
|
}
|
|
26326
26346
|
|
|
26327
|
-
@media (width
|
|
26347
|
+
@media (max-width: 991px) {
|
|
26328
26348
|
.top-md-rel-20pct {
|
|
26329
26349
|
position: relative;
|
|
26330
26350
|
top: 20% !important;
|
|
26331
26351
|
}
|
|
26332
26352
|
}
|
|
26333
26353
|
|
|
26334
|
-
@media (width
|
|
26354
|
+
@media (min-width: 992px) {
|
|
26335
26355
|
.top-lg-rel-20pct {
|
|
26336
26356
|
position: relative;
|
|
26337
26357
|
top: 20% !important;
|
|
@@ -26343,21 +26363,21 @@ a.sidenav.back::after {
|
|
|
26343
26363
|
top: 10% !important;
|
|
26344
26364
|
}
|
|
26345
26365
|
|
|
26346
|
-
@media (width
|
|
26366
|
+
@media (max-width: 767px) {
|
|
26347
26367
|
.top-sm-rel-10pct {
|
|
26348
26368
|
position: relative;
|
|
26349
26369
|
top: 10% !important;
|
|
26350
26370
|
}
|
|
26351
26371
|
}
|
|
26352
26372
|
|
|
26353
|
-
@media (width
|
|
26373
|
+
@media (max-width: 991px) {
|
|
26354
26374
|
.top-md-rel-10pct {
|
|
26355
26375
|
position: relative;
|
|
26356
26376
|
top: 10% !important;
|
|
26357
26377
|
}
|
|
26358
26378
|
}
|
|
26359
26379
|
|
|
26360
|
-
@media (width
|
|
26380
|
+
@media (min-width: 992px) {
|
|
26361
26381
|
.top-lg-rel-10pct {
|
|
26362
26382
|
position: relative;
|
|
26363
26383
|
top: 10% !important;
|
|
@@ -26369,21 +26389,21 @@ a.sidenav.back::after {
|
|
|
26369
26389
|
top: 5% !important;
|
|
26370
26390
|
}
|
|
26371
26391
|
|
|
26372
|
-
@media (width
|
|
26392
|
+
@media (max-width: 767px) {
|
|
26373
26393
|
.top-sm-rel-5pct {
|
|
26374
26394
|
position: relative;
|
|
26375
26395
|
top: 5% !important;
|
|
26376
26396
|
}
|
|
26377
26397
|
}
|
|
26378
26398
|
|
|
26379
|
-
@media (width
|
|
26399
|
+
@media (max-width: 991px) {
|
|
26380
26400
|
.top-md-rel-5pct {
|
|
26381
26401
|
position: relative;
|
|
26382
26402
|
top: 5% !important;
|
|
26383
26403
|
}
|
|
26384
26404
|
}
|
|
26385
26405
|
|
|
26386
|
-
@media (width
|
|
26406
|
+
@media (min-width: 992px) {
|
|
26387
26407
|
.top-lg-rel-5pct {
|
|
26388
26408
|
position: relative;
|
|
26389
26409
|
top: 5% !important;
|