@cagovweb/state-template 6.5.0 → 6.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cagov.core.css +315 -702
- package/dist/css/cagov.core.flat.css +496 -880
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +153 -129
- package/dist/js/cagov.core.min.js +2 -2
- package/dist/readme.md +2 -2
- package/package.json +3 -2
package/dist/css/cagov.core.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! State Web Template Version 6.5.
|
|
1
|
+
/*! State Web Template Version 6.5.2 */
|
|
2
2
|
@charset "UTF-8";
|
|
3
3
|
/*!
|
|
4
4
|
* Bootstrap v5.3.3 (https://getbootstrap.com/)
|
|
@@ -12208,6 +12208,8 @@ textarea.form-control-lg {
|
|
|
12208
12208
|
--alert-danger-border: color-mix(in srgb, var(--state-danger-bg), #000 7%);
|
|
12209
12209
|
--blockquote-border-color: var(--gray-100, #ededef) !default;
|
|
12210
12210
|
--text-field-color: rgba(255 255 255 / 80%);
|
|
12211
|
+
--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>")
|
|
12212
|
+
no-repeat;
|
|
12211
12213
|
}
|
|
12212
12214
|
/* -----------------------------------------
|
|
12213
12215
|
OCEANSIDE COLOR THEME
|
|
@@ -15020,7 +15022,7 @@ a.list-group-item {
|
|
|
15020
15022
|
transform: translateX(-50%);
|
|
15021
15023
|
z-index: 999;
|
|
15022
15024
|
|
|
15023
|
-
a {
|
|
15025
|
+
& a {
|
|
15024
15026
|
width: 1px;
|
|
15025
15027
|
height: 1px;
|
|
15026
15028
|
text-align: center;
|
|
@@ -15277,7 +15279,7 @@ h2 {
|
|
|
15277
15279
|
align-content: center;
|
|
15278
15280
|
}
|
|
15279
15281
|
|
|
15280
|
-
img {
|
|
15282
|
+
& img {
|
|
15281
15283
|
max-width: 300px;
|
|
15282
15284
|
max-height: 55px;
|
|
15283
15285
|
object-fit: contain !important;
|
|
@@ -15292,7 +15294,7 @@ h2 {
|
|
|
15292
15294
|
}
|
|
15293
15295
|
}
|
|
15294
15296
|
|
|
15295
|
-
a {
|
|
15297
|
+
& a {
|
|
15296
15298
|
position: relative;
|
|
15297
15299
|
text-decoration: none;
|
|
15298
15300
|
color: black;
|
|
@@ -15413,7 +15415,7 @@ h2 {
|
|
|
15413
15415
|
height: 55px;
|
|
15414
15416
|
max-height: 45px;
|
|
15415
15417
|
|
|
15416
|
-
a {
|
|
15418
|
+
& a {
|
|
15417
15419
|
max-width: 225px;
|
|
15418
15420
|
}
|
|
15419
15421
|
}
|
|
@@ -15435,17 +15437,19 @@ h2 {
|
|
|
15435
15437
|
.cagov-logo {
|
|
15436
15438
|
margin-right: 1.5rem;
|
|
15437
15439
|
|
|
15438
|
-
img {
|
|
15440
|
+
& img {
|
|
15439
15441
|
height: 1.7rem;
|
|
15440
15442
|
}
|
|
15441
15443
|
|
|
15442
15444
|
.ca-gov-logo-svg {
|
|
15443
|
-
|
|
15444
|
-
|
|
15445
|
+
vertical-align: middle;
|
|
15446
|
+
aspect-ratio: 9 / 5;
|
|
15447
|
+
display: inline-block;
|
|
15448
|
+
width: 50px;
|
|
15445
15449
|
}
|
|
15446
15450
|
}
|
|
15447
15451
|
|
|
15448
|
-
ul {
|
|
15452
|
+
& ul {
|
|
15449
15453
|
list-style: none;
|
|
15450
15454
|
margin: 5px 0;
|
|
15451
15455
|
|
|
@@ -15467,7 +15471,7 @@ h2 {
|
|
|
15467
15471
|
padding-left: 0;
|
|
15468
15472
|
margin-top: 1rem;
|
|
15469
15473
|
|
|
15470
|
-
li {
|
|
15474
|
+
& li {
|
|
15471
15475
|
display: inline-block;
|
|
15472
15476
|
}
|
|
15473
15477
|
}
|
|
@@ -15478,10 +15482,10 @@ h2 {
|
|
|
15478
15482
|
font-size: 1.125rem;
|
|
15479
15483
|
line-height: 1.6rem;
|
|
15480
15484
|
|
|
15481
|
-
li {
|
|
15485
|
+
& li {
|
|
15482
15486
|
margin-right: 20px;
|
|
15483
15487
|
|
|
15484
|
-
a {
|
|
15488
|
+
& a {
|
|
15485
15489
|
color: var(--black, #000);
|
|
15486
15490
|
text-decoration: none;
|
|
15487
15491
|
|
|
@@ -15511,7 +15515,7 @@ h2 {
|
|
|
15511
15515
|
margin-top: 5px;
|
|
15512
15516
|
}
|
|
15513
15517
|
|
|
15514
|
-
ul > li {
|
|
15518
|
+
& ul > li {
|
|
15515
15519
|
display: inline-block;
|
|
15516
15520
|
}
|
|
15517
15521
|
}
|
|
@@ -15526,10 +15530,7 @@ h2 {
|
|
|
15526
15530
|
SITE SEARCH - /src/css/cagov/search.css
|
|
15527
15531
|
----------------------------------------- */
|
|
15528
15532
|
|
|
15529
|
-
|
|
15530
|
-
|
|
15531
|
-
.search-container,
|
|
15532
|
-
.featured-search.active {
|
|
15533
|
+
.search-container {
|
|
15533
15534
|
overflow: hidden;
|
|
15534
15535
|
z-index: 7;
|
|
15535
15536
|
position: relative;
|
|
@@ -15546,6 +15547,51 @@ h2 {
|
|
|
15546
15547
|
top: 96px;
|
|
15547
15548
|
}
|
|
15548
15549
|
|
|
15550
|
+
#Search {
|
|
15551
|
+
display: flex;
|
|
15552
|
+
|
|
15553
|
+
.gsc-search-button {
|
|
15554
|
+
right: 50px;
|
|
15555
|
+
background-color: var(--gray-600, #72717c);
|
|
15556
|
+
border-color: var(--gray-600, #72717c);
|
|
15557
|
+
color: var(--white, #fff);
|
|
15558
|
+
|
|
15559
|
+
&:focus {
|
|
15560
|
+
outline: 2px solid var(--outline-dark-mode-color);
|
|
15561
|
+
outline-offset: -4px;
|
|
15562
|
+
}
|
|
15563
|
+
|
|
15564
|
+
&:hover,
|
|
15565
|
+
&:focus {
|
|
15566
|
+
background-color: var(--gray-800, #4a4958);
|
|
15567
|
+
border-color: var(--gray-800, #4a4958);
|
|
15568
|
+
}
|
|
15569
|
+
|
|
15570
|
+
.ca-gov-icon-search {
|
|
15571
|
+
color: var(--white, #fff);
|
|
15572
|
+
}
|
|
15573
|
+
|
|
15574
|
+
@media (width <= 991px) {
|
|
15575
|
+
background-color: var(--white, #fff);
|
|
15576
|
+
border-color: var(--white, #fff);
|
|
15577
|
+
|
|
15578
|
+
.ca-gov-icon-search {
|
|
15579
|
+
color: var(--gray-700, #5e5e6a);
|
|
15580
|
+
}
|
|
15581
|
+
|
|
15582
|
+
&:hover,
|
|
15583
|
+
&:focus {
|
|
15584
|
+
background-color: var(--gray-50, #fafafa);
|
|
15585
|
+
border-color: var(--gray-50, #fafafa);
|
|
15586
|
+
|
|
15587
|
+
.ca-gov-icon-search {
|
|
15588
|
+
color: var(--gray-900, #3b3a48);
|
|
15589
|
+
}
|
|
15590
|
+
}
|
|
15591
|
+
}
|
|
15592
|
+
}
|
|
15593
|
+
}
|
|
15594
|
+
|
|
15549
15595
|
.search-textfield {
|
|
15550
15596
|
font-size: 1.1rem;
|
|
15551
15597
|
width: 100%;
|
|
@@ -15608,52 +15654,21 @@ h2 {
|
|
|
15608
15654
|
float: left;
|
|
15609
15655
|
width: 100%;
|
|
15610
15656
|
}
|
|
15611
|
-
|
|
15612
|
-
.close-search {
|
|
15613
|
-
display: none;
|
|
15614
|
-
position: absolute;
|
|
15615
|
-
right: -10px;
|
|
15616
|
-
cursor: pointer;
|
|
15617
|
-
|
|
15618
|
-
.sr-only {
|
|
15619
|
-
height: unset !important;
|
|
15620
|
-
width: unset !important;
|
|
15621
|
-
position: relative !important;
|
|
15622
|
-
clip: unset !important;
|
|
15623
|
-
background: none !important;
|
|
15624
|
-
margin: 0 !important;
|
|
15625
|
-
font-size: 1.125rem !important;
|
|
15626
|
-
color: var(--color-p2, #046b99);
|
|
15627
|
-
text-decoration: underline;
|
|
15628
|
-
|
|
15629
|
-
&:hover,
|
|
15630
|
-
&:focus {
|
|
15631
|
-
color: var(--color-p2-darker, #214a68);
|
|
15632
|
-
text-decoration: none;
|
|
15633
|
-
}
|
|
15634
|
-
}
|
|
15635
|
-
|
|
15636
|
-
@media (width <= 991px) {
|
|
15637
|
-
right: 0;
|
|
15638
|
-
display: none;
|
|
15639
|
-
}
|
|
15640
|
-
}
|
|
15641
15657
|
}
|
|
15642
15658
|
|
|
15643
15659
|
input[type="search"].search-textfield {
|
|
15644
|
-
padding-left: 10px;
|
|
15645
15660
|
-webkit-appearance: none;
|
|
15646
15661
|
background-color: canvas;
|
|
15647
15662
|
border: 1px solid #72717c;
|
|
15648
15663
|
border-radius: 5px 0 0 5px;
|
|
15664
|
+
}
|
|
15649
15665
|
|
|
15650
|
-
|
|
15651
|
-
|
|
15652
|
-
|
|
15666
|
+
@media (width <= 991px) {
|
|
15667
|
+
input[type="search"].search-textfield {
|
|
15668
|
+
border-color: var(--white, #fff);
|
|
15653
15669
|
|
|
15654
|
-
|
|
15655
|
-
|
|
15656
|
-
}
|
|
15670
|
+
&:focus {
|
|
15671
|
+
outline-offset: -4px;
|
|
15657
15672
|
}
|
|
15658
15673
|
}
|
|
15659
15674
|
}
|
|
@@ -15673,29 +15688,11 @@ input[type="search"].search-textfield {
|
|
|
15673
15688
|
.featured-search {
|
|
15674
15689
|
display: block;
|
|
15675
15690
|
position: absolute;
|
|
15676
|
-
top: 240px;
|
|
15677
15691
|
padding: 0;
|
|
15678
15692
|
max-height: 100%;
|
|
15679
15693
|
border-radius: 0;
|
|
15680
|
-
width: 60%;
|
|
15681
|
-
left: 20%;
|
|
15682
|
-
|
|
15683
|
-
.flexbox & {
|
|
15684
|
-
left: 0;
|
|
15685
|
-
right: 0;
|
|
15686
|
-
margin: 0 auto;
|
|
15687
|
-
width: 60%;
|
|
15688
|
-
max-width: 630px;
|
|
15689
|
-
}
|
|
15690
|
-
|
|
15691
|
-
&.play-animation {
|
|
15692
|
-
animation-duration: 1s;
|
|
15693
|
-
animation-fill-mode: both;
|
|
15694
|
-
animation-name: pulse;
|
|
15695
|
-
}
|
|
15696
15694
|
|
|
15697
15695
|
.search-textfield {
|
|
15698
|
-
padding: 14px;
|
|
15699
15696
|
border-color: var(--gray-600, #72717c) !important;
|
|
15700
15697
|
font-size: 1.1rem;
|
|
15701
15698
|
height: 38px;
|
|
@@ -15706,408 +15703,64 @@ input[type="search"].search-textfield {
|
|
|
15706
15703
|
width: 55px;
|
|
15707
15704
|
transition: all 0.4s;
|
|
15708
15705
|
|
|
15709
|
-
button {
|
|
15710
|
-
transition: all 0.4s;
|
|
15711
|
-
font-size: 2.5rem;
|
|
15712
|
-
width: 60px;
|
|
15713
|
-
appearance: none;
|
|
15714
|
-
|
|
15715
|
-
> span {
|
|
15716
|
-
font-size: 2.8125rem;
|
|
15717
|
-
line-height: 2.8125rem;
|
|
15718
|
-
}
|
|
15719
|
-
}
|
|
15720
|
-
}
|
|
15721
|
-
}
|
|
15722
|
-
|
|
15723
|
-
.featured-search.active {
|
|
15724
|
-
position: relative;
|
|
15725
|
-
visibility: visible;
|
|
15726
|
-
opacity: 1;
|
|
15727
|
-
|
|
15728
|
-
@media (width >= 992px) {
|
|
15729
|
-
position: absolute;
|
|
15730
|
-
}
|
|
15731
|
-
|
|
15732
|
-
transition:
|
|
15733
|
-
top 0.4s,
|
|
15734
|
-
left 0.2s 0.4s,
|
|
15735
|
-
width 0.2s 0.4s,
|
|
15736
|
-
background-color 0.4s + 0.2s,
|
|
15737
|
-
border 0.4s,
|
|
15738
|
-
padding 0.2s 0.4s;
|
|
15739
|
-
top: 96px;
|
|
15740
|
-
left: 0;
|
|
15741
|
-
padding: 20px 0;
|
|
15742
|
-
border-radius: 0;
|
|
15743
|
-
padding-right: 15%;
|
|
15744
|
-
padding-left: 15%;
|
|
15745
|
-
border-bottom: none;
|
|
15746
|
-
width: 100%;
|
|
15747
|
-
max-width: 100%;
|
|
15748
|
-
|
|
15749
|
-
.close-search {
|
|
15750
|
-
display: none;
|
|
15751
|
-
}
|
|
15752
|
-
|
|
15753
|
-
.search-textfield {
|
|
15754
|
-
font-size: 1.1rem;
|
|
15755
|
-
height: 40px;
|
|
15756
|
-
width: 100%;
|
|
15757
|
-
border-radius: var(--border-radius-base);
|
|
15758
|
-
border: 3px solid transparent;
|
|
15759
|
-
padding: 0 4px;
|
|
15760
|
-
transition: border 0.4s;
|
|
15761
|
-
}
|
|
15762
|
-
}
|
|
15763
|
-
}
|
|
15764
|
-
|
|
15765
|
-
/* Resize search bar to look better on tablet size screens */
|
|
15766
|
-
@media (768px <= width <= 992px) {
|
|
15767
|
-
.featured-search {
|
|
15768
|
-
left: 10%;
|
|
15769
|
-
width: 80%;
|
|
15770
|
-
}
|
|
15771
|
-
|
|
15772
|
-
.flexbox .featured-search {
|
|
15773
|
-
left: 0;
|
|
15774
|
-
width: 100%;
|
|
15775
|
-
}
|
|
15776
|
-
|
|
15777
|
-
.featured-search.active {
|
|
15778
|
-
width: 100%;
|
|
15779
|
-
}
|
|
15780
|
-
}
|
|
15781
|
-
|
|
15782
|
-
.agency-form {
|
|
15783
|
-
margin-top: var(--spacer, 1rem) !important;
|
|
15784
|
-
margin-bottom: var(--spacer, 1rem) !important;
|
|
15785
|
-
|
|
15786
|
-
.textfield-container {
|
|
15787
|
-
float: left;
|
|
15788
|
-
padding-right: 44px;
|
|
15789
|
-
margin-right: -44px;
|
|
15790
|
-
width: 100%;
|
|
15791
|
-
}
|
|
15792
|
-
|
|
15793
|
-
.search-textfield {
|
|
15794
|
-
width: 100%;
|
|
15795
|
-
}
|
|
15796
|
-
|
|
15797
|
-
.submit-container {
|
|
15798
|
-
float: left;
|
|
15799
|
-
height: 40px;
|
|
15800
|
-
|
|
15801
|
-
button {
|
|
15802
|
-
color: #fff;
|
|
15803
|
-
border: none;
|
|
15804
|
-
width: 44px;
|
|
15805
|
-
height: 100%;
|
|
15806
|
-
float: left;
|
|
15807
|
-
font-size: 1.5rem;
|
|
15808
|
-
line-height: 0.9375rem;
|
|
15809
|
-
padding: 0;
|
|
15810
|
-
-webkit-appearance: none;
|
|
15811
|
-
|
|
15812
|
-
> span {
|
|
15813
|
-
position: relative;
|
|
15814
|
-
top: 0;
|
|
15815
|
-
font-size: 1.87rem;
|
|
15816
|
-
line-height: 1.875rem;
|
|
15817
|
-
}
|
|
15818
|
-
|
|
15819
|
-
@media (width <= 991px) {
|
|
15820
|
-
font-size: 2rem;
|
|
15821
|
-
line-height: 1em;
|
|
15822
|
-
padding-top: 0;
|
|
15823
|
-
}
|
|
15824
|
-
}
|
|
15825
|
-
}
|
|
15826
|
-
|
|
15827
|
-
input,
|
|
15828
|
-
button {
|
|
15829
|
-
height: 40px;
|
|
15830
|
-
line-height: 2.5rem;
|
|
15831
|
-
}
|
|
15832
|
-
|
|
15833
|
-
button {
|
|
15834
|
-
background: var(--gray-600, #72717c);
|
|
15835
|
-
|
|
15836
|
-
> span {
|
|
15837
|
-
top: 0;
|
|
15838
|
-
font-size: 1.8rem;
|
|
15839
|
-
}
|
|
15840
|
-
}
|
|
15841
|
-
}
|
|
15842
|
-
|
|
15843
|
-
.search-container,
|
|
15844
|
-
.search-container.featured-search.active {
|
|
15845
|
-
.textfield-container {
|
|
15846
|
-
/* Desktop Search Button Padding */
|
|
15847
|
-
margin-right: -80px;
|
|
15848
|
-
padding-right: 80px;
|
|
15849
|
-
|
|
15850
|
-
/* Mobile Search button padding */
|
|
15851
|
-
@media (width <= 991px) {
|
|
15852
|
-
margin-right: -48px;
|
|
15853
|
-
padding-right: 44px;
|
|
15854
|
-
}
|
|
15855
|
-
}
|
|
15856
|
-
|
|
15857
|
-
.submit-container {
|
|
15858
|
-
width: auto;
|
|
15859
|
-
}
|
|
15860
|
-
|
|
15861
|
-
.search-locator {
|
|
15862
|
-
color: var(--gray-900, #3b3a48);
|
|
15863
|
-
float: left;
|
|
15864
|
-
text-align: center;
|
|
15865
|
-
width: 100px;
|
|
15866
|
-
position: relative;
|
|
15867
|
-
display: none;
|
|
15868
|
-
line-height: inherit !important;
|
|
15869
|
-
cursor: pointer;
|
|
15870
|
-
|
|
15871
|
-
[class^="ca-gov-icon-"] {
|
|
15872
|
-
font-size: 1.4rem;
|
|
15873
|
-
padding: 0 !important;
|
|
15874
|
-
position: absolute;
|
|
15875
|
-
top: 0;
|
|
15876
|
-
width: 100%;
|
|
15877
|
-
left: 0;
|
|
15878
|
-
}
|
|
15879
|
-
|
|
15880
|
-
small {
|
|
15881
|
-
position: absolute;
|
|
15882
|
-
top: 1.7em;
|
|
15883
|
-
left: 0;
|
|
15884
|
-
width: 100%;
|
|
15885
|
-
text-align: center;
|
|
15886
|
-
display: block;
|
|
15887
|
-
overflow: hidden;
|
|
15888
|
-
white-space: nowrap;
|
|
15889
|
-
text-overflow: ellipsis;
|
|
15890
|
-
}
|
|
15891
|
-
|
|
15892
|
-
/* Active on mobile */
|
|
15893
|
-
@media (width <= 991px) {
|
|
15894
|
-
width: 75px;
|
|
15895
|
-
margin-left: 5px;
|
|
15896
|
-
}
|
|
15897
|
-
}
|
|
15898
|
-
|
|
15899
|
-
&.active {
|
|
15900
|
-
.search-locator {
|
|
15901
|
-
display: block;
|
|
15902
|
-
}
|
|
15903
|
-
}
|
|
15904
|
-
}
|
|
15905
|
-
|
|
15906
|
-
.search-container.featured-search {
|
|
15907
|
-
@media (width <= 991px) {
|
|
15908
|
-
padding: 0 1rem;
|
|
15909
|
-
max-height: 100%;
|
|
15910
|
-
}
|
|
15911
|
-
|
|
15912
|
-
&:hover,
|
|
15913
|
-
&:focus {
|
|
15914
|
-
background: none;
|
|
15915
|
-
}
|
|
15916
|
-
|
|
15917
|
-
&.active {
|
|
15918
|
-
background-color: var(--gray-100, #f3f3f4);
|
|
15919
|
-
border-top: 1px solid var(--gray-300, #bcbbc1);
|
|
15920
|
-
}
|
|
15921
|
-
}
|
|
15922
|
-
|
|
15923
|
-
@media (width >= 992px) {
|
|
15924
|
-
.fixed.compact .search-container {
|
|
15925
|
-
opacity: 0;
|
|
15926
|
-
}
|
|
15927
|
-
|
|
15928
|
-
.active-search .fixed.compact .search-container,
|
|
15929
|
-
.fixed.compact .search-container.active {
|
|
15930
|
-
opacity: 1;
|
|
15931
|
-
top: 55px;
|
|
15932
|
-
}
|
|
15933
|
-
}
|
|
15934
|
-
|
|
15935
|
-
/* full width navigation search container */
|
|
15936
|
-
@media (width >= 992px) {
|
|
15937
|
-
.nav-full-width + .search-container,
|
|
15938
|
-
.nav-full-width + .featured-search.active {
|
|
15939
|
-
top: 35px;
|
|
15940
|
-
}
|
|
15941
|
-
|
|
15942
|
-
.active-search .fixed.compact .nav-full-width + .search-container,
|
|
15943
|
-
.fixed.compact .nav-full-width + .search-container.active {
|
|
15944
|
-
opacity: 1;
|
|
15945
|
-
top: 35px;
|
|
15946
|
-
}
|
|
15947
|
-
}
|
|
15948
|
-
|
|
15949
|
-
@media (992px <= width <= 1200px) {
|
|
15950
|
-
.nav-full-width + .search-container,
|
|
15951
|
-
.nav-full-width + .featured-search.active {
|
|
15952
|
-
top: 32px;
|
|
15953
|
-
}
|
|
15954
|
-
|
|
15955
|
-
.active-search .fixed.compact .nav-full-width + .search-container,
|
|
15956
|
-
.fixed.compact .nav-full-width + .search-container.active {
|
|
15957
|
-
opacity: 1;
|
|
15958
|
-
top: 32px;
|
|
15959
|
-
}
|
|
15960
|
-
}
|
|
15961
|
-
|
|
15962
|
-
/* Search Button */
|
|
15963
|
-
|
|
15964
|
-
button.gsc-search-button {
|
|
15965
|
-
border-radius: 0 5px 5px 0;
|
|
15966
|
-
padding: 0 12px;
|
|
15967
|
-
border: 1px solid;
|
|
15968
|
-
min-height: 38px;
|
|
15969
|
-
margin-left: -1px;
|
|
15970
|
-
}
|
|
15971
|
-
|
|
15972
|
-
/* ------------- Custom search box (not google) -------------- */
|
|
15973
|
-
.search-container {
|
|
15974
|
-
#Search {
|
|
15975
|
-
display: flex;
|
|
15976
|
-
|
|
15977
|
-
.gsc-search-button {
|
|
15978
|
-
right: 50px;
|
|
15979
|
-
background-color: var(--gray-600, #72717c);
|
|
15980
|
-
border-color: var(--gray-600, #72717c);
|
|
15981
|
-
color: var(--white, #fff);
|
|
15982
|
-
|
|
15983
|
-
&:focus {
|
|
15984
|
-
outline: 2px solid var(--outline-dark-mode-color);
|
|
15985
|
-
outline-offset: -4px;
|
|
15986
|
-
}
|
|
15987
|
-
|
|
15988
|
-
&:hover,
|
|
15989
|
-
&:focus {
|
|
15990
|
-
background-color: var(--gray-800, #4a4958);
|
|
15991
|
-
border-color: var(--gray-800, #4a4958);
|
|
15992
|
-
}
|
|
15993
|
-
|
|
15994
|
-
.ca-gov-icon-search {
|
|
15995
|
-
color: var(--white, #fff);
|
|
15996
|
-
}
|
|
15997
|
-
|
|
15998
|
-
@media (width <= 991px) {
|
|
15999
|
-
background-color: var(--white, #fff);
|
|
16000
|
-
border-color: var(--white, #fff);
|
|
16001
|
-
|
|
16002
|
-
.ca-gov-icon-search {
|
|
16003
|
-
color: var(--gray-700, #5e5e6a);
|
|
16004
|
-
}
|
|
16005
|
-
|
|
16006
|
-
&:hover,
|
|
16007
|
-
&:focus {
|
|
16008
|
-
background-color: var(--gray-50, #fafafa);
|
|
16009
|
-
border-color: var(--gray-50, #fafafa);
|
|
16010
|
-
|
|
16011
|
-
.ca-gov-icon-search {
|
|
16012
|
-
color: var(--gray-900, #3b3a48);
|
|
16013
|
-
}
|
|
16014
|
-
}
|
|
16015
|
-
}
|
|
16016
|
-
}
|
|
16017
|
-
|
|
16018
|
-
.close-search-btn {
|
|
16019
|
-
display: block;
|
|
16020
|
-
|
|
16021
|
-
.sr-only {
|
|
16022
|
-
color: var(--color-p2, #046b99);
|
|
16023
|
-
text-decoration: underline;
|
|
16024
|
-
|
|
16025
|
-
&:hover,
|
|
16026
|
-
&:focus {
|
|
16027
|
-
color: var(--color-p2-darker, #214a68);
|
|
16028
|
-
text-decoration: none;
|
|
16029
|
-
}
|
|
16030
|
-
}
|
|
16031
|
-
}
|
|
16032
|
-
|
|
16033
|
-
.close-search {
|
|
16034
|
-
display: block;
|
|
16035
|
-
right: 0;
|
|
16036
|
-
|
|
16037
|
-
@media (width <= 991px) {
|
|
16038
|
-
display: block;
|
|
16039
|
-
cursor: pointer;
|
|
16040
|
-
min-height: 38px;
|
|
16041
|
-
|
|
16042
|
-
.sr-only {
|
|
16043
|
-
height: unset !important;
|
|
16044
|
-
width: unset !important;
|
|
16045
|
-
position: relative !important;
|
|
16046
|
-
clip: unset !important;
|
|
16047
|
-
background: none !important;
|
|
16048
|
-
margin: 0 !important;
|
|
16049
|
-
font-size: 1.125rem !important;
|
|
16050
|
-
}
|
|
16051
|
-
}
|
|
16052
|
-
}
|
|
16053
|
-
}
|
|
16054
|
-
|
|
16055
|
-
&:hover,
|
|
16056
|
-
&:focus,
|
|
16057
|
-
&.active {
|
|
16058
|
-
.search-textfield {
|
|
16059
|
-
background-color: #fff;
|
|
16060
|
-
}
|
|
16061
|
-
|
|
16062
|
-
.submit-container button {
|
|
16063
|
-
border-color: #fff;
|
|
16064
|
-
}
|
|
16065
|
-
}
|
|
16066
|
-
|
|
16067
|
-
&.active {
|
|
16068
|
-
max-height: 300px;
|
|
16069
|
-
padding: 20px 15%;
|
|
16070
|
-
|
|
16071
|
-
/* Active on mobile 991px */
|
|
16072
|
-
@media (width <= 991px) {
|
|
16073
|
-
padding-top: 1.125rem;
|
|
16074
|
-
padding-bottom: 1.125rem;
|
|
16075
|
-
}
|
|
16076
|
-
|
|
16077
|
-
.close-search {
|
|
16078
|
-
display: block;
|
|
15706
|
+
button {
|
|
15707
|
+
transition: all 0.4s;
|
|
15708
|
+
font-size: 2.5rem;
|
|
15709
|
+
width: 60px;
|
|
15710
|
+
appearance: none;
|
|
16079
15711
|
|
|
16080
|
-
|
|
16081
|
-
|
|
15712
|
+
> span {
|
|
15713
|
+
font-size: 2.8125rem;
|
|
15714
|
+
line-height: 2.8125rem;
|
|
15715
|
+
}
|
|
16082
15716
|
}
|
|
16083
15717
|
}
|
|
15718
|
+
}
|
|
15719
|
+
}
|
|
16084
15720
|
|
|
16085
|
-
|
|
16086
|
-
|
|
15721
|
+
/* Resize search bar to look better on tablet size screens */
|
|
15722
|
+
@media (768px <= width <= 992px) {
|
|
15723
|
+
.featured-search {
|
|
15724
|
+
left: 10%;
|
|
15725
|
+
width: 80%;
|
|
15726
|
+
}
|
|
15727
|
+
}
|
|
16087
15728
|
|
|
16088
|
-
|
|
16089
|
-
|
|
16090
|
-
|
|
16091
|
-
|
|
16092
|
-
|
|
16093
|
-
color: var(--gray-100, #ededef);
|
|
16094
|
-
display: block;
|
|
16095
|
-
margin-top: 12px;
|
|
16096
|
-
margin-left: 2px;
|
|
16097
|
-
}
|
|
16098
|
-
}
|
|
15729
|
+
.search-container.featured-search {
|
|
15730
|
+
@media (width <= 991px) {
|
|
15731
|
+
padding: 0 1rem;
|
|
15732
|
+
max-height: 100%;
|
|
15733
|
+
}
|
|
16099
15734
|
|
|
16100
|
-
|
|
15735
|
+
&:hover,
|
|
15736
|
+
&:focus {
|
|
15737
|
+
background: none;
|
|
15738
|
+
}
|
|
15739
|
+
}
|
|
16101
15740
|
|
|
16102
|
-
|
|
16103
|
-
|
|
16104
|
-
|
|
16105
|
-
|
|
15741
|
+
@media (width >= 992px) {
|
|
15742
|
+
.fixed.compact .search-container {
|
|
15743
|
+
opacity: 0;
|
|
15744
|
+
}
|
|
15745
|
+
|
|
15746
|
+
.active-search .fixed.compact .search-container {
|
|
15747
|
+
opacity: 1;
|
|
15748
|
+
top: 55px;
|
|
16106
15749
|
}
|
|
16107
15750
|
}
|
|
16108
15751
|
|
|
15752
|
+
button.gsc-search-button {
|
|
15753
|
+
border-radius: 0 5px 5px 0;
|
|
15754
|
+
padding: 0 12px;
|
|
15755
|
+
border: 1px solid;
|
|
15756
|
+
min-height: 38px;
|
|
15757
|
+
margin-left: -1px;
|
|
15758
|
+
}
|
|
15759
|
+
|
|
15760
|
+
/* ------------- Custom search box (not google) -------------- */
|
|
15761
|
+
|
|
16109
15762
|
.featured-search {
|
|
16110
|
-
div.gsc-clear-button {
|
|
15763
|
+
& div.gsc-clear-button {
|
|
16111
15764
|
width: 0;
|
|
16112
15765
|
|
|
16113
15766
|
&::before {
|
|
@@ -16135,25 +15788,6 @@ button.gsc-search-button {
|
|
|
16135
15788
|
}
|
|
16136
15789
|
}
|
|
16137
15790
|
|
|
16138
|
-
.featured-search.active {
|
|
16139
|
-
.search-locator {
|
|
16140
|
-
display: block;
|
|
16141
|
-
}
|
|
16142
|
-
|
|
16143
|
-
.container {
|
|
16144
|
-
#Search {
|
|
16145
|
-
.gsc-search-button {
|
|
16146
|
-
right: 50px;
|
|
16147
|
-
outline-offset: -2px;
|
|
16148
|
-
}
|
|
16149
|
-
|
|
16150
|
-
.close-search-btn {
|
|
16151
|
-
display: block;
|
|
16152
|
-
}
|
|
16153
|
-
}
|
|
16154
|
-
}
|
|
16155
|
-
}
|
|
16156
|
-
|
|
16157
15791
|
/* -----------------------------------------
|
|
16158
15792
|
GOOGLE CUSTOM SEARCH CUSTOMIZATION OVERRIDES
|
|
16159
15793
|
/src/css/cagov/search.css
|
|
@@ -16295,67 +15929,6 @@ table.gsc-search-box td {
|
|
|
16295
15929
|
.full-width-nav .featured-search input.search-textfield {
|
|
16296
15930
|
padding: 0 8px;
|
|
16297
15931
|
}
|
|
16298
|
-
|
|
16299
|
-
/* full width featured search hack for IE */
|
|
16300
|
-
@media all and (-ms-high-contrast: none) {
|
|
16301
|
-
.full-width-nav .featured-search {
|
|
16302
|
-
width: 100%;
|
|
16303
|
-
max-width: 100%;
|
|
16304
|
-
padding-right: 15px;
|
|
16305
|
-
|
|
16306
|
-
.container {
|
|
16307
|
-
width: 40%;
|
|
16308
|
-
float: right;
|
|
16309
|
-
}
|
|
16310
|
-
}
|
|
16311
|
-
|
|
16312
|
-
*::-ms-backdrop,
|
|
16313
|
-
.full-width-nav .featured-search {
|
|
16314
|
-
width: 100%;
|
|
16315
|
-
max-width: 100%;
|
|
16316
|
-
padding-right: 15px;
|
|
16317
|
-
|
|
16318
|
-
.container {
|
|
16319
|
-
width: 40%;
|
|
16320
|
-
float: right;
|
|
16321
|
-
}
|
|
16322
|
-
}
|
|
16323
|
-
}
|
|
16324
|
-
}
|
|
16325
|
-
|
|
16326
|
-
@media (992px <= width <= 1200px) {
|
|
16327
|
-
/* full width featured search hack for IE */
|
|
16328
|
-
@media all and (-ms-high-contrast: none) {
|
|
16329
|
-
.full-width-nav .featured-search {
|
|
16330
|
-
width: 100%;
|
|
16331
|
-
max-width: 100%;
|
|
16332
|
-
padding-right: 15px;
|
|
16333
|
-
|
|
16334
|
-
.container {
|
|
16335
|
-
width: 40%;
|
|
16336
|
-
float: right;
|
|
16337
|
-
}
|
|
16338
|
-
}
|
|
16339
|
-
|
|
16340
|
-
*::-ms-backdrop,
|
|
16341
|
-
.full-width-nav .featured-search {
|
|
16342
|
-
width: 100%;
|
|
16343
|
-
max-width: 100%;
|
|
16344
|
-
padding-right: 15px;
|
|
16345
|
-
|
|
16346
|
-
.container {
|
|
16347
|
-
width: 40%;
|
|
16348
|
-
float: right;
|
|
16349
|
-
}
|
|
16350
|
-
}
|
|
16351
|
-
}
|
|
16352
|
-
}
|
|
16353
|
-
|
|
16354
|
-
/* search box icons for mobile */
|
|
16355
|
-
@media (width <= 991px) {
|
|
16356
|
-
.search-container #Search .close-search {
|
|
16357
|
-
padding-left: 10px;
|
|
16358
|
-
}
|
|
16359
15932
|
}
|
|
16360
15933
|
|
|
16361
15934
|
/* clears the ‘X’ from Internet Explorer */
|
|
@@ -16650,7 +16223,7 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
16650
16223
|
margin: 0;
|
|
16651
16224
|
padding: 0;
|
|
16652
16225
|
|
|
16653
|
-
a {
|
|
16226
|
+
& a {
|
|
16654
16227
|
text-decoration: none;
|
|
16655
16228
|
|
|
16656
16229
|
&:focus {
|
|
@@ -16836,8 +16409,8 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
16836
16409
|
-moz-box-flex: 1;
|
|
16837
16410
|
flex: 1 1 auto;
|
|
16838
16411
|
|
|
16839
|
-
.noflex
|
|
16840
|
-
.oldie
|
|
16412
|
+
.noflex,
|
|
16413
|
+
.oldie {
|
|
16841
16414
|
display: table-cell;
|
|
16842
16415
|
}
|
|
16843
16416
|
|
|
@@ -16906,7 +16479,7 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
16906
16479
|
.nav-item:hover .sub-nav {
|
|
16907
16480
|
display: block;
|
|
16908
16481
|
|
|
16909
|
-
.touch
|
|
16482
|
+
.touch {
|
|
16910
16483
|
display: none;
|
|
16911
16484
|
}
|
|
16912
16485
|
}
|
|
@@ -17056,7 +16629,7 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17056
16629
|
margin: 0 2px;
|
|
17057
16630
|
text-decoration: none;
|
|
17058
16631
|
|
|
17059
|
-
span[class^="ca-gov-icon"]:not(.carrot) {
|
|
16632
|
+
& span[class^="ca-gov-icon"]:not(.carrot) {
|
|
17060
16633
|
font-size: 1.5rem;
|
|
17061
16634
|
display: inline-block;
|
|
17062
16635
|
vertical-align: -2px;
|
|
@@ -17224,8 +16797,8 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17224
16797
|
.unit1 {
|
|
17225
16798
|
min-height: unset !important;
|
|
17226
16799
|
|
|
17227
|
-
a.second-level-link:hover,
|
|
17228
|
-
a.second-level-link:focus {
|
|
16800
|
+
& a.second-level-link:hover,
|
|
16801
|
+
& a.second-level-link:focus {
|
|
17229
16802
|
background-color: var(--gray-50, #fafafa);
|
|
17230
16803
|
text-decoration: none;
|
|
17231
16804
|
}
|
|
@@ -17238,9 +16811,23 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17238
16811
|
&.has-sub {
|
|
17239
16812
|
.carrot {
|
|
17240
16813
|
position: absolute;
|
|
17241
|
-
right:
|
|
16814
|
+
right: 1.2rem;
|
|
17242
16815
|
top: 0.35rem;
|
|
17243
16816
|
transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
|
|
16817
|
+
|
|
16818
|
+
&::after {
|
|
16819
|
+
content: "";
|
|
16820
|
+
display: inline-block;
|
|
16821
|
+
text-decoration: none;
|
|
16822
|
+
position: relative;
|
|
16823
|
+
width: 0.55rem;
|
|
16824
|
+
height: 0.55rem;
|
|
16825
|
+
border-top: 2px solid var(--color-p2, #046b99);
|
|
16826
|
+
border-left: 2px solid var(--color-p2, #046b99);
|
|
16827
|
+
transform: rotate(225deg);
|
|
16828
|
+
vertical-align: middle;
|
|
16829
|
+
top: -2px;
|
|
16830
|
+
}
|
|
17244
16831
|
}
|
|
17245
16832
|
}
|
|
17246
16833
|
|
|
@@ -17330,34 +16917,41 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17330
16917
|
}
|
|
17331
16918
|
|
|
17332
16919
|
/* button carrot */
|
|
17333
|
-
.first-level-btn
|
|
17334
|
-
|
|
17335
|
-
|
|
17336
|
-
|
|
17337
|
-
|
|
17338
|
-
|
|
17339
|
-
|
|
17340
|
-
|
|
17341
|
-
|
|
17342
|
-
|
|
17343
|
-
|
|
17344
|
-
|
|
17345
|
-
|
|
17346
|
-
|
|
17347
|
-
}
|
|
16920
|
+
.first-level-btn {
|
|
16921
|
+
&[aria-expanded="false"] .rotate,
|
|
16922
|
+
&[aria-expanded="true"] .rotate {
|
|
16923
|
+
display: block;
|
|
16924
|
+
position: absolute;
|
|
16925
|
+
top: 0;
|
|
16926
|
+
right: 0;
|
|
16927
|
+
width: 55px !important;
|
|
16928
|
+
height: 55px !important;
|
|
16929
|
+
text-align: center;
|
|
16930
|
+
cursor: pointer;
|
|
16931
|
+
border: none;
|
|
16932
|
+
transition: all 0.2s ease !important;
|
|
16933
|
+
color: var(--white, #fff) !important;
|
|
17348
16934
|
|
|
17349
|
-
|
|
17350
|
-
|
|
17351
|
-
|
|
17352
|
-
|
|
17353
|
-
|
|
17354
|
-
|
|
17355
|
-
|
|
17356
|
-
|
|
17357
|
-
|
|
17358
|
-
|
|
17359
|
-
|
|
17360
|
-
|
|
16935
|
+
&::after {
|
|
16936
|
+
content: "";
|
|
16937
|
+
display: inline-block;
|
|
16938
|
+
text-decoration: none;
|
|
16939
|
+
position: absolute;
|
|
16940
|
+
width: 0.55rem;
|
|
16941
|
+
height: 0.55rem;
|
|
16942
|
+
border-top: 2px solid #fff;
|
|
16943
|
+
border-left: 2px solid #fff;
|
|
16944
|
+
vertical-align: middle;
|
|
16945
|
+
top: 50%;
|
|
16946
|
+
transform: translateY(-50%) rotate(135deg);
|
|
16947
|
+
right: 1.5rem;
|
|
16948
|
+
margin-left: 0.5rem;
|
|
16949
|
+
}
|
|
16950
|
+
}
|
|
16951
|
+
|
|
16952
|
+
&[aria-expanded="true"] .rotate {
|
|
16953
|
+
transform: rotate(90deg) !important;
|
|
16954
|
+
}
|
|
17361
16955
|
}
|
|
17362
16956
|
|
|
17363
16957
|
/* Side nav second level active styles */
|
|
@@ -17893,7 +17487,7 @@ header.nav-overlay {
|
|
|
17893
17487
|
min-height: 1.75rem;
|
|
17894
17488
|
margin: 0.4rem 0 0 auto;
|
|
17895
17489
|
|
|
17896
|
-
span {
|
|
17490
|
+
& span {
|
|
17897
17491
|
height: 3px;
|
|
17898
17492
|
width: 32px;
|
|
17899
17493
|
display: block;
|
|
@@ -17919,20 +17513,20 @@ header.nav-overlay {
|
|
|
17919
17513
|
}
|
|
17920
17514
|
|
|
17921
17515
|
&[aria-expanded="true"] {
|
|
17922
|
-
span:nth-child(1) {
|
|
17516
|
+
& span:nth-child(1) {
|
|
17923
17517
|
top: 12px;
|
|
17924
17518
|
width: 0%;
|
|
17925
17519
|
}
|
|
17926
17520
|
|
|
17927
|
-
span:nth-child(2) {
|
|
17521
|
+
& span:nth-child(2) {
|
|
17928
17522
|
transform: rotate(45deg);
|
|
17929
17523
|
}
|
|
17930
17524
|
|
|
17931
|
-
span:nth-child(3) {
|
|
17525
|
+
& span:nth-child(3) {
|
|
17932
17526
|
transform: rotate(-45deg);
|
|
17933
17527
|
}
|
|
17934
17528
|
|
|
17935
|
-
span:nth-child(4) {
|
|
17529
|
+
& span:nth-child(4) {
|
|
17936
17530
|
top: 12px;
|
|
17937
17531
|
width: 0%;
|
|
17938
17532
|
}
|
|
@@ -18206,7 +17800,7 @@ header.nav-overlay {
|
|
|
18206
17800
|
}
|
|
18207
17801
|
}
|
|
18208
17802
|
|
|
18209
|
-
a {
|
|
17803
|
+
& a {
|
|
18210
17804
|
display: inline-block;
|
|
18211
17805
|
padding: 0;
|
|
18212
17806
|
text-decoration: underline;
|
|
@@ -18220,7 +17814,7 @@ header.nav-overlay {
|
|
|
18220
17814
|
}
|
|
18221
17815
|
}
|
|
18222
17816
|
|
|
18223
|
-
ul {
|
|
17817
|
+
& ul {
|
|
18224
17818
|
padding-left: 0;
|
|
18225
17819
|
margin-bottom: 0;
|
|
18226
17820
|
margin-left: -5px;
|
|
@@ -18240,10 +17834,10 @@ header.nav-overlay {
|
|
|
18240
17834
|
}
|
|
18241
17835
|
}
|
|
18242
17836
|
|
|
18243
|
-
li {
|
|
17837
|
+
& li {
|
|
18244
17838
|
padding: 0 8px;
|
|
18245
17839
|
|
|
18246
|
-
button {
|
|
17840
|
+
& button {
|
|
18247
17841
|
font-size: 100%;
|
|
18248
17842
|
outline: none !important;
|
|
18249
17843
|
position: relative;
|
|
@@ -18251,7 +17845,7 @@ header.nav-overlay {
|
|
|
18251
17845
|
background-color: transparent;
|
|
18252
17846
|
border: none;
|
|
18253
17847
|
|
|
18254
|
-
span {
|
|
17848
|
+
& span {
|
|
18255
17849
|
font-size: 100% !important;
|
|
18256
17850
|
}
|
|
18257
17851
|
|
|
@@ -18306,7 +17900,7 @@ header.nav-overlay {
|
|
|
18306
17900
|
justify-content: flex-end;
|
|
18307
17901
|
min-height: 38px;
|
|
18308
17902
|
|
|
18309
|
-
a {
|
|
17903
|
+
& a {
|
|
18310
17904
|
margin: 0;
|
|
18311
17905
|
margin-left: 1rem;
|
|
18312
17906
|
font-size: 0.95rem;
|
|
@@ -18316,7 +17910,7 @@ header.nav-overlay {
|
|
|
18316
17910
|
}
|
|
18317
17911
|
}
|
|
18318
17912
|
|
|
18319
|
-
button {
|
|
17913
|
+
& button {
|
|
18320
17914
|
margin: 0;
|
|
18321
17915
|
padding-right: 0;
|
|
18322
17916
|
font-size: 0.95rem;
|
|
@@ -18331,8 +17925,14 @@ header.nav-overlay {
|
|
|
18331
17925
|
}
|
|
18332
17926
|
|
|
18333
17927
|
.social-media-links {
|
|
17928
|
+
display: flex;
|
|
17929
|
+
flex-direction: row;
|
|
17930
|
+
justify-content: flex-start;
|
|
17931
|
+
min-height: 38px;
|
|
17932
|
+
align-items: center;
|
|
17933
|
+
|
|
18334
17934
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
18335
|
-
a {
|
|
17935
|
+
& a {
|
|
18336
17936
|
margin: 0 10px;
|
|
18337
17937
|
color: var(--black, #000);
|
|
18338
17938
|
text-decoration: none;
|
|
@@ -18343,16 +17943,10 @@ header.nav-overlay {
|
|
|
18343
17943
|
}
|
|
18344
17944
|
}
|
|
18345
17945
|
|
|
18346
|
-
display: flex;
|
|
18347
|
-
flex-direction: row;
|
|
18348
|
-
justify-content: flex-start;
|
|
18349
|
-
min-height: 38px;
|
|
18350
|
-
align-items: center;
|
|
18351
|
-
|
|
18352
17946
|
.header-cagov-logo {
|
|
18353
17947
|
margin-right: 0.5rem;
|
|
18354
17948
|
|
|
18355
|
-
img {
|
|
17949
|
+
& img {
|
|
18356
17950
|
left: 0;
|
|
18357
17951
|
height: 24px;
|
|
18358
17952
|
margin-top: 6px;
|
|
@@ -18361,9 +17955,12 @@ header.nav-overlay {
|
|
|
18361
17955
|
|
|
18362
17956
|
.ca-gov-logo-svg {
|
|
18363
17957
|
vertical-align: middle;
|
|
17958
|
+
aspect-ratio: 9 / 5;
|
|
17959
|
+
display: inline-block;
|
|
17960
|
+
width: 45px;
|
|
18364
17961
|
}
|
|
18365
17962
|
|
|
18366
|
-
a {
|
|
17963
|
+
& a {
|
|
18367
17964
|
margin: 0;
|
|
18368
17965
|
padding-top: 0;
|
|
18369
17966
|
}
|
|
@@ -18484,7 +18081,7 @@ header.nav-overlay {
|
|
|
18484
18081
|
&:not(:disabled, .disabled):active,
|
|
18485
18082
|
&:not(:disabled, .disabled).active,
|
|
18486
18083
|
.show > .dropdown-toggle,
|
|
18487
|
-
.open > .dropdown-toggle
|
|
18084
|
+
.open > .dropdown-toggle {
|
|
18488
18085
|
color: var(--white, #fff);
|
|
18489
18086
|
background-color: var(--color-p2-darker, #214a68);
|
|
18490
18087
|
border-color: var(--white, #fff);
|
|
@@ -18494,8 +18091,7 @@ header.nav-overlay {
|
|
|
18494
18091
|
|
|
18495
18092
|
&.disabled,
|
|
18496
18093
|
&[disabled],
|
|
18497
|
-
fieldset[disabled]
|
|
18498
|
-
&,
|
|
18094
|
+
fieldset[disabled] {
|
|
18499
18095
|
&:hover,
|
|
18500
18096
|
&:focus,
|
|
18501
18097
|
&:active,
|
|
@@ -18522,7 +18118,7 @@ header.nav-overlay {
|
|
|
18522
18118
|
&:not(:disabled, .disabled):active,
|
|
18523
18119
|
&:not(:disabled, .disabled).active,
|
|
18524
18120
|
.show > .dropdown-toggle,
|
|
18525
|
-
.open > .dropdown-toggle
|
|
18121
|
+
.open > .dropdown-toggle {
|
|
18526
18122
|
color: var(--white, #fff);
|
|
18527
18123
|
background-color: var(--color-p3-darker, #242830);
|
|
18528
18124
|
border-color: var(--white, #fff);
|
|
@@ -18532,8 +18128,7 @@ header.nav-overlay {
|
|
|
18532
18128
|
|
|
18533
18129
|
&.disabled,
|
|
18534
18130
|
&[disabled],
|
|
18535
|
-
fieldset[disabled]
|
|
18536
|
-
&,
|
|
18131
|
+
fieldset[disabled] {
|
|
18537
18132
|
&:hover,
|
|
18538
18133
|
&:focus,
|
|
18539
18134
|
&:active,
|
|
@@ -18561,7 +18156,7 @@ header.nav-overlay {
|
|
|
18561
18156
|
}
|
|
18562
18157
|
|
|
18563
18158
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
18564
|
-
a:not(.btn) {
|
|
18159
|
+
& a:not(.btn) {
|
|
18565
18160
|
color: var(--white, #fff);
|
|
18566
18161
|
|
|
18567
18162
|
&:hover,
|
|
@@ -18588,7 +18183,7 @@ header.nav-overlay {
|
|
|
18588
18183
|
&:not(:disabled, .disabled):active,
|
|
18589
18184
|
&:not(:disabled, .disabled).active,
|
|
18590
18185
|
.show > .dropdown-toggle,
|
|
18591
|
-
.open > .dropdown-toggle
|
|
18186
|
+
.open > .dropdown-toggle {
|
|
18592
18187
|
color: var(--white, #fff);
|
|
18593
18188
|
background-color: var(--color-p2-darker, #214a68);
|
|
18594
18189
|
border-color: var(--white, #fff);
|
|
@@ -18598,8 +18193,7 @@ header.nav-overlay {
|
|
|
18598
18193
|
|
|
18599
18194
|
&.disabled,
|
|
18600
18195
|
&[disabled],
|
|
18601
|
-
fieldset[disabled]
|
|
18602
|
-
&,
|
|
18196
|
+
fieldset[disabled] {
|
|
18603
18197
|
&:hover,
|
|
18604
18198
|
&:focus,
|
|
18605
18199
|
&:active,
|
|
@@ -18637,8 +18231,7 @@ header.nav-overlay {
|
|
|
18637
18231
|
|
|
18638
18232
|
&.disabled,
|
|
18639
18233
|
&[disabled],
|
|
18640
|
-
fieldset[disabled]
|
|
18641
|
-
&,
|
|
18234
|
+
fieldset[disabled] {
|
|
18642
18235
|
&:hover,
|
|
18643
18236
|
&:focus,
|
|
18644
18237
|
&:active,
|
|
@@ -18693,7 +18286,7 @@ header.nav-overlay {
|
|
|
18693
18286
|
&:not(:disabled, .disabled):active,
|
|
18694
18287
|
&:not(:disabled, .disabled).active,
|
|
18695
18288
|
.show > .dropdown-toggle,
|
|
18696
|
-
.open > .dropdown-toggle
|
|
18289
|
+
.open > .dropdown-toggle {
|
|
18697
18290
|
color: var(--white, #fff);
|
|
18698
18291
|
background-color: var(--color-p2-darker, #214a68);
|
|
18699
18292
|
border-color: var(--white, #fff);
|
|
@@ -18703,8 +18296,7 @@ header.nav-overlay {
|
|
|
18703
18296
|
|
|
18704
18297
|
&.disabled,
|
|
18705
18298
|
&[disabled],
|
|
18706
|
-
fieldset[disabled]
|
|
18707
|
-
&,
|
|
18299
|
+
fieldset[disabled] {
|
|
18708
18300
|
&:hover,
|
|
18709
18301
|
&:focus,
|
|
18710
18302
|
&:active,
|
|
@@ -18732,7 +18324,7 @@ header.nav-overlay {
|
|
|
18732
18324
|
&:not(:disabled, .disabled):active,
|
|
18733
18325
|
&:not(:disabled, .disabled).active,
|
|
18734
18326
|
.show > .dropdown-toggle,
|
|
18735
|
-
.open > .dropdown-toggle
|
|
18327
|
+
.open > .dropdown-toggle {
|
|
18736
18328
|
color: var(--white, #fff);
|
|
18737
18329
|
background-color: var(--color-p3-darker, #242830);
|
|
18738
18330
|
border-color: var(--white, #fff);
|
|
@@ -18742,8 +18334,7 @@ header.nav-overlay {
|
|
|
18742
18334
|
|
|
18743
18335
|
&.disabled,
|
|
18744
18336
|
&[disabled],
|
|
18745
|
-
fieldset[disabled]
|
|
18746
|
-
&,
|
|
18337
|
+
fieldset[disabled] {
|
|
18747
18338
|
&:hover,
|
|
18748
18339
|
&:focus,
|
|
18749
18340
|
&:active,
|
|
@@ -18770,7 +18361,7 @@ header.nav-overlay {
|
|
|
18770
18361
|
&:not(:disabled, .disabled):active,
|
|
18771
18362
|
&:not(:disabled, .disabled).active,
|
|
18772
18363
|
.show > .dropdown-toggle,
|
|
18773
|
-
.open > .dropdown-toggle
|
|
18364
|
+
.open > .dropdown-toggle {
|
|
18774
18365
|
color: var(--white, #fff);
|
|
18775
18366
|
background-color: rgb(255 255 255 / 20%);
|
|
18776
18367
|
border-color: var(--white, #fff);
|
|
@@ -18780,8 +18371,7 @@ header.nav-overlay {
|
|
|
18780
18371
|
|
|
18781
18372
|
&.disabled,
|
|
18782
18373
|
&[disabled],
|
|
18783
|
-
fieldset[disabled]
|
|
18784
|
-
&,
|
|
18374
|
+
fieldset[disabled] {
|
|
18785
18375
|
&:hover,
|
|
18786
18376
|
&:focus,
|
|
18787
18377
|
&:active,
|
|
@@ -18837,7 +18427,7 @@ header.nav-overlay {
|
|
|
18837
18427
|
&:not(:disabled, .disabled):active,
|
|
18838
18428
|
&:not(:disabled, .disabled).active,
|
|
18839
18429
|
.show > .dropdown-toggle,
|
|
18840
|
-
.open > .dropdown-toggle
|
|
18430
|
+
.open > .dropdown-toggle {
|
|
18841
18431
|
color: var(--white, #fff);
|
|
18842
18432
|
background-color: var(--color-p2-darker, #214a68);
|
|
18843
18433
|
border-color: var(--white, #fff);
|
|
@@ -18847,8 +18437,7 @@ header.nav-overlay {
|
|
|
18847
18437
|
|
|
18848
18438
|
&.disabled,
|
|
18849
18439
|
&[disabled],
|
|
18850
|
-
fieldset[disabled]
|
|
18851
|
-
&,
|
|
18440
|
+
fieldset[disabled] {
|
|
18852
18441
|
&:hover,
|
|
18853
18442
|
&:focus,
|
|
18854
18443
|
&:active,
|
|
@@ -18876,7 +18465,7 @@ header.nav-overlay {
|
|
|
18876
18465
|
&:not(:disabled, .disabled):active,
|
|
18877
18466
|
&:not(:disabled, .disabled).active,
|
|
18878
18467
|
.show > .dropdown-toggle,
|
|
18879
|
-
.open > .dropdown-toggle
|
|
18468
|
+
.open > .dropdown-toggle {
|
|
18880
18469
|
color: var(--white, #fff);
|
|
18881
18470
|
background-color: var(--color-p3-darker, #242830);
|
|
18882
18471
|
border-color: var(--white, #fff);
|
|
@@ -18886,8 +18475,7 @@ header.nav-overlay {
|
|
|
18886
18475
|
|
|
18887
18476
|
&.disabled,
|
|
18888
18477
|
&[disabled],
|
|
18889
|
-
fieldset[disabled]
|
|
18890
|
-
&,
|
|
18478
|
+
fieldset[disabled] {
|
|
18891
18479
|
&:hover,
|
|
18892
18480
|
&:focus,
|
|
18893
18481
|
&:active,
|
|
@@ -18943,7 +18531,7 @@ header.nav-overlay {
|
|
|
18943
18531
|
&:not(:disabled, .disabled):active,
|
|
18944
18532
|
&:not(:disabled, .disabled).active,
|
|
18945
18533
|
.show > .dropdown-toggle,
|
|
18946
|
-
.open > .dropdown-toggle
|
|
18534
|
+
.open > .dropdown-toggle {
|
|
18947
18535
|
color: var(--white, #fff);
|
|
18948
18536
|
background-color: var(--color-p2-darker, #214a68);
|
|
18949
18537
|
border-color: var(--white, #fff);
|
|
@@ -18953,8 +18541,7 @@ header.nav-overlay {
|
|
|
18953
18541
|
|
|
18954
18542
|
&.disabled,
|
|
18955
18543
|
&[disabled],
|
|
18956
|
-
fieldset[disabled]
|
|
18957
|
-
&,
|
|
18544
|
+
fieldset[disabled] {
|
|
18958
18545
|
&:hover,
|
|
18959
18546
|
&:focus,
|
|
18960
18547
|
&:active,
|
|
@@ -18982,7 +18569,7 @@ header.nav-overlay {
|
|
|
18982
18569
|
&:not(:disabled, .disabled):active,
|
|
18983
18570
|
&:not(:disabled, .disabled).active,
|
|
18984
18571
|
.show > .dropdown-toggle,
|
|
18985
|
-
.open > .dropdown-toggle
|
|
18572
|
+
.open > .dropdown-toggle {
|
|
18986
18573
|
color: var(--white, #fff);
|
|
18987
18574
|
background-color: var(--color-p3-darker, #242830);
|
|
18988
18575
|
border-color: var(--white, #fff);
|
|
@@ -18992,8 +18579,7 @@ header.nav-overlay {
|
|
|
18992
18579
|
|
|
18993
18580
|
&.disabled,
|
|
18994
18581
|
&[disabled],
|
|
18995
|
-
fieldset[disabled]
|
|
18996
|
-
&,
|
|
18582
|
+
fieldset[disabled] {
|
|
18997
18583
|
&:hover,
|
|
18998
18584
|
&:focus,
|
|
18999
18585
|
&:active,
|
|
@@ -19074,7 +18660,7 @@ textarea.sourcecode {
|
|
|
19074
18660
|
color: var(--white, #fff);
|
|
19075
18661
|
|
|
19076
18662
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
19077
|
-
a:not(.btn) {
|
|
18663
|
+
& a:not(.btn) {
|
|
19078
18664
|
color: var(--white, #fff);
|
|
19079
18665
|
text-decoration: underline;
|
|
19080
18666
|
|
|
@@ -19861,7 +19447,7 @@ html {
|
|
|
19861
19447
|
margin-left: 2.5rem;
|
|
19862
19448
|
}
|
|
19863
19449
|
|
|
19864
|
-
img,
|
|
19450
|
+
& img,
|
|
19865
19451
|
.alert-img {
|
|
19866
19452
|
max-width: 28px;
|
|
19867
19453
|
max-height: 28px;
|
|
@@ -19882,7 +19468,7 @@ html {
|
|
|
19882
19468
|
background: none;
|
|
19883
19469
|
}
|
|
19884
19470
|
|
|
19885
|
-
a:not(.btn),
|
|
19471
|
+
& a:not(.btn),
|
|
19886
19472
|
.close {
|
|
19887
19473
|
color: var(--white, #fff);
|
|
19888
19474
|
|
|
@@ -20023,7 +19609,6 @@ html {
|
|
|
20023
19609
|
color: var(--link-color, #046b99);
|
|
20024
19610
|
font-weight: 600;
|
|
20025
19611
|
|
|
20026
|
-
&,
|
|
20027
19612
|
&:hover {
|
|
20028
19613
|
border: none;
|
|
20029
19614
|
border-top: none !important;
|
|
@@ -20130,10 +19715,12 @@ html {
|
|
|
20130
19715
|
}
|
|
20131
19716
|
}
|
|
20132
19717
|
|
|
19718
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20133
19719
|
.nav-tabs > li > a:hover {
|
|
20134
19720
|
color: var(--brand-primary-darker, #29597f);
|
|
20135
19721
|
}
|
|
20136
19722
|
|
|
19723
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20137
19724
|
.nav-tabs > li > a:focus {
|
|
20138
19725
|
outline: 2px solid var(--outline-default-color);
|
|
20139
19726
|
outline-offset: -2px;
|
|
@@ -20305,6 +19892,7 @@ html {
|
|
|
20305
19892
|
margin: 0;
|
|
20306
19893
|
font-weight: 600;
|
|
20307
19894
|
|
|
19895
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20308
19896
|
&:focus {
|
|
20309
19897
|
outline: 2px solid var(--outline-default-color);
|
|
20310
19898
|
outline-offset: -2px;
|
|
@@ -20333,6 +19921,7 @@ html {
|
|
|
20333
19921
|
padding: 1.1rem;
|
|
20334
19922
|
margin-top: -2px;
|
|
20335
19923
|
|
|
19924
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
20336
19925
|
a:focus {
|
|
20337
19926
|
outline: 2px solid var(--outline-default-color);
|
|
20338
19927
|
}
|
|
@@ -20359,13 +19948,13 @@ html {
|
|
|
20359
19948
|
/* accordion component specific classes */
|
|
20360
19949
|
|
|
20361
19950
|
/* initial styles */
|
|
20362
|
-
cagov-accordion details {
|
|
19951
|
+
cagov-accordion > details {
|
|
20363
19952
|
margin-bottom: 0;
|
|
20364
19953
|
min-height: 3rem;
|
|
20365
19954
|
margin-top: 1rem;
|
|
20366
19955
|
overflow: visible;
|
|
20367
19956
|
|
|
20368
|
-
summary {
|
|
19957
|
+
> summary {
|
|
20369
19958
|
cursor: pointer;
|
|
20370
19959
|
padding: 0.5rem 3rem 0.5rem 3.75rem;
|
|
20371
19960
|
background-color: var(--gray-50, #fafafa);
|
|
@@ -20435,52 +20024,52 @@ cagov-accordion details {
|
|
|
20435
20024
|
|
|
20436
20025
|
/* styles applied after custom element javascript runs */
|
|
20437
20026
|
cagov-accordion:defined {
|
|
20438
|
-
details {
|
|
20027
|
+
> details {
|
|
20439
20028
|
transition: height 0.2s;
|
|
20440
20029
|
height: 3rem;
|
|
20441
20030
|
overflow: visible;
|
|
20442
|
-
}
|
|
20443
|
-
|
|
20444
|
-
summary::-webkit-details-marker {
|
|
20445
|
-
display: none;
|
|
20446
|
-
}
|
|
20447
20031
|
|
|
20448
|
-
|
|
20449
|
-
|
|
20450
|
-
|
|
20032
|
+
> summary {
|
|
20033
|
+
list-style: none;
|
|
20034
|
+
border-radius: 4px;
|
|
20451
20035
|
|
|
20452
|
-
|
|
20453
|
-
|
|
20454
|
-
background-color: var(--gray-100, #f3f3f4);
|
|
20036
|
+
&::-webkit-details-marker {
|
|
20037
|
+
display: none;
|
|
20455
20038
|
}
|
|
20456
20039
|
|
|
20457
|
-
|
|
20458
|
-
|
|
20459
|
-
|
|
20040
|
+
&:focus {
|
|
20041
|
+
&::before {
|
|
20042
|
+
background-color: var(--gray-100, #f3f3f4);
|
|
20043
|
+
}
|
|
20044
|
+
|
|
20045
|
+
&::after {
|
|
20046
|
+
outline: 2px solid var(--outline-default-color);
|
|
20047
|
+
outline-offset: -2px;
|
|
20048
|
+
}
|
|
20460
20049
|
}
|
|
20461
20050
|
}
|
|
20462
|
-
}
|
|
20463
20051
|
|
|
20464
|
-
|
|
20465
|
-
|
|
20052
|
+
&[open] {
|
|
20053
|
+
height: auto;
|
|
20466
20054
|
|
|
20467
|
-
|
|
20468
|
-
|
|
20469
|
-
|
|
20055
|
+
.cagov-open-indicator {
|
|
20056
|
+
&::before {
|
|
20057
|
+
transform: rotate(90deg) translateY(-0.2rem);
|
|
20058
|
+
}
|
|
20470
20059
|
}
|
|
20471
|
-
}
|
|
20472
20060
|
|
|
20473
|
-
|
|
20474
|
-
|
|
20061
|
+
> summary {
|
|
20062
|
+
border-radius: 4px 4px 0 0;
|
|
20475
20063
|
|
|
20476
|
-
|
|
20477
|
-
|
|
20478
|
-
|
|
20479
|
-
|
|
20064
|
+
&::before {
|
|
20065
|
+
border-radius: 3px 0 0;
|
|
20066
|
+
background-color: var(--gray-100, #f3f3f4);
|
|
20067
|
+
}
|
|
20480
20068
|
|
|
20481
|
-
|
|
20482
|
-
|
|
20483
|
-
|
|
20069
|
+
&:focus {
|
|
20070
|
+
&::after {
|
|
20071
|
+
border-radius: 3px 3px 0 0;
|
|
20072
|
+
}
|
|
20484
20073
|
}
|
|
20485
20074
|
}
|
|
20486
20075
|
}
|
|
@@ -20785,13 +20374,13 @@ cagov-accordion:defined {
|
|
|
20785
20374
|
.side-subnav {
|
|
20786
20375
|
padding-left: 0;
|
|
20787
20376
|
|
|
20788
|
-
li {
|
|
20377
|
+
& li {
|
|
20789
20378
|
margin: 0;
|
|
20790
20379
|
padding-left: 0;
|
|
20791
20380
|
list-style: none;
|
|
20792
20381
|
font-size: 1.125rem;
|
|
20793
20382
|
|
|
20794
|
-
a {
|
|
20383
|
+
& a {
|
|
20795
20384
|
position: relative;
|
|
20796
20385
|
display: block;
|
|
20797
20386
|
padding-top: 0.7rem;
|
|
@@ -20842,12 +20431,12 @@ cagov-accordion:defined {
|
|
|
20842
20431
|
}
|
|
20843
20432
|
|
|
20844
20433
|
cagov-accordion.sidenav {
|
|
20845
|
-
details {
|
|
20434
|
+
> details {
|
|
20846
20435
|
border: none;
|
|
20847
20436
|
min-height: 2rem;
|
|
20848
20437
|
margin-top: 0;
|
|
20849
20438
|
|
|
20850
|
-
summary {
|
|
20439
|
+
> summary {
|
|
20851
20440
|
border: none;
|
|
20852
20441
|
background: var(--white, #fff);
|
|
20853
20442
|
padding: 0.7rem 2rem 0.7rem 1rem;
|
|
@@ -20911,7 +20500,7 @@ cagov-accordion.sidenav {
|
|
|
20911
20500
|
}
|
|
20912
20501
|
|
|
20913
20502
|
&[open] {
|
|
20914
|
-
summary {
|
|
20503
|
+
> summary {
|
|
20915
20504
|
color: var(--black, #000);
|
|
20916
20505
|
|
|
20917
20506
|
&::after {
|
|
@@ -20940,7 +20529,7 @@ cagov-accordion.sidenav {
|
|
|
20940
20529
|
margin-bottom: 0;
|
|
20941
20530
|
margin-left: 0;
|
|
20942
20531
|
|
|
20943
|
-
li {
|
|
20532
|
+
& li {
|
|
20944
20533
|
&:first-child {
|
|
20945
20534
|
margin-top: 0;
|
|
20946
20535
|
}
|
|
@@ -20967,12 +20556,12 @@ cagov-accordion.sidenav {
|
|
|
20967
20556
|
font-size: calc(var(--font-size-small) + var(--ratio));
|
|
20968
20557
|
}
|
|
20969
20558
|
|
|
20970
|
-
li {
|
|
20559
|
+
& li {
|
|
20971
20560
|
position: relative;
|
|
20972
20561
|
padding-left: 0.75rem;
|
|
20973
20562
|
padding-right: 0.75rem;
|
|
20974
20563
|
|
|
20975
|
-
a {
|
|
20564
|
+
& a {
|
|
20976
20565
|
padding: 0.375rem 0;
|
|
20977
20566
|
}
|
|
20978
20567
|
|
|
@@ -21050,7 +20639,7 @@ hr.hr-light {
|
|
|
21050
20639
|
border: none;
|
|
21051
20640
|
background-color: var(--color-s1, #eef8fb);
|
|
21052
20641
|
|
|
21053
|
-
img {
|
|
20642
|
+
& img {
|
|
21054
20643
|
max-width: 100px;
|
|
21055
20644
|
max-height: 100px;
|
|
21056
20645
|
border-radius: 50%;
|
|
@@ -21063,7 +20652,7 @@ hr.hr-light {
|
|
|
21063
20652
|
border-left: 1px solid var(--gray-900, #3b3a48);
|
|
21064
20653
|
}
|
|
21065
20654
|
|
|
21066
|
-
p,
|
|
20655
|
+
& p,
|
|
21067
20656
|
.executive-name {
|
|
21068
20657
|
margin-top: 4px;
|
|
21069
20658
|
margin-bottom: 4px;
|
|
@@ -23760,7 +23349,7 @@ fieldset[disabled] .btn-more {
|
|
|
23760
23349
|
Number Counter
|
|
23761
23350
|
----------------------------------------- */
|
|
23762
23351
|
.number-counter {
|
|
23763
|
-
.no-js
|
|
23352
|
+
.no-js {
|
|
23764
23353
|
visibility: visible;
|
|
23765
23354
|
}
|
|
23766
23355
|
}
|
|
@@ -24438,13 +24027,13 @@ fieldset[disabled] .btn-more {
|
|
|
24438
24027
|
margin-left: 0;
|
|
24439
24028
|
padding-left: 0;
|
|
24440
24029
|
|
|
24441
|
-
li {
|
|
24030
|
+
& li {
|
|
24442
24031
|
list-style: none;
|
|
24443
24032
|
margin: 0;
|
|
24444
24033
|
font-size: calc(1rem + var(--ratio));
|
|
24445
24034
|
padding-left: 0;
|
|
24446
24035
|
|
|
24447
|
-
a {
|
|
24036
|
+
& a {
|
|
24448
24037
|
position: relative;
|
|
24449
24038
|
display: block;
|
|
24450
24039
|
text-decoration: none !important;
|
|
@@ -24509,27 +24098,27 @@ fieldset[disabled] .btn-more {
|
|
|
24509
24098
|
}
|
|
24510
24099
|
}
|
|
24511
24100
|
|
|
24512
|
-
a:hover,
|
|
24513
|
-
a:focus {
|
|
24101
|
+
& a:hover,
|
|
24102
|
+
& a:focus {
|
|
24514
24103
|
text-decoration: none;
|
|
24515
24104
|
background-color: var(--gray-50, #fafafa);
|
|
24516
24105
|
color: var(--gray-900, #3b3a48);
|
|
24517
24106
|
}
|
|
24518
24107
|
|
|
24519
24108
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
24520
|
-
a:focus {
|
|
24109
|
+
& a:focus {
|
|
24521
24110
|
outline: 2px solid var(--outline-default-color);
|
|
24522
24111
|
outline-offset: -2px;
|
|
24523
24112
|
}
|
|
24524
24113
|
|
|
24525
|
-
ul {
|
|
24114
|
+
& ul {
|
|
24526
24115
|
padding-left: 0;
|
|
24527
24116
|
|
|
24528
|
-
li {
|
|
24117
|
+
& li {
|
|
24529
24118
|
margin: 0;
|
|
24530
24119
|
|
|
24531
24120
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
24532
|
-
a {
|
|
24121
|
+
& a {
|
|
24533
24122
|
padding-left: 2.5rem;
|
|
24534
24123
|
|
|
24535
24124
|
&.active {
|
|
@@ -24624,7 +24213,7 @@ fieldset[disabled] .btn-more {
|
|
|
24624
24213
|
position: relative;
|
|
24625
24214
|
}
|
|
24626
24215
|
|
|
24627
|
-
ul {
|
|
24216
|
+
& ul {
|
|
24628
24217
|
margin-top: 0;
|
|
24629
24218
|
margin-bottom: 0;
|
|
24630
24219
|
}
|
|
@@ -24632,8 +24221,8 @@ fieldset[disabled] .btn-more {
|
|
|
24632
24221
|
|
|
24633
24222
|
.list-navigation,
|
|
24634
24223
|
.side-navigation ul {
|
|
24635
|
-
li {
|
|
24636
|
-
a {
|
|
24224
|
+
& li {
|
|
24225
|
+
& a {
|
|
24637
24226
|
color: var(--white, #fff);
|
|
24638
24227
|
border-bottom-color: var(--mobile-drawer, #214a68);
|
|
24639
24228
|
|
|
@@ -24663,7 +24252,7 @@ fieldset[disabled] .btn-more {
|
|
|
24663
24252
|
}
|
|
24664
24253
|
}
|
|
24665
24254
|
|
|
24666
|
-
ul li a.active::before {
|
|
24255
|
+
& ul li a.active::before {
|
|
24667
24256
|
border-left-color: var(--color-p1, #fdb81e);
|
|
24668
24257
|
}
|
|
24669
24258
|
}
|
|
@@ -25050,12 +24639,19 @@ a.sidenav {
|
|
|
25050
24639
|
}
|
|
25051
24640
|
|
|
25052
24641
|
&::after {
|
|
25053
|
-
font-family: CaGov;
|
|
25054
|
-
content: "5";
|
|
25055
24642
|
position: absolute;
|
|
25056
|
-
|
|
25057
|
-
|
|
25058
|
-
|
|
24643
|
+
content: "";
|
|
24644
|
+
display: inline-block;
|
|
24645
|
+
text-decoration: none;
|
|
24646
|
+
width: 0.55rem;
|
|
24647
|
+
height: 0.55rem;
|
|
24648
|
+
border-top: 2px solid var(--color-p2, #046b99);
|
|
24649
|
+
border-left: 2px solid var(--color-p2, #046b99);
|
|
24650
|
+
vertical-align: middle;
|
|
24651
|
+
top: 50%;
|
|
24652
|
+
transform: translateY(-50%) rotate(135deg);
|
|
24653
|
+
right: 1.5rem;
|
|
24654
|
+
margin-left: 0.5rem;
|
|
25059
24655
|
}
|
|
25060
24656
|
}
|
|
25061
24657
|
|
|
@@ -25080,6 +24676,11 @@ a.sidenav {
|
|
|
25080
24676
|
.bg-p3 {
|
|
25081
24677
|
.link-grid {
|
|
25082
24678
|
border-color: var(--white, #fff);
|
|
24679
|
+
|
|
24680
|
+
&::after {
|
|
24681
|
+
border-top-color: var(--white, #fff);
|
|
24682
|
+
border-left-color: var(--white, #fff);
|
|
24683
|
+
}
|
|
25083
24684
|
}
|
|
25084
24685
|
}
|
|
25085
24686
|
|
|
@@ -25124,11 +24725,7 @@ a.sidenav {
|
|
|
25124
24725
|
GLOBALS - /src/css/cagov/globals.css
|
|
25125
24726
|
----------------------------------------- */
|
|
25126
24727
|
.ca-gov-logo-svg {
|
|
25127
|
-
background:
|
|
25128
|
-
no-repeat;
|
|
25129
|
-
aspect-ratio: 9 / 5;
|
|
25130
|
-
width: 45px;
|
|
25131
|
-
display: inline-block;
|
|
24728
|
+
background: var(--ca-gov-logo);
|
|
25132
24729
|
}
|
|
25133
24730
|
|
|
25134
24731
|
.overflow-hidden {
|
|
@@ -25285,6 +24882,22 @@ a.sidenav {
|
|
|
25285
24882
|
display: block;
|
|
25286
24883
|
}
|
|
25287
24884
|
|
|
24885
|
+
.outline-offset-2:focus {
|
|
24886
|
+
outline-offset: -2px !important;
|
|
24887
|
+
}
|
|
24888
|
+
|
|
24889
|
+
.outline-offset-3:focus {
|
|
24890
|
+
outline-offset: -3px !important;
|
|
24891
|
+
}
|
|
24892
|
+
|
|
24893
|
+
.outline-offset-4:focus {
|
|
24894
|
+
outline-offset: -4px !important;
|
|
24895
|
+
}
|
|
24896
|
+
|
|
24897
|
+
.outline-offset-5:focus {
|
|
24898
|
+
outline-offset: -5px !important;
|
|
24899
|
+
}
|
|
24900
|
+
|
|
25288
24901
|
.cursor-pointer {
|
|
25289
24902
|
cursor: pointer;
|
|
25290
24903
|
}
|