@cagovweb/state-template 6.5.2 → 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 +122 -125
- package/dist/css/cagov.core.flat.css +122 -125
- package/dist/css/cagov.core.min.css +1 -1
- package/dist/js/cagov.core.js +93 -130
- package/dist/js/cagov.core.min.js +4 -4
- package/dist/readme.md +2 -2
- package/package.json +2 -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
|