@civicactions/cmsds-open-data-components 4.2.0-alpha.2 → 4.2.0

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/main.css CHANGED
@@ -99,34 +99,12 @@
99
99
  }
100
100
  }
101
101
 
102
- .dkan-c-nav-submenu.has-submenu {
103
- display: block !important;
104
- }
105
-
106
- @media only screen and (width >= 544px) {
107
- .dkan-dataset-search input {
108
- padding-left: 32px;
109
- }
110
- }
111
-
112
102
  .dkan-c-site-menu--sub-menu {
113
103
  list-style: none;
114
104
  display: none;
115
105
  box-shadow: 0 4px 8px #0003;
116
106
  }
117
107
 
118
- .dkan-c-nav-submenu {
119
- position: relative;
120
- }
121
-
122
- .dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
123
- display: block;
124
- }
125
-
126
- .dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
127
- display: none;
128
- }
129
-
130
108
  .dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
131
109
  background: var(--header-submenu--bg-color);
132
110
  width: var(--header-submenu--width);
@@ -148,10 +126,6 @@
148
126
  margin-left: 8px;
149
127
  }
150
128
 
151
- .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:hover span, .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:focus span {
152
- border-bottom-color: var(--header-nav-link--mobile-color);
153
- }
154
-
155
129
  .dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
156
130
  z-index: 999;
157
131
  }
@@ -300,10 +274,6 @@
300
274
  }
301
275
  }
302
276
 
303
- .dkan-dataset-search {
304
- position: relative;
305
- }
306
-
307
277
  @media only screen and (width >= 544px) {
308
278
  .dkan-dataset-search input {
309
279
  padding-left: 32px;
@@ -345,10 +315,6 @@
345
315
  fill: var(--link__color--visited);
346
316
  }
347
317
 
348
- .dc-dataset-search-list {
349
- list-style: none;
350
- }
351
-
352
318
  .dc-search-header {
353
319
  display: relative;
354
320
  }
@@ -362,38 +328,17 @@
362
328
  display: block;
363
329
  }
364
330
 
365
- .dataset-results-count {
366
- font-weight: bold;
367
- }
368
-
369
- .dkan-dataset-search--facet-container .ds-c-accordion__content {
370
- max-height: 32rem;
371
- }
372
-
373
- .dc-dataset-search--clear-all-filters {
374
- width: 100%;
375
- }
376
-
377
331
  .dkan-dataset-search {
378
332
  align-items: flex-start;
379
333
  position: relative;
380
334
  }
381
335
 
382
- .dkan-dataset-search input {
383
- min-width: 100%;
384
- }
385
-
386
336
  @media only screen and (width >= 544px) {
387
337
  .dkan-dataset-search input {
388
338
  padding-left: 32px;
389
339
  }
390
340
  }
391
341
 
392
- .dkan-dataset-search .ds-c-field__before {
393
- top: 12px;
394
- left: 16px;
395
- }
396
-
397
342
  .dkan-dataset-search .ds-c-inline-error {
398
343
  max-width: none;
399
344
  }
@@ -456,18 +401,6 @@
456
401
  display: none;
457
402
  }
458
403
 
459
- .dkan-c-header--link-list {
460
- list-style: none;
461
- }
462
-
463
- .dkan-c-header--wrapper {
464
- flex-wrap: nowrap !important;
465
- }
466
-
467
- .dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
468
- border-bottom: 2px solid #0000;
469
- }
470
-
471
404
  .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a {
472
405
  color: var(--header-nav-link--mobile-color);
473
406
  text-decoration: none;
@@ -481,14 +414,6 @@
481
414
  border-bottom-color: var(--header-nav-link--mobile-color);
482
415
  }
483
416
 
484
- .dkan-c-header--mobile .dkan-c-nav-menu ul {
485
- padding-inline-start: 0;
486
- }
487
-
488
- .dkan-c-header--mobile .dkan-c-nav-menu--close {
489
- display: none;
490
- }
491
-
492
417
  .dkan-c-header--mobile .dkan-c-nav-menu--open {
493
418
  background-color: var(--header-mobile-bg-color);
494
419
  z-index: 500;
@@ -511,40 +436,14 @@
511
436
  padding-top: 8px;
512
437
  }
