@cagovweb/state-template 6.5.1 → 6.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /*! State Web Template Version 6.5.1 */
1
+ /*! State Web Template Version 6.5.2 */
2
2
  @charset "UTF-8";
3
3
  /*!
4
4
  * Bootstrap v5.3.3 (https://getbootstrap.com/)
@@ -15022,7 +15022,7 @@ a.list-group-item {
15022
15022
  transform: translateX(-50%);
15023
15023
  z-index: 999;
15024
15024
 
15025
- a {
15025
+ & a {
15026
15026
  width: 1px;
15027
15027
  height: 1px;
15028
15028
  text-align: center;
@@ -15279,7 +15279,7 @@ h2 {
15279
15279
  align-content: center;
15280
15280
  }
15281
15281
 
15282
- img {
15282
+ & img {
15283
15283
  max-width: 300px;
15284
15284
  max-height: 55px;
15285
15285
  object-fit: contain !important;
@@ -15294,7 +15294,7 @@ h2 {
15294
15294
  }
15295
15295
  }
15296
15296
 
15297
- a {
15297
+ & a {
15298
15298
  position: relative;
15299
15299
  text-decoration: none;
15300
15300
  color: black;
@@ -15415,7 +15415,7 @@ h2 {
15415
15415
  height: 55px;
15416
15416
  max-height: 45px;
15417
15417
 
15418
- a {
15418
+ & a {
15419
15419
  max-width: 225px;
15420
15420
  }
15421
15421
  }
@@ -15437,7 +15437,7 @@ h2 {
15437
15437
  .cagov-logo {
15438
15438
  margin-right: 1.5rem;
15439
15439
 
15440
- img {
15440
+ & img {
15441
15441
  height: 1.7rem;
15442
15442
  }
15443
15443
 
@@ -15449,7 +15449,7 @@ h2 {
15449
15449
  }
15450
15450
  }
15451
15451
 
15452
- ul {
15452
+ & ul {
15453
15453
  list-style: none;
15454
15454
  margin: 5px 0;
15455
15455
 
@@ -15471,7 +15471,7 @@ h2 {
15471
15471
  padding-left: 0;
15472
15472
  margin-top: 1rem;
15473
15473
 
15474
- li {
15474
+ & li {
15475
15475
  display: inline-block;
15476
15476
  }
15477
15477
  }
@@ -15482,10 +15482,10 @@ h2 {
15482
15482
  font-size: 1.125rem;
15483
15483
  line-height: 1.6rem;
15484
15484
 
15485
- li {
15485
+ & li {
15486
15486
  margin-right: 20px;
15487
15487
 
15488
- a {
15488
+ & a {
15489
15489
  color: var(--black, #000);
15490
15490
  text-decoration: none;
15491
15491
 
@@ -15515,7 +15515,7 @@ h2 {
15515
15515
  margin-top: 5px;
15516
15516
  }
15517
15517
 
15518
- ul > li {
15518
+ & ul > li {
15519
15519
  display: inline-block;
15520
15520
  }
15521
15521
  }
@@ -15530,10 +15530,7 @@ h2 {
15530
15530
  SITE SEARCH - /src/css/cagov/search.css
15531
15531
  ----------------------------------------- */
15532
15532
 
