@civicactions/cmsds-open-data-components 2.0.1 → 2.0.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.
Binary file
package/dist/main.css ADDED
@@ -0,0 +1,668 @@
1
+ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
2
+ border-bottom: 2px solid var(--color-primary-alt-light);
3
+ }
4
+
5
+ .dc-dataset-searchlist-item h2 a {
6
+ text-decoration: none;
7
+ }
8
+
9
+ .dc-dataset-searchlist-item h2 a:hover {
10
+ text-decoration: underline;
11
+ }
12
+
13
+ .dc-dataset-searchlist-item ul {
14
+ list-style: none;
15
+ }
16
+
17
+ .dc-dataset-searchlist-item .dc-dataset-searchlist-item--keyword {
18
+ background: var(--color-primary-alt-lightest);
19
+ color: var(--color-base);
20
+ border: none;
21
+ }
22
+
23
+ .dc-dataset-search--facets-container .ds-c-accordion__content {
24
+ max-height: 32rem;
25
+ }
26
+
27
+ .dc-dataset-search--facets {
28
+ max-height: 32rem;
29
+ list-style: none;
30
+ display: block;
31
+ position: relative;
32
+ }
33
+
34
+ .dc-dataset-search-list {
35
+ list-style: none;
36
+ }
37
+
38
+ .dc-c-clear-filters {
39
+ font-weight: 300;
40
+ }
41
+
42
+ .dc-fulltext--input-container {
43
+ width: 100%;
44
+ }
45
+
46
+ .dc-fulltext--input-container input {
47
+ max-width: inherit;
48
+ }
49
+
50
+ .dc-search-header {
51
+ display: relative;
52
+ }
53
+
54
+ .dc-search-header:after {
55
+ content: "";
56
+ background-color: var(--color-primary-alt-light);
57
+ width: 48px;
58
+ height: 4px;
59
+ margin: 16px 0;
60
+ display: block;
61
+ }
62
+
63
+ .dataset-results-count {
64
+ font-weight: bold;
65
+ }
66
+
67
+ .dc-dataset-search--facets-container .ds-c-accordion__button {
68
+ justify-content: space-between;
69
+ padding: 16px 24px;
70
+ display: flex;
71
+ }
72
+
73
+ .dc-c-datatable {
74
+ border-spacing: 0;
75
+ width: 100%;
76
+ }
77
+
78
+ .dc-c-datatable th {
79
+ text-align: left;
80
+ position: relative;
81
+ }
82
+
83
+ .dc-c-datatable thead th div {
84
+ cursor: pointer;
85
+ align-items: center;
86
+ display: flex;
87
+ }
88
+
89
+ .dc-thead--fixed-size th {
90
+ border-left: 2px solid var(--color-border);
91
+ }
92
+
93
+ .dc-thead--fixed-size th:first-child {
94
+ border-left: none;
95
+ }
96
+
97
+ .dc-thead--resizeable .dc-c-resize-handle {
98
+ background-color: var(--color-gray-light);
99
+ cursor: col-resize;
100
+ z-index: 1;
101
+ width: 10px;
102
+ min-width: 10px;
103
+ margin-left: -10px;
104
+ display: block;
105
+ position: absolute;
106
+ top: 0;
107
+ bottom: 0;
108
+ right: 0;
109
+ }
110
+
111
+ .dc-thead--resizeable .dc-c-resize-handle.isResizing, .dc-thead--resizeable .dc-c-resize-handle:hover {
112
+ background-color: var(--color-primary);
113
+ }
114
+
115
+ .dc-thead--truncated th span {
116
+ white-space: nowrap;
117
+ text-overflow: ellipsis;
118
+ display: inline-block;
119
+ overflow: hidden;
120
+ }
121
+
122
+ .dc-c-datatable--even-row td {
123
+ background-color: var(--table-striped__background-color);
124
+ }
125
+
126
+ .dc-c-sort--default, .dc-c-sort--asc, .dc-c-sort--desc {
127
+ padding-left: 8px;
128
+ padding-right: 16px;
129
+ }
130
+
131
+ .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
132
+ width: 18px;
133
+ height: 18px;
134
+ padding-left: 8px;
135
+ font-family: "Font Awesome 5 Pro";
136
+ line-height: 18px;
137
+ display: inline;
138
+ }
139
+
140
+ .dc-c-sort--default:after {
141
+ content: "";
142
+ }
143
+
144
+ .dc-c-sort--asc:after {
145
+ content: "";
146
+ }
147
+
148
+ .dc-c-sort--desc:after {
149
+ content: "";
150
+ }
151
+
152
+ .dc-c-dataset-tags--tag {
153
+ background: var(--color-primary-alt-lightest);
154
+ display: inline-block;
155
+ }
156
+
157
+ .dc-c-additional-info-table table {
158
+ width: 100%;
159
+ }
160
+
161
+ .dc-c-additional-info-table a {
162
+ word-break: break-all;
163
+ }
164
+
165
+ .dc-c-resource-info-table table {
166
+ width: 100%;
167
+ }
168
+
169
+ .dc-resource-header:before {
170
+ content: "";
171
+ background-color: var(--color-primary-alt-light);
172
+ width: 48px;
173
+ height: 4px;
174
+ margin: 8px 0;
175
+ display: block;
176
+ }
177
+
178
+ .dc-truncate {
179
+ text-overflow: ellipsis;
180
+ white-space: nowrap;
181
+ max-width: 85%;
182
+ overflow: hidden;
183
+ }
184
+
185
+ .dc-c-metadata-description {
186
+ white-space: pre-line;
187
+ }
188
+
189
+ .ds-c-usa-banner__button-text:after {
190
+ width: 0 !important;
191
+ height: 0 !important;
192
+ margin: 0 !important;
193
+ padding: 0 !important;
194
+ }
195
+
196
+ .dc-c-mobile-menu--open {
197
+ color: var(--color-white);
198
+ text-decoration: none;
199
+ }
200
+
201
+ .dc-c-mobile-menu--open:before {
202
+ content: "";
203
+ color: var(--color-white);
204
+ text-align: center;
205
+ vertical-align: middle;
206
+ width: 18px;
207
+ height: 18px;
208
+ margin-left: 10px;
209
+ padding-right: 10px;
210
+ font-family: "Font Awesome 5 Pro";
211
+ font-size: 18px;
212
+ font-weight: lighter;
213
+ line-height: 18px;
214
+ display: inline-block;
215
+ }
216
+
217
+ .dc-c-mobile-menu--close {
218
+ color: var(--color-white);
219
+ padding-bottom: 16px;
220
+ padding-left: 0;
221
+ text-decoration: none;
222
+ }
223
+
224
+ .dc-c-mobile-menu--close:before {
225
+ content: "";
226
+ color: var(--color-white);
227
+ text-align: center;
228
+ vertical-align: middle;
229
+ width: 18px;
230
+ height: 18px;
231
+ padding-right: 10px;
232
+ font-family: "Font Awesome 5 Pro";
233
+ font-size: 18px;
234
+ font-weight: lighter;
235
+ line-height: 18px;
236
+ display: inline-block;
237
+ }
238
+
239
+ .dc-c-mobile-header--menu {
240
+ background-color: var(--color-gray-dark);
241
+ z-index: 500;
242
+ visibility: hidden;
243
+ width: 100%;
244
+ height: 100%;
245
+ padding: 50px 0;
246
+ transition: left .7s;
247
+ position: fixed;
248
+ top: 0;
249
+ bottom: 0;
250
+ left: -100%;
251
+ }
252
+
253
+ .dc-c-mobile-header .dc-c-site-menu--sub-menu {
254
+ background: none;
255
+ width: auto;
256
+ position: relative;
257
+ top: -24px;
258
+ left: auto;
259
+ }
260
+
261
+ .dc-c-mobile-header .dc-c-site-menu--sub-menu a {
262
+ padding: 8px;
263
+ }
264
+
265
+ .dc-c-cmsheader {
266
+ background: var(--color-white);
267
+ position: relative;
268
+ }
269
+
270
+ .dc-c-cms-mobile-header-menu:before {
271
+ background: var(--color-primary-alt-light);
272
+ content: "";
273
+ width: 48px;
274
+ height: 2px;
275
+ margin-bottom: 16px;
276
+ margin-left: 8px;
277
+ display: block;
278
+ }
279
+
280
+ .dc-c-cms-mobile-header-menu ul {
281
+ margin: 0;
282
+ padding: 0;
283
+ list-style: none;
284
+ }
285
+
286
+ .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 {
287
+ color: var(--color-white);
288
+ background-color: #0000;
289
+ border-bottom: 2px solid #0000;
290
+ text-decoration: none;
291
+ display: inline-block;
292
+ }
293
+
294
+ .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:active {
295
+ border-bottom: 2px solid var(--color-primary-alt-light);
296
+ }
297
+
298
+ .has-submenu > button:after {
299
+ content: "";
300
+ color: var(--color-white);
301
+ text-align: center;
302
+ vertical-align: middle;
303
+ width: 18px;
304
+ height: 18px;
305
+ margin-left: 10px;
306
+ padding-right: 10px;
307
+ font-family: "Font Awesome 5 Pro";
308
+ font-size: 18px;
309
+ font-weight: lighter;
310
+ line-height: 18px;
311
+ display: inline-block;
312
+ }
313
+
314
+ .has-submenu.open > button:after {
315
+ content: "";
316
+ }
317
+
318
+ .dc-c-header--mobile-links button {
319
+ padding: 0;
320
+ font-weight: 700;
321
+ }
322
+
323
+ .dc-c-header--mobile-links a {
324
+ display: block;
325
+ }
326
+
327
+ .dc-c-mobile-header.menu-open .dc-c-cmsheader {
328
+ z-index: 501;
329
+ background-color: #0000;
330
+ }
331
+
332
+ .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 {
333
+ color: var(--color-white);
334
+ }
335
+
336
+ .dc-c-mobile-header.menu-open .dc-c-mobile-header--menu {
337
+ visibility: visible;
338
+ left: 0;
339
+ }
340
+
341
+ .cms-link-container {
342
+ border-right: none;
343
+ margin-right: 20px;
344
+ display: block;
345
+ }
346
+
347
+ .cms-link-container a {
348
+ border-bottom: none;
349
+ margin-right: 20px;
350
+ text-decoration: none;
351
+ display: inline-block;
352
+ }
353
+
354
+ .cms-link-container a:before {
355
+ content: "";
356
+ color: #323a45;
357
+ text-align: center;
358
+ vertical-align: middle;
359
+ width: 18px;
360
+ height: 18px;
361
+ margin-left: 10px;
362
+ padding-right: 10px;
363
+ font-family: "Font Awesome 5 Pro";
364
+ font-size: 18px;
365
+ font-weight: lighter;
366
+ line-height: 18px;
367
+ display: inline-block;
368
+ }
369
+
370
+ .cms-link-container img {
371
+ vertical-align: middle;
372
+ width: 90px;
373
+ height: auto;
374
+ display: inline-block;
375
+ }
376
+
377
+ .cms-text-container {
378
+ color: #6f757c;
379
+ padding-top: 28px;
380
+ display: block;
381
+ }
382
+
383
+ .dc-c-cmsheader-menu {
384
+ margin: 0;
385
+ padding: 0;
386
+ }
387
+
388
+ .dc-c-cmsheader-menu li {
389
+ list-style: none;
390
+ }
391
+
392
+ .dc-c-cmsheader-menu a {
393
+ color: #323a45;
394
+ border-bottom: 1px solid #fff3;
395
+ margin: 3px 7px;
396
+ padding: 0;
397
+ text-decoration: none;
398
+ }
399
+
400
+ .dc-c-cmsheader-menu a:hover, .dc-c-cmsheader-menu a:active {
401
+ border-bottom: 2px solid #323a45;
402
+ }
403
+
404
+ @media (width >= 544px) {
405
+ .dc-c-main-navigation--search, .dc-c-mobile-menu--search {
406
+ border-left: 1px solid var(--color-white);
407
+ }
408
+ }
409
+
410
+ @media (width >= 1024px) {
411
+ .cms-link-container {
412
+ float: left;
413
+ border-right: 1px solid #d6d7d9;
414
+ width: 240px;
415
+ height: 85px;
416
+ }
417
+
418
+ .cms-link-container a {
419
+ margin-top: 28px;
420
+ margin-bottom: 20px;
421
+ }
422
+
423
+ .cms-link-container img {
424
+ vertical-align: middle;
425
+ width: auto;
426
+ max-width: 80%;
427
+ height: auto;
428
+ display: inline-block;
429
+ }
430
+
431
+ .cms-link-container a:before {
432
+ width: 28px;
433
+ height: 28px;
434
+ margin-left: 0;
435
+ font-size: 28px;
436
+ line-height: 28px;
437
+ }
438
+ }
439
+
440
+ nav.dc-c-site-menu .dc-c-header--links {
441
+ margin: 0;
442
+ padding: 0;
443
+ }
444
+
445
+ nav.dc-c-site-menu .dc-c-header--links li {
446
+ height: 100%;
447
+ list-style: none;
448
+ }
449
+
450
+ nav.dc-c-site-menu .dc-c-header--links button {
451
+ border: none;
452
+ font-size: 16px;
453
+ text-decoration: none;
454
+ }
455
+
456
+ nav.dc-c-site-menu .dc-c-header--links button span {
457
+ border-bottom: 2px solid #0000;
458
+ }
459
+
460
+ nav.dc-c-site-menu .dc-c-header--links a {
461
+ padding: var(--space, 8px 24px);
462
+ text-decoration: none;
463
+ }
464
+
465
+ nav.dc-c-site-menu .dc-c-header--links a span {
466
+ border-bottom: 2px solid #0000;
467
+ }
468
+
469
+ 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 {
470
+ border-bottom: 2px solid var(--color-primary-alt-lightest);
471
+ }
472
+
473
+ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
474
+ box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
475
+ outline-offset: 3px;
476
+ border-radius: var(--button__border-radius);
477
+ background-color: #0000;
478
+ outline: 3px solid #0000;
479
+ }
480
+
481
+ nav > ul li ul {
482
+ display: none;
483
+ }
484
+
485
+ nav > ul li.open ul {
486
+ display: block;
487
+ }
488
+
489
+ li.has-submenu {
490
+ position: relative;
491
+ }
492
+
493
+ .dc-c-site-menu--sub-menu {
494
+ background: var(--color-primary);
495
+ width: 300px;
496
+ margin: 0;
497
+ padding: 0;
498
+ position: absolute;
499
+ top: 48px;
500
+ left: 0;
501
+ }
502
+
503
+ .dc-c-site-menu--sub-menu a {
504
+ padding: 16px;
505
+ display: block;
506
+ }
507
+
508
+ .dc-c-site-menu--sub-menu a span {
509
+ border-bottom: 2px solid #0000;
510
+ }
511
+
512
+ .dc-c-site-menu--sub-menu a:hover span, .dc-c-site-menu--sub-menu a:focus span {
513
+ border-bottom: 2px solid var(--color-primary-alt-light);
514
+ }
515
+
516
+ .dc-c-site-title a {
517
+ text-decoration: none;
518
+ }
519
+
520
+ .dc-c-mobile-menu--search {
521
+ display: inherit;
522
+ }
523
+
524
+ .dc-c-search-modal--button:before {
525
+ content: "";
526
+ color: var(--color-white);
527
+ text-align: center;
528
+ vertical-align: middle;
529
+ width: 18px;
530
+ height: 18px;
531
+ margin-left: 10px;
532
+ padding-right: 10px;
533
+ font-family: "Font Awesome 5 Pro";
534
+ font-size: 18px;
535
+ font-weight: lighter;
536
+ line-height: 18px;
537
+ display: inline-block;
538
+ }
539
+
540
+ .dc-c-footer {
541
+ background-color: #fff;
542
+ }
543
+
544
+ .dc-c-footer ul {
545
+ margin: 0;
546
+ padding: 0;
547
+ list-style: none;
548
+ }
549
+
550
+ .dc-c-footer--middle-container {
551
+ background: linear-gradient(90deg, #f6f9fd 50%, #e8f0fa 50%);
552
+ }
553
+
554
+ .dc-c-footer__title {
555
+ color: var(--color-gray);
556
+ font-weight: 400;
557
+ }
558
+
559
+ .dc-c-footer__title span {
560
+ font-weight: 700;
561
+ }
562
+
563
+ .dc-c-footer__resources {
564
+ background: #f6f9fd;
565
+ }
566
+
567
+ .dc-c-footer__utility {
568
+ background: var(--color-white);
569
+ }
570
+
571
+ .dc-c-footer__utility li {
572
+ list-style: none;
573
+ }
574
+
575
+ .dc-c-footer__cms-information {
576
+ background: #e8f0fa;
577
+ }
578
+
579
+ .dc-footer--heading {
580
+ text-transform: uppercase;
581
+ }
582
+
583
+ .dc-c-emailupdates {
584
+ background-image: linear-gradient(35deg, var(--color-primary-darkest), var(--color-primary-darker), var(--color-primary));
585
+ color: var(--color-white);
586
+ }
587
+
588
+ .dc-c-footer--svg-icon {
589
+ text-align: center;
590
+ width: 40px;
591
+ height: 40px;
592
+ font-size: 42px;
593
+ display: inline-block;
594
+ position: relative;
595
+ }
596
+
597
+ .dc-c-footer--svg-icon svg.svg-inline--fa {
598
+ width: 1em;
599
+ height: 1em;
600
+ }
601
+
602
+ .dc-c-footer--svg-icon .fa-circle {
603
+ fill: #6f757c;
604
+ }
605
+
606
+ .dc-c-footer--svg-icon .fa-inverse {
607
+ fill: var(--color-white);
608
+ padding-left: 2px;
609
+ font-size: 25px;
610
+ }
611
+
612
+ .svg-inline--fa {
613
+ margin: auto;
614
+ position: absolute;
615
+ inset: 0;
616
+ }
617
+
618
+ .dc-c-breadcrumb__list {
619
+ margin-top: 0;
620
+ margin-bottom: 0;
621
+ padding-left: 0;
622
+ list-style-type: none;
623
+ display: block;
624
+ }
625
+
626
+ .dc-c-breadcrumb__list > li {
627
+ max-width: unset;
628
+ margin-bottom: 0;
629
+ }
630
+
631
+ .dc-c-breadcrumb__list > li:after {
632
+ content: "";
633
+ margin: 0 10px;
634
+ font-family: "Font Awesome 5 Pro";
635
+ font-size: 10px;
636
+ font-weight: 600;
637
+ }
638
+
639
+ .dc-c-breadcrumb__list > li:last-child:after {
640
+ content: "";
641
+ margin: 0;
642
+ }
643
+
644
+ .dc-c-breadcrumb__list-item {
645
+ display: inline-block;
646
+ }
647
+
648
+ .dc-c-breadcrumb__link {
649
+ display: inline;
650
+ }
651
+
652
+ .dc-c-resource-action {
653
+ min-height: 100%;
654
+ }
655
+
656
+ .dc-filtered-resource-toggle {
657
+ align-self: center;
658
+ }
659
+
660
+ .dc-c-filterd-resouce-drawer .ds-c-help-drawer__footer h4 {
661
+ display: none;
662
+ }
663
+
664
+ .dc-c-resource-header--buttons {
665
+ display: flex;
666
+ }
667
+
668
+ /*# sourceMappingURL=main.css.map */
@@ -0,0 +1 @@
1
+ {"mappings":"AAAA;;;;ACCE;;;;AAEE;;;;AAKF;;;;AAIA;;;;;;ACZF;;;;AAIA;;;;;;;ACJA;;;;AAIA;;;;AAIA;;;;AAEE;;;;AAKF;;;;AAEE;;;;;;;;;AAUF;;;;AAIA;;;;;;AC/BA;;;;;AAGE;;;;;AAIA;;;;;;AAOF;;;;AAIA;;;;AAKE;;;;;;;;;;;;;;AAYE;;;;AAQF;;;;;;;AAQF;;;;AAIA;;;;;AAKE;;;;;;;;;AAUF;;;;AAGA;;;;AAGA;;;;AC5EA;;;;;ACCE;;;;AAKF;;;;ACLE;;;;ACAA;;;;;;;;;AAUF;;;;;;;AAOA;;;;ACjBE;;;;;;;AAQF;;;;;AAGE;;;;;;;;;;;;;;;;AAiBF;;;;;;;AAKE;;;;;;;;;;;;;;;AAgBF;;;;;;;;;;;;;;AAcA;;;;;;;;AAME;;;;AAKF;;;;;AAME;;;;;;;;;;AASA;;;;;;AAKA;;;;;;;;AAUA;;;;AAKF;;;;;;;;;;;;;;;;AAeA;;;;AAIE;;;;;AAIA;;;;AAMA;;;;;AAIA;;;;AAOA;;;;;AAMF;;;;;;AAKE;;;;;;;AAOA;;;;;;;;;;;;;;;;AAeA;;;;;;;AAQF;;;;;;AAMA;;;;;AAGE;;;;AAGA;;;;;;;;AASA;;;;AAMF;EACE;;;;;AAMF;EACE;;;;;;;EAKE;;;;;EAIA;;;;;;;;EAOA;;;;;;;;;AAYF;;;;;AAGE;;;;;AAIA;;;;;;AAKE;;;;AAIF;;;;;AAGE;;;;AAIF;;;;AAYJ;;;;;;;;AASA;;;;AAIA;;;;AAGA;;;;AAIA;;;;;;;;;;AAQE;;;;;AAGE;;;;AAIF;;;;AAMF;;;;AAIA;;;;AAKE;;;;;;;;;;;;;;;;ACnVF;;;;AAEE;;;;;;AAOF;;;;AAIA;;;;;AAGE;;;;AAKF;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;AAIA;;;;;AASA;;;;;;;;;AAQE;;;;;AAKA;;;;AAIA;;;;;;AAMF;;;;;;ACzEA;;;;;;;;AAKE;;;;;AAGE;;;;;;;;AAQE;;;;;AASN;;;;AAIA;;;;AC7BA;;;;AAIA;;;;AAMI;;;;AAMJ","sources":["src/components/NavLink/NavLink.scss","src/components/DatasetSearchListItem/dataset-search-list-item.scss","src/components/DatasetSearchFacets/dataset-search-facets.scss","src/templates/DatasetSearch/dataset-search.scss","src/components/Datatable/datatable.scss","src/components/DatasetTags/dataset-tags.scss","src/components/DatasetAdditionalInformation/additional-information-table.scss","src/components/ResourceInformation/resource-information-table.scss","src/templates/Dataset/dataset.scss","src/templates/Header/header.scss","src/templates/Footer/footer.scss","src/components/Breadcrumb/breadcrumb.scss","src/templates/FilteredResource/filtered-resource.scss"],"sourcesContent":["nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {\n border-bottom: 2px solid #{var(--color-primary-alt-light)};\n}",".dc-dataset-searchlist-item {\n h2 a {\n text-decoration: none;\n &:hover {\n text-decoration: underline;\n }\n }\n\n ul {\n list-style: none;\n }\n\n .dc-dataset-searchlist-item--keyword {\n background: #{var(--color-primary-alt-lightest)};\n border: none;\n color: #{var(--color-base)};\n }\n}\n",".dc-dataset-search--facets-container .ds-c-accordion__content {\n max-height: 32rem;\n}\n\n.dc-dataset-search--facets {\n display: block;\n list-style: none;\n position: relative;\n max-height: 32rem;\n}\n",".dc-dataset-search-list {\n list-style: none;\n}\n\n.dc-c-clear-filters {\n font-weight: 300;\n}\n\n.dc-fulltext--input-container {\n width: 100%;\n input {\n max-width: inherit;\n }\n}\n\n.dc-search-header {\n display: relative;\n &::after {\n content: '';\n display: block;\n width: 48px;\n height: 4px;\n margin: 16px 0;\n background-color: #{var(--color-primary-alt-light)};\n }\n}\n\n.dataset-results-count {\n font-weight: bold;\n}\n\n.dc-dataset-search--facets-container .ds-c-accordion__button {\n display: flex;\n justify-content: space-between;\n padding: 16px 24px 16px 24px;\n}\n",".dc-c-datatable {\n width: 100%;\n border-spacing: 0px;\n th {\n position: relative;\n text-align: left;\n }\n thead th div {\n display: flex;\n align-items: center;\n cursor: pointer;\n }\n}\n\n.dc-thead--fixed-size th {\n border-left: 2px solid var(--color-border);\n}\n\n.dc-thead--fixed-size th:first-child {\n border-left: none;\n}\n\n.dc-thead--resizeable {\n .dc-c-resize-handle {\n top: 0;\n bottom: 0;\n right: 0;\n position: absolute;\n background-color: #{var(--color-gray-light)};\n width: 10px;\n cursor: col-resize;\n min-width: 10px;\n display: block;\n margin-left: -10px;\n z-index: 1;\n &.isResizing,\n &:hover {\n background-color: #{var(--color-primary)};\n }\n }\n}\n\n.dc-thead--truncated {\n th span {\n white-space: nowrap;\n text-overflow: ellipsis;\n overflow: hidden;\n display: inline-block;\n }\n}\n\n.dc-c-datatable--even-row td {\n background-color: #{var(--table-striped__background-color)};\n}\n\n.dc-c-sort--default,\n.dc-c-sort--asc,\n.dc-c-sort--desc {\n padding-left: 8px;\n padding-right: 16px;\n &::after {\n font-family: 'Font Awesome 5 Pro';\n display: inline;\n padding-left: 8px;\n line-height: 18px;\n height: 18px;\n width: 18px;\n }\n}\n\n.dc-c-sort--default::after {\n content: '\\f0dc';\n}\n.dc-c-sort--asc::after {\n content: '\\f0de';\n}\n.dc-c-sort--desc::after {\n content: '\\f0dd';\n}\n\n\n// @media (hover: hover) {\n// .resizer {\n// opacity: 0;\n// }\n\n// *:hover > .resizer {\n// opacity: 1;\n// }\n// }",".dc-c-dataset-tags--tag {\n display: inline-block;\n background: #{var(--color-primary-alt-lightest)};\n}\n",".dc-c-additional-info-table {\n table {\n width: 100%;\n }\n}\n\n.dc-c-additional-info-table a {\n word-break: break-all;\n}\n",".dc-c-resource-info-table {\n table {\n width: 100%;\n }\n}\n",".dc-resource-header {\n &::before {\n content: '';\n display: block;\n width: 48px;\n height: 4px;\n margin: 8px 0;\n background-color: #{var(--color-primary-alt-light)};\n }\n}\n\n.dc-truncate {\n max-width: 85%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.dc-c-metadata-description {\n white-space: pre-line;\n}\n",".ds-c-usa-banner__button-text {\n &::after {\n width: 0 !important;\n height: 0 !important;\n margin: 0 !important;\n padding: 0 !important;\n }\n}\n\n.dc-c-mobile-menu--open {\n color: #{var(--color-white)};\n text-decoration: none;\n &::before {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f0c9';\n color: #{var(--color-white)};\n font-size: 18px;\n padding-right: 10px;\n display: inline-block;\n line-height: 18px;\n height: 18px;\n width: 18px;\n margin-left: 10px;\n text-align: center;\n vertical-align: middle;\n font-weight: lighter;\n }\n}\n\n.dc-c-mobile-menu--close {\n color: #{var(--color-white)};\n text-decoration: none;\n padding-left: 0;\n padding-bottom: 16px;\n &::before {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f00d';\n color: #{var(--color-white)};\n font-size: 18px;\n padding-right: 10px;\n display: inline-block;\n line-height: 18px;\n height: 18px;\n width: 18px;\n text-align: center;\n vertical-align: middle;\n font-weight: lighter;\n }\n}\n\n.dc-c-mobile-header--menu {\n position: fixed;\n background-color: #{var(--color-gray-dark)};\n top: 0;\n bottom: 0;\n left: -100%;\n z-index: 500;\n height: 100%;\n width: 100%;\n transition: left 0.7s;\n padding: 50px 0;\n visibility: hidden;\n}\n\n.dc-c-mobile-header .dc-c-site-menu--sub-menu {\n position: relative;\n background: transparent;\n top: -24px;\n width: auto;\n left: auto;\n a {\n padding: 8px;\n }\n}\n\n.dc-c-cmsheader {\n position: relative;\n background: #{var(--color-white)};\n}\n\n.dc-c-cms-mobile-header-menu {\n &::before {\n display: block;\n margin-left: 8px;\n margin-bottom: 16px;\n width: 48px;\n height: 2px;\n background: #{var(--color-primary-alt-light)};\n content: '';\n }\n ul {\n list-style: none;\n margin: 0;\n padding: 0;\n }\n a,\n a:hover,\n a:focus,\n a:visited {\n background-color: transparent;\n display: inline-block;\n color: #{var(--color-white)};\n text-decoration: none;\n border-bottom: 2px solid transparent;\n }\n a:hover,\n a:active {\n border-bottom: 2px solid #{var(--color-primary-alt-light)};\n }\n}\n.has-submenu > button::after {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f105';\n color: #{var(--color-white)};\n font-size: 18px;\n padding-right: 10px;\n display: inline-block;\n line-height: 18px;\n height: 18px;\n width: 18px;\n margin-left: 10px;\n text-align: center;\n vertical-align: middle;\n font-weight: lighter;\n}\n.has-submenu.open > button::after {\n content: '\\f107';\n}\n.dc-c-header--mobile-links {\n button {\n padding: 0;\n font-weight: 700;\n }\n a {\n display: block;\n }\n}\n\n.dc-c-mobile-header.menu-open {\n .dc-c-cmsheader {\n z-index: 501;\n background-color: transparent;\n }\n .dc-c-cmsheader-menu a,\n button {\n color: #{var(--color-white)};\n }\n .cms-link-container a::before {\n color: #{var(--color-white)};\n }\n .dc-c-mobile-header--menu {\n left: 0;\n visibility: visible;\n }\n}\n\n.cms-link-container {\n display: block;\n margin-right: 20px;\n // margin-top: -5px;\n border-right: none;\n a {\n text-decoration: none;\n border-bottom: none;\n\n margin-right: 20px;\n display: inline-block;\n }\n a::before {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f33e';\n color: #323a45;\n font-size: 18px;\n padding-right: 10px;\n display: inline-block;\n line-height: 18px;\n height: 18px;\n width: 18px;\n margin-left: 10px;\n text-align: center;\n vertical-align: middle;\n font-weight: lighter;\n }\n img {\n height: auto;\n width: 90px;\n display: inline-block;\n vertical-align: middle;\n }\n}\n\n.cms-text-container {\n display: block;\n padding-top: 28px;\n color: #6f757c;\n}\n\n.dc-c-cmsheader-menu {\n padding: 0;\n margin: 0;\n li {\n list-style: none;\n }\n a {\n margin: 3px 7px;\n padding: 0;\n color: #323a45;\n text-decoration: none;\n border-bottom: 1px solid;\n border-bottom-color: #eee;\n border-bottom-color: rgba(255, 255, 255, 0.2);\n }\n a:hover,\n a:active {\n border-bottom: 2px solid #323a45;\n }\n}\n\n@media (min-width: 544px) {\n .dc-c-main-navigation--search,\n .dc-c-mobile-menu--search {\n border-left: 1px solid #{var(--color-white)};\n }\n}\n\n@media (min-width: 1024px) {\n .cms-link-container {\n height: 85px;\n width: 240px;\n float: left;\n border-right: 1px solid #d6d7d9;\n a {\n margin-top: 28px;\n margin-bottom: 20px;\n }\n img {\n height: auto;\n width: auto;\n display: inline-block;\n vertical-align: middle;\n max-width: 80%;\n }\n a::before {\n font-size: 28px;\n line-height: 28px;\n width: 28px;\n height: 28px;\n margin-left: 0;\n }\n }\n}\n\n\nnav.dc-c-site-menu {\n .dc-c-header--links {\n padding: 0;\n margin: 0;\n li {\n list-style: none;\n height: 100%;\n }\n button {\n // color: #{var(--color-white)};\n text-decoration: none;\n font-size: 16px;\n border: none;\n span {\n border-bottom: 2px solid transparent;\n }\n }\n a {\n text-decoration: none;\n padding: #{var(--space, 8px 24px)};\n span {\n border-bottom: 2px solid transparent;\n }\n }\n > li:hover > button span,\n > li button:focus span,\n > li button:hover span,\n > li:hover > a span,\n > li:focus > a span,\n > li a:hover span,\n > li a:focus span {\n border-bottom: 2px solid #{var(--color-primary-alt-lightest)};\n }\n }\n}\n\nnav.dc-c-site-menu .dc-c-header--links a:focus,\n.dc-c-site-title a:focus {\n background-color: transparent;\n outline: 3px solid transparent;\n box-shadow: 0 0 0 3px #{var(--color-focus-light)}, 0 0 4px 6px #{var(--color-focus-dark)};\n outline-offset: 3px;\n border-radius: #{var(--button__border-radius)};\n}\n\nnav > ul li ul {\n display: none;\n}\n\nnav > ul li.open ul {\n display: block;\n}\nli.has-submenu {\n position: relative;\n}\n\n.dc-c-site-menu--sub-menu {\n background: #{var(--color-primary)};\n position: absolute;\n left: 0;\n top: 48px;\n margin: 0;\n padding: 0;\n width: 300px;\n a {\n display: block;\n padding: 16px;\n span {\n border-bottom: 2px solid transparent;\n }\n }\n a:hover span,\n a:focus span {\n border-bottom: 2px solid #{var(--color-primary-alt-light)};\n }\n}\n\n.dc-c-site-title a {\n text-decoration: none;\n}\n\n.dc-c-mobile-menu--search {\n display: inherit;\n}\n\n.dc-c-search-modal--button {\n &::before {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f002';\n color: #{var(--color-white)};\n font-size: 18px;\n padding-right: 10px;\n display: inline-block;\n line-height: 18px;\n height: 18px;\n width: 18px;\n margin-left: 10px;\n text-align: center;\n vertical-align: middle;\n font-weight: lighter;\n }\n}\n",".dc-c-footer {\n background-color: white;\n ul {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n}\n\n.dc-c-footer--middle-container {\n background: linear-gradient(90deg, #f6f9fd 50%, #e8f0fa 50%);\n}\n\n.dc-c-footer__title {\n font-weight: 400;\n color: #{var(--color-gray)};\n span {\n font-weight: 700;\n }\n}\n\n.dc-c-footer__resources {\n background: #f6f9fd;\n}\n\n.dc-c-footer__utility {\n background: #{var(--color-white)};\n}\n\n.dc-c-footer__utility li {\n list-style: none;\n}\n\n.dc-c-footer__cms-information {\n background: #e8f0fa;\n}\n\n.dc-footer--heading {\n text-transform: uppercase;\n}\n\n.dc-c-emailupdates {\n background-image: linear-gradient(\n 35deg,\n #{var(--color-primary-darkest)},\n #{var(--color-primary-darker)},\n #{var(--color-primary)}\n );\n color: #{var(--color-white)};\n}\n.dc-c-footer--svg-icon {\n width: 40px;\n height: 40px;\n font-size: 42px;\n display: inline-block;\n text-align: center;\n position: relative;\n\n svg.svg-inline--fa {\n width: 1em;\n height: 1em;\n }\n\n .fa-circle {\n fill: #6f757c;\n }\n\n .fa-inverse {\n font-size: 25px;\n padding-left: 2px;\n fill: #{var(--color-white)};\n }\n}\n.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0;\n}\n",".dc-c-breadcrumb__list {\n margin-top: 0;\n margin-bottom: 0;\n list-style-type: none;\n padding-left: 0;\n > li {\n margin-bottom: 0;\n max-width: unset;\n &::after {\n font-family: 'Font Awesome 5 Pro';\n content: '\\f054';\n margin: 0 10px;\n font-size: 10px;\n font-weight: 600;\n }\n &:last-child {\n &::after {\n content: '';\n margin: 0;\n }\n }\n }\n display: block;\n}\n\n.dc-c-breadcrumb__list-item {\n display: inline-block;\n}\n\n.dc-c-breadcrumb__link {\n display: inline;\n}\n",".dc-c-resource-action {\n min-height: 100%;\n}\n\n.dc-filtered-resource-toggle {\n align-self: center;\n}\n\n.dc-c-filterd-resouce-drawer {\n .ds-c-help-drawer__footer {\n h4 {\n display: none;\n }\n }\n}\n\n.dc-c-resource-header--buttons {\n display: flex;\n}\n"],"names":[],"version":3,"file":"main.css.map"}