513
438
 
514
- .dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav:before {
515
- background: var(--color-primary-light);
516
- content: "";
517
- width: 48px;
518
- height: 2px;
519
- margin-left: 24px;
520
- display: block;
521
- position: absolute;
522
- }
523
-
524
439
  .dkan-c-header--mobile .dkan-c-nav-menu .dkan-c-top-nav ul {
525
440
  padding-top: 16px;
526
441
  }
527
442
 
528
- .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a {
529
- color: var(--header-nav-link--color);
530
- padding: var(--space, 8px 8px);
531
- text-decoration: none;
532
- }
533
-
534
- .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a:hover span {
535
- border-bottom-color: var(--header-nav-link--color);
536
- }
537
-
538
443
  .dkan-c-header--desktop .dkan-c-header--link-list {
539
444
  margin-block: 0;
540
445
  }
541
446
 
542
- .dkan-c-header--desktop .dkan-c-main-nav {
543
- flex-direction: row;
544
- justify-content: end;
545
- display: flex;
546
- }
547
-
548
447
  .dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button {
549
448
  display: none;
550
449
  }
@@ -563,18 +462,6 @@
563
462
  --mobile-menu-button--hover-color: var(--color-white);
564
463
  }
565
464
 
566
- .dkan-c-header--desktop .dkan-c-mobile-menu-button {
567
- display: none;
568
- }
569
-
570
- .dkan-c-header--mobile .dkan-c-mobile-menu-button {
571
- display: inherit;
572
- }
573
-
574
- button.dkan-c-mobile-menu-button {
575
- color: var(--mobile-menu-button--color);
576
- }
577
-
578
465
  button.dkan-c-mobile-menu-button:before {
579
466
  color: var(--mobile-menu-button--color);
580
467
  text-align: center;
@@ -591,10 +478,6 @@ button.dkan-c-mobile-menu-button:before {
591
478
  display: inline-block;
592
479
  }
593
480
 
594
- button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
595
- color: var(--mobile-menu-button--hover-color);
596
- }
597
-
598
481
  button.dkan-c-mobile-menu-button--open:before {
599
482
  content: "";
600
483
  }
@@ -666,54 +549,6 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
666
549
  max-width: none;
667
550
  }
668
551
 
669
- .dc-c-list-item {
670
- list-style: none;
671
- }
672
-
673
- .dc-c-list-item ul {
674
- gap: 0;
675
- }
676
-
677
- .dc-c-list-item li {
678
- list-style: none;
679
- }
680
-
681
- .dc-c-list-item li:first-child > span {
682
- padding-left: 0;
683
- }
684
-
685
- .dc-c-list-item li a, .dc-c-list-item li button {
686
- text-decoration: underline !important;
687
- }
688
-
689
- .dc-c-list-item li a svg, .dc-c-list-item li span svg {
690
- fill: var(--link__color);
691
- }
692
-
693
- .dc-c-list-item svg {
694
- margin-right: 8px;
695
- }
696
-
697
- .dc-c-list-item button, .dc-c-list-item span > a {
698
- font-weight: normal !important;
699
- }
700
-
701
- .dc-c-list-item a:visited svg {
702
- fill: var(--link__color--visited);
703
- }
704
-
705
- .dc-c-list-item span[id^="dataset-"] + h2 {
706
- margin-top: 0;
707
- }
708
-
709
- .dc-c-list-item .ds-c-button {
710
- text-decoration: none !important;
711
- }
712
-
713
- .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
714
- fill: var(--color-white);
715
- }
716
-
717
552
  .dkan-manage-columns-wrapper .fa-columns:before {
718
553
  font-size: .75em !important;
719
554
  }
@@ -1383,6 +1218,93 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1383
1218
  }
1384
1219
  }
1385
1220
 