15533
- /* stylelint-disable no-descending-specificity */
15534
-
15535
- .search-container,
15536
- .featured-search.active {
15533
+ .search-container {
15537
15534
  overflow: hidden;
15538
15535
  z-index: 7;
15539
15536
  position: relative;
@@ -15550,6 +15547,51 @@ h2 {
15550
15547
  top: 96px;
15551
15548
  }
15552
15549
 
15550
+ #Search {
15551
+ display: flex;
15552
+
15553
+ .gsc-search-button {
15554
+ right: 50px;
15555
+ background-color: var(--gray-600, #72717c);
15556
+ border-color: var(--gray-600, #72717c);
15557
+ color: var(--white, #fff);
15558
+
15559
+ &:focus {
15560
+ outline: 2px solid var(--outline-dark-mode-color);
15561
+ outline-offset: -4px;
15562
+ }
15563
+
15564
+ &:hover,
15565
+ &:focus {
15566
+ background-color: var(--gray-800, #4a4958);
15567
+ border-color: var(--gray-800, #4a4958);
15568
+ }
15569
+
15570
+ .ca-gov-icon-search {
15571
+ color: var(--white, #fff);
15572
+ }
15573
+
15574
+ @media (width <= 991px) {
15575
+ background-color: var(--white, #fff);
15576
+ border-color: var(--white, #fff);
15577
+
15578
+ .ca-gov-icon-search {
15579
+ color: var(--gray-700, #5e5e6a);
15580
+ }
15581
+
15582
+ &:hover,
15583
+ &:focus {
15584
+ background-color: var(--gray-50, #fafafa);
15585
+ border-color: var(--gray-50, #fafafa);
15586
+
15587
+ .ca-gov-icon-search {
15588
+ color: var(--gray-900, #3b3a48);
15589
+ }
15590
+ }
15591
+ }
15592
+ }
15593
+ }
15594
+
15553
15595
  .search-textfield {
15554
15596
  font-size: 1.1rem;
15555
15597
  width: 100%;
@@ -15612,52 +15654,21 @@ h2 {
15612
15654
  float: left;
15613
15655
  width: 100%;
15614
15656
  }
15615
-
15616
- .close-search {
15617
- display: none;
15618
- position: absolute;
15619
- right: -10px;
15620
- cursor: pointer;
15621
-
15622
- .sr-only {
15623
- height: unset !important;
15624
- width: unset !important;
15625
- position: relative !important;
15626
- clip: unset !important;
15627
- background: none !important;
15628
- margin: 0 !important;
15629
- font-size: 1.125rem !important;
15630
- color: var(--color-p2, #046b99);
15631
- text-decoration: underline;
15632
-
15633
- &:hover,
15634
- &:focus {
15635
- color: var(--color-p2-darker, #214a68);
15636
- text-decoration: none;
15637
- }
15638
- }
15639
-
15640
- @media (width <= 991px) {
15641
- right: 0;
15642
- display: none;
15643
- }
15644
- }
15645
15657
  }
15646
15658
 
15647
15659
  input[type="search"].search-textfield {
15648
- padding-left: 10px;
15649
15660
  -webkit-appearance: none;
15650
15661
  background-color: canvas;
15651
15662
  border: 1px solid #72717c;
15652
15663
  border-radius: 5px 0 0 5px;
15664
+ }
15653
15665
 
15654
- .search-container {
15655
- @media (width <= 991px) {
15656
- border-color: var(--white, #fff);
15666
+ @media (width <= 991px) {
15667
+ input[type="search"].search-textfield {
15668
+ border-color: var(--white, #fff);
15657
15669
 
15658
- &:focus {
15659
- outline-offset: -4px;
15660
- }
15670
+ &:focus {
15671
+ outline-offset: -4px;
15661
15672
  }
15662
15673
  }
15663
15674
  }
@@ -15677,29 +15688,11 @@ input[type="search"].search-textfield {
15677
15688
  .featured-search {
15678
15689
  display: block;
15679
15690
  position: absolute;
15680
- top: 240px;
15681
15691
  padding: 0;
15682
15692
  max-height: 100%;
15683
15693
  border-radius: 0;
15684
- width: 60%;
15685
- left: 20%;
15686
-
15687
- .flexbox {
15688
- left: 0;
15689
- right: 0;
15690
- margin: 0 auto;
15691
- width: 60%;
15692
- max-width: 630px;
15693
- }
15694
-
15695
- &.play-animation {
15696
- animation-duration: 1s;
15697
- animation-fill-mode: both;
15698
- animation-name: pulse;
15699
- }
15700
15694
 
15701
15695
  .search-textfield {
15702
- padding: 14px;
15703
15696
  border-color: var(--gray-600, #72717c) !important;
15704
15697
  font-size: 1.1rem;
15705
15698
  height: 38px;
@@ -15723,47 +15716,6 @@ input[type="search"].search-textfield {
15723
15716
  }
15724
15717
  }
15725
15718
  }
15726
-
15727
- .featured-search.active {
15728
- position: relative;
15729
- visibility: visible;
15730
- opacity: 1;
15731
-
15732
- @media (width >= 992px) {
15733
- position: absolute;
15734
- }
15735
-
15736
- transition:
15737
- top 0.4s,
15738
- left 0.2s 0.4s,
15739
- width 0.2s 0.4s,
15740
- background-color 0.4s + 0.2s,
15741
- border 0.4s,
15742
- padding 0.2s 0.4s;
15743
- top: 96px;
15744
- left: 0;
15745
- padding: 20px 0;
15746
- border-radius: 0;
15747
- padding-right: 15%;
15748
- padding-left: 15%;
15749
- border-bottom: none;
15750
- width: 100%;
15751
- max-width: 100%;
15752
-
15753
- .close-search {
15754
- display: none;
15755
- }
15756
-
15757
- .search-textfield {
15758
- font-size: 1.1rem;
15759
- height: 40px;
15760
- width: 100%;
15761
- border-radius: var(--border-radius-base);
15762
- border: 3px solid transparent;
15763
- padding: 0 4px;
15764
- transition: border 0.4s;
15765
- }
15766
- }
15767
15719
  }
15768
15720
 
15769
15721
  /* Resize search bar to look better on tablet size screens */
@@ -15772,139 +15724,6 @@ input[type="search"].search-textfield {
15772
15724
  left: 10%;
15773
15725
  width: 80%;
15774
15726
  }
15775
-
15776
- .flexbox .featured-search {
15777
- left: 0;
15778
- width: 100%;
15779
- }
15780
-
15781
- .featured-search.active {
15782
- width: 100%;
15783
- }
15784
- }
15785
-
15786
- .agency-form {
15787
- margin-top: var(--spacer, 1rem) !important;
15788
- margin-bottom: var(--spacer, 1rem) !important;
15789
-
15790
- .textfield-container {
15791
- float: left;
15792
- padding-right: 44px;
15793
- margin-right: -44px;
15794
- width: 100%;
15795
- }
15796
-
15797
- .search-textfield {
15798
- width: 100%;
15799
- }
15800
-
15801
- .submit-container {
15802
- float: left;
15803
- height: 40px;
15804
-
15805
- button {
15806
- color: #fff;
15807
- border: none;
15808
- width: 44px;
15809
- height: 100%;
15810
- float: left;
15811
- font-size: 1.5rem;
15812
- line-height: 0.9375rem;
15813
- padding: 0;
15814
- -webkit-appearance: none;
15815
-
15816
- > span {
15817
- position: relative;
15818
- top: 0;
15819
- font-size: 1.87rem;
15820
- line-height: 1.875rem;
15821
- }
15822
-
15823
- @media (width <= 991px) {
15824
- font-size: 2rem;
15825
- line-height: 1em;
15826
- padding-top: 0;
15827
- }
15828
- }
15829
- }
15830
-
15831
- input,
15832
- button {
15833
- height: 40px;
15834
- line-height: 2.5rem;
15835
- }
15836
-
15837
- button {
15838
- background: var(--gray-600, #72717c);
15839
-
15840
- > span {
15841
- top: 0;
15842
- font-size: 1.8rem;
15843
- }
15844
- }
15845
- }
15846
-
15847
- .search-container,
15848
- .search-container.featured-search.active {
15849
- .textfield-container {
15850
- /* Desktop Search Button Padding */
15851
- margin-right: -80px;
15852
- padding-right: 80px;
15853
-
15854
- /* Mobile Search button padding */
15855
- @media (width <= 991px) {
15856
- margin-right: -48px;
15857
- padding-right: 44px;
15858
- }
15859
- }
15860
-
15861
- .submit-container {
15862
- width: auto;
15863
- }
15864
-
15865
- .search-locator {
15866
- color: var(--gray-900, #3b3a48);
15867
- float: left;
15868
- text-align: center;
15869
- width: 100px;
15870
- position: relative;
15871
- display: none;
15872
- line-height: inherit !important;
15873
- cursor: pointer;
15874
-
15875
- [class^="ca-gov-icon-"] {
15876
- font-size: 1.4rem;
15877
- padding: 0 !important;
15878
- position: absolute;
15879
- top: 0;
15880
- width: 100%;
15881
- left: 0;
15882
- }
15883
-
15884
- small {
15885
- position: absolute;
15886
- top: 1.7em;
15887
- left: 0;
15888
- width: 100%;
15889
- text-align: center;
15890
- display: block;
15891
- overflow: hidden;
15892
- white-space: nowrap;
15893
- text-overflow: ellipsis;
15894
- }
15895
-
15896
- /* Active on mobile */
15897
- @media (width <= 991px) {
15898
- width: 75px;
15899
- margin-left: 5px;
15900
- }
15901
- }
15902
-
15903
- &.active {
15904
- .search-locator {
15905
- display: block;
15906
- }
15907
- }
15908
15727
  }
15909
15728
 
15910
15729
  .search-container.featured-search {
@@ -15917,11 +15736,6 @@ input[type="search"].search-textfield {
15917
15736
  &:focus {
15918
15737
  background: none;
15919
15738
  }
15920
-
15921
- &.active {
15922
- background-color: var(--gray-100, #f3f3f4);
15923
- border-top: 1px solid var(--gray-300, #bcbbc1);
15924
- }
15925
15739
  }
15926
15740
 
15927
15741
  @media (width >= 992px) {
@@ -15929,42 +15743,12 @@ input[type="search"].search-textfield {
15929
15743
  opacity: 0;
15930
15744
  }
15931
15745
 
15932
- .active-search .fixed.compact .search-container,
15933
- .fixed.compact .search-container.active {
15746
+ .active-search .fixed.compact .search-container {
15934
15747
  opacity: 1;
15935
15748
  top: 55px;
15936
15749
  }
15937
15750
  }
15938
15751
 
15939
- /* full width navigation search container */
15940
- @media (width >= 992px) {
15941
- .nav-full-width + .search-container,
15942
- .nav-full-width + .featured-search.active {
15943
- top: 35px;
15944
- }
15945
-
15946
- .active-search .fixed.compact .nav-full-width + .search-container,
15947
- .fixed.compact .nav-full-width + .search-container.active {
15948
- opacity: 1;
15949
- top: 35px;
15950
- }
15951
- }
15952
-
15953
- @media (992px <= width <= 1200px) {
15954
- .nav-full-width + .search-container,
15955
- .nav-full-width + .featured-search.active {
15956
- top: 32px;
15957
- }
15958
-
15959
- .active-search .fixed.compact .nav-full-width + .search-container,
15960
- .fixed.compact .nav-full-width + .search-container.active {
15961
- opacity: 1;
15962
- top: 32px;
15963
- }
15964
- }
15965
-
15966
- /* Search Button */
15967
-
15968
15752
  button.gsc-search-button {
15969
15753
  border-radius: 0 5px 5px 0;
15970
15754
  padding: 0 12px;
@@ -15974,144 +15758,9 @@ button.gsc-search-button {
15974
15758
  }
15975
15759
 
15976
15760
  /* ------------- Custom search box (not google) -------------- */
15977
- .search-container {
15978
- #Search {
15979
- display: flex;
15980
-
15981
- .gsc-search-button {
15982
- right: 50px;
15983
- background-color: var(--gray-600, #72717c);
15984
- border-color: var(--gray-600, #72717c);
15985
- color: var(--white, #fff);
15986
-
15987
- &:focus {
15988
- outline: 2px solid var(--outline-dark-mode-color);
15989
- outline-offset: -4px;
15990
- }
15991
-
15992
- &:hover,
15993
- &:focus {
15994
- background-color: var(--gray-800, #4a4958);
15995
- border-color: var(--gray-800, #4a4958);
15996
- }
15997
-
15998
- .ca-gov-icon-search {
15999
- color: var(--white, #fff);
16000
- }
16001
-
16002
- @media (width <= 991px) {
16003
- background-color: var(--white, #fff);
16004
- border-color: var(--white, #fff);
16005
-
16006
- .ca-gov-icon-search {
16007
- color: var(--gray-700, #5e5e6a);
16008
- }
16009
-
16010
- &:hover,
16011
- &:focus {
16012
- background-color: var(--gray-50, #fafafa);
16013
- border-color: var(--gray-50, #fafafa);
16014
-
16015
- .ca-gov-icon-search {
16016
- color: var(--gray-900, #3b3a48);
16017
- }
16018
- }
16019
- }
16020
- }
16021
-
16022
- .close-search-btn {
16023
- display: block;
16024
-
16025
- .sr-only {
16026
- color: var(--color-p2, #046b99);
16027
- text-decoration: underline;
16028
-
16029
- &:hover,
16030
- &:focus {
16031
- color: var(--color-p2-darker, #214a68);
16032
- text-decoration: none;
16033
- }
16034
- }
16035
- }
16036
-
16037
- .close-search {
16038
- display: block;
16039
- right: 0;
16040
-
16041
- @media (width <= 991px) {
16042
- display: block;
16043
- cursor: pointer;
16044
- min-height: 38px;
16045
-
16046
- .sr-only {
16047
- height: unset !important;
16048
- width: unset !important;
16049
- position: relative !important;
16050
- clip: unset !important;
16051
- background: none !important;
16052
- margin: 0 !important;
16053
- font-size: 1.125rem !important;
16054
- }
16055
- }
16056
- }
16057
- }
16058
-
16059
- &:hover,
16060
- &:focus,
16061
- &.active {
16062
- .search-textfield {
16063
- background-color: #fff;
16064
- }
16065
-
16066
- .submit-container button {
16067
- border-color: #fff;
16068
- }
16069
- }
16070
-
16071
- &.active {
16072
- max-height: 300px;
16073
- padding: 20px 15%;
16074
-
16075
- /* Active on mobile 991px */
16076
- @media (width <= 991px) {
16077
- padding-top: 1.125rem;
16078
- padding-bottom: 1.125rem;
16079
- }
16080
-
16081
- .close-search {
16082
- display: block;
16083
-
16084
- @media (width <= 991px) {
16085
- display: none;
16086
- }
16087
- }
16088
-
16089
- div.gsc-clear-button {
16090
- width: 40px;
16091
-
16092
- &::before {
16093
- content: "\4d";
16094
- font-family: CaGov;
16095
- font-size: 2rem;
16096
- width: 100%;
16097
- color: var(--gray-100, #ededef);
16098
- display: block;
16099
- margin-top: 12px;
16100
- margin-left: 2px;
16101
- }
16102
- }
16103
-
16104
- background-color: var(--gray-100, #f3f3f4);
16105
-
16106
- .submit-container button {
16107
- border-color: var(--gray-200, #d4d4d7);
16108
- background: var(--gray-700, #5e5e6a);
16109
- }
16110
- }
16111
- }
16112
15761
 
16113
15762
  .featured-search {
16114
- div.gsc-clear-button {
15763
+ & div.gsc-clear-button {
16115
15764
  width: 0;
16116
15765
 
16117
15766
  &::before {
@@ -16139,25 +15788,6 @@ button.gsc-search-button {
16139
15788
  }
16140
15789
  }
16141
15790
 
16142
- .featured-search.active {
16143
- .search-locator {
16144
- display: block;
16145
- }
16146
-
16147
- .container {
16148
- #Search {
16149
- .gsc-search-button {
16150
- right: 50px;
16151
- outline-offset: -2px;
16152
- }
16153
-
16154
- .close-search-btn {
16155
- display: block;
16156
- }
16157
- }
16158
- }
16159
- }
16160
-
16161
15791
  /* -----------------------------------------
16162
15792
  GOOGLE CUSTOM SEARCH CUSTOMIZATION OVERRIDES
16163
15793
  /src/css/cagov/search.css
@@ -16299,67 +15929,6 @@ table.gsc-search-box td {
16299
15929
  .full-width-nav .featured-search input.search-textfield {
16300
15930
  padding: 0 8px;
16301
15931
  }
16302
-
16303
- /* full width featured search hack for IE */
16304
- @media all and (-ms-high-contrast: none) {
16305
- .full-width-nav .featured-search {
16306
- width: 100%;
16307
- max-width: 100%;
16308
- padding-right: 15px;
16309
-
16310
- .container {
16311
- width: 40%;
16312
- float: right;
16313
- }
16314
- }
16315
-
16316
- *::-ms-backdrop,
16317
- .full-width-nav .featured-search {
16318
- width: 100%;
16319
- max-width: 100%;
16320
- padding-right: 15px;
16321
-
16322
- .container {
16323
- width: 40%;
16324
- float: right;
16325
- }
16326
- }
16327
- }
16328
- }
16329
-
16330
- @media (992px <= width <= 1200px) {
16331
- /* full width featured search hack for IE */
16332
- @media all and (-ms-high-contrast: none) {
16333
- .full-width-nav .featured-search {
16334
- width: 100%;
16335
- max-width: 100%;
16336
- padding-right: 15px;
16337
-
16338
- .container {
16339
- width: 40%;
16340
- float: right;
16341
- }
16342
- }
16343
-
16344
- *::-ms-backdrop,
16345
- .full-width-nav .featured-search {
16346
- width: 100%;
16347
- max-width: 100%;
16348
- padding-right: 15px;
16349
-
16350
- .container {
16351
- width: 40%;
16352
- float: right;
16353
- }
16354
- }
16355
- }
16356
- }
16357
-
16358
- /* search box icons for mobile */
16359
- @media (width <= 991px) {
16360
- .search-container #Search .close-search {
16361
- padding-left: 10px;
16362
- }
16363
15932
  }
16364
15933
 
16365
15934
  /* clears the ‘X’ from Internet Explorer */
@@ -16654,7 +16223,7 @@ input[type="search"]::-webkit-search-results-decoration {
16654
16223
  margin: 0;
16655
16224
  padding: 0;
16656
16225
 
16657
- a {
16226
+ & a {
16658
16227
  text-decoration: none;
16659
16228
 
16660
16229
  &:focus {
@@ -17060,7 +16629,7 @@ input[type="search"]::-webkit-search-results-decoration {
17060
16629
  margin: 0 2px;
17061
16630
  text-decoration: none;
17062
16631
 
17063
- span[class^="ca-gov-icon"]:not(.carrot) {
16632
+ & span[class^="ca-gov-icon"]:not(.carrot) {
17064
16633
  font-size: 1.5rem;
17065
16634
  display: inline-block;
17066
16635
  vertical-align: -2px;
@@ -17228,8 +16797,8 @@ input[type="search"]::-webkit-search-results-decoration {
17228
16797
  .unit1 {
17229
16798
  min-height: unset !important;
17230
16799
 
17231
- a.second-level-link:hover,
17232
- a.second-level-link:focus {
16800
+ & a.second-level-link:hover,
16801
+ & a.second-level-link:focus {
17233
16802
  background-color: var(--gray-50, #fafafa);
17234
16803
  text-decoration: none;
17235
16804
  }
@@ -17242,9 +16811,23 @@ input[type="search"]::-webkit-search-results-decoration {
17242
16811
  &.has-sub {
17243
16812
  .carrot {
17244
16813
  position: absolute;
17245
- right: 0.75rem;
16814
+ right: 1.2rem;
17246
16815
  top: 0.35rem;
17247
16816
  transition: all 0.5s cubic-bezier(0.57, 0.2, 0.21, 0.89);
16817
+
16818
+ &::after {
16819
+ content: "";
16820
+ display: inline-block;
16821
+ text-decoration: none;
16822
+ position: relative;
16823
+ width: 0.55rem;
16824
+ height: 0.55rem;
16825
+ border-top: 2px solid var(--color-p2, #046b99);
16826
+ border-left: 2px solid var(--color-p2, #046b99);
16827
+ transform: rotate(225deg);
16828
+ vertical-align: middle;
16829
+ top: -2px;
16830
+ }
17248
16831
  }
17249
16832
  }
17250
16833
 
@@ -17334,34 +16917,41 @@ input[type="search"]::-webkit-search-results-decoration {
17334
16917
  }
17335
16918
 
17336
16919
  /* button carrot */
17337
- .first-level-btn[aria-expanded="false"] .rotate {
17338
- display: block;
17339
- position: absolute;
17340
- top: 0;
17341
- right: 0;
17342
- font-size: 1.5rem !important;
17343
- line-height: 3.2rem !important;
17344
- width: 55px !important;
17345
- height: 55px !important;
17346
- text-align: center;
17347
- cursor: pointer;
17348
- border: none;
17349
- transition: all 0.2s ease !important;
17350
- color: var(--white, #fff) !important;
17351
- }
16920
+ .first-level-btn {
16921
+ &[aria-expanded="false"] .rotate,
16922
+ &[aria-expanded="true"] .rotate {
16923
+ display: block;
16924
+ position: absolute;
16925
+ top: 0;
16926
+ right: 0;
16927
+ width: 55px !important;
16928
+ height: 55px !important;
16929
+ text-align: center;
16930
+ cursor: pointer;
16931
+ border: none;
16932
+ transition: all 0.2s ease !important;
16933
+ color: var(--white, #fff) !important;
17352
16934
 
17353
- .first-level-btn[aria-expanded="true"] .rotate {
17354
- transform: rotate(90deg) !important;
17355
- position: absolute;
17356
- width: 55px !important;
17357
- height: 55px !important;
17358
- line-height: 3rem !important;
17359
- font-size: 1.5rem !important;
17360
- top: 0;
17361
- right: 0;
17362
- text-align: center;
17363
- transition: all 0.2s ease !important;
17364
- color: var(--white, #fff) !important;
16935
+ &::after {
16936
+ content: "";
16937
+ display: inline-block;
16938
+ text-decoration: none;
16939
+ position: absolute;
16940
+ width: 0.55rem;
16941
+ height: 0.55rem;
16942
+ border-top: 2px solid #fff;
16943
+ border-left: 2px solid #fff;
16944
+ vertical-align: middle;
16945
+ top: 50%;
16946
+ transform: translateY(-50%) rotate(135deg);
16947
+ right: 1.5rem;
16948
+ margin-left: 0.5rem;
16949
+ }
16950
+ }
16951
+
16952
+ &[aria-expanded="true"] .rotate {
16953
+ transform: rotate(90deg) !important;
16954
+ }
17365
16955
  }
17366
16956
 
17367
16957
  /* Side nav second level active styles */
@@ -17897,7 +17487,7 @@ header.nav-overlay {
17897
17487
  min-height: 1.75rem;
17898
17488
  margin: 0.4rem 0 0 auto;
17899
17489
 
17900
- span {
17490
+ & span {
17901
17491
  height: 3px;
17902
17492
  width: 32px;
17903
17493
  display: block;
@@ -17923,20 +17513,20 @@ header.nav-overlay {
17923
17513
  }
17924
17514
 
17925
17515
  &[aria-expanded="true"] {
17926
- span:nth-child(1) {
17516
+ & span:nth-child(1) {
17927
17517
  top: 12px;
17928
17518
  width: 0%;
17929
17519
  }
17930
17520
 
17931
- span:nth-child(2) {
17521
+ & span:nth-child(2) {
17932
17522
  transform: rotate(45deg);
17933
17523
  }
17934
17524
 
17935
- span:nth-child(3) {
17525
+ & span:nth-child(3) {
17936
17526
  transform: rotate(-45deg);
17937
17527
  }
17938
17528
 
17939
- span:nth-child(4) {
17529
+ & span:nth-child(4) {
17940
17530
  top: 12px;
17941
17531
  width: 0%;
17942
17532
  }
@@ -18210,7 +17800,7 @@ header.nav-overlay {
18210
17800
  }
18211
17801
  }
18212
17802
 
18213
- a {
17803
+ & a {
18214
17804
  display: inline-block;
18215
17805
  padding: 0;
18216
17806
  text-decoration: underline;
@@ -18224,7 +17814,7 @@ header.nav-overlay {
18224
17814
  }
18225
17815
  }
18226
17816
 
18227
- ul {
17817
+ & ul {
18228
17818
  padding-left: 0;
18229
17819
  margin-bottom: 0;
18230
17820
  margin-left: -5px;
@@ -18244,10 +17834,10 @@ header.nav-overlay {
18244
17834
  }
18245
17835
  }
18246
17836
 
18247
- li {
17837
+ & li {
18248
17838
  padding: 0 8px;
18249
17839
 
18250
- button {
17840
+ & button {
18251
17841
  font-size: 100%;
18252
17842
  outline: none !important;
18253
17843
  position: relative;
@@ -18255,7 +17845,7 @@ header.nav-overlay {
18255
17845
  background-color: transparent;
18256
17846
  border: none;
18257
17847
 
18258
- span {
17848
+ & span {
18259
17849
  font-size: 100% !important;
18260
17850
  }
18261
17851
 
@@ -18310,7 +17900,7 @@ header.nav-overlay {
18310
17900
  justify-content: flex-end;
18311
17901
  min-height: 38px;
18312
17902
 
18313
- a {
17903
+ & a {
18314
17904
  margin: 0;
18315
17905
  margin-left: 1rem;
18316
17906
  font-size: 0.95rem;
@@ -18320,7 +17910,7 @@ header.nav-overlay {
18320
17910
  }
18321
17911
  }
18322
17912
 
18323
- button {
17913
+ & button {
18324
17914
  margin: 0;
18325
17915
  padding-right: 0;
18326
17916
  font-size: 0.95rem;
@@ -18342,7 +17932,7 @@ header.nav-overlay {
18342
17932
  align-items: center;
18343
17933
 
18344
17934
  /* stylelint-disable-next-line no-descending-specificity */
18345
- a {
17935
+ & a {
18346
17936
  margin: 0 10px;
18347
17937
  color: var(--black, #000);
18348
17938
  text-decoration: none;
@@ -18356,7 +17946,7 @@ header.nav-overlay {
18356
17946
  .header-cagov-logo {
18357
17947
  margin-right: 0.5rem;
18358
17948
 
18359
- img {
17949
+ & img {
18360
17950
  left: 0;
18361
17951
  height: 24px;
18362
17952
  margin-top: 6px;
@@ -18370,7 +17960,7 @@ header.nav-overlay {
18370
17960
  width: 45px;
18371
17961
  }
18372
17962
 
18373
- a {
17963
+ & a {
18374
17964
  margin: 0;
18375
17965
  padding-top: 0;
18376
17966
  }
@@ -18566,7 +18156,7 @@ header.nav-overlay {
18566
18156
  }
18567
18157
 
18568
18158
  /* stylelint-disable-next-line no-descending-specificity */
18569
- a:not(.btn) {
18159
+ & a:not(.btn) {
18570
18160
  color: var(--white, #fff);
18571
18161
 
18572
18162
  &:hover,
@@ -19070,7 +18660,7 @@ textarea.sourcecode {
19070
18660
  color: var(--white, #fff);
19071
18661
 
19072
18662
  /* stylelint-disable-next-line no-descending-specificity */
19073
- a:not(.btn) {
18663
+ & a:not(.btn) {
19074
18664
  color: var(--white, #fff);
19075
18665
  text-decoration: underline;
19076
18666
 
@@ -19857,7 +19447,7 @@ html {
19857
19447
  margin-left: 2.5rem;
19858
19448
  }
19859
19449
 
19860
- img,
19450
+ & img,
19861
19451
  .alert-img {
19862
19452
  max-width: 28px;
19863
19453
  max-height: 28px;
@@ -19878,7 +19468,7 @@ html {
19878
19468
  background: none;
19879
19469
  }
19880
19470
 
19881
- a:not(.btn),
19471
+ & a:not(.btn),
19882
19472
  .close {
19883
19473
  color: var(--white, #fff);
19884
19474
 
@@ -20358,13 +19948,13 @@ html {
20358
19948
  /* accordion component specific classes */
20359
19949
 
20360
19950
  /* initial styles */
20361
- cagov-accordion details {
19951
+ cagov-accordion > details {
20362
19952
  margin-bottom: 0;
20363
19953
  min-height: 3rem;
20364
19954
  margin-top: 1rem;
20365
19955
  overflow: visible;
20366
19956
 
20367
- summary {
19957
+ > summary {
20368
19958
  cursor: pointer;
20369
19959
  padding: 0.5rem 3rem 0.5rem 3.75rem;
20370
19960
  background-color: var(--gray-50, #fafafa);
@@ -20434,52 +20024,52 @@ cagov-accordion details {
20434
20024
 
20435
20025
  /* styles applied after custom element javascript runs */
20436
20026
  cagov-accordion:defined {
20437
- details {
20027
+ > details {
20438
20028
  transition: height 0.2s;
20439
20029
  height: 3rem;
20440
20030
  overflow: visible;
20441
- }
20442
-
20443
- summary::-webkit-details-marker {
20444
- display: none;
20445
- }
20446
20031
 
20447
- details summary {
20448
- list-style: none;
20449
- border-radius: 4px;
20032
+ > summary {
20033
+ list-style: none;
20034
+ border-radius: 4px;
20450
20035
 
20451
- &:focus {
20452
- &::before {
20453
- background-color: var(--gray-100, #f3f3f4);
20036
+ &::-webkit-details-marker {
20037
+ display: none;
20454
20038
  }
20455
20039
 
20456
- &::after {
20457
- outline: 2px solid var(--outline-default-color);
20458
- outline-offset: -2px;
20040
+ &:focus {
20041
+ &::before {
20042
+ background-color: var(--gray-100, #f3f3f4);
20043
+ }
20044
+
20045
+ &::after {
20046
+ outline: 2px solid var(--outline-default-color);
20047
+ outline-offset: -2px;
20048
+ }
20459
20049
  }
20460
20050
  }
20461
- }
20462
20051
 
20463
- details[open] {
20464
- height: auto;
20052
+ &[open] {
20053
+ height: auto;
20465
20054
 
20466
- .cagov-open-indicator {
20467
- &::before {
20468
- transform: rotate(90deg) translateY(-0.2rem);
20055
+ .cagov-open-indicator {
20056
+ &::before {
20057
+ transform: rotate(90deg) translateY(-0.2rem);
20058
+ }
20469
20059
  }
20470
- }
20471
20060
 
20472
- summary {
20473
- border-radius: 4px 4px 0 0;
20061
+ > summary {
20062
+ border-radius: 4px 4px 0 0;
20474
20063
 
20475
- &::before {
20476
- border-radius: 3px 0 0;
20477
- background-color: var(--gray-100, #f3f3f4);
20478
- }
20064
+ &::before {
20065
+ border-radius: 3px 0 0;
20066
+ background-color: var(--gray-100, #f3f3f4);
20067
+ }
20479
20068
 
20480
- &:focus {
20481
- &::after {
20482
- border-radius: 3px 3px 0 0;
20069
+ &:focus {
20070
+ &::after {
20071
+ border-radius: 3px 3px 0 0;
20072
+ }
20483
20073
  }
20484
20074
  }
20485
20075
  }
@@ -20784,13 +20374,13 @@ cagov-accordion:defined {
20784
20374
  .side-subnav {
20785
20375
  padding-left: 0;
20786
20376
 
20787
- li {
20377
+ & li {
20788
20378
  margin: 0;
20789
20379
  padding-left: 0;
20790
20380
  list-style: none;
20791
20381
  font-size: 1.125rem;
20792
20382
 
20793
- a {
20383
+ & a {
20794
20384
  position: relative;
20795
20385
  display: block;
20796
20386
  padding-top: 0.7rem;
@@ -20841,12 +20431,12 @@ cagov-accordion:defined {
20841
20431
  }
20842
20432
 
20843
20433
  cagov-accordion.sidenav {
20844
- details {
20434
+ > details {
20845
20435
  border: none;
20846
20436
  min-height: 2rem;
20847
20437
  margin-top: 0;
20848
20438
 
20849
- summary {
20439
+ > summary {
20850
20440
  border: none;
20851
20441
  background: var(--white, #fff);
20852
20442
  padding: 0.7rem 2rem 0.7rem 1rem;
@@ -20910,7 +20500,7 @@ cagov-accordion.sidenav {
20910
20500
  }
20911
20501
 
20912
20502
  &[open] {
20913
- summary {
20503
+ > summary {
20914
20504
  color: var(--black, #000);
20915
20505
 
20916
20506
  &::after {
@@ -20939,7 +20529,7 @@ cagov-accordion.sidenav {
20939
20529
  margin-bottom: 0;
20940
20530
  margin-left: 0;
20941
20531
 
20942
- li {
20532
+ & li {
20943
20533
  &:first-child {
20944
20534
  margin-top: 0;
20945
20535
  }
@@ -20966,12 +20556,12 @@ cagov-accordion.sidenav {
20966
20556
  font-size: calc(var(--font-size-small) + var(--ratio));
20967
20557
  }
20968
20558
 
20969
- li {
20559
+ & li {
20970
20560
  position: relative;
20971
20561
  padding-left: 0.75rem;
20972
20562
  padding-right: 0.75rem;
20973
20563
 
20974
- a {
20564
+ & a {
20975
20565
  padding: 0.375rem 0;
20976
20566
  }
20977
20567
 
@@ -21049,7 +20639,7 @@ hr.hr-light {
21049
20639
  border: none;
21050
20640
  background-color: var(--color-s1, #eef8fb);
21051
20641
 
21052
- img {
20642
+ & img {
21053
20643
  max-width: 100px;
21054
20644
  max-height: 100px;
21055
20645
  border-radius: 50%;
@@ -21062,7 +20652,7 @@ hr.hr-light {
21062
20652
  border-left: 1px solid var(--gray-900, #3b3a48);
21063
20653
  }
21064
20654
 
21065
- p,
20655
+ & p,
21066
20656
  .executive-name {
21067
20657
  margin-top: 4px;
21068
20658
  margin-bottom: 4px;
@@ -24437,13 +24027,13 @@ fieldset[disabled] .btn-more {
24437
24027
  margin-left: 0;
24438
24028
  padding-left: 0;
24439
24029
 
24440
- li {
24030
+ & li {
24441
24031
  list-style: none;
24442
24032
  margin: 0;
24443
24033
  font-size: calc(1rem + var(--ratio));
24444
24034
  padding-left: 0;
24445
24035
 
24446
- a {
24036
+ & a {
24447
24037
  position: relative;
24448
24038
  display: block;
24449
24039
  text-decoration: none !important;
@@ -24508,27 +24098,27 @@ fieldset[disabled] .btn-more {
24508
24098
  }
24509
24099
  }
24510
24100
 
24511
- a:hover,
24512
- a:focus {
24101
+ & a:hover,
24102
+ & a:focus {
24513
24103
  text-decoration: none;
24514
24104
  background-color: var(--gray-50, #fafafa);
24515
24105
  color: var(--gray-900, #3b3a48);
24516
24106
  }
24517
24107
 
24518
24108
  /* stylelint-disable-next-line no-descending-specificity */
24519
- a:focus {
24109
+ & a:focus {
24520
24110
  outline: 2px solid var(--outline-default-color);
24521
24111
  outline-offset: -2px;
24522
24112
  }
24523
24113
 
24524
- ul {
24114
+ & ul {
24525
24115
  padding-left: 0;
24526
24116
 
24527
- li {
24117
+ & li {
24528
24118
  margin: 0;
24529
24119
 
24530
24120
  /* stylelint-disable-next-line no-descending-specificity */
24531
- a {
24121
+ & a {
24532
24122
  padding-left: 2.5rem;
24533
24123
 
24534
24124
  &.active {
@@ -24623,7 +24213,7 @@ fieldset[disabled] .btn-more {
24623
24213
  position: relative;
24624
24214
  }
24625
24215
 
24626
- ul {
24216
+ & ul {
24627
24217
  margin-top: 0;
24628
24218
  margin-bottom: 0;
24629
24219
  }
@@ -24631,8 +24221,8 @@ fieldset[disabled] .btn-more {
24631
24221
 
24632
24222
  .list-navigation,
24633
24223
  .side-navigation ul {
24634
- li {
24635
- a {
24224
+ & li {
24225
+ & a {
24636
24226
  color: var(--white, #fff);
24637
24227
  border-bottom-color: var(--mobile-drawer, #214a68);
24638
24228
 
@@ -24662,7 +24252,7 @@ fieldset[disabled] .btn-more {
24662
24252
  }
24663
24253
  }
24664
24254
 
24665
- ul li a.active::before {
24255
+ & ul li a.active::before {
24666
24256
  border-left-color: var(--color-p1, #fdb81e);
24667
24257
  }
24668
24258
  }
@@ -25049,12 +24639,19 @@ a.sidenav {
25049
24639
  }
25050
24640
 
25051
24641
  &::after {
25052
- font-family: CaGov;
25053
- content: "5";
25054
24642
  position: absolute;
25055
- top: 0.8rem;
25056
- right: 0.7rem;
25057
- font-size: 1.6rem;
24643
+ content: "";
24644
+ display: inline-block;
24645
+ text-decoration: none;
24646
+ width: 0.55rem;
24647
+ height: 0.55rem;
24648
+ border-top: 2px solid var(--color-p2, #046b99);
24649
+ border-left: 2px solid var(--color-p2, #046b99);
24650
+ vertical-align: middle;
24651
+ top: 50%;
24652
+ transform: translateY(-50%) rotate(135deg);
24653
+ right: 1.5rem;
24654
+ margin-left: 0.5rem;
25058
24655
  }
25059
24656
  }
25060
24657
 
@@ -25079,6 +24676,11 @@ a.sidenav {
25079
24676
  .bg-p3 {
25080
24677
  .link-grid {
25081
24678
  border-color: var(--white, #fff);
24679
+
24680
+ &::after {
24681
+ border-top-color: var(--white, #fff);
24682
+ border-left-color: var(--white, #fff);
24683
+ }
25082
24684
  }
25083
24685
  }
25084
24686
 
@@ -25280,6 +24882,22 @@ a.sidenav {
25280
24882
  display: block;
25281
24883
  }
25282
24884
 
24885
+ .outline-offset-2:focus {
24886
+ outline-offset: -2px !important;
24887
+ }
24888
+
24889
+ .outline-offset-3:focus {
24890
+ outline-offset: -3px !important;
24891
+ }
24892
+
24893
+ .outline-offset-4:focus {
24894
+ outline-offset: -4px !important;
24895
+ }
24896
+
24897
+ .outline-offset-5:focus {
24898
+ outline-offset: -5px !important;
24899
+ }
24900
+
25283
24901
  .cursor-pointer {
25284
24902
  cursor: pointer;
25285
24903
  }