@cagovweb/state-template 6.5.1 → 6.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/cagov.core.css +360 -745
- package/dist/css/cagov.core.flat.css +352 -735
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +179 -249
- package/dist/js/cagov.core.min.js +4 -4
- package/dist/readme.md +2 -2
- package/package.json +3 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! State Web Template Version 6.5.
|
|
1
|
+
/*! State Web Template Version 6.5.3 */
|
|
2
2
|
@charset "UTF-8";
|
|
3
3
|
/*!
|
|
4
|
-
* Bootstrap v5.3.
|
|
5
|
-
* Copyright 2011-
|
|
4
|
+
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
5
|
+
* Copyright 2011-2025 The Bootstrap Authors
|
|
6
6
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
7
7
|
*/
|
|
8
8
|
:root,
|
|
@@ -518,8 +518,8 @@ legend {
|
|
|
518
518
|
width: 100%;
|
|
519
519
|
padding: 0;
|
|
520
520
|
margin-bottom: 0.5rem;
|
|
521
|
-
font-size: calc(1.275rem + 0.3vw);
|
|
522
521
|
line-height: inherit;
|
|
522
|
+
font-size: calc(1.275rem + 0.3vw);
|
|
523
523
|
}
|
|
524
524
|
@media (min-width: 1200px) {
|
|
525
525
|
legend {
|
|
@@ -548,6 +548,10 @@ legend + * {
|
|
|
548
548
|
-webkit-appearance: textfield;
|
|
549
549
|
outline-offset: -2px;
|
|
550
550
|
}
|
|
551
|
+
[type=search]::-webkit-search-cancel-button {
|
|
552
|
+
cursor: pointer;
|
|
553
|
+
filter: grayscale(1);
|
|
554
|
+
}
|
|
551
555
|
|
|
552
556
|
/* rtl:raw:
|
|
553
557
|
[type="tel"],
|
|
@@ -602,9 +606,9 @@ progress {
|
|
|
602
606
|
}
|
|
603
607
|
|
|
604
608
|
.display-1 {
|
|
605
|
-
font-size: calc(1.625rem + 4.5vw);
|
|
606
609
|
font-weight: 300;
|
|
607
610
|
line-height: 1.2;
|
|
611
|
+
font-size: calc(1.625rem + 4.5vw);
|
|
608
612
|
}
|
|
609
613
|
@media (min-width: 1200px) {
|
|
610
614
|
.display-1 {
|
|
@@ -613,9 +617,9 @@ progress {
|
|
|
613
617
|
}
|
|
614
618
|
|
|
615
619
|
.display-2 {
|
|
616
|
-
font-size: calc(1.575rem + 3.9vw);
|
|
617
620
|
font-weight: 300;
|
|
618
621
|
line-height: 1.2;
|
|
622
|
+
font-size: calc(1.575rem + 3.9vw);
|
|
619
623
|
}
|
|
620
624
|
@media (min-width: 1200px) {
|
|
621
625
|
.display-2 {
|
|
@@ -624,9 +628,9 @@ progress {
|
|
|
624
628
|
}
|
|
625
629
|
|
|
626
630
|
.display-3 {
|
|
627
|
-
font-size: calc(1.525rem + 3.3vw);
|
|
628
631
|
font-weight: 300;
|
|
629
632
|
line-height: 1.2;
|
|
633
|
+
font-size: calc(1.525rem + 3.3vw);
|
|
630
634
|
}
|
|
631
635
|
@media (min-width: 1200px) {
|
|
632
636
|
.display-3 {
|
|
@@ -635,9 +639,9 @@ progress {
|
|
|
635
639
|
}
|
|
636
640
|
|
|
637
641
|
.display-4 {
|
|
638
|
-
font-size: calc(1.475rem + 2.7vw);
|
|
639
642
|
font-weight: 300;
|
|
640
643
|
line-height: 1.2;
|
|
644
|
+
font-size: calc(1.475rem + 2.7vw);
|
|
641
645
|
}
|
|
642
646
|
@media (min-width: 1200px) {
|
|
643
647
|
.display-4 {
|
|
@@ -646,9 +650,9 @@ progress {
|
|
|
646
650
|
}
|
|
647
651
|
|
|
648
652
|
.display-5 {
|
|
649
|
-
font-size: calc(1.425rem + 2.1vw);
|
|
650
653
|
font-weight: 300;
|
|
651
654
|
line-height: 1.2;
|
|
655
|
+
font-size: calc(1.425rem + 2.1vw);
|
|
652
656
|
}
|
|
653
657
|
@media (min-width: 1200px) {
|
|
654
658
|
.display-5 {
|
|
@@ -657,9 +661,9 @@ progress {
|
|
|
657
661
|
}
|
|
658
662
|
|
|
659
663
|
.display-6 {
|
|
660
|
-
font-size: calc(1.375rem + 1.5vw);
|
|
661
664
|
font-weight: 300;
|
|
662
665
|
line-height: 1.2;
|
|
666
|
+
font-size: calc(1.375rem + 1.5vw);
|
|
663
667
|
}
|
|
664
668
|
@media (min-width: 1200px) {
|
|
665
669
|
.display-6 {
|
|
@@ -804,7 +808,7 @@ progress {
|
|
|
804
808
|
}
|
|
805
809
|
|
|
806
810
|
.col {
|
|
807
|
-
flex: 1 0 0
|
|
811
|
+
flex: 1 0 0;
|
|
808
812
|
}
|
|
809
813
|
|
|
810
814
|
.row-cols-auto > * {
|
|
@@ -1013,7 +1017,7 @@ progress {
|
|
|
1013
1017
|
|
|
1014
1018
|
@media (min-width: 576px) {
|
|
1015
1019
|
.col-sm {
|
|
1016
|
-
flex: 1 0 0
|
|
1020
|
+
flex: 1 0 0;
|
|
1017
1021
|
}
|
|
1018
1022
|
.row-cols-sm-auto > * {
|
|
1019
1023
|
flex: 0 0 auto;
|
|
@@ -1182,7 +1186,7 @@ progress {
|
|
|
1182
1186
|
}
|
|
1183
1187
|
@media (min-width: 768px) {
|
|
1184
1188
|
.col-md {
|
|
1185
|
-
flex: 1 0 0
|
|
1189
|
+
flex: 1 0 0;
|
|
1186
1190
|
}
|
|
1187
1191
|
.row-cols-md-auto > * {
|
|
1188
1192
|
flex: 0 0 auto;
|
|
@@ -1351,7 +1355,7 @@ progress {
|
|
|
1351
1355
|
}
|
|
1352
1356
|
@media (min-width: 992px) {
|
|
1353
1357
|
.col-lg {
|
|
1354
|
-
flex: 1 0 0
|
|
1358
|
+
flex: 1 0 0;
|
|
1355
1359
|
}
|
|
1356
1360
|
.row-cols-lg-auto > * {
|
|
1357
1361
|
flex: 0 0 auto;
|
|
@@ -1520,7 +1524,7 @@ progress {
|
|
|
1520
1524
|
}
|
|
1521
1525
|
@media (min-width: 1200px) {
|
|
1522
1526
|
.col-xl {
|
|
1523
|
-
flex: 1 0 0
|
|
1527
|
+
flex: 1 0 0;
|
|
1524
1528
|
}
|
|
1525
1529
|
.row-cols-xl-auto > * {
|
|
1526
1530
|
flex: 0 0 auto;
|
|
@@ -1689,7 +1693,7 @@ progress {
|
|
|
1689
1693
|
}
|
|
1690
1694
|
@media (min-width: 1400px) {
|
|
1691
1695
|
.col-xxl {
|
|
1692
|
-
flex: 1 0 0
|
|
1696
|
+
flex: 1 0 0;
|
|
1693
1697
|
}
|
|
1694
1698
|
.row-cols-xxl-auto > * {
|
|
1695
1699
|
flex: 0 0 auto;
|
|
@@ -2157,10 +2161,6 @@ progress {
|
|
|
2157
2161
|
display: block;
|
|
2158
2162
|
padding: 0;
|
|
2159
2163
|
}
|
|
2160
|
-
.form-control::-moz-placeholder {
|
|
2161
|
-
color: var(--bs-secondary-color);
|
|
2162
|
-
opacity: 1;
|
|
2163
|
-
}
|
|
2164
2164
|
.form-control::placeholder {
|
|
2165
2165
|
color: var(--bs-secondary-color);
|
|
2166
2166
|
opacity: 1;
|
|
@@ -2608,9 +2608,11 @@ textarea.form-control-lg {
|
|
|
2608
2608
|
top: 0;
|
|
2609
2609
|
left: 0;
|
|
2610
2610
|
z-index: 2;
|
|
2611
|
+
max-width: 100%;
|
|
2611
2612
|
height: 100%;
|
|
2612
2613
|
padding: 1rem 0.75rem;
|
|
2613
2614
|
overflow: hidden;
|
|
2615
|
+
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2614
2616
|
text-align: start;
|
|
2615
2617
|
text-overflow: ellipsis;
|
|
2616
2618
|
white-space: nowrap;
|
|
@@ -2628,17 +2630,10 @@ textarea.form-control-lg {
|
|
|
2628
2630
|
.form-floating > .form-control-plaintext {
|
|
2629
2631
|
padding: 1rem 0.75rem;
|
|
2630
2632
|
}
|
|
2631
|
-
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
|
|
2632
|
-
color: transparent;
|
|
2633
|
-
}
|
|
2634
2633
|
.form-floating > .form-control::placeholder,
|
|
2635
2634
|
.form-floating > .form-control-plaintext::placeholder {
|
|
2636
2635
|
color: transparent;
|
|
2637
2636
|
}
|
|
2638
|
-
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
|
|
2639
|
-
padding-top: 1.625rem;
|
|
2640
|
-
padding-bottom: 0.625rem;
|
|
2641
|
-
}
|
|
2642
2637
|
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
|
|
2643
2638
|
.form-floating > .form-control-plaintext:focus,
|
|
2644
2639
|
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
|
|
@@ -2653,31 +2648,19 @@ textarea.form-control-lg {
|
|
|
2653
2648
|
.form-floating > .form-select {
|
|
2654
2649
|
padding-top: 1.625rem;
|
|
2655
2650
|
padding-bottom: 0.625rem;
|
|
2656
|
-
|
|
2657
|
-
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
|
|
2658
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2659
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2651
|
+
padding-left: 0.75rem;
|
|
2660
2652
|
}
|
|
2661
2653
|
.form-floating > .form-control:focus ~ label,
|
|
2662
2654
|
.form-floating > .form-control:not(:placeholder-shown) ~ label,
|
|
2663
2655
|
.form-floating > .form-control-plaintext ~ label,
|
|
2664
2656
|
.form-floating > .form-select ~ label {
|
|
2665
|
-
color: rgba(var(--bs-body-color-rgb), 0.65);
|
|
2666
2657
|
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2667
2658
|
}
|
|
2668
|
-
.form-floating > .form-control
|
|
2669
|
-
|
|
2670
|
-
inset: 1rem 0.375rem;
|
|
2671
|
-
z-index: -1;
|
|
2672
|
-
height: 1.5em;
|
|
2673
|
-
content: "";
|
|
2674
|
-
background-color: var(--bs-body-bg);
|
|
2675
|
-
border-radius: var(--bs-border-radius);
|
|
2659
|
+
.form-floating > .form-control:-webkit-autofill ~ label {
|
|
2660
|
+
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2676
2661
|
}
|
|
2677
|
-
.form-floating >
|
|
2678
|
-
.form-floating >
|
|
2679
|
-
.form-floating > .form-control-plaintext ~ label::after,
|
|
2680
|
-
.form-floating > .form-select ~ label::after {
|
|
2662
|
+
.form-floating > textarea:focus ~ label::after,
|
|
2663
|
+
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
|
|
2681
2664
|
position: absolute;
|
|
2682
2665
|
inset: 1rem 0.375rem;
|
|
2683
2666
|
z-index: -1;
|
|
@@ -2686,9 +2669,8 @@ textarea.form-control-lg {
|
|
|
2686
2669
|
background-color: var(--bs-body-bg);
|
|
2687
2670
|
border-radius: var(--bs-border-radius);
|
|
2688
2671
|
}
|
|
2689
|
-
.form-floating >
|
|
2690
|
-
color:
|
|
2691
|
-
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
|
|
2672
|
+
.form-floating > textarea:disabled ~ label::after {
|
|
2673
|
+
background-color: var(--bs-secondary-bg);
|
|
2692
2674
|
}
|
|
2693
2675
|
.form-floating > .form-control-plaintext ~ label {
|
|
2694
2676
|
border-width: var(--bs-border-width) 0;
|
|
@@ -2697,10 +2679,6 @@ textarea.form-control-lg {
|
|
|
2697
2679
|
.form-floating > .form-control:disabled ~ label {
|
|
2698
2680
|
color: #6c757d;
|
|
2699
2681
|
}
|
|
2700
|
-
.form-floating > :disabled ~ label::after,
|
|
2701
|
-
.form-floating > .form-control:disabled ~ label::after {
|
|
2702
|
-
background-color: var(--bs-secondary-bg);
|
|
2703
|
-
}
|
|
2704
2682
|
|
|
2705
2683
|
.input-group {
|
|
2706
2684
|
position: relative;
|
|
@@ -2783,7 +2761,7 @@ textarea.form-control-lg {
|
|
|
2783
2761
|
border-bottom-right-radius: 0;
|
|
2784
2762
|
}
|
|
2785
2763
|
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
|
|
2786
|
-
margin-left: calc(var(--bs-border-width)
|
|
2764
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
2787
2765
|
border-top-left-radius: 0;
|
|
2788
2766
|
border-bottom-left-radius: 0;
|
|
2789
2767
|
}
|
|
@@ -2825,7 +2803,7 @@ textarea.form-control-lg {
|
|
|
2825
2803
|
.was-validated .form-control:valid, .form-control.is-valid {
|
|
2826
2804
|
border-color: var(--bs-form-valid-border-color);
|
|
2827
2805
|
padding-right: calc(1.5em + 0.75rem);
|
|
2828
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2806
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2829
2807
|
background-repeat: no-repeat;
|
|
2830
2808
|
background-position: right calc(0.375em + 0.1875rem) center;
|
|
2831
2809
|
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -2844,7 +2822,7 @@ textarea.form-control-lg {
|
|
|
2844
2822
|
border-color: var(--bs-form-valid-border-color);
|
|
2845
2823
|
}
|
|
2846
2824
|
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
|
|
2847
|
-
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.
|
|
2825
|
+
--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
|
|
2848
2826
|
padding-right: 4.125rem;
|
|
2849
2827
|
background-position: right 0.75rem center, center right 2.25rem;
|
|
2850
2828
|
background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
|
@@ -3756,7 +3734,7 @@ textarea.form-control-lg {
|
|
|
3756
3734
|
}
|
|
3757
3735
|
.btn-group > :not(.btn-check:first-child) + .btn,
|
|
3758
3736
|
.btn-group > .btn-group:not(:first-child) {
|
|
3759
|
-
margin-left: calc(var(--bs-border-width)
|
|
3737
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
3760
3738
|
}
|
|
3761
3739
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3762
3740
|
.btn-group > .btn.dropdown-toggle-split:first-child,
|
|
@@ -3803,14 +3781,15 @@ textarea.form-control-lg {
|
|
|
3803
3781
|
}
|
|
3804
3782
|
.btn-group-vertical > .btn:not(:first-child),
|
|
3805
3783
|
.btn-group-vertical > .btn-group:not(:first-child) {
|
|
3806
|
-
margin-top: calc(var(--bs-border-width)
|
|
3784
|
+
margin-top: calc(-1 * var(--bs-border-width));
|
|
3807
3785
|
}
|
|
3808
3786
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
|
3809
3787
|
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
|
3810
3788
|
border-bottom-right-radius: 0;
|
|
3811
3789
|
border-bottom-left-radius: 0;
|
|
3812
3790
|
}
|
|
3813
|
-
.btn-group-vertical > .btn
|
|
3791
|
+
.btn-group-vertical > .btn:nth-child(n+3),
|
|
3792
|
+
.btn-group-vertical > :not(.btn-check) + .btn,
|
|
3814
3793
|
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
|
3815
3794
|
border-top-left-radius: 0;
|
|
3816
3795
|
border-top-right-radius: 0;
|
|
@@ -3934,8 +3913,8 @@ textarea.form-control-lg {
|
|
|
3934
3913
|
|
|
3935
3914
|
.nav-justified > .nav-link,
|
|
3936
3915
|
.nav-justified .nav-item {
|
|
3937
|
-
flex-basis: 0;
|
|
3938
3916
|
flex-grow: 1;
|
|
3917
|
+
flex-basis: 0;
|
|
3939
3918
|
text-align: center;
|
|
3940
3919
|
}
|
|
3941
3920
|
|
|
@@ -4036,8 +4015,8 @@ textarea.form-control-lg {
|
|
|
4036
4015
|
}
|
|
4037
4016
|
|
|
4038
4017
|
.navbar-collapse {
|
|
4039
|
-
flex-basis: 100%;
|
|
4040
4018
|
flex-grow: 1;
|
|
4019
|
+
flex-basis: 100%;
|
|
4041
4020
|
align-items: center;
|
|
4042
4021
|
}
|
|
4043
4022
|
|
|
@@ -4532,7 +4511,7 @@ textarea.form-control-lg {
|
|
|
4532
4511
|
flex-flow: row wrap;
|
|
4533
4512
|
}
|
|
4534
4513
|
.card-group > .card {
|
|
4535
|
-
flex: 1 0 0
|
|
4514
|
+
flex: 1 0 0;
|
|
4536
4515
|
margin-bottom: 0;
|
|
4537
4516
|
}
|
|
4538
4517
|
.card-group > .card + .card {
|
|
@@ -4543,24 +4522,24 @@ textarea.form-control-lg {
|
|
|
4543
4522
|
border-top-right-radius: 0;
|
|
4544
4523
|
border-bottom-right-radius: 0;
|
|
4545
4524
|
}
|
|
4546
|
-
.card-group > .card:not(:last-child) .card-img-top,
|
|
4547
|
-
.card-group > .card:not(:last-child) .card-header {
|
|
4525
|
+
.card-group > .card:not(:last-child) > .card-img-top,
|
|
4526
|
+
.card-group > .card:not(:last-child) > .card-header {
|
|
4548
4527
|
border-top-right-radius: 0;
|
|
4549
4528
|
}
|
|
4550
|
-
.card-group > .card:not(:last-child) .card-img-bottom,
|
|
4551
|
-
.card-group > .card:not(:last-child) .card-footer {
|
|
4529
|
+
.card-group > .card:not(:last-child) > .card-img-bottom,
|
|
4530
|
+
.card-group > .card:not(:last-child) > .card-footer {
|
|
4552
4531
|
border-bottom-right-radius: 0;
|
|
4553
4532
|
}
|
|
4554
4533
|
.card-group > .card:not(:first-child) {
|
|
4555
4534
|
border-top-left-radius: 0;
|
|
4556
4535
|
border-bottom-left-radius: 0;
|
|
4557
4536
|
}
|
|
4558
|
-
.card-group > .card:not(:first-child) .card-img-top,
|
|
4559
|
-
.card-group > .card:not(:first-child) .card-header {
|
|
4537
|
+
.card-group > .card:not(:first-child) > .card-img-top,
|
|
4538
|
+
.card-group > .card:not(:first-child) > .card-header {
|
|
4560
4539
|
border-top-left-radius: 0;
|
|
4561
4540
|
}
|
|
4562
|
-
.card-group > .card:not(:first-child) .card-img-bottom,
|
|
4563
|
-
.card-group > .card:not(:first-child) .card-footer {
|
|
4541
|
+
.card-group > .card:not(:first-child) > .card-img-bottom,
|
|
4542
|
+
.card-group > .card:not(:first-child) > .card-footer {
|
|
4564
4543
|
border-bottom-left-radius: 0;
|
|
4565
4544
|
}
|
|
4566
4545
|
}
|
|
@@ -4577,11 +4556,11 @@ textarea.form-control-lg {
|
|
|
4577
4556
|
--bs-accordion-btn-padding-y: 1rem;
|
|
4578
4557
|
--bs-accordion-btn-color: var(--bs-body-color);
|
|
4579
4558
|
--bs-accordion-btn-bg: var(--bs-accordion-bg);
|
|
4580
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4559
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4581
4560
|
--bs-accordion-btn-icon-width: 1.25rem;
|
|
4582
4561
|
--bs-accordion-btn-icon-transform: rotate(-180deg);
|
|
4583
4562
|
--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
|
|
4584
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='
|
|
4563
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
|
|
4585
4564
|
--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
4586
4565
|
--bs-accordion-body-padding-x: 1.25rem;
|
|
4587
4566
|
--bs-accordion-body-padding-y: 1rem;
|
|
@@ -4691,16 +4670,15 @@ textarea.form-control-lg {
|
|
|
4691
4670
|
.accordion-flush > .accordion-item:last-child {
|
|
4692
4671
|
border-bottom: 0;
|
|
4693
4672
|
}
|
|
4694
|
-
.accordion-flush > .accordion-item > .accordion-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
.accordion-flush > .accordion-item > .accordion-collapse {
|
|
4673
|
+
.accordion-flush > .accordion-item > .accordion-collapse,
|
|
4674
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
|
|
4675
|
+
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
|
|
4698
4676
|
border-radius: 0;
|
|
4699
4677
|
}
|
|
4700
4678
|
|
|
4701
4679
|
[data-bs-theme=dark] .accordion-button::after {
|
|
4702
|
-
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
4703
|
-
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.
|
|
4680
|
+
--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4681
|
+
--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
|
|
4704
4682
|
}
|
|
4705
4683
|
|
|
4706
4684
|
.breadcrumb {
|
|
@@ -4804,7 +4782,7 @@ textarea.form-control-lg {
|
|
|
4804
4782
|
}
|
|
4805
4783
|
|
|
4806
4784
|
.page-item:not(:first-child) .page-link {
|
|
4807
|
-
margin-left: calc(var(--bs-border-width)
|
|
4785
|
+
margin-left: calc(-1 * var(--bs-border-width));
|
|
4808
4786
|
}
|
|
4809
4787
|
.page-item:first-child .page-link {
|
|
4810
4788
|
border-top-left-radius: var(--bs-pagination-border-radius);
|
|
@@ -4953,7 +4931,7 @@ textarea.form-control-lg {
|
|
|
4953
4931
|
|
|
4954
4932
|
@keyframes progress-bar-stripes {
|
|
4955
4933
|
0% {
|
|
4956
|
-
background-position-x:
|
|
4934
|
+
background-position-x: var(--bs-progress-height);
|
|
4957
4935
|
}
|
|
4958
4936
|
}
|
|
4959
4937
|
.progress,
|
|
@@ -5047,22 +5025,6 @@ textarea.form-control-lg {
|
|
|
5047
5025
|
counter-increment: section;
|
|
5048
5026
|
}
|
|
5049
5027
|
|
|
5050
|
-
.list-group-item-action {
|
|
5051
|
-
width: 100%;
|
|
5052
|
-
color: var(--bs-list-group-action-color);
|
|
5053
|
-
text-align: inherit;
|
|
5054
|
-
}
|
|
5055
|
-
.list-group-item-action:hover, .list-group-item-action:focus {
|
|
5056
|
-
z-index: 1;
|
|
5057
|
-
color: var(--bs-list-group-action-hover-color);
|
|
5058
|
-
text-decoration: none;
|
|
5059
|
-
background-color: var(--bs-list-group-action-hover-bg);
|
|
5060
|
-
}
|
|
5061
|
-
.list-group-item-action:active {
|
|
5062
|
-
color: var(--bs-list-group-action-active-color);
|
|
5063
|
-
background-color: var(--bs-list-group-action-active-bg);
|
|
5064
|
-
}
|
|
5065
|
-
|
|
5066
5028
|
.list-group-item {
|
|
5067
5029
|
position: relative;
|
|
5068
5030
|
display: block;
|
|
@@ -5099,6 +5061,22 @@ textarea.form-control-lg {
|
|
|
5099
5061
|
border-top-width: var(--bs-list-group-border-width);
|
|
5100
5062
|
}
|
|
5101
5063
|
|
|
5064
|
+
.list-group-item-action {
|
|
5065
|
+
width: 100%;
|
|
5066
|
+
color: var(--bs-list-group-action-color);
|
|
5067
|
+
text-align: inherit;
|
|
5068
|
+
}
|
|
5069
|
+
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
|
|
5070
|
+
z-index: 1;
|
|
5071
|
+
color: var(--bs-list-group-action-hover-color);
|
|
5072
|
+
text-decoration: none;
|
|
5073
|
+
background-color: var(--bs-list-group-action-hover-bg);
|
|
5074
|
+
}
|
|
5075
|
+
.list-group-item-action:not(.active):active {
|
|
5076
|
+
color: var(--bs-list-group-action-active-color);
|
|
5077
|
+
background-color: var(--bs-list-group-action-active-bg);
|
|
5078
|
+
}
|
|
5079
|
+
|
|
5102
5080
|
.list-group-horizontal {
|
|
5103
5081
|
flex-direction: row;
|
|
5104
5082
|
}
|
|
@@ -5358,19 +5336,19 @@ textarea.form-control-lg {
|
|
|
5358
5336
|
|
|
5359
5337
|
.btn-close {
|
|
5360
5338
|
--bs-btn-close-color: #000;
|
|
5361
|
-
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.
|
|
5339
|
+
--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
|
|
5362
5340
|
--bs-btn-close-opacity: 0.5;
|
|
5363
5341
|
--bs-btn-close-hover-opacity: 0.75;
|
|
5364
5342
|
--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
|
|
5365
5343
|
--bs-btn-close-focus-opacity: 1;
|
|
5366
5344
|
--bs-btn-close-disabled-opacity: 0.25;
|
|
5367
|
-
--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5368
5345
|
box-sizing: content-box;
|
|
5369
5346
|
width: 1em;
|
|
5370
5347
|
height: 1em;
|
|
5371
5348
|
padding: 0.25em 0.25em;
|
|
5372
5349
|
color: var(--bs-btn-close-color);
|
|
5373
5350
|
background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
|
|
5351
|
+
filter: var(--bs-btn-close-filter);
|
|
5374
5352
|
border: 0;
|
|
5375
5353
|
border-radius: 0.375rem;
|
|
5376
5354
|
opacity: var(--bs-btn-close-opacity);
|
|
@@ -5394,11 +5372,16 @@ textarea.form-control-lg {
|
|
|
5394
5372
|
}
|
|
5395
5373
|
|
|
5396
5374
|
.btn-close-white {
|
|
5397
|
-
|
|
5375
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5398
5376
|
}
|
|
5399
5377
|
|
|
5400
|
-
|
|
5401
|
-
|
|
5378
|
+
:root,
|
|
5379
|
+
[data-bs-theme=light] {
|
|
5380
|
+
--bs-btn-close-filter: ;
|
|
5381
|
+
}
|
|
5382
|
+
|
|
5383
|
+
[data-bs-theme=dark] {
|
|
5384
|
+
--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
|
|
5402
5385
|
}
|
|
5403
5386
|
|
|
5404
5387
|
.toast {
|
|
@@ -5475,7 +5458,7 @@ textarea.form-control-lg {
|
|
|
5475
5458
|
--bs-modal-width: 500px;
|
|
5476
5459
|
--bs-modal-padding: 1rem;
|
|
5477
5460
|
--bs-modal-margin: 0.5rem;
|
|
5478
|
-
--bs-modal-color: ;
|
|
5461
|
+
--bs-modal-color: var(--bs-body-color);
|
|
5479
5462
|
--bs-modal-bg: var(--bs-body-bg);
|
|
5480
5463
|
--bs-modal-border-color: var(--bs-border-color-translucent);
|
|
5481
5464
|
--bs-modal-border-width: var(--bs-border-width);
|
|
@@ -5511,8 +5494,8 @@ textarea.form-control-lg {
|
|
|
5511
5494
|
pointer-events: none;
|
|
5512
5495
|
}
|
|
5513
5496
|
.modal.fade .modal-dialog {
|
|
5514
|
-
transition: transform 0.3s ease-out;
|
|
5515
5497
|
transform: translate(0, -50px);
|
|
5498
|
+
transition: transform 0.3s ease-out;
|
|
5516
5499
|
}
|
|
5517
5500
|
@media (prefers-reduced-motion: reduce) {
|
|
5518
5501
|
.modal.fade .modal-dialog {
|
|
@@ -5587,7 +5570,10 @@ textarea.form-control-lg {
|
|
|
5587
5570
|
}
|
|
5588
5571
|
.modal-header .btn-close {
|
|
5589
5572
|
padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
|
|
5590
|
-
margin: calc(-0.5 * var(--bs-modal-header-padding-y))
|
|
5573
|
+
margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5574
|
+
margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
|
|
5575
|
+
margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
|
|
5576
|
+
margin-left: auto;
|
|
5591
5577
|
}
|
|
5592
5578
|
|
|
5593
5579
|
.modal-title {
|
|
@@ -6108,6 +6094,7 @@ textarea.form-control-lg {
|
|
|
6108
6094
|
color: #fff;
|
|
6109
6095
|
text-align: center;
|
|
6110
6096
|
background: none;
|
|
6097
|
+
filter: var(--bs-carousel-control-icon-filter);
|
|
6111
6098
|
border: 0;
|
|
6112
6099
|
opacity: 0.5;
|
|
6113
6100
|
transition: opacity 0.15s ease;
|
|
@@ -6146,11 +6133,11 @@ textarea.form-control-lg {
|
|
|
6146
6133
|
}
|
|
6147
6134
|
|
|
6148
6135
|
.carousel-control-prev-icon {
|
|
6149
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708
|
|
6136
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
|
|
6150
6137
|
}
|
|
6151
6138
|
|
|
6152
6139
|
.carousel-control-next-icon {
|
|
6153
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.
|
|
6140
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
|
|
6154
6141
|
}
|
|
6155
6142
|
|
|
6156
6143
|
.carousel-indicators {
|
|
@@ -6176,7 +6163,7 @@ textarea.form-control-lg {
|
|
|
6176
6163
|
margin-left: 3px;
|
|
6177
6164
|
text-indent: -999px;
|
|
6178
6165
|
cursor: pointer;
|
|
6179
|
-
background-color:
|
|
6166
|
+
background-color: var(--bs-carousel-indicator-active-bg);
|
|
6180
6167
|
background-clip: padding-box;
|
|
6181
6168
|
border: 0;
|
|
6182
6169
|
border-top: 10px solid transparent;
|
|
@@ -6200,36 +6187,33 @@ textarea.form-control-lg {
|
|
|
6200
6187
|
left: 15%;
|
|
6201
6188
|
padding-top: 1.25rem;
|
|
6202
6189
|
padding-bottom: 1.25rem;
|
|
6203
|
-
color:
|
|
6190
|
+
color: var(--bs-carousel-caption-color);
|
|
6204
6191
|
text-align: center;
|
|
6205
6192
|
}
|
|
6206
6193
|
|
|
6207
|
-
.carousel-dark
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
|
|
6211
|
-
.carousel-dark .carousel-indicators [data-bs-target] {
|
|
6212
|
-
background-color: #000;
|
|
6213
|
-
}
|
|
6214
|
-
.carousel-dark .carousel-caption {
|
|
6215
|
-
color: #000;
|
|
6194
|
+
.carousel-dark {
|
|
6195
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6196
|
+
--bs-carousel-caption-color: #000;
|
|
6197
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6216
6198
|
}
|
|
6217
6199
|
|
|
6218
|
-
|
|
6219
|
-
[data-bs-theme=
|
|
6220
|
-
|
|
6221
|
-
|
|
6222
|
-
|
|
6223
|
-
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
|
|
6224
|
-
background-color: #000;
|
|
6200
|
+
:root,
|
|
6201
|
+
[data-bs-theme=light] {
|
|
6202
|
+
--bs-carousel-indicator-active-bg: #fff;
|
|
6203
|
+
--bs-carousel-caption-color: #fff;
|
|
6204
|
+
--bs-carousel-control-icon-filter: ;
|
|
6225
6205
|
}
|
|
6226
|
-
|
|
6227
|
-
|
|
6206
|
+
|
|
6207
|
+
[data-bs-theme=dark] {
|
|
6208
|
+
--bs-carousel-indicator-active-bg: #000;
|
|
6209
|
+
--bs-carousel-caption-color: #000;
|
|
6210
|
+
--bs-carousel-control-icon-filter: invert(1) grayscale(100);
|
|
6228
6211
|
}
|
|
6229
6212
|
|
|
6230
6213
|
.spinner-grow,
|
|
6231
6214
|
.spinner-border {
|
|
6232
6215
|
display: inline-block;
|
|
6216
|
+
flex-shrink: 0;
|
|
6233
6217
|
width: var(--bs-spinner-width);
|
|
6234
6218
|
height: var(--bs-spinner-height);
|
|
6235
6219
|
vertical-align: var(--bs-spinner-vertical-align);
|
|
@@ -6774,7 +6758,10 @@ textarea.form-control-lg {
|
|
|
6774
6758
|
}
|
|
6775
6759
|
.offcanvas-header .btn-close {
|
|
6776
6760
|
padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
|
|
6777
|
-
margin: calc(-0.5 * var(--bs-offcanvas-padding-y))
|
|
6761
|
+
margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6762
|
+
margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
|
|
6763
|
+
margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
|
|
6764
|
+
margin-left: auto;
|
|
6778
6765
|
}
|
|
6779
6766
|
|
|
6780
6767
|
.offcanvas-title {
|
|
@@ -7175,6 +7162,10 @@ textarea.form-control-lg {
|
|
|
7175
7162
|
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
|
|
7176
7163
|
position: absolute !important;
|
|
7177
7164
|
}
|
|
7165
|
+
.visually-hidden *,
|
|
7166
|
+
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
|
|
7167
|
+
overflow: hidden !important;
|
|
7168
|
+
}
|
|
7178
7169
|
|
|
7179
7170
|
.stretched-link::after {
|
|
7180
7171
|
position: absolute;
|
|
@@ -12208,6 +12199,12 @@ textarea.form-control-lg {
|
|
|
12208
12199
|
--text-field-color: rgba(255 255 255 / 80%);
|
|
12209
12200
|
--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
12201
|
no-repeat;
|
|
12202
|
+
--is-mobile: 0;
|
|
12203
|
+
}
|
|
12204
|
+
@media (max-width: 991px) {
|
|
12205
|
+
:root {
|
|
12206
|
+
--is-mobile: 1;
|
|
12207
|
+
}
|
|
12211
12208
|
}
|
|
12212
12209
|
/* -----------------------------------------
|
|
12213
12210
|
OCEANSIDE COLOR THEME
|
|
@@ -15630,10 +15627,7 @@ h2 {
|
|
|
15630
15627
|
SITE SEARCH - /src/css/cagov/search.css
|
|
15631
15628
|
----------------------------------------- */
|
|
15632
15629
|
|
|
15633
|
-
|
|
15634
|
-
|
|
15635
|
-
.search-container,
|
|
15636
|
-
.featured-search.active {
|
|
15630
|
+
.search-container {
|
|
15637
15631
|
overflow: hidden;
|
|
15638
15632
|
z-index: 7;
|
|
15639
15633
|
position: relative;
|
|
@@ -15648,14 +15642,61 @@ h2 {
|
|
|
15648
15642
|
|
|
15649
15643
|
@media (min-width: 992px) {
|
|
15650
15644
|
|
|
15651
|
-
.search-container
|
|
15652
|
-
.featured-search.active {
|
|
15645
|
+
.search-container {
|
|
15653
15646
|
position: absolute;
|
|
15654
15647
|
top: 96px
|
|
15655
15648
|
}
|
|
15656
15649
|
}
|
|
15657
15650
|
|
|
15658
|
-
.search-container
|
|
15651
|
+
.search-container #Search {
|
|
15652
|
+
display: flex;
|
|
15653
|
+
}
|
|
15654
|
+
|
|
15655
|
+
.search-container #Search .gsc-search-button {
|
|
15656
|
+
right: 50px;
|
|
15657
|
+
background-color: var(--gray-600, #72717c);
|
|
15658
|
+
border-color: var(--gray-600, #72717c);
|
|
15659
|
+
color: var(--white, #fff);
|
|
15660
|
+
}
|
|
15661
|
+
|
|
15662
|
+
.search-container #Search .gsc-search-button:focus {
|
|
15663
|
+
outline: 2px solid var(--outline-dark-mode-color);
|
|
15664
|
+
outline-offset: -4px;
|
|
15665
|
+
}
|
|
15666
|
+
|
|
15667
|
+
.search-container #Search .gsc-search-button:hover,
|
|
15668
|
+
.search-container #Search .gsc-search-button:focus {
|
|
15669
|
+
background-color: var(--gray-800, #4a4958);
|
|
15670
|
+
border-color: var(--gray-800, #4a4958);
|
|
15671
|
+
}
|
|
15672
|
+
|
|
15673
|
+
.search-container #Search .gsc-search-button .ca-gov-icon-search {
|
|
15674
|
+
color: var(--white, #fff);
|
|
15675
|
+
}
|
|
15676
|
+
|
|
15677
|
+
@media (max-width: 991px) {
|
|
15678
|
+
|
|
15679
|
+
.search-container #Search .gsc-search-button {
|
|
15680
|
+
background-color: var(--white, #fff);
|
|
15681
|
+
border-color: var(--white, #fff)
|
|
15682
|
+
}
|
|
15683
|
+
|
|
15684
|
+
.search-container #Search .gsc-search-button .ca-gov-icon-search {
|
|
15685
|
+
color: var(--gray-700, #5e5e6a);
|
|
15686
|
+
}
|
|
15687
|
+
|
|
15688
|
+
.search-container #Search .gsc-search-button:hover,
|
|
15689
|
+
.search-container #Search .gsc-search-button:focus {
|
|
15690
|
+
background-color: var(--gray-50, #fafafa);
|
|
15691
|
+
border-color: var(--gray-50, #fafafa);
|
|
15692
|
+
}
|
|
15693
|
+
|
|
15694
|
+
.search-container #Search .gsc-search-button:hover .ca-gov-icon-search, .search-container #Search .gsc-search-button:focus .ca-gov-icon-search {
|
|
15695
|
+
color: var(--gray-900, #3b3a48);
|
|
15696
|
+
}
|
|
15697
|
+
}
|
|
15698
|
+
|
|
15699
|
+
.search-container .search-textfield {
|
|
15659
15700
|
font-size: 1.1rem;
|
|
15660
15701
|
width: 100%;
|
|
15661
15702
|
max-height: 38px;
|
|
@@ -15663,30 +15704,30 @@ h2 {
|
|
|
15663
15704
|
transition: border 0.4s;
|
|
15664
15705
|
}
|
|
15665
15706
|
|
|
15666
|
-
.search-container .search-textfield::placeholder
|
|
15707
|
+
.search-container .search-textfield::placeholder {
|
|
15667
15708
|
color: var(--black, #000);
|
|
15668
15709
|
opacity: 1;
|
|
15669
15710
|
}
|
|
15670
15711
|
|
|
15671
15712
|
/* stylelint-disable-next-line selector-pseudo-element-no-unknown */
|
|
15672
15713
|
|
|
15673
|
-
.search-container .search-textfield::input-placeholder
|
|
15714
|
+
.search-container .search-textfield::input-placeholder {
|
|
15674
15715
|
color: var(--black, #000);
|
|
15675
15716
|
}
|
|
15676
15717
|
|
|
15677
|
-
.search-container .search-textfield:focus
|
|
15718
|
+
.search-container .search-textfield:focus {
|
|
15678
15719
|
outline: 2px solid var(--outline-default-color);
|
|
15679
15720
|
outline-offset: -2px;
|
|
15680
15721
|
}
|
|
15681
15722
|
|
|
15682
|
-
.search-container .submit-container
|
|
15723
|
+
.search-container .submit-container {
|
|
15683
15724
|
float: left;
|
|
15684
15725
|
height: auto;
|
|
15685
15726
|
height: 40px;
|
|
15686
15727
|
transition: all 0.5s 0.1s;
|
|
15687
15728
|
}
|
|
15688
15729
|
|
|
15689
|
-
.search-container .submit-container button
|
|
15730
|
+
.search-container .submit-container button {
|
|
15690
15731
|
float: left;
|
|
15691
15732
|
transition: all 0.5s 0.1s;
|
|
15692
15733
|
background: none;
|
|
@@ -15701,7 +15742,7 @@ h2 {
|
|
|
15701
15742
|
padding: 0;
|
|
15702
15743
|
}
|
|
15703
15744
|
|
|
15704
|
-
.search-container .submit-container button > span
|
|
15745
|
+
.search-container .submit-container button > span {
|
|
15705
15746
|
position: relative;
|
|
15706
15747
|
top: 0;
|
|
15707
15748
|
font-size: 1.87rem;
|
|
@@ -15710,55 +15751,19 @@ h2 {
|
|
|
15710
15751
|
|
|
15711
15752
|
@media (max-width: 991px) {
|
|
15712
15753
|
|
|
15713
|
-
.search-container .submit-container button
|
|
15754
|
+
.search-container .submit-container button {
|
|
15714
15755
|
font-size: 2rem;
|
|
15715
15756
|
line-height: 1em;
|
|
15716
15757
|
padding-top: 0
|
|
15717
15758
|
}
|
|
15718
15759
|
}
|
|
15719
15760
|
|
|
15720
|
-
.search-container .textfield-container
|
|
15761
|
+
.search-container .textfield-container {
|
|
15721
15762
|
float: left;
|
|
15722
15763
|
width: 100%;
|
|
15723
15764
|
}
|
|
15724
15765
|
|
|
15725
|
-
.search-container .close-search, .featured-search.active .close-search {
|
|
15726
|
-
display: none;
|
|
15727
|
-
position: absolute;
|
|
15728
|
-
right: -10px;
|
|
15729
|
-
cursor: pointer;
|
|
15730
|
-
}
|
|
15731
|
-
|
|
15732
|
-
.search-container .close-search .sr-only, .featured-search.active .close-search .sr-only {
|
|
15733
|
-
height: unset !important;
|
|
15734
|
-
width: unset !important;
|
|
15735
|
-
position: relative !important;
|
|
15736
|
-
clip: unset !important;
|
|
15737
|
-
background: none !important;
|
|
15738
|
-
margin: 0 !important;
|
|
15739
|
-
font-size: 1.125rem !important;
|
|
15740
|
-
color: var(--color-p2, #046b99);
|
|
15741
|
-
text-decoration: underline;
|
|
15742
|
-
}
|
|
15743
|
-
|
|
15744
|
-
.search-container .close-search .sr-only:hover,
|
|
15745
|
-
.search-container .close-search .sr-only:focus,
|
|
15746
|
-
.featured-search.active .close-search .sr-only:hover,
|
|
15747
|
-
.featured-search.active .close-search .sr-only:focus {
|
|
15748
|
-
color: var(--color-p2-darker, #214a68);
|
|
15749
|
-
text-decoration: none;
|
|
15750
|
-
}
|
|
15751
|
-
|
|
15752
|
-
@media (max-width: 991px) {
|
|
15753
|
-
|
|
15754
|
-
.search-container .close-search, .featured-search.active .close-search {
|
|
15755
|
-
right: 0;
|
|
15756
|
-
display: none
|
|
15757
|
-
}
|
|
15758
|
-
}
|
|
15759
|
-
|
|
15760
15766
|
input[type="search"].search-textfield {
|
|
15761
|
-
padding-left: 10px;
|
|
15762
15767
|
-webkit-appearance: none;
|
|
15763
15768
|
background-color: canvas;
|
|
15764
15769
|
border: 1px solid #72717c;
|
|
@@ -15766,15 +15771,14 @@ input[type="search"].search-textfield {
|
|
|
15766
15771
|
}
|
|
15767
15772
|
|
|
15768
15773
|
@media (max-width: 991px) {
|
|
15769
|
-
|
|
15770
|
-
|
|
15771
|
-
border-color: var(--white, #fff)
|
|
15774
|
+
input[type="search"].search-textfield {
|
|
15775
|
+
border-color: var(--white, #fff);
|
|
15772
15776
|
}
|
|
15773
15777
|
|
|
15774
|
-
|
|
15775
|
-
|
|
15776
|
-
}
|
|
15778
|
+
input[type="search"].search-textfield:focus {
|
|
15779
|
+
outline-offset: -4px;
|
|
15777
15780
|
}
|
|
15781
|
+
}
|
|
15778
15782
|
|
|
15779
15783
|
#local_form {
|
|
15780
15784
|
position: relative;
|
|
@@ -15791,30 +15795,12 @@ input[type="search"].search-textfield .search-container {
|
|
|
15791
15795
|
.featured-search {
|
|
15792
15796
|
display: block;
|
|
15793
15797
|
position: absolute;
|
|
15794
|
-
top: 240px;
|
|
15795
15798
|
padding: 0;
|
|
15796
15799
|
max-height: 100%;
|
|
15797
15800
|
border-radius: 0;
|
|
15798
|
-
width: 60%;
|
|
15799
|
-
left: 20%;
|
|
15800
15801
|
}
|
|
15801
15802
|
|
|
15802
|
-
.featured-search .flexbox {
|
|
15803
|
-
left: 0;
|
|
15804
|
-
right: 0;
|
|
15805
|
-
margin: 0 auto;
|
|
15806
|
-
width: 60%;
|
|
15807
|
-
max-width: 630px;
|
|
15808
|
-
}
|
|
15809
|
-
|
|
15810
|
-
.featured-search.play-animation {
|
|
15811
|
-
animation-duration: 1s;
|
|
15812
|
-
animation-fill-mode: both;
|
|
15813
|
-
animation-name: pulse;
|
|
15814
|
-
}
|
|
15815
|
-
|
|
15816
15803
|
.featured-search .search-textfield {
|
|
15817
|
-
padding: 14px;
|
|
15818
15804
|
border-color: var(--gray-600, #72717c) !important;
|
|
15819
15805
|
font-size: 1.1rem;
|
|
15820
15806
|
height: 38px;
|
|
@@ -15837,53 +15823,6 @@ input[type="search"].search-textfield .search-container {
|
|
|
15837
15823
|
font-size: 2.8125rem;
|
|
15838
15824
|
line-height: 2.8125rem;
|
|
15839
15825
|
}
|
|
15840
|
-
|
|
15841
|
-
.featured-search.active {
|
|
15842
|
-
position: relative;
|
|
15843
|
-
visibility: visible;
|
|
15844
|
-
opacity: 1;
|
|
15845
|
-
}
|
|
15846
|
-
|
|
15847
|
-
@media (min-width: 992px) {
|
|
15848
|
-
|
|
15849
|
-
.featured-search.active {
|
|
15850
|
-
position: absolute
|
|
15851
|
-
}
|
|
15852
|
-
}
|
|
15853
|
-
|
|
15854
|
-
.featured-search.active{
|
|
15855
|
-
|
|
15856
|
-
transition:
|
|
15857
|
-
top 0.4s,
|
|
15858
|
-
left 0.2s 0.4s,
|
|
15859
|
-
width 0.2s 0.4s,
|
|
15860
|
-
background-color 0.4s + 0.2s,
|
|
15861
|
-
border 0.4s,
|
|
15862
|
-
padding 0.2s 0.4s;
|
|
15863
|
-
top: 96px;
|
|
15864
|
-
left: 0;
|
|
15865
|
-
padding: 20px 0;
|
|
15866
|
-
border-radius: 0;
|
|
15867
|
-
padding-right: 15%;
|
|
15868
|
-
padding-left: 15%;
|
|
15869
|
-
border-bottom: none;
|
|
15870
|
-
width: 100%;
|
|
15871
|
-
max-width: 100%;
|
|
15872
|
-
}
|
|
15873
|
-
|
|
15874
|
-
.featured-search.active .close-search {
|
|
15875
|
-
display: none;
|
|
15876
|
-
}
|
|
15877
|
-
|
|
15878
|
-
.featured-search.active .search-textfield {
|
|
15879
|
-
font-size: 1.1rem;
|
|
15880
|
-
height: 40px;
|
|
15881
|
-
width: 100%;
|
|
15882
|
-
border-radius: var(--border-radius-base);
|
|
15883
|
-
border: 3px solid transparent;
|
|
15884
|
-
padding: 0 4px;
|
|
15885
|
-
transition: border 0.4s;
|
|
15886
|
-
}
|
|
15887
15826
|
}
|
|
15888
15827
|
|
|
15889
15828
|
/* Resize search bar to look better on tablet size screens */
|
|
@@ -15892,338 +15831,44 @@ input[type="search"].search-textfield .search-container {
|
|
|
15892
15831
|
left: 10%;
|
|
15893
15832
|
width: 80%;
|
|
15894
15833
|
}
|
|
15834
|
+
}
|
|
15895
15835
|
|
|
15896
|
-
|
|
15897
|
-
|
|
15898
|
-
|
|
15836
|
+
@media (max-width: 991px) {
|
|
15837
|
+
|
|
15838
|
+
.search-container.featured-search {
|
|
15839
|
+
padding: 0 1rem;
|
|
15840
|
+
max-height: 100%
|
|
15841
|
+
}
|
|
15899
15842
|
}
|
|
15900
15843
|
|
|
15901
|
-
|
|
15902
|
-
|
|
15844
|
+
.search-container.featured-search:hover,
|
|
15845
|
+
.search-container.featured-search:focus {
|
|
15846
|
+
background: none;
|
|
15847
|
+
}
|
|
15848
|
+
|
|
15849
|
+
@media (min-width: 992px) {
|
|
15850
|
+
.fixed.compact .search-container {
|
|
15851
|
+
opacity: 0;
|
|
15852
|
+
}
|
|
15853
|
+
|
|
15854
|
+
.active-search .fixed.compact .search-container {
|
|
15855
|
+
opacity: 1;
|
|
15856
|
+
top: 55px;
|
|
15903
15857
|
}
|
|
15904
15858
|
}
|
|
15905
15859
|
|
|
15906
|
-
.
|
|
15907
|
-
|
|
15908
|
-
|
|
15860
|
+
button.gsc-search-button {
|
|
15861
|
+
border-radius: 0 5px 5px 0;
|
|
15862
|
+
padding: 0 12px;
|
|
15863
|
+
border: 1px solid;
|
|
15864
|
+
min-height: 38px;
|
|
15865
|
+
margin-left: -1px;
|
|
15909
15866
|
}
|
|
15910
15867
|
|
|
15911
|
-
|
|
15912
|
-
float: left;
|
|
15913
|
-
padding-right: 44px;
|
|
15914
|
-
margin-right: -44px;
|
|
15915
|
-
width: 100%;
|
|
15916
|
-
}
|
|
15868
|
+
/* ------------- Custom search box (not google) -------------- */
|
|
15917
15869
|
|
|
15918
|
-
.
|
|
15919
|
-
width:
|
|
15920
|
-
}
|
|
15921
|
-
|
|
15922
|
-
.agency-form .submit-container {
|
|
15923
|
-
float: left;
|
|
15924
|
-
height: 40px;
|
|
15925
|
-
}
|
|
15926
|
-
|
|
15927
|
-
.agency-form .submit-container button {
|
|
15928
|
-
color: #fff;
|
|
15929
|
-
border: none;
|
|
15930
|
-
width: 44px;
|
|
15931
|
-
height: 100%;
|
|
15932
|
-
float: left;
|
|
15933
|
-
font-size: 1.5rem;
|
|
15934
|
-
line-height: 0.9375rem;
|
|
15935
|
-
padding: 0;
|
|
15936
|
-
-webkit-appearance: none;
|
|
15937
|
-
}
|
|
15938
|
-
|
|
15939
|
-
.agency-form .submit-container button > span {
|
|
15940
|
-
position: relative;
|
|
15941
|
-
top: 0;
|
|
15942
|
-
font-size: 1.87rem;
|
|
15943
|
-
line-height: 1.875rem;
|
|
15944
|
-
}
|
|
15945
|
-
|
|
15946
|
-
@media (max-width: 991px) {
|
|
15947
|
-
|
|
15948
|
-
.agency-form .submit-container button {
|
|
15949
|
-
font-size: 2rem;
|
|
15950
|
-
line-height: 1em;
|
|
15951
|
-
padding-top: 0
|
|
15952
|
-
}
|
|
15953
|
-
}
|
|
15954
|
-
|
|
15955
|
-
.agency-form input,
|
|
15956
|
-
.agency-form button {
|
|
15957
|
-
height: 40px;
|
|
15958
|
-
line-height: 2.5rem;
|
|
15959
|
-
}
|
|
15960
|
-
|
|
15961
|
-
.agency-form button {
|
|
15962
|
-
background: var(--gray-600, #72717c);
|
|
15963
|
-
}
|
|
15964
|
-
|
|
15965
|
-
.agency-form button > span {
|
|
15966
|
-
top: 0;
|
|
15967
|
-
font-size: 1.8rem;
|
|
15968
|
-
}
|
|
15969
|
-
|
|
15970
|
-
.search-container .textfield-container, .search-container.featured-search.active .textfield-container {
|
|
15971
|
-
/* Desktop Search Button Padding */
|
|
15972
|
-
margin-right: -80px;
|
|
15973
|
-
padding-right: 80px;
|
|
15974
|
-
}
|
|
15975
|
-
|
|
15976
|
-
/* Mobile Search button padding */
|
|
15977
|
-
|
|
15978
|
-
@media (max-width: 991px) {
|
|
15979
|
-
|
|
15980
|
-
.search-container .textfield-container, .search-container.featured-search.active .textfield-container {
|
|
15981
|
-
margin-right: -48px;
|
|
15982
|
-
padding-right: 44px
|
|
15983
|
-
}
|
|
15984
|
-
}
|
|
15985
|
-
|
|
15986
|
-
.search-container .submit-container, .search-container.featured-search.active .submit-container {
|
|
15987
|
-
width: auto;
|
|
15988
|
-
}
|
|
15989
|
-
|
|
15990
|
-
.search-container .search-locator, .search-container.featured-search.active .search-locator {
|
|
15991
|
-
color: var(--gray-900, #3b3a48);
|
|
15992
|
-
float: left;
|
|
15993
|
-
text-align: center;
|
|
15994
|
-
width: 100px;
|
|
15995
|
-
position: relative;
|
|
15996
|
-
display: none;
|
|
15997
|
-
line-height: inherit !important;
|
|
15998
|
-
cursor: pointer;
|
|
15999
|
-
}
|
|
16000
|
-
|
|
16001
|
-
.search-container .search-locator [class^="ca-gov-icon-"], .search-container.featured-search.active .search-locator [class^="ca-gov-icon-"] {
|
|
16002
|
-
font-size: 1.4rem;
|
|
16003
|
-
padding: 0 !important;
|
|
16004
|
-
position: absolute;
|
|
16005
|
-
top: 0;
|
|
16006
|
-
width: 100%;
|
|
16007
|
-
left: 0;
|
|
16008
|
-
}
|
|
16009
|
-
|
|
16010
|
-
.search-container .search-locator small, .search-container.featured-search.active .search-locator small {
|
|
16011
|
-
position: absolute;
|
|
16012
|
-
top: 1.7em;
|
|
16013
|
-
left: 0;
|
|
16014
|
-
width: 100%;
|
|
16015
|
-
text-align: center;
|
|
16016
|
-
display: block;
|
|
16017
|
-
overflow: hidden;
|
|
16018
|
-
white-space: nowrap;
|
|
16019
|
-
text-overflow: ellipsis;
|
|
16020
|
-
}
|
|
16021
|
-
|
|
16022
|
-
/* Active on mobile */
|
|
16023
|
-
|
|
16024
|
-
@media (max-width: 991px) {
|
|
16025
|
-
|
|
16026
|
-
.search-container .search-locator, .search-container.featured-search.active .search-locator {
|
|
16027
|
-
width: 75px;
|
|
16028
|
-
margin-left: 5px
|
|
16029
|
-
}
|
|
16030
|
-
}
|
|
16031
|
-
|
|
16032
|
-
.search-container.active .search-locator, .search-container.featured-search.active.active .search-locator {
|
|
16033
|
-
display: block;
|
|
16034
|
-
}
|
|
16035
|
-
|
|
16036
|
-
@media (max-width: 991px) {
|
|
16037
|
-
|
|
16038
|
-
.search-container.featured-search {
|
|
16039
|
-
padding: 0 1rem;
|
|
16040
|
-
max-height: 100%
|
|
16041
|
-
}
|
|
16042
|
-
}
|
|
16043
|
-
|
|
16044
|
-
.search-container.featured-search:hover,
|
|
16045
|
-
.search-container.featured-search:focus {
|
|
16046
|
-
background: none;
|
|
16047
|
-
}
|
|
16048
|
-
|
|
16049
|
-
.search-container.featured-search.active {
|
|
16050
|
-
background-color: var(--gray-100, #f3f3f4);
|
|
16051
|
-
border-top: 1px solid var(--gray-300, #bcbbc1);
|
|
16052
|
-
}
|
|
16053
|
-
|
|
16054
|
-
@media (min-width: 992px) {
|
|
16055
|
-
.fixed.compact .search-container {
|
|
16056
|
-
opacity: 0;
|
|
16057
|
-
}
|
|
16058
|
-
|
|
16059
|
-
.active-search .fixed.compact .search-container,
|
|
16060
|
-
.fixed.compact .search-container.active {
|
|
16061
|
-
opacity: 1;
|
|
16062
|
-
top: 55px;
|
|
16063
|
-
}
|
|
16064
|
-
}
|
|
16065
|
-
|
|
16066
|
-
/* full width navigation search container */
|
|
16067
|
-
@media (min-width: 992px) {
|
|
16068
|
-
.nav-full-width + .search-container,
|
|
16069
|
-
.nav-full-width + .featured-search.active {
|
|
16070
|
-
top: 35px;
|
|
16071
|
-
}
|
|
16072
|
-
|
|
16073
|
-
.active-search .fixed.compact .nav-full-width + .search-container,
|
|
16074
|
-
.fixed.compact .nav-full-width + .search-container.active {
|
|
16075
|
-
opacity: 1;
|
|
16076
|
-
top: 35px;
|
|
16077
|
-
}
|
|
16078
|
-
}
|
|
16079
|
-
|
|
16080
|
-
@media (min-width: 992px) and (max-width: 1200px) {
|
|
16081
|
-
.nav-full-width + .search-container,
|
|
16082
|
-
.nav-full-width + .featured-search.active {
|
|
16083
|
-
top: 32px;
|
|
16084
|
-
}
|
|
16085
|
-
|
|
16086
|
-
.active-search .fixed.compact .nav-full-width + .search-container,
|
|
16087
|
-
.fixed.compact .nav-full-width + .search-container.active {
|
|
16088
|
-
opacity: 1;
|
|
16089
|
-
top: 32px;
|
|
16090
|
-
}
|
|
16091
|
-
}
|
|
16092
|
-
|
|
16093
|
-
/* Search Button */
|
|
16094
|
-
|
|
16095
|
-
button.gsc-search-button {
|
|
16096
|
-
border-radius: 0 5px 5px 0;
|
|
16097
|
-
padding: 0 12px;
|
|
16098
|
-
border: 1px solid;
|
|
16099
|
-
min-height: 38px;
|
|
16100
|
-
margin-left: -1px;
|
|
16101
|
-
}
|
|
16102
|
-
|
|
16103
|
-
/* ------------- Custom search box (not google) -------------- */
|
|
16104
|
-
.search-container #Search {
|
|
16105
|
-
display: flex;
|
|
16106
|
-
}
|
|
16107
|
-
.search-container #Search .gsc-search-button {
|
|
16108
|
-
right: 50px;
|
|
16109
|
-
background-color: var(--gray-600, #72717c);
|
|
16110
|
-
border-color: var(--gray-600, #72717c);
|
|
16111
|
-
color: var(--white, #fff);
|
|
16112
|
-
}
|
|
16113
|
-
.search-container #Search .gsc-search-button:focus {
|
|
16114
|
-
outline: 2px solid var(--outline-dark-mode-color);
|
|
16115
|
-
outline-offset: -4px;
|
|
16116
|
-
}
|
|
16117
|
-
.search-container #Search .gsc-search-button:hover,
|
|
16118
|
-
.search-container #Search .gsc-search-button:focus {
|
|
16119
|
-
background-color: var(--gray-800, #4a4958);
|
|
16120
|
-
border-color: var(--gray-800, #4a4958);
|
|
16121
|
-
}
|
|
16122
|
-
.search-container #Search .gsc-search-button .ca-gov-icon-search {
|
|
16123
|
-
color: var(--white, #fff);
|
|
16124
|
-
}
|
|
16125
|
-
@media (max-width: 991px) {
|
|
16126
|
-
.search-container #Search .gsc-search-button {
|
|
16127
|
-
background-color: var(--white, #fff);
|
|
16128
|
-
border-color: var(--white, #fff)
|
|
16129
|
-
}
|
|
16130
|
-
|
|
16131
|
-
.search-container #Search .gsc-search-button .ca-gov-icon-search {
|
|
16132
|
-
color: var(--gray-700, #5e5e6a);
|
|
16133
|
-
}
|
|
16134
|
-
|
|
16135
|
-
.search-container #Search .gsc-search-button:hover,
|
|
16136
|
-
.search-container #Search .gsc-search-button:focus {
|
|
16137
|
-
background-color: var(--gray-50, #fafafa);
|
|
16138
|
-
border-color: var(--gray-50, #fafafa);
|
|
16139
|
-
}
|
|
16140
|
-
|
|
16141
|
-
.search-container #Search .gsc-search-button:hover .ca-gov-icon-search, .search-container #Search .gsc-search-button:focus .ca-gov-icon-search {
|
|
16142
|
-
color: var(--gray-900, #3b3a48);
|
|
16143
|
-
}
|
|
16144
|
-
}
|
|
16145
|
-
.search-container #Search .close-search-btn {
|
|
16146
|
-
display: block;
|
|
16147
|
-
}
|
|
16148
|
-
.search-container #Search .close-search-btn .sr-only {
|
|
16149
|
-
color: var(--color-p2, #046b99);
|
|
16150
|
-
text-decoration: underline;
|
|
16151
|
-
}
|
|
16152
|
-
.search-container #Search .close-search-btn .sr-only:hover,
|
|
16153
|
-
.search-container #Search .close-search-btn .sr-only:focus {
|
|
16154
|
-
color: var(--color-p2-darker, #214a68);
|
|
16155
|
-
text-decoration: none;
|
|
16156
|
-
}
|
|
16157
|
-
.search-container #Search .close-search {
|
|
16158
|
-
display: block;
|
|
16159
|
-
right: 0;
|
|
16160
|
-
}
|
|
16161
|
-
@media (max-width: 991px) {
|
|
16162
|
-
.search-container #Search .close-search {
|
|
16163
|
-
display: block;
|
|
16164
|
-
cursor: pointer;
|
|
16165
|
-
min-height: 38px
|
|
16166
|
-
}
|
|
16167
|
-
|
|
16168
|
-
.search-container #Search .close-search .sr-only {
|
|
16169
|
-
height: unset !important;
|
|
16170
|
-
width: unset !important;
|
|
16171
|
-
position: relative !important;
|
|
16172
|
-
clip: unset !important;
|
|
16173
|
-
background: none !important;
|
|
16174
|
-
margin: 0 !important;
|
|
16175
|
-
font-size: 1.125rem !important;
|
|
16176
|
-
}
|
|
16177
|
-
}
|
|
16178
|
-
.search-container:hover .search-textfield, .search-container:focus .search-textfield, .search-container.active .search-textfield {
|
|
16179
|
-
background-color: #fff;
|
|
16180
|
-
}
|
|
16181
|
-
.search-container:hover .submit-container button, .search-container:focus .submit-container button, .search-container.active .submit-container button {
|
|
16182
|
-
border-color: #fff;
|
|
16183
|
-
}
|
|
16184
|
-
.search-container.active {
|
|
16185
|
-
max-height: 300px;
|
|
16186
|
-
padding: 20px 15%;
|
|
16187
|
-
}
|
|
16188
|
-
/* Active on mobile 991px */
|
|
16189
|
-
@media (max-width: 991px) {
|
|
16190
|
-
.search-container.active {
|
|
16191
|
-
padding-top: 1.125rem;
|
|
16192
|
-
padding-bottom: 1.125rem
|
|
16193
|
-
}
|
|
16194
|
-
}
|
|
16195
|
-
.search-container.active .close-search {
|
|
16196
|
-
display: block;
|
|
16197
|
-
}
|
|
16198
|
-
@media (max-width: 991px) {
|
|
16199
|
-
.search-container.active .close-search {
|
|
16200
|
-
display: none
|
|
16201
|
-
}
|
|
16202
|
-
}
|
|
16203
|
-
.search-container.active div.gsc-clear-button {
|
|
16204
|
-
width: 40px;
|
|
16205
|
-
}
|
|
16206
|
-
.search-container.active div.gsc-clear-button::before {
|
|
16207
|
-
content: "\4d";
|
|
16208
|
-
font-family: CaGov;
|
|
16209
|
-
font-size: 2rem;
|
|
16210
|
-
width: 100%;
|
|
16211
|
-
color: var(--gray-100, #ededef);
|
|
16212
|
-
display: block;
|
|
16213
|
-
margin-top: 12px;
|
|
16214
|
-
margin-left: 2px;
|
|
16215
|
-
}
|
|
16216
|
-
.search-container.active{
|
|
16217
|
-
|
|
16218
|
-
background-color: var(--gray-100, #f3f3f4);
|
|
16219
|
-
}
|
|
16220
|
-
.search-container.active .submit-container button {
|
|
16221
|
-
border-color: var(--gray-200, #d4d4d7);
|
|
16222
|
-
background: var(--gray-700, #5e5e6a);
|
|
16223
|
-
}
|
|
16224
|
-
|
|
16225
|
-
.featured-search div.gsc-clear-button {
|
|
16226
|
-
width: 0;
|
|
15870
|
+
.featured-search div.gsc-clear-button {
|
|
15871
|
+
width: 0;
|
|
16227
15872
|
}
|
|
16228
15873
|
|
|
16229
15874
|
.featured-search div.gsc-clear-button::before {
|
|
@@ -16247,19 +15892,6 @@ button.gsc-search-button {
|
|
|
16247
15892
|
display: none;
|
|
16248
15893
|
}
|
|
16249
15894
|
|
|
16250
|
-
.featured-search.active .search-locator {
|
|
16251
|
-
display: block;
|
|
16252
|
-
}
|
|
16253
|
-
|
|
16254
|
-
.featured-search.active .container #Search .gsc-search-button {
|
|
16255
|
-
right: 50px;
|
|
16256
|
-
outline-offset: -2px;
|
|
16257
|
-
}
|
|
16258
|
-
|
|
16259
|
-
.featured-search.active .container #Search .close-search-btn {
|
|
16260
|
-
display: block;
|
|
16261
|
-
}
|
|
16262
|
-
|
|
16263
15895
|
/* -----------------------------------------
|
|
16264
15896
|
GOOGLE CUSTOM SEARCH CUSTOMIZATION OVERRIDES
|
|
16265
15897
|
/src/css/cagov/search.css
|
|
@@ -16399,67 +16031,6 @@ table.gsc-search-box td {
|
|
|
16399
16031
|
.full-width-nav .featured-search input.search-textfield {
|
|
16400
16032
|
padding: 0 8px;
|
|
16401
16033
|
}
|
|
16402
|
-
|
|
16403
|
-
/* full width featured search hack for IE */
|
|
16404
|
-
@media all and (-ms-high-contrast: none) {
|
|
16405
|
-
.full-width-nav .featured-search {
|
|
16406
|
-
width: 100%;
|
|
16407
|
-
max-width: 100%;
|
|
16408
|
-
padding-right: 15px;
|
|
16409
|
-
}
|
|
16410
|
-
|
|
16411
|
-
.full-width-nav .featured-search .container {
|
|
16412
|
-
width: 40%;
|
|
16413
|
-
float: right;
|
|
16414
|
-
}
|
|
16415
|
-
|
|
16416
|
-
*::-ms-backdrop,
|
|
16417
|
-
.full-width-nav .featured-search {
|
|
16418
|
-
width: 100%;
|
|
16419
|
-
max-width: 100%;
|
|
16420
|
-
padding-right: 15px;
|
|
16421
|
-
}
|
|
16422
|
-
|
|
16423
|
-
*::-ms-backdrop .container, .full-width-nav .featured-search .container {
|
|
16424
|
-
width: 40%;
|
|
16425
|
-
float: right;
|
|
16426
|
-
}
|
|
16427
|
-
}
|
|
16428
|
-
}
|
|
16429
|
-
|
|
16430
|
-
@media (min-width: 992px) and (max-width: 1200px) {
|
|
16431
|
-
/* full width featured search hack for IE */
|
|
16432
|
-
@media all and (-ms-high-contrast: none) {
|
|
16433
|
-
.full-width-nav .featured-search {
|
|
16434
|
-
width: 100%;
|
|
16435
|
-
max-width: 100%;
|
|
16436
|
-
padding-right: 15px;
|
|
16437
|
-
}
|
|
16438
|
-
|
|
16439
|
-
.full-width-nav .featured-search .container {
|
|
16440
|
-
width: 40%;
|
|
16441
|
-
float: right;
|
|
16442
|
-
}
|
|
16443
|
-
|
|
16444
|
-
*::-ms-backdrop,
|
|
16445
|
-
.full-width-nav .featured-search {
|
|
16446
|
-
width: 100%;
|
|
16447
|
-
max-width: 100%;
|
|
16448
|
-
padding-right: 15px;
|
|
16449
|
-
}
|
|
16450
|
-
|
|
16451
|
-
*::-ms-backdrop .container, .full-width-nav .featured-search .container {
|
|
16452
|
-
width: 40%;
|
|
16453
|
-
float: right;
|
|
16454
|
-
}
|
|
16455
|
-
}
|
|
16456
|
-
}
|
|
16457
|
-
|
|
16458
|
-
/* search box icons for mobile */
|
|
16459
|
-
@media (max-width: 991px) {
|
|
16460
|
-
.search-container #Search .close-search {
|
|
16461
|
-
padding-left: 10px;
|
|
16462
|
-
}
|
|
16463
16034
|
}
|
|
16464
16035
|
|
|
16465
16036
|
/* clears the ‘X’ from Internet Explorer */
|
|
@@ -17307,10 +16878,24 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17307
16878
|
}
|
|
17308
16879
|
.full-width-nav .main-navigation .top-level-nav .first-level-btn.has-sub .carrot {
|
|
17309
16880
|
position: absolute;
|
|
17310
|
-
right:
|
|
16881
|
+
right: 1.2rem;
|
|
17311
16882
|
top: 0.35rem;
|
|
17312
16883
|
transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
|
|
17313
16884
|
}
|
|
16885
|
+
|
|
16886
|
+
.full-width-nav .main-navigation .top-level-nav .first-level-btn.has-sub .carrot::after {
|
|
16887
|
+
content: "";
|
|
16888
|
+
display: inline-block;
|
|
16889
|
+
text-decoration: none;
|
|
16890
|
+
position: relative;
|
|
16891
|
+
width: 0.55rem;
|
|
16892
|
+
height: 0.55rem;
|
|
16893
|
+
border-top: 2px solid var(--color-p2, #046b99);
|
|
16894
|
+
border-left: 2px solid var(--color-p2, #046b99);
|
|
16895
|
+
transform: rotate(225deg);
|
|
16896
|
+
vertical-align: middle;
|
|
16897
|
+
top: -2px;
|
|
16898
|
+
}
|
|
17314
16899
|
.full-width-nav .main-navigation .top-level-nav .first-level-btn[aria-expanded="true"] .carrot {
|
|
17315
16900
|
transform: rotate(180deg);
|
|
17316
16901
|
top: 0.6rem;
|
|
@@ -17385,35 +16970,40 @@ input[type="search"]::-webkit-search-results-decoration {
|
|
|
17385
16970
|
}
|
|
17386
16971
|
|
|
17387
16972
|
/* button carrot */
|
|
17388
|
-
|
|
17389
|
-
|
|
17390
|
-
|
|
17391
|
-
|
|
17392
|
-
|
|
17393
|
-
|
|
17394
|
-
|
|
17395
|
-
|
|
17396
|
-
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17400
|
-
|
|
17401
|
-
|
|
17402
|
-
}
|
|
16973
|
+
.first-level-btn[aria-expanded="false"] .rotate,
|
|
16974
|
+
.first-level-btn[aria-expanded="true"] .rotate {
|
|
16975
|
+
display: block;
|
|
16976
|
+
position: absolute;
|
|
16977
|
+
top: 0;
|
|
16978
|
+
right: 0;
|
|
16979
|
+
width: 55px !important;
|
|
16980
|
+
height: 55px !important;
|
|
16981
|
+
text-align: center;
|
|
16982
|
+
cursor: pointer;
|
|
16983
|
+
border: none;
|
|
16984
|
+
transition: all 0.2s ease !important;
|
|
16985
|
+
color: var(--white, #fff) !important;
|
|
16986
|
+
}
|
|
17403
16987
|
|
|
17404
|
-
|
|
17405
|
-
|
|
17406
|
-
|
|
17407
|
-
|
|
17408
|
-
|
|
17409
|
-
|
|
17410
|
-
|
|
17411
|
-
|
|
17412
|
-
|
|
17413
|
-
|
|
17414
|
-
|
|
17415
|
-
|
|
17416
|
-
|
|
16988
|
+
.first-level-btn[aria-expanded="false"] .rotate::after, .first-level-btn[aria-expanded="true"] .rotate::after {
|
|
16989
|
+
content: "";
|
|
16990
|
+
display: inline-block;
|
|
16991
|
+
text-decoration: none;
|
|
16992
|
+
position: absolute;
|
|
16993
|
+
width: 0.55rem;
|
|
16994
|
+
height: 0.55rem;
|
|
16995
|
+
border-top: 2px solid #fff;
|
|
16996
|
+
border-left: 2px solid #fff;
|
|
16997
|
+
vertical-align: middle;
|
|
16998
|
+
top: 50%;
|
|
16999
|
+
transform: translateY(-50%) rotate(135deg);
|
|
17000
|
+
right: 1.5rem;
|
|
17001
|
+
margin-left: 0.5rem;
|
|
17002
|
+
}
|
|
17003
|
+
|
|
17004
|
+
.first-level-btn[aria-expanded="true"] .rotate {
|
|
17005
|
+
transform: rotate(90deg) !important;
|
|
17006
|
+
}
|
|
17417
17007
|
|
|
17418
17008
|
/* Side nav second level active styles */
|
|
17419
17009
|
aside.mobile-sidenav .side-navigation ul.list-navigation li ul li a.active {
|
|
@@ -20499,13 +20089,13 @@ html {
|
|
|
20499
20089
|
/* accordion component specific classes */
|
|
20500
20090
|
|
|
20501
20091
|
/* initial styles */
|
|
20502
|
-
cagov-accordion details {
|
|
20092
|
+
cagov-accordion > details {
|
|
20503
20093
|
margin-bottom: 0;
|
|
20504
20094
|
min-height: 3rem;
|
|
20505
20095
|
margin-top: 1rem;
|
|
20506
20096
|
overflow: visible;
|
|
20507
20097
|
}
|
|
20508
|
-
cagov-accordion details summary {
|
|
20098
|
+
cagov-accordion > details > summary {
|
|
20509
20099
|
cursor: pointer;
|
|
20510
20100
|
padding: 0.5rem 3rem 0.5rem 3.75rem;
|
|
20511
20101
|
background-color: var(--gray-50, #fafafa);
|
|
@@ -20517,7 +20107,7 @@ cagov-accordion details summary {
|
|
|
20517
20107
|
font-weight: bold;
|
|
20518
20108
|
border: 1px solid var(--gray-200, #d4d4d7);
|
|
20519
20109
|
}
|
|
20520
|
-
cagov-accordion details summary::before {
|
|
20110
|
+
cagov-accordion > details > summary::before {
|
|
20521
20111
|
position: absolute;
|
|
20522
20112
|
height: 100%;
|
|
20523
20113
|
width: 2.75rem;
|
|
@@ -20528,7 +20118,7 @@ cagov-accordion details summary::before {
|
|
|
20528
20118
|
border-radius: 3px 0 0 3px;
|
|
20529
20119
|
content: "";
|
|
20530
20120
|
}
|
|
20531
|
-
cagov-accordion details summary::after {
|
|
20121
|
+
cagov-accordion > details > summary::after {
|
|
20532
20122
|
content: "";
|
|
20533
20123
|
position: absolute;
|
|
20534
20124
|
top: 0;
|
|
@@ -20538,27 +20128,27 @@ cagov-accordion details summary::after {
|
|
|
20538
20128
|
width: 100%;
|
|
20539
20129
|
border-radius: 3px;
|
|
20540
20130
|
}
|
|
20541
|
-
cagov-accordion details summary .cagov-open-indicator {
|
|
20131
|
+
cagov-accordion > details > summary .cagov-open-indicator {
|
|
20542
20132
|
position: absolute;
|
|
20543
20133
|
left: 0.5rem;
|
|
20544
20134
|
top: 0.4rem;
|
|
20545
20135
|
width: 0;
|
|
20546
20136
|
height: 0;
|
|
20547
20137
|
}
|
|
20548
|
-
cagov-accordion details summary .cagov-open-indicator::before {
|
|
20138
|
+
cagov-accordion > details > summary .cagov-open-indicator::before {
|
|
20549
20139
|
font-family: CaGov;
|
|
20550
20140
|
content: "5";
|
|
20551
20141
|
position: absolute;
|
|
20552
20142
|
font-size: 1.6rem;
|
|
20553
20143
|
transition: transform 0.2s;
|
|
20554
20144
|
}
|
|
20555
|
-
cagov-accordion details summary:hover {
|
|
20145
|
+
cagov-accordion > details > summary:hover {
|
|
20556
20146
|
color: black;
|
|
20557
20147
|
}
|
|
20558
|
-
cagov-accordion details summary:hover::before {
|
|
20148
|
+
cagov-accordion > details > summary:hover::before {
|
|
20559
20149
|
background-color: var(--gray-100, #f3f3f4);
|
|
20560
20150
|
}
|
|
20561
|
-
cagov-accordion details .accordion-body {
|
|
20151
|
+
cagov-accordion > details .accordion-body {
|
|
20562
20152
|
padding: 1rem;
|
|
20563
20153
|
border-radius: 0 0 4px 4px;
|
|
20564
20154
|
border: 1px solid var(--gray-200, #d4d4d7);
|
|
@@ -20566,41 +20156,41 @@ cagov-accordion details .accordion-body {
|
|
|
20566
20156
|
}
|
|
20567
20157
|
|
|
20568
20158
|
/* styles applied after custom element javascript runs */
|
|
20569
|
-
cagov-accordion:defined details {
|
|
20159
|
+
cagov-accordion:defined > details {
|
|
20570
20160
|
transition: height 0.2s;
|
|
20571
20161
|
height: 3rem;
|
|
20572
20162
|
overflow: visible;
|
|
20573
20163
|
}
|
|
20574
|
-
cagov-accordion:defined
|
|
20575
|
-
|
|
20576
|
-
|
|
20577
|
-
|
|
20578
|
-
|
|
20579
|
-
|
|
20580
|
-
}
|
|
20581
|
-
cagov-accordion:defined details summary:focus::before {
|
|
20582
|
-
background-color: var(--gray-100, #f3f3f4);
|
|
20583
|
-
}
|
|
20584
|
-
cagov-accordion:defined details summary:focus::after {
|
|
20585
|
-
outline: 2px solid var(--outline-default-color);
|
|
20586
|
-
outline-offset: -2px;
|
|
20587
|
-
}
|
|
20588
|
-
cagov-accordion:defined details[open] {
|
|
20589
|
-
height: auto;
|
|
20590
|
-
}
|
|
20591
|
-
cagov-accordion:defined details[open] .cagov-open-indicator::before {
|
|
20592
|
-
transform: rotate(90deg) translateY(-0.2rem);
|
|
20164
|
+
cagov-accordion:defined > details > summary {
|
|
20165
|
+
list-style: none;
|
|
20166
|
+
border-radius: 4px;
|
|
20167
|
+
}
|
|
20168
|
+
cagov-accordion:defined > details > summary::-webkit-details-marker {
|
|
20169
|
+
display: none;
|
|
20593
20170
|
}
|
|
20594
|
-
cagov-accordion:defined details
|
|
20595
|
-
|
|
20171
|
+
cagov-accordion:defined > details > summary:focus::before {
|
|
20172
|
+
background-color: var(--gray-100, #f3f3f4);
|
|
20173
|
+
}
|
|
20174
|
+
cagov-accordion:defined > details > summary:focus::after {
|
|
20175
|
+
outline: 2px solid var(--outline-default-color);
|
|
20176
|
+
outline-offset: -2px;
|
|
20177
|
+
}
|
|
20178
|
+
cagov-accordion:defined > details[open] {
|
|
20179
|
+
height: auto;
|
|
20596
20180
|
}
|
|
20597
|
-
cagov-accordion:defined details[open]
|
|
20598
|
-
|
|
20599
|
-
|
|
20181
|
+
cagov-accordion:defined > details[open] .cagov-open-indicator::before {
|
|
20182
|
+
transform: rotate(90deg) translateY(-0.2rem);
|
|
20183
|
+
}
|
|
20184
|
+
cagov-accordion:defined > details[open] > summary {
|
|
20185
|
+
border-radius: 4px 4px 0 0;
|
|
20600
20186
|
}
|
|
20601
|
-
cagov-accordion:defined details[open] summary
|
|
20602
|
-
border-radius: 3px
|
|
20187
|
+
cagov-accordion:defined > details[open] > summary::before {
|
|
20188
|
+
border-radius: 3px 0 0;
|
|
20189
|
+
background-color: var(--gray-100, #f3f3f4);
|
|
20603
20190
|
}
|
|
20191
|
+
cagov-accordion:defined > details[open] > summary:focus::after {
|
|
20192
|
+
border-radius: 3px 3px 0 0;
|
|
20193
|
+
}
|
|
20604
20194
|
/* -----------------------------------------
|
|
20605
20195
|
ACCORDIONS LIST
|
|
20606
20196
|
/src/css/cagov/accordion-list.css
|
|
@@ -20922,13 +20512,13 @@ cagov-accordion:defined details[open] summary:focus::after {
|
|
|
20922
20512
|
background-color: var(--gray-100, #f3f3f4);
|
|
20923
20513
|
}
|
|
20924
20514
|
|
|
20925
|
-
cagov-accordion.sidenav details {
|
|
20515
|
+
cagov-accordion.sidenav > details {
|
|
20926
20516
|
border: none;
|
|
20927
20517
|
min-height: 2rem;
|
|
20928
20518
|
margin-top: 0;
|
|
20929
20519
|
}
|
|
20930
20520
|
|
|
20931
|
-
cagov-accordion.sidenav details summary {
|
|
20521
|
+
cagov-accordion.sidenav > details > summary {
|
|
20932
20522
|
border: none;
|
|
20933
20523
|
background: var(--white, #fff);
|
|
20934
20524
|
padding: 0.7rem 2rem 0.7rem 1rem;
|
|
@@ -20939,93 +20529,93 @@ cagov-accordion.sidenav details summary {
|
|
|
20939
20529
|
color: var(--gray-700, #5e5e6a);
|
|
20940
20530
|
}
|
|
20941
20531
|
|
|
20942
|
-
cagov-accordion.sidenav details summary::before {
|
|
20532
|
+
cagov-accordion.sidenav > details > summary::before {
|
|
20943
20533
|
border: none !important;
|
|
20944
20534
|
width: 3px;
|
|
20945
20535
|
background-color: transparent !important;
|
|
20946
20536
|
}
|
|
20947
20537
|
|
|
20948
|
-
cagov-accordion.sidenav details summary::after {
|
|
20538
|
+
cagov-accordion.sidenav > details > summary::after {
|
|
20949
20539
|
display: none;
|
|
20950
20540
|
}
|
|
20951
20541
|
|
|
20952
|
-
cagov-accordion.sidenav details summary:hover,
|
|
20953
|
-
cagov-accordion.sidenav details summary:focus {
|
|
20542
|
+
cagov-accordion.sidenav > details > summary:hover,
|
|
20543
|
+
cagov-accordion.sidenav > details > summary:focus {
|
|
20954
20544
|
text-decoration: none;
|
|
20955
20545
|
background-color: var(--gray-50, #fafafa);
|
|
20956
20546
|
color: var(--gray-700, #5e5e6a);
|
|
20957
20547
|
}
|
|
20958
20548
|
|
|
20959
|
-
cagov-accordion.sidenav details summary:hover::before, cagov-accordion.sidenav details summary:focus::before {
|
|
20549
|
+
cagov-accordion.sidenav > details > summary:hover::before, cagov-accordion.sidenav > details > summary:focus::before {
|
|
20960
20550
|
border: none;
|
|
20961
20551
|
background-color: transparent;
|
|
20962
20552
|
}
|
|
20963
20553
|
|
|
20964
|
-
cagov-accordion.sidenav details summary:focus {
|
|
20554
|
+
cagov-accordion.sidenav > details > summary:focus {
|
|
20965
20555
|
outline: 2px solid var(--outline-default-color);
|
|
20966
20556
|
outline-offset: -2px;
|
|
20967
20557
|
}
|
|
20968
20558
|
|
|
20969
|
-
cagov-accordion.sidenav details summary.active {
|
|
20559
|
+
cagov-accordion.sidenav > details > summary.active {
|
|
20970
20560
|
color: var(--gray-700, #5e5e6a) !important;
|
|
20971
20561
|
text-decoration: none;
|
|
20972
20562
|
background-color: var(--gray-75, #f3f3f4);
|
|
20973
20563
|
font-weight: 400;
|
|
20974
20564
|
}
|
|
20975
20565
|
|
|
20976
|
-
cagov-accordion.sidenav details summary.active::before {
|
|
20566
|
+
cagov-accordion.sidenav > details > summary.active::before {
|
|
20977
20567
|
border: none;
|
|
20978
20568
|
width: 3px;
|
|
20979
20569
|
border-radius: 0;
|
|
20980
20570
|
background-color: var(--color-p1, #fdb81e) !important;
|
|
20981
20571
|
}
|
|
20982
20572
|
|
|
20983
|
-
cagov-accordion.sidenav details summary.active:hover,
|
|
20984
|
-
cagov-accordion.sidenav details summary.active:focus {
|
|
20573
|
+
cagov-accordion.sidenav > details > summary.active:hover,
|
|
20574
|
+
cagov-accordion.sidenav > details > summary.active:focus {
|
|
20985
20575
|
color: var(--black, #000) !important;
|
|
20986
20576
|
text-decoration: none;
|
|
20987
20577
|
background-color: var(--gray-100, #f3f3f4);
|
|
20988
20578
|
}
|
|
20989
20579
|
|
|
20990
|
-
cagov-accordion.sidenav details summary.active:focus {
|
|
20580
|
+
cagov-accordion.sidenav > details > summary.active:focus {
|
|
20991
20581
|
outline: 2px solid var(--outline-default-color);
|
|
20992
20582
|
outline-offset: -2px;
|
|
20993
20583
|
}
|
|
20994
20584
|
|
|
20995
|
-
cagov-accordion.sidenav details summary[open] summary {
|
|
20585
|
+
cagov-accordion.sidenav > details > summary[open] > summary {
|
|
20996
20586
|
color: var(--black, #000);
|
|
20997
20587
|
}
|
|
20998
20588
|
|
|
20999
|
-
cagov-accordion.sidenav details summary[open] summary::after {
|
|
20589
|
+
cagov-accordion.sidenav > details > summary[open] > summary::after {
|
|
21000
20590
|
display: none;
|
|
21001
20591
|
}
|
|
21002
20592
|
|
|
21003
|
-
cagov-accordion.sidenav details summary .cagov-open-indicator {
|
|
20593
|
+
cagov-accordion.sidenav > details > summary .cagov-open-indicator {
|
|
21004
20594
|
left: unset !important;
|
|
21005
20595
|
right: 2.7rem;
|
|
21006
20596
|
top: 0.6rem !important;
|
|
21007
20597
|
}
|
|
21008
20598
|
|
|
21009
|
-
cagov-accordion.sidenav details summary .cagov-open-indicator::before {
|
|
20599
|
+
cagov-accordion.sidenav > details > summary .cagov-open-indicator::before {
|
|
21010
20600
|
font-size: 2.4rem;
|
|
21011
20601
|
}
|
|
21012
20602
|
|
|
21013
|
-
cagov-accordion.sidenav details .accordion-body {
|
|
20603
|
+
cagov-accordion.sidenav > details .accordion-body {
|
|
21014
20604
|
padding: 0;
|
|
21015
20605
|
border: none;
|
|
21016
20606
|
outline: none;
|
|
21017
20607
|
}
|
|
21018
20608
|
|
|
21019
|
-
cagov-accordion.sidenav details .accordion-body .side-subnav {
|
|
20609
|
+
cagov-accordion.sidenav > details .accordion-body .side-subnav {
|
|
21020
20610
|
margin-bottom: 0;
|
|
21021
20611
|
margin-left: 0;
|
|
21022
20612
|
}
|
|
21023
20613
|
|
|
21024
|
-
cagov-accordion.sidenav details .accordion-body .side-subnav li:first-child {
|
|
20614
|
+
cagov-accordion.sidenav > details .accordion-body .side-subnav li:first-child {
|
|
21025
20615
|
margin-top: 0;
|
|
21026
20616
|
}
|
|
21027
20617
|
|
|
21028
|
-
cagov-accordion.sidenav details .accordion-body .side-subnav li:last-child {
|
|
20618
|
+
cagov-accordion.sidenav > details .accordion-body .side-subnav li:last-child {
|
|
21029
20619
|
margin-bottom: 0;
|
|
21030
20620
|
}
|
|
21031
20621
|
.breadcrumbs ul,
|
|
@@ -25201,12 +24791,19 @@ a.sidenav.back::after {
|
|
|
25201
24791
|
}
|
|
25202
24792
|
|
|
25203
24793
|
.link-grid::after {
|
|
25204
|
-
font-family: CaGov;
|
|
25205
|
-
content: "5";
|
|
25206
24794
|
position: absolute;
|
|
25207
|
-
|
|
25208
|
-
|
|
25209
|
-
|
|
24795
|
+
content: "";
|
|
24796
|
+
display: inline-block;
|
|
24797
|
+
text-decoration: none;
|
|
24798
|
+
width: 0.55rem;
|
|
24799
|
+
height: 0.55rem;
|
|
24800
|
+
border-top: 2px solid var(--color-p2, #046b99);
|
|
24801
|
+
border-left: 2px solid var(--color-p2, #046b99);
|
|
24802
|
+
vertical-align: middle;
|
|
24803
|
+
top: 50%;
|
|
24804
|
+
transform: translateY(-50%) rotate(135deg);
|
|
24805
|
+
right: 1.5rem;
|
|
24806
|
+
margin-left: 0.5rem;
|
|
25210
24807
|
}
|
|
25211
24808
|
|
|
25212
24809
|
.link-before::before {
|
|
@@ -25222,6 +24819,10 @@ a.sidenav.back::after {
|
|
|
25222
24819
|
.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
24820
|
border-color: var(--white, #fff);
|
|
25224
24821
|
}
|
|
24822
|
+
.section-overstated .link-grid::after, .section-standout .link-grid::after, .section-impact .link-grid::after, .section-primary .link-grid::after, .section-inverted .link-grid::after, .bg-primary .link-grid::after, .bg-standout .link-grid::after, .bg-p2 .link-grid::after, .bg-p3 .link-grid::after {
|
|
24823
|
+
border-top-color: var(--white, #fff);
|
|
24824
|
+
border-left-color: var(--white, #fff);
|
|
24825
|
+
}
|
|
25225
24826
|
|
|
25226
24827
|
.bg-primary .link-grid:hover,
|
|
25227
24828
|
.bg-primary .link-grid:focus,
|
|
@@ -25420,6 +25021,22 @@ a.sidenav.back::after {
|
|
|
25420
25021
|
display: block;
|
|
25421
25022
|
}
|
|
25422
25023
|
|
|
25024
|
+
.outline-offset-2:focus {
|
|
25025
|
+
outline-offset: -2px !important;
|
|
25026
|
+
}
|
|
25027
|
+
|
|
25028
|
+
.outline-offset-3:focus {
|
|
25029
|
+
outline-offset: -3px !important;
|
|
25030
|
+
}
|
|
25031
|
+
|
|
25032
|
+
.outline-offset-4:focus {
|
|
25033
|
+
outline-offset: -4px !important;
|
|
25034
|
+
}
|
|
25035
|
+
|
|
25036
|
+
.outline-offset-5:focus {
|
|
25037
|
+
outline-offset: -5px !important;
|
|
25038
|
+
}
|
|
25039
|
+
|
|
25423
25040
|
.cursor-pointer {
|
|
25424
25041
|
cursor: pointer;
|
|
25425
25042
|
}
|