1221
+ .dc-c-list-item {
1222
+ list-style: none;
1223
+ }
1224
+
1225
+ .dc-c-list-item ul {
1226
+ gap: 0;
1227
+ }
1228
+
1229
+ .dc-c-list-item li {
1230
+ list-style: none;
1231
+ }
1232
+
1233
+ .dc-c-list-item li:first-child > span {
1234
+ padding-left: 0;
1235
+ }
1236
+
1237
+ .dc-c-list-item li a, .dc-c-list-item li button {
1238
+ text-decoration: underline !important;
1239
+ }
1240
+
1241
+ .dc-c-list-item li a svg, .dc-c-list-item li span svg {
1242
+ fill: var(--link__color);
1243
+ }
1244
+
1245
+ .dc-c-list-item svg {
1246
+ margin-right: 8px;
1247
+ }
1248
+
1249
+ .dc-c-list-item button, .dc-c-list-item span > a {
1250
+ font-weight: normal !important;
1251
+ }
1252
+
1253
+ .dc-c-list-item a:visited svg {
1254
+ fill: var(--link__color--visited);
1255
+ }
1256
+
1257
+ .dc-c-list-item span[id^="dataset-"] + h2 {
1258
+ margin-top: 0;
1259
+ }
1260
+
1261
+ .dc-c-list-item .ds-c-button {
1262
+ text-decoration: none !important;
1263
+ }
1264
+
1265
+ .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
1266
+ fill: var(--color-white);
1267
+ }
1268
+
1269
+ .dkan-c-nav-submenu.has-submenu {
1270
+ display: block !important;
1271
+ }
1272
+
1273
+ .dc-dataset-search-list {
1274
+ list-style: none;
1275
+ }
1276
+
1277
+ .dataset-results-count {
1278
+ font-weight: bold;
1279
+ }
1280
+
1281
+ .dkan-dataset-search--facet-container .ds-c-accordion__content {
1282
+ max-height: 32rem;
1283
+ }
1284
+
1285
+ .dc-dataset-search--clear-all-filters {
1286
+ width: 100%;
1287
+ }
1288
+
1289
+ .dkan-dataset-search {
1290
+ position: relative;
1291
+ }
1292
+
1293
+ .dkan-dataset-search input {
1294
+ min-width: 100%;
1295
+ }
1296
+
1297
+ @media only screen and (width >= 544px) {
1298
+ .dkan-dataset-search input {
1299
+ padding-left: 32px;
1300
+ }
1301
+ }
1302
+
1303
+ .dkan-dataset-search .ds-c-field__before {
1304
+ top: 12px;
1305
+ left: 16px;
1306
+ }
1307
+
1386
1308
  :root {
1387
1309
  --su-color--blue-dark: #036;
1388
1310
  --su-color--brown: #884c00;
@@ -1988,19 +1910,44 @@ ul.dc-c-resource-full-width {
1988
1910
  :root {
1989
1911
  --mobile-nav-animation-time: 1s;
1990
1912
  --main-nav-height: 6.25rem;
1913
+ --header-bg-color: var(--color-primary);
1914
+ --header-bg-image: linear-gradient(90deg,
1915
+ var(--color-primary-darkest) 10%,
1916
+ var(--color-primary) 90%);
1917
+ --header-nav-link--color: var(--color-white);
1918
+ --header-submenu--bg-color: var(--color-primary);
1919
+ --header-submenu--width: 333px;
1920
+ --header-nav-search--color: var(--color-white);
1991
1921
  --tag-line--color: #6f757c;
1992
1922
  --tag-line--border-color: #6f757c;
1993
- --header-bg-image: none;
1994
- --header-bg-color: #f7f7f7;
1995
- --header-mobile-bg-color: var(--color-gray-dark);
1996
- --header-nav-icon-link--desktop-width: 240px;
1997
- --header-nav-icon-link--mobile-width: 240px;
1998
- --header-nav-link--color: var(--color-primary);
1999
- --header-nav-link--mobile-color: var(--color-white);
2000
- --header-nav-search--color: var(--color-primary);
2001
- --mobile-menu-button--color: var(--color-primary);
2002
- --header-submenu--bg-color: var(--color-white);
2003
- --header-submenu--width: 450px;
1923
+ --header-mobile-bg-color: var(--color-white);
1924
+ --header-nav-link--mobile-color: var(--color-base);
1925
+ --header-nav-link--mobile-font-size: var(--font-size-md);
1926
+ --header-nav-link--mobile-font-weight: var(--font-weight-body-md, normal);
1927
+ --header-nav-link--mobile-margin-x: 24px;
1928
+ --header-nav-link--mobile-border-radius: 0;
1929
+ --header-nav-link--mobile-hover-bg-color: var(--color-gray-lightest);
1930
+ --header-nav-link--mobile-active-bg-color: var(--color-white);
1931
+ --header-nav-link--mobile-focus-bg-color: var(--color-white);
1932
+ --header-nav-link--mobile-underline-color: transparent;
1933
+ --header-nav-link--mobile-border-color: var(--color-muted);
1934
+ --header-nav-link--mobile-border-width: 1px;
1935
+ --header-main-nav--mobile-border-bottom-color: var(--button__color);
1936
+ --header-main-nav--mobile-border-bottom-width: 2px;
1937
+ --header-submenu--mobile-box-shadow: none;
1938
+ --header-submenu--mobile-gap: 0;
1939
+ --header-submenu-link--mobile-font-size: var(--font-size-sm);
1940
+ --header-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
1941
+ --header-submenu-link--mobile-padding-x: 12px;
1942
+ --header-dataset-submenu--mobile-margin-top: 4px;
1943
+ --header-dataset-submenu-link--mobile-font-size: var(--font-size-sm);
1944
+ --header-dataset-submenu-link--mobile-font-weight: var(--font-weight-body-sm);
1945
+ --header-dataset-submenu-link--mobile-padding-x: 12px;
1946
+ --header-dataset-submenu-count--mobile-color: var(--color-base);
1947
+ --header-top-nav-divider--mobile-display: none;
1948
+ --header-top-nav-link--mobile-border-color: var(--color-muted);
1949
+ --header-top-nav-link--mobile-border-width: 1px;
1950
+ --mobile-menu-button--hover-bg-color: var(--button__background-color--hover, var(--backgroundColor, var(--button__background-color)));
2004
1951
  }
2005
1952
 
2006
1953
  .dkan-c-main-navigation > div > div {
@@ -2019,208 +1966,250 @@ ul.dc-c-resource-full-width {
2019
1966
  padding: 0 !important;
2020
1967
  }
2021
1968
 
2022
- .dc-c-mobile-menu--open {
2023
- color: var(--color-white);
2024
- text-decoration: none;
1969
+ .dkan-c-header--link-list {
1970
+ list-style: none;
2025
1971
  }
2026
1972
 
2027
- .dc-c-mobile-menu--open:before {
2028
- content: "";
2029
- color: var(--color-white);
2030
- text-align: center;
2031
- vertical-align: middle;
2032
- width: 18px;
2033
- height: 18px;
2034
- margin-left: 10px;
2035
- padding-right: 10px;
2036
- font-family: "Font Awesome 6 Pro";
2037
- font-size: 18px;
2038
- font-weight: lighter;
2039
- line-height: 18px;
2040
- display: inline-block;
1973
+ .dkan-c-header--link-list .dkan-c-header--link span, .dkan-c-header--link-list .dkan-c-header--link + ul a span {
1974
+ border-bottom: 2px solid #0000;
2041
1975
  }
2042
1976
 
2043
- .dc-c-mobile-menu--close {
2044
- color: var(--color-white);
2045
- padding-bottom: 16px;
2046
- padding-left: 0;
1977
+ .dkan-c-header--wrapper {
1978
+ flex-wrap: nowrap !important;
1979
+ }
1980
+
1981
+ .dkan-c-header--desktop .dkan-c-nav-menu--mobile-close-button, .dkan-c-header--desktop .dkan-c-nav-menu .dkan-c-top-nav {
1982
+ display: none;
1983
+ }
1984
+
1985
+ .dkan-c-header--desktop .dkan-c-header--link-list {
1986
+ flex-direction: row;
1987
+ margin-block: 0;
1988
+ display: flex;
1989
+ }
1990
+
1991
+ .dkan-c-header--desktop .dkan-c-main-nav {
1992
+ flex-direction: row;
1993
+ justify-content: end;
1994
+ display: flex;
1995
+ }
1996
+
1997
+ .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a {
1998
+ color: var(--header-nav-link--color);
1999
+ padding: var(--space, 8px 8px);
2047
2000
  text-decoration: none;
2048
2001
  }
2049
2002
 
2050
- .dc-c-mobile-menu--close:before {
2051
- content: "";
2052
- color: var(--color-white);
2053
- text-align: center;
2054
- vertical-align: middle;
2055
- width: 18px;
2056
- height: 18px;
2057
- padding-right: 10px;
2058
- font-family: "Font Awesome 6 Pro";
2059
- font-size: 18px;
2060
- font-weight: lighter;
2061
- line-height: 18px;
2062
- display: inline-block;
2003
+ .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--desktop ul.dkan-c-header--link-list .dkan-c-header--link + ul a:hover span {
2004
+ border-bottom-color: var(--header-nav-link--color);
2005
+ }
2006
+
2007
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu {
2008
+ background: var(--header-submenu--bg-color);
2009
+ width: var(--header-submenu--width);
2010
+ margin: 0;
2011
+ padding: 16px;
2012
+ position: absolute;
2063
2013
  }
2064
2014
 
2065
- .dc-c-mobile-header--menu {
2066
- background-color: var(--color-gray-dark);
2015
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a {
2016
+ padding: 8px;
2017
+ display: block;
2018
+ }
2019
+
2020
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a span {
2021
+ border-bottom-color: #0000;
2022
+ }
2023
+
2024
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:hover span, .dkan-c-header--desktop .dkan-c-site-menu--sub-menu a:focus span {
2025
+ border-bottom-color: var(--header-nav-link--color);
2026
+ }
2027
+
2028
+ .dkan-c-header--desktop .ds-c-button:hover {
2029
+ background-color: #0000 !important;
2030
+ border-color: #0000 !important;
2031
+ }
2032
+
2033
+ .dkan-c-header--desktop .dkan-c-mobile-menu-button {
2034
+ display: none;
2035
+ }
2036
+
2037
+ .dkan-c-header--mobile .dkan-c-mobile-menu-button {
2038
+ display: inherit;
2039
+ }
2040
+
2041
+ .dkan-c-header--mobile .dkan-c-nav-menu--close {
2042
+ display: none;
2043
+ }
2044
+
2045
+ .dkan-c-header--mobile .dkan-c-nav-menu--open {
2046
+ background-color: var(--header-mobile-bg-color);
2047
+ max-width: 100%;
2048
+ height: 100%;
2049
+ transition-duration: var(--mobile-nav-animation-time);
2067
2050
  z-index: 500;
2068
- visibility: hidden;
2051
+ flex: none;
2069
2052
  width: 100%;
2070
- height: 100%;
2071
2053
  padding: 50px 0;
2072
- transition: left .7s;
2054
+ transition-property: left;
2055
+ display: block;
2073
2056
  position: fixed;
2074
2057
  top: 0;
2075
2058
  bottom: 0;
2076
- left: -100%;
2059
+ left: 0;
2077
2060
  }
2078
2061
 
2079
- .dc-c-cmsheader {
2080
- background: var(--color-white);
2081
- position: relative;
2062
+ .dkan-c-header--mobile .dkan-c-nav-menu ul {
2063
+ padding-inline-start: 0;
2082
2064
  }
2083
2065
 
2084
- .dc-c-cms-mobile-header-menu:before {
2085
- background: var(--color-primary-light);
2086
- content: "";
2087
- width: 48px;
2088
- height: 2px;
2089
- margin-bottom: 16px;
2090
- margin-left: 8px;
2091
- display: block;
2066
+ .dkan-c-header--mobile .dkan-c-header--link-list, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
2067
+ gap: var(--header-submenu--mobile-gap);
2092
2068
  }
2093
2069
 
2094
- .dc-c-cms-mobile-header-menu ul {
2095
- margin: 0;
2096
- padding: 0;
2097
- list-style: none;
2070
+ .dkan-c-header--mobile .dkan-c-header--link-list > li {
2071
+ border-top: var(--header-nav-link--mobile-border-width) solid var(--header-nav-link--mobile-border-color);
2072
+ margin-block: 0;
2073
+ margin-inline: var(--header-nav-link--mobile-margin-x);
2098
2074
  }
2099
2075
 
2100
- .dc-c-cms-mobile-header-menu a, .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:focus, .dc-c-cms-mobile-header-menu a:visited {
2101
- color: var(--color-white);
2102
- background-color: #0000;
2103
- border-bottom: 2px solid #0000;
2076
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a {
2077
+ border-radius: var(--header-nav-link--mobile-border-radius);
2078
+ box-sizing: border-box;
2079
+ color: var(--header-nav-link--mobile-color);
2080
+ font-size: var(--header-nav-link--mobile-font-size);
2081
+ font-weight: var(--header-nav-link--mobile-font-weight);
2082
+ margin-block: 0;
2083
+ margin-inline: var(--header-nav-link--mobile-margin-x);
2084
+ text-align: left;
2085
+ width: calc(100% - var(--header-nav-link--mobile-margin-x) - var(--header-nav-link--mobile-margin-x));
2086
+ justify-content: flex-start;
2087
+ align-items: center;
2104
2088
  text-decoration: none;
2105
- display: inline-block;
2089
+ display: flex;
2106
2090
  }
2107
2091
 
2108
- .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:active {
2109
- border-bottom: 2px solid var(--color-primary-light);
2092
+ .dkan-c-header--mobile .dkan-c-header--link-list > li > .dkan-c-header--link {
2093
+ width: 100%;
2094
+ margin-inline: 0;
2110
2095
  }
2111
2096
 
2112
- .dc-c-header--mobile-links button {
2113
- padding: 0;
2114
- font-weight: 700;
2097
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link > span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a > span {
2098
+ text-align: left;
2115
2099
  }
2116
2100
 
2117
- .dc-c-header--mobile-links a {
2118
- display: block;
2101
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover {
2102
+ background-color: var(--header-nav-link--mobile-hover-bg-color);
2103
+ color: var(--header-nav-link--mobile-color);
2119
2104
  }
2120
2105
 
2121
- .dc-c-mobile-header.menu-open .dc-c-cmsheader {
2122
- z-index: 501;
2123
- background-color: #0000;
2106
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus-visible, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"], .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"]:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link[aria-expanded="true"]:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-nav-submenu.open > .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus-visible {
2107
+ background-color: var(--header-nav-link--mobile-focus-bg-color);
2108
+ color: var(--header-nav-link--mobile-color);
2124
2109
  }
2125
2110
 
2126
- .dc-c-mobile-header.menu-open .dc-c-cmsheader-menu a, .dc-c-mobile-header.menu-open button, .dc-c-mobile-header.menu-open .cms-link-container a:before {
2127
- color: var(--color-white);
2111
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:active:focus, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active:hover, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:active:focus {
2112
+ background-color: var(--header-nav-link--mobile-active-bg-color);
2113
+ color: var(--header-nav-link--mobile-color);
2128
2114
  }
2129
2115
 
2130
- .dc-c-mobile-header.menu-open .dc-c-mobile-header--menu {
2131
- visibility: visible;
2132
- left: 0;
2116
+ .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link:focus-visible span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:hover span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus span, .dkan-c-header--mobile .dkan-c-header--link-list .dkan-c-header--link + ul a:focus-visible span {
2117
+ border-bottom-color: var(--header-nav-link--mobile-underline-color);
2133
2118
  }
2134
2119
 
2135
- .cms-text-container {
2136
- color: #6f757c;
2137
- padding-top: 28px;
2138
- display: block;
2120
+ .dkan-c-header--mobile .dkan-c-nav-submenu > .dkan-c-header--link > :is(svg, .fa, [class*="fa-chevron"]) {
2121
+ align-self: center;
2122
+ margin-left: auto;
2139
2123
  }
2140
2124
 
2141
- .dc-c-cmsheader-menu {
2142
- margin: 0;
2143
- padding: 0;
2125
+ .dkan-c-header--mobile .dkan-c-main-nav > .dkan-c-header--link-list > li:last-child {
2126
+ border-bottom: var(--header-main-nav--mobile-border-bottom-width) solid var(--header-main-nav--mobile-border-bottom-color);
2144
2127
  }
2145
2128
 
2146
- .dc-c-cmsheader-menu li {
2147
- list-style: none;
2129
+ .dkan-c-header--mobile .dkan-c-top-nav {
2130
+ display: inherit;
2131
+ padding-top: 8px;
2148
2132
  }
2149
2133
 
2150
- .dc-c-cmsheader-menu a {
2151
- color: #323a45;
2152
- border-bottom: 1px solid #fff3;
2153
- margin: 3px 7px;
2154
- padding: 0;
2155
- text-decoration: none;
2134
+ .dkan-c-header--mobile .dkan-c-top-nav:before {
2135
+ background: var(--color-primary-light);
2136
+ content: "";
2137
+ display: var(--header-top-nav-divider--mobile-display);
2138
+ width: 48px;
2139
+ height: 2px;
2140
+ margin-left: 24px;
2141
+ position: absolute;
2156
2142
  }
2157
2143
 
2158
- .dc-c-cmsheader-menu a:hover, .dc-c-cmsheader-menu a:active {
2159
- border-bottom: 2px solid #323a45;
2144
+ .dkan-c-header--mobile .dkan-c-top-nav ul {
2145
+ padding-top: 16px;
2160
2146
  }
2161
2147
 
2162
- @media (width >= 544px) {
2163
- .dc-c-main-navigation--search, .dc-c-mobile-menu--search {
2164
- border-left: 1px solid var(--color-white);
2165
- }
2148
+ .dkan-c-header--mobile .dkan-c-top-nav > .dkan-c-header--link-list > li {
2149
+ border-top: 0;
2150
+ border-bottom: var(--header-top-nav-link--mobile-border-width) solid var(--header-top-nav-link--mobile-border-color);
2166
2151
  }
2167
2152
 
2168
- nav.dc-c-site-menu .dc-c-header--links {
2169
- margin: 0;
2170
- padding: 0;
2153
+ .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
2154
+ box-shadow: var(--header-submenu--mobile-box-shadow);
2171
2155
  }
2172
2156
 
2173
- nav.dc-c-site-menu .dc-c-header--links li {
2174
- height: 100%;
2175
- list-style: none;
2157
+ .dkan-c-header--mobile .dkan-c-site-menu--sub-menu a svg {
2158
+ display: none;
2176
2159
  }
2177
2160
 
2178
- nav.dc-c-site-menu .dc-c-header--links button {
2179
- border: none;
2180
- font-size: 16px;
2181
- text-decoration: none;
2161
+ .dkan-c-header--mobile .dkan-c-site-menu--sub-menu .dkan-c-header--link, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu .dkan-c-header--link > span {
2162
+ font-size: var(--header-submenu-link--mobile-font-size);
2163
+ font-weight: var(--header-submenu-link--mobile-font-weight);
2182
2164
  }
2183
2165
 
2184
- nav.dc-c-site-menu .dc-c-header--links button span {
2185
- border-bottom: 2px solid #0000;
2166
+ .dkan-c-header--mobile ul.dkan-c-site-menu--sub-menu .dkan-c-header--link {
2167
+ padding-inline: var(--header-submenu-link--mobile-padding-x);
2186
2168
  }
2187
2169
 
2188
- nav.dc-c-site-menu .dc-c-header--links a {
2189
- padding: var(--space, 8px 24px);
2190
- text-decoration: none;
2170
+ .dkan-c-header--mobile section.dkan-c-site-menu--sub-menu {
2171
+ margin-top: var(--header-dataset-submenu--mobile-margin-top);
2191
2172
  }
2192
2173
 
2193
- nav.dc-c-site-menu .dc-c-header--links a span {
2194
- border-bottom: 2px solid #0000;
2174
+ .dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .dkan-c-header--link {
2175
+ padding-inline: var(--header-dataset-submenu-link--mobile-padding-x);
2195
2176
  }
2196
2177
 
2197
- nav.dc-c-site-menu .dc-c-header--links > li:hover > button span, nav.dc-c-site-menu .dc-c-header--links > li button:focus span, nav.dc-c-site-menu .dc-c-header--links > li button:hover span, nav.dc-c-site-menu .dc-c-header--links > li:hover > a span, nav.dc-c-site-menu .dc-c-header--links > li:focus > a span, nav.dc-c-site-menu .dc-c-header--links > li a:hover span, nav.dc-c-site-menu .dc-c-header--links > li a:focus span {
2198
- border-bottom: 2px solid var(--color-primary-light);
2178
+ .dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .dc-c-list-item .ds-text-heading--md {
2179
+ font-size: var(--header-dataset-submenu-link--mobile-font-size);
2180
+ font-weight: var(--header-dataset-submenu-link--mobile-font-weight);
2199
2181
  }
2200
2182
 
2201
- nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
2202
- box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
2203
- outline-offset: 3px;
2204
- border-radius: var(--button__border-radius);
2205
- background-color: #0000;
2206
- outline: 3px solid #0000;
2207
- text-decoration: none;
2183
+ .dkan-c-header--mobile section.dkan-c-site-menu--sub-menu .ds-u-margin-y--0.ds-u-font-size--sm {
2184
+ color: var(--header-dataset-submenu-count--mobile-color);
2208
2185
  }
2209
2186
 
2210
- .dc-c-site-title a {
2211
- text-decoration: none;
2187
+ .dkan-c-header--desktop .dkan-c-site-menu--sub-menu, .dkan-c-header--mobile .dkan-c-site-menu--sub-menu {
2188
+ list-style: none;
2189
+ display: none;
2212
2190
  }
2213
2191
 
2214
- .dc-c-mobile-menu--search {
2215
- display: inherit;
2192
+ .dkan-c-nav-submenu {
2193
+ position: relative;
2216
2194
  }
2217
2195
 
2218
- .dc-c-search-modal--button:before {
2219
- content: "";
2220
- color: var(--color-white);
2196
+ .dkan-c-nav-submenu.open .dkan-c-site-menu--sub-menu {
2197
+ display: block;
2198
+ }
2199
+
2200
+ button.dkan-c-mobile-menu-button {
2201
+ color: var(--mobile-menu-button--color);
2202
+ }
2203
+
2204
+ button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:active {
2205
+ background-color: var(--mobile-menu-button--hover-bg-color);
2206
+ }
2207
+
2208
+ button.dkan-c-mobile-menu-button:before {
2209
+ box-sizing: content-box;
2210
+ color: var(--mobile-menu-button--color);
2221
2211
  text-align: center;
2222
2212
  vertical-align: middle;
2223
- box-sizing: content-box;
2224
2213
  width: 18px;
2225
2214
  height: 18px;
2226
2215
  margin-left: 10px;
@@ -2232,6 +2221,26 @@ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
2232
2221
  display: inline-block;
2233
2222
  }
2234
2223
 
2224
+ button.dkan-c-mobile-menu-button:hover, button.dkan-c-mobile-menu-button:hover:before {
2225
+ color: var(--mobile-menu-button--hover-color);
2226
+ }
2227
+
2228
+ button.dkan-c-mobile-menu-button.dkan-c-mobile-menu-button--open:before {
2229
+ content: "";
2230
+ }
2231
+
2232
+ @media only screen and (width <= 1023px) {
2233
+ .dkan-c-header--mobile .dkan-c-header-nav-icon-link {
2234
+ justify-content: center;
2235
+ width: 100%;
2236
+ display: flex;
2237
+ }
2238
+
2239
+ .dkan-c-header--mobile .dkan-c-header-nav-icon-link img {
2240
+ width: var(--header-nav-icon-link--mobile-width) !important;
2241
+ }
2242
+ }
2243
+
2235
2244
  nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
2236
2245
  border-bottom: 2px solid var(--color-primary-light);
2237
2246
  }