@teamimpact/veda-ui-blocks 0.1.0-beta.13 → 0.1.0-beta.14

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.
@@ -1756,7 +1756,7 @@ summary {
1756
1756
  }
1757
1757
  /* stylelint-enable */
1758
1758
  body {
1759
- color: #1c1d1f;
1759
+ color: #0d313d;
1760
1760
  background-color: white;
1761
1761
  overflow-x: hidden;
1762
1762
  }
@@ -2148,7 +2148,7 @@ dfn {
2148
2148
  line-height: 1.6;
2149
2149
  border-collapse: collapse;
2150
2150
  border-spacing: 0;
2151
- color: #1c1d1f;
2151
+ color: #0d313d;
2152
2152
  margin: 1.25rem 0;
2153
2153
  text-align: left;
2154
2154
  }
@@ -2158,7 +2158,7 @@ dfn {
2158
2158
  background-clip: padding-box;
2159
2159
  line-height: 1.4;
2160
2160
  background-color: #dfe1e2;
2161
- color: #1c1d1f;
2161
+ color: #0d313d;
2162
2162
  }
2163
2163
  .usa-prose > table th,
2164
2164
  .usa-prose > table td {
@@ -2267,10 +2267,10 @@ dfn {
2267
2267
  fill: transparent;
2268
2268
  }
2269
2269
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
2270
- fill: #1c1d1f;
2270
+ fill: #0d313d;
2271
2271
  }
2272
2272
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted, .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
2273
- fill: black;
2273
+ fill: #0a252e;
2274
2274
  }
2275
2275
  .usa-prose > table th[data-sortable][aria-sort=descending], .usa-prose > table th[data-sortable][aria-sort=ascending] {
2276
2276
  background-color: #a7b7d7;
@@ -2348,7 +2348,7 @@ dfn {
2348
2348
  fill: transparent;
2349
2349
  }
2350
2350
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
2351
- fill: #1c1d1f;
2351
+ fill: #0d313d;
2352
2352
  }
2353
2353
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
2354
2354
  color: #0e7482;
@@ -2423,19 +2423,19 @@ dfn {
2423
2423
  fill: transparent;
2424
2424
  }
2425
2425
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
2426
- fill: #1c1d1f;
2426
+ fill: #0d313d;
2427
2427
  }
2428
2428
  .usa-prose > table {
2429
2429
  /* stylelint-enable selector-class-pattern */
2430
2430
  }
2431
2431
  .usa-prose > table thead th[aria-sort] {
2432
2432
  background-color: #a7b7d7;
2433
- color: #1c1d1f;
2433
+ color: #0d313d;
2434
2434
  }
2435
2435
  .usa-prose > table td[data-sort-active],
2436
2436
  .usa-prose > table th[data-sort-active] {
2437
2437
  background-color: #d3dbeb;
2438
- color: #1c1d1f;
2438
+ color: #0d313d;
2439
2439
  }
2440
2440
  .usa-prose > .usa-table--borderless th,
2441
2441
  .usa-prose > .usa-table--borderless thead td,
@@ -2444,19 +2444,19 @@ dfn {
2444
2444
  }
2445
2445
  .usa-prose > .usa-table--borderless th {
2446
2446
  border-top: 0;
2447
- color: #1c1d1f;
2447
+ color: #0d313d;
2448
2448
  }
2449
2449
  .usa-prose > .usa-table--borderless th[aria-sort] {
2450
- color: #1c1d1f;
2450
+ color: #0d313d;
2451
2451
  }
2452
2452
  .usa-prose > .usa-table--borderless {
2453
2453
  /* stylelint-disable selector-class-pattern */
2454
2454
  }
2455
2455
  .usa-prose > .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
2456
- fill: #1c1d1f;
2456
+ fill: #0d313d;
2457
2457
  }
2458
2458
  .usa-prose > .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
2459
- fill: black;
2459
+ fill: #0a252e;
2460
2460
  }
2461
2461
  .usa-prose > .usa-table--borderless {
2462
2462
  /* stylelint-enable selector-class-pattern */
@@ -2472,11 +2472,11 @@ dfn {
2472
2472
  }
2473
2473
  .usa-prose > .usa-table--striped tbody tr:nth-child(odd) td {
2474
2474
  background-color: #f1f3f6;
2475
- color: #1c1d1f;
2475
+ color: #0d313d;
2476
2476
  }
2477
2477
  .usa-prose > .usa-table--striped tbody tr:nth-child(odd) td[data-sort-active] {
2478
2478
  background-color: #c3ebfa;
2479
- color: #1c1d1f;
2479
+ color: #0d313d;
2480
2480
  }
2481
2481
  @media all and (max-width: 29.99em) {
2482
2482
  .usa-prose > .usa-table--stacked thead {
@@ -2569,7 +2569,7 @@ dfn {
2569
2569
  font-size: 1rem;
2570
2570
  line-height: 1.2;
2571
2571
  background-color: #dfe1e2;
2572
- color: #1c1d1f;
2572
+ color: #0d313d;
2573
2573
  font-weight: 700;
2574
2574
  padding: 0.75rem 1rem;
2575
2575
  }
@@ -2666,7 +2666,7 @@ dfn {
2666
2666
  font-size: 1rem;
2667
2667
  line-height: 1.2;
2668
2668
  background-color: #dfe1e2;
2669
- color: #1c1d1f;
2669
+ color: #0d313d;
2670
2670
  font-weight: 700;
2671
2671
  padding: 0.75rem 1rem;
2672
2672
  }
@@ -2807,7 +2807,7 @@ dfn {
2807
2807
  }
2808
2808
 
2809
2809
  .usa-accordion__content {
2810
- color: #1c1d1f;
2810
+ color: #0d313d;
2811
2811
  background-color: white;
2812
2812
  margin-top: 0;
2813
2813
  overflow: auto;
@@ -2869,7 +2869,7 @@ dfn {
2869
2869
  }
2870
2870
  }
2871
2871
  .usa-accordion__button {
2872
- color: #1c1d1f;
2872
+ color: #0d313d;
2873
2873
  background-color: #f1f3f6;
2874
2874
  background-image: url("./img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
2875
2875
  background-repeat: no-repeat;
@@ -2884,7 +2884,7 @@ dfn {
2884
2884
  width: 100%;
2885
2885
  }
2886
2886
  .usa-accordion__button:hover {
2887
- color: #1c1d1f;
2887
+ color: #0d313d;
2888
2888
  background-color: #dfe1e2;
2889
2889
  background-image: url("./img/usa-icons/remove.svg"), linear-gradient(transparent, transparent);
2890
2890
  background-repeat: no-repeat;
@@ -2963,7 +2963,7 @@ dfn {
2963
2963
  .usa-alert {
2964
2964
  background-color: #f1f3f6;
2965
2965
  border-left: 0.5rem solid #a9aeb1;
2966
- color: #1c1d1f;
2966
+ color: #0d313d;
2967
2967
  }
2968
2968
  .usa-alert .usa-alert__body {
2969
2969
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
@@ -3023,7 +3023,7 @@ dfn {
3023
3023
  @supports (mask: url("")) {
3024
3024
  .usa-alert--success .usa-alert__body::before {
3025
3025
  background: none;
3026
- background-color: #1c1d1f;
3026
+ background-color: #0d313d;
3027
3027
  mask-image: url("./img/usa-icons/check_circle.svg"), linear-gradient(transparent, transparent);
3028
3028
  mask-position: center center;
3029
3029
  mask-repeat: no-repeat;
@@ -3037,7 +3037,7 @@ dfn {
3037
3037
  top: 0.6666666667rem;
3038
3038
  }
3039
3039
  .usa-alert--success .usa-alert__body {
3040
- color: #1c1d1f;
3040
+ color: #0d313d;
3041
3041
  background-color: #ecf3ec;
3042
3042
  display: flex;
3043
3043
  flex-direction: column;
@@ -3073,7 +3073,7 @@ dfn {
3073
3073
  @supports (mask: url("")) {
3074
3074
  .usa-alert--warning .usa-alert__body::before {
3075
3075
  background: none;
3076
- background-color: #1c1d1f;
3076
+ background-color: #0d313d;
3077
3077
  mask-image: url("./img/usa-icons/warning.svg"), linear-gradient(transparent, transparent);
3078
3078
  mask-position: center center;
3079
3079
  mask-repeat: no-repeat;
@@ -3087,7 +3087,7 @@ dfn {
3087
3087
  top: 0.6666666667rem;
3088
3088
  }
3089
3089
  .usa-alert--warning .usa-alert__body {
3090
- color: #1c1d1f;
3090
+ color: #0d313d;
3091
3091
  background-color: #faf3d1;
3092
3092
  display: flex;
3093
3093
  flex-direction: column;
@@ -3123,7 +3123,7 @@ dfn {
3123
3123
  @supports (mask: url("")) {
3124
3124
  .usa-alert--error .usa-alert__body::before {
3125
3125
  background: none;
3126
- background-color: #1c1d1f;
3126
+ background-color: #0d313d;
3127
3127
  mask-image: url("./img/usa-icons/error.svg"), linear-gradient(transparent, transparent);
3128
3128
  mask-position: center center;
3129
3129
  mask-repeat: no-repeat;
@@ -3137,7 +3137,7 @@ dfn {
3137
3137
  top: 0.6666666667rem;
3138
3138
  }
3139
3139
  .usa-alert--error .usa-alert__body {
3140
- color: #1c1d1f;
3140
+ color: #0d313d;
3141
3141
  background-color: #f4e3db;
3142
3142
  display: flex;
3143
3143
  flex-direction: column;
@@ -3173,7 +3173,7 @@ dfn {
3173
3173
  @supports (mask: url("")) {
3174
3174
  .usa-alert--info .usa-alert__body::before {
3175
3175
  background: none;
3176
- background-color: #1c1d1f;
3176
+ background-color: #0d313d;
3177
3177
  mask-image: url("./img/usa-icons/info.svg"), linear-gradient(transparent, transparent);
3178
3178
  mask-position: center center;
3179
3179
  mask-repeat: no-repeat;
@@ -3187,7 +3187,7 @@ dfn {
3187
3187
  top: 0.6666666667rem;
3188
3188
  }
3189
3189
  .usa-alert--info .usa-alert__body {
3190
- color: #1c1d1f;
3190
+ color: #0d313d;
3191
3191
  background-color: #e7f6f8;
3192
3192
  display: flex;
3193
3193
  flex-direction: column;
@@ -3333,7 +3333,7 @@ dfn {
3333
3333
 
3334
3334
  .usa-banner__header,
3335
3335
  .usa-banner__content {
3336
- color: #1c1d1f;
3336
+ color: #0d313d;
3337
3337
  }
3338
3338
 
3339
3339
  .usa-banner__content {
@@ -3840,7 +3840,7 @@ dfn {
3840
3840
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
3841
3841
  font-size: 1rem;
3842
3842
  line-height: 1.4;
3843
- color: #1c1d1f;
3843
+ color: #0d313d;
3844
3844
  background-color: white;
3845
3845
  padding-left: 0;
3846
3846
  padding-right: 0;
@@ -4248,11 +4248,11 @@ dfn {
4248
4248
  }
4249
4249
 
4250
4250
  .usa-button--accent-warm {
4251
- color: #1c1d1f;
4251
+ color: #0d313d;
4252
4252
  background-color: #fa9441;
4253
4253
  }
4254
4254
  .usa-button--accent-warm:visited {
4255
- color: #1c1d1f;
4255
+ color: #0d313d;
4256
4256
  background-color: #fa9441;
4257
4257
  }
4258
4258
  .usa-button--accent-warm:hover, .usa-button--accent-warm.usa-button--hover {
@@ -4537,7 +4537,7 @@ dfn {
4537
4537
  }
4538
4538
 
4539
4539
  .usa-card__container {
4540
- color: #1c1d1f;
4540
+ color: #0d313d;
4541
4541
  background-color: white;
4542
4542
  font-family: Inter Variable, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
4543
4543
  font-size: 0.99rem;
@@ -5373,7 +5373,7 @@ dfn {
5373
5373
  .usa-footer__secondary-section {
5374
5374
  padding-bottom: 1.25rem;
5375
5375
  padding-top: 1.25rem;
5376
- color: #1c1d1f;
5376
+ color: #0d313d;
5377
5377
  background-color: #dfe1e2;
5378
5378
  }
5379
5379
  .usa-footer__secondary-section > .grid-container {
@@ -9123,7 +9123,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
9123
9123
  }
9124
9124
 
9125
9125
  .usa-in-page-nav {
9126
- color: #1c1d1f;
9126
+ color: #0d313d;
9127
9127
  display: none;
9128
9128
  margin-left: 2rem;
9129
9129
  margin-top: 1.25rem;
@@ -9143,7 +9143,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
9143
9143
  }
9144
9144
 
9145
9145
  .usa-in-page-nav__nav {
9146
- color: #1c1d1f;
9146
+ color: #0d313d;
9147
9147
  background-color: white;
9148
9148
  border-radius: 0.5rem;
9149
9149
  padding: 1rem;
@@ -9225,7 +9225,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
9225
9225
  }
9226
9226
  }
9227
9227
  .usa-in-page-nav__list {
9228
- border-left: 1px solid rgba(28, 29, 31, 0.25);
9228
+ border-left: 1px solid rgba(13, 49, 61, 0.25);
9229
9229
  padding: 0;
9230
9230
  }
9231
9231
  .usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
@@ -9241,7 +9241,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
9241
9241
  color: #0e7482;
9242
9242
  }
9243
9243
  .usa-in-page-nav__list a:not(.usa-button).usa-current {
9244
- color: #1c1d1f;
9244
+ color: #0d313d;
9245
9245
  font-weight: inherit;
9246
9246
  }
9247
9247
  .usa-in-page-nav__list a:not(.usa-button):hover {
@@ -9252,7 +9252,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
9252
9252
  position: static;
9253
9253
  }
9254
9254
  .usa-in-page-nav__list a:not(.usa-button).usa-current::after {
9255
- background-color: #1c1d1f;
9255
+ background-color: #0d313d;
9256
9256
  border-radius: 0;
9257
9257
  bottom: -1px;
9258
9258
  left: 0;
@@ -11812,7 +11812,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
11812
11812
  line-height: 1.6;
11813
11813
  border-radius: 0.5rem;
11814
11814
  background: white;
11815
- color: #1c1d1f;
11815
+ color: #0d313d;
11816
11816
  display: inline-block;
11817
11817
  margin: 1.25rem auto;
11818
11818
  max-width: 30rem;
@@ -12598,7 +12598,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
12598
12598
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
12599
12599
  font-size: 1rem;
12600
12600
  line-height: 1.6;
12601
- color: #1c1d1f;
12601
+ color: #0d313d;
12602
12602
  background-color: white;
12603
12603
  display: flex;
12604
12604
  justify-content: center;
@@ -12675,7 +12675,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
12675
12675
 
12676
12676
  .usa-pagination__button {
12677
12677
  align-items: center;
12678
- border-color: rgba(28, 29, 31, 0.2);
12678
+ border-color: rgba(13, 49, 61, 0.2);
12679
12679
  border-radius: 0.25rem;
12680
12680
  border-style: solid;
12681
12681
  border-width: 1px;
@@ -12696,7 +12696,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
12696
12696
  }
12697
12697
 
12698
12698
  .usa-pagination .usa-current {
12699
- background-color: #1c1d1f;
12699
+ background-color: #0d313d;
12700
12700
  border-color: transparent;
12701
12701
  color: white;
12702
12702
  }
@@ -12707,7 +12707,7 @@ html.usa-js-loading .usa-nav__submenu.usa-megamenu {
12707
12707
  }
12708
12708
  }
12709
12709
  .usa-pagination .usa-current:hover, .usa-pagination .usa-current:focus, .usa-pagination .usa-current:active {
12710
- background-color: #1c1d1f;
12710
+ background-color: #0d313d;
12711
12711
  color: white;
12712
12712
  }
12713
12713
  @media (forced-colors: active) {
@@ -13146,7 +13146,7 @@ input[type=search] {
13146
13146
  .usa-site-alert .usa-alert {
13147
13147
  background-color: #f1f3f6;
13148
13148
  border-left: 0.5rem solid #a9aeb1;
13149
- color: #1c1d1f;
13149
+ color: #0d313d;
13150
13150
  }
13151
13151
  .usa-site-alert .usa-alert .usa-alert__body {
13152
13152
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
@@ -13215,7 +13215,7 @@ input[type=search] {
13215
13215
  @supports (mask: url("")) {
13216
13216
  .usa-site-alert--info .usa-alert .usa-alert__body::before {
13217
13217
  background: none;
13218
- background-color: #1c1d1f;
13218
+ background-color: #0d313d;
13219
13219
  mask-image: url("./img/usa-icons/info.svg"), linear-gradient(transparent, transparent);
13220
13220
  mask-position: center center;
13221
13221
  mask-repeat: no-repeat;
@@ -13229,7 +13229,7 @@ input[type=search] {
13229
13229
  top: 0.6666666667rem;
13230
13230
  }
13231
13231
  .usa-site-alert--info .usa-alert .usa-alert__body {
13232
- color: #1c1d1f;
13232
+ color: #0d313d;
13233
13233
  background-color: #e7f6f8;
13234
13234
  display: flex;
13235
13235
  flex-direction: column;
@@ -13643,7 +13643,7 @@ input[type=search] {
13643
13643
  font-family: Public Sans Web, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
13644
13644
  font-size: 1rem;
13645
13645
  line-height: 1.6;
13646
- color: #1c1d1f;
13646
+ color: #0d313d;
13647
13647
  background-color: #e7f6f8;
13648
13648
  border-radius: 0.25rem;
13649
13649
  border: 1px #99deea solid;
@@ -13697,7 +13697,7 @@ input[type=search] {
13697
13697
  line-height: 1.6;
13698
13698
  border-collapse: collapse;
13699
13699
  border-spacing: 0;
13700
- color: #1c1d1f;
13700
+ color: #0d313d;
13701
13701
  margin: 1.25rem 0;
13702
13702
  text-align: left;
13703
13703
  }
@@ -13707,7 +13707,7 @@ input[type=search] {
13707
13707
  background-clip: padding-box;
13708
13708
  line-height: 1.4;
13709
13709
  background-color: #dfe1e2;
13710
- color: #1c1d1f;
13710
+ color: #0d313d;
13711
13711
  }
13712
13712
  .usa-table th,
13713
13713
  .usa-table td {
@@ -13816,10 +13816,10 @@ input[type=search] {
13816
13816
  fill: transparent;
13817
13817
  }
13818
13818
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
13819
- fill: #1c1d1f;
13819
+ fill: #0d313d;
13820
13820
  }
13821
13821
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted, .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
13822
- fill: black;
13822
+ fill: #0a252e;
13823
13823
  }
13824
13824
  .usa-table th[data-sortable][aria-sort=descending], .usa-table th[data-sortable][aria-sort=ascending] {
13825
13825
  background-color: #a7b7d7;
@@ -13897,7 +13897,7 @@ input[type=search] {
13897
13897
  fill: transparent;
13898
13898
  }
13899
13899
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
13900
- fill: #1c1d1f;
13900
+ fill: #0d313d;
13901
13901
  }
13902
13902
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
13903
13903
  color: #0e7482;
@@ -13972,19 +13972,19 @@ input[type=search] {
13972
13972
  fill: transparent;
13973
13973
  }
13974
13974
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
13975
- fill: #1c1d1f;
13975
+ fill: #0d313d;
13976
13976
  }
13977
13977
  .usa-table {
13978
13978
  /* stylelint-enable selector-class-pattern */
13979
13979
  }
13980
13980
  .usa-table thead th[aria-sort] {
13981
13981
  background-color: #a7b7d7;
13982
- color: #1c1d1f;
13982
+ color: #0d313d;
13983
13983
  }
13984
13984
  .usa-table td[data-sort-active],
13985
13985
  .usa-table th[data-sort-active] {
13986
13986
  background-color: #d3dbeb;
13987
- color: #1c1d1f;
13987
+ color: #0d313d;
13988
13988
  }
13989
13989
 
13990
13990
  .usa-table--borderless th,
@@ -13994,19 +13994,19 @@ input[type=search] {
13994
13994
  }
13995
13995
  .usa-table--borderless th {
13996
13996
  border-top: 0;
13997
- color: #1c1d1f;
13997
+ color: #0d313d;
13998
13998
  }
13999
13999
  .usa-table--borderless th[aria-sort] {
14000
- color: #1c1d1f;
14000
+ color: #0d313d;
14001
14001
  }
14002
14002
  .usa-table--borderless {
14003
14003
  /* stylelint-disable selector-class-pattern */
14004
14004
  }
14005
14005
  .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
14006
- fill: #1c1d1f;
14006
+ fill: #0d313d;
14007
14007
  }
14008
14008
  .usa-table--borderless th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
14009
- fill: black;
14009
+ fill: #0a252e;
14010
14010
  }
14011
14011
  .usa-table--borderless {
14012
14012
  /* stylelint-enable selector-class-pattern */
@@ -14024,11 +14024,11 @@ input[type=search] {
14024
14024
 
14025
14025
  .usa-table--striped tbody tr:nth-child(odd) td {
14026
14026
  background-color: #f1f3f6;
14027
- color: #1c1d1f;
14027
+ color: #0d313d;
14028
14028
  }
14029
14029
  .usa-table--striped tbody tr:nth-child(odd) td[data-sort-active] {
14030
14030
  background-color: #c3ebfa;
14031
- color: #1c1d1f;
14031
+ color: #0d313d;
14032
14032
  }
14033
14033
 
14034
14034
  @media all and (max-width: 29.99em) {
@@ -14123,7 +14123,7 @@ input[type=search] {
14123
14123
  font-size: 1rem;
14124
14124
  line-height: 1.2;
14125
14125
  background-color: #dfe1e2;
14126
- color: #1c1d1f;
14126
+ color: #0d313d;
14127
14127
  font-weight: 700;
14128
14128
  padding: 0.75rem 1rem;
14129
14129
  }
@@ -14221,7 +14221,7 @@ input[type=search] {
14221
14221
  font-size: 1rem;
14222
14222
  line-height: 1.2;
14223
14223
  background-color: #dfe1e2;
14224
- color: #1c1d1f;
14224
+ color: #0d313d;
14225
14225
  font-weight: 700;
14226
14226
  padding: 0.75rem 1rem;
14227
14227
  }
@@ -14577,11 +14577,11 @@ input[type=search] {
14577
14577
  }
14578
14578
 
14579
14579
  .usa-checkbox__label {
14580
- color: #1c1d1f;
14580
+ color: #0d313d;
14581
14581
  }
14582
14582
  .usa-checkbox__label::before {
14583
14583
  background: white;
14584
- box-shadow: 0 0 0 2px #1c1d1f;
14584
+ box-shadow: 0 0 0 2px #0d313d;
14585
14585
  }
14586
14586
  @media (forced-colors: active) {
14587
14587
  .usa-checkbox__label::before {
@@ -14610,7 +14610,7 @@ input[type=search] {
14610
14610
  .usa-checkbox__input--tile + [class*=__label] {
14611
14611
  background-color: white;
14612
14612
  border: 2px solid #c9c9c9;
14613
- color: #1c1d1f;
14613
+ color: #0d313d;
14614
14614
  }
14615
14615
  .usa-checkbox__input--tile:checked + [class*=__label] {
14616
14616
  background-color: rgba(14, 116, 130, 0.1);
@@ -16207,11 +16207,11 @@ button.usa-combo-box__clear-input[aria-disabled=true] {
16207
16207
  }
16208
16208
 
16209
16209
  .usa-radio__label {
16210
- color: #1c1d1f;
16210
+ color: #0d313d;
16211
16211
  }
16212
16212
  .usa-radio__label::before {
16213
16213
  background: white;
16214
- box-shadow: 0 0 0 2px #1c1d1f;
16214
+ box-shadow: 0 0 0 2px #0d313d;
16215
16215
  }
16216
16216
  @media (forced-colors: active) {
16217
16217
  .usa-radio__label::before {
@@ -16240,7 +16240,7 @@ button.usa-combo-box__clear-input[aria-disabled=true] {
16240
16240
  .usa-radio__input--tile + [class*=__label] {
16241
16241
  background-color: white;
16242
16242
  border: 2px solid #c9c9c9;
16243
- color: #1c1d1f;
16243
+ color: #0d313d;
16244
16244
  }
16245
16245
  .usa-radio__input--tile:checked + [class*=__label] {
16246
16246
  background-color: rgba(14, 116, 130, 0.1);
@@ -48267,6 +48267,7 @@ example:
48267
48267
  }
48268
48268
 
48269
48269
  .blocks-card {
48270
+ border-radius: 0;
48270
48271
  display: flex;
48271
48272
  flex-direction: column;
48272
48273
  isolation: isolate;
@@ -48389,13 +48390,10 @@ example:
48389
48390
  flex-wrap: wrap;
48390
48391
  gap: 0.5rem;
48391
48392
  }
48392
- .blocks-card__actions .usa-button {
48393
- margin-right: 0;
48394
- }
48395
48393
  .blocks-card--image-left .blocks-card__actions, .blocks-card--image-right .blocks-card__actions {
48396
48394
  width: fit-content;
48397
48395
  }
48398
- .blocks-card--image-left .blocks-card__actions .usa-button, .blocks-card--image-right .blocks-card__actions .usa-button {
48396
+ .blocks-card--image-left .blocks-card__actions .blocks-link, .blocks-card--image-right .blocks-card__actions .blocks-link {
48399
48397
  flex: 1 1 0;
48400
48398
  white-space: nowrap;
48401
48399
  }
@@ -48406,14 +48404,16 @@ example:
48406
48404
  z-index: 0;
48407
48405
  }
48408
48406
 
48409
- @media all and (min-width: 40em) {
48410
- [class*=grid-col-] > .blocks-card .blocks-card__content-container {
48411
- align-items: stretch;
48412
- }
48413
- [class*=grid-col-] > .blocks-card .blocks-card__actions {
48414
- margin-top: auto;
48415
- }
48407
+ [class*=grid-col-] > .blocks-card .blocks-card__content-container {
48408
+ align-items: stretch;
48409
+ }
48410
+ [class*=grid-col-] > .blocks-card .blocks-card__actions {
48411
+ margin-top: auto;
48412
+ }
48413
+ [class*=grid-col-] > .blocks-card .blocks-card__actions > .blocks-link {
48414
+ flex: 1;
48416
48415
  }
48416
+
48417
48417
  .blocks-card::after {
48418
48418
  background: linear-gradient(90deg, #dfe1e2 0%, rgba(223, 225, 226, 0.3) 100%);
48419
48419
  }
@@ -48509,23 +48509,7 @@ example:
48509
48509
  z-index: 1;
48510
48510
  }
48511
48511
  .blocks-card-cta__title {
48512
- display: flex;
48513
- align-items: center;
48514
- gap: 0.75rem;
48515
- margin: 0;
48516
- }
48517
- .blocks-card-cta__icon {
48518
- color: var(--blocks-card-cta-custom-accent-color);
48519
- display: inline-flex;
48520
- align-items: center;
48521
- flex-shrink: 0;
48522
- vertical-align: baseline;
48523
- width: 1cap;
48524
- height: 1cap;
48525
- }
48526
- .blocks-card-cta__icon > svg {
48527
- width: 100%;
48528
- height: 100%;
48512
+ pointer-events: none;
48529
48513
  }
48530
48514
  .blocks-card-cta__description {
48531
48515
  margin: 0;
@@ -48536,20 +48520,15 @@ example:
48536
48520
  border-radius: 0;
48537
48521
  border: 1px solid transparent;
48538
48522
  }
48539
- .blocks-card-cta:hover, .blocks-card-cta:focus-visible {
48540
- text-decoration: none;
48523
+ .blocks-card-cta__title.blocks-link {
48524
+ color: white;
48541
48525
  }
48542
- .blocks-card-cta:hover .blocks-card-cta__title, .blocks-card-cta:focus-visible .blocks-card-cta__title {
48543
- text-decoration-line: underline;
48544
- text-decoration-color: var(--blocks-card-cta-custom-accent-color);
48545
- text-decoration-thickness: 2px;
48546
- text-underline-offset: 0.25rem;
48526
+ .blocks-card-cta__title.blocks-link > svg {
48527
+ color: var(--blocks-card-cta-custom-accent-color);
48547
48528
  }
48548
- .blocks-card-cta__title {
48529
+ .blocks-card-cta__title.blocks-link.usa-button--hover {
48549
48530
  color: white;
48550
- font-family: Inter Variable, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
48551
- font-size: 1.38rem;
48552
- font-weight: 700;
48531
+ text-decoration-color: var(--blocks-card-cta-custom-accent-color);
48553
48532
  }
48554
48533
  .blocks-card-cta__description {
48555
48534
  color: white;
@@ -48653,8 +48632,17 @@ example:
48653
48632
  .blocks-card-detailed__actions {
48654
48633
  display: flex;
48655
48634
  flex-wrap: wrap;
48635
+ gap: 0.5rem;
48636
+ }
48637
+
48638
+ [class*=grid-col-] > .blocks-card-detailed .blocks-card-detailed__content-container {
48639
+ align-items: stretch;
48640
+ }
48641
+ [class*=grid-col-] > .blocks-card-detailed .blocks-card-detailed__actions {
48656
48642
  margin-top: auto;
48657
- row-gap: 0.25rem;
48643
+ }
48644
+ [class*=grid-col-] > .blocks-card-detailed .blocks-card-detailed__actions > .blocks-link {
48645
+ flex: 1;
48658
48646
  }
48659
48647
 
48660
48648
  .blocks-card-detailed {
@@ -48740,7 +48728,7 @@ example:
48740
48728
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
48741
48729
  }
48742
48730
  .blocks-card-mini__title {
48743
- color: #1c1d1f;
48731
+ color: #0d313d;
48744
48732
  font-family: Inter Variable, system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
48745
48733
  font-size: 1.37rem;
48746
48734
  font-weight: 700;
@@ -48968,7 +48956,7 @@ example:
48968
48956
  .blocks-footer.usa-footer--slim .usa-footer__primary-section,
48969
48957
  .blocks-footer.usa-footer--slim .usa-footer__secondary-section {
48970
48958
  background-color: #0d313d;
48971
- color: #1c1d1f;
48959
+ color: #0d313d;
48972
48960
  }
48973
48961
  .blocks-footer.usa-footer--slim .blocks-footer__primary-section,
48974
48962
  .blocks-footer.usa-footer--slim .blocks-footer__secondary-section-upper {
@@ -49277,6 +49265,79 @@ example:
49277
49265
  }
49278
49266
  }
49279
49267
 
49268
+ .blocks-carousel {
49269
+ display: flex;
49270
+ flex-direction: column;
49271
+ gap: 1rem;
49272
+ }
49273
+ .blocks-carousel__viewport {
49274
+ overflow: hidden;
49275
+ flex: 1;
49276
+ min-height: 0;
49277
+ display: flex;
49278
+ flex-direction: column;
49279
+ }
49280
+ .blocks-carousel__track {
49281
+ display: flex;
49282
+ flex: 1;
49283
+ margin-left: -1rem;
49284
+ }
49285
+ .blocks-carousel__item {
49286
+ flex: 0 0 100%;
49287
+ min-width: 0;
49288
+ padding-left: 1rem;
49289
+ display: flex;
49290
+ }
49291
+ .blocks-carousel__item .blocks-card .blocks-card__content-container {
49292
+ align-items: stretch;
49293
+ }
49294
+ .blocks-carousel__item .blocks-card .blocks-card__actions {
49295
+ margin-top: auto;
49296
+ }
49297
+ @media all and (min-width: 40em) {
49298
+ .blocks-carousel__item--2 {
49299
+ flex: 0 0 50%;
49300
+ }
49301
+ }
49302
+ @media all and (min-width: 40em) {
49303
+ .blocks-carousel__item--3 {
49304
+ flex: 0 0 33.333%;
49305
+ }
49306
+ }
49307
+ .blocks-carousel__controls {
49308
+ display: flex;
49309
+ align-items: center;
49310
+ justify-content: center;
49311
+ gap: 0.5rem;
49312
+ }
49313
+ .blocks-carousel__controls--hidden {
49314
+ visibility: hidden;
49315
+ }
49316
+ .blocks-carousel__btn {
49317
+ display: flex;
49318
+ align-items: center;
49319
+ justify-content: center;
49320
+ padding: 0;
49321
+ }
49322
+ .blocks-carousel__btn:disabled {
49323
+ opacity: 0.4;
49324
+ cursor: not-allowed;
49325
+ }
49326
+
49327
+ .blocks-carousel__btn {
49328
+ color: #0d313d;
49329
+ }
49330
+ .blocks-carousel__btn:focus-visible {
49331
+ outline: 0.25rem solid #2491ff;
49332
+ outline-offset: 0.25rem;
49333
+ }
49334
+ .blocks-carousel__counter {
49335
+ color: #0d313d;
49336
+ font-size: 1rem;
49337
+ min-width: 2rem;
49338
+ text-align: center;
49339
+ }
49340
+
49280
49341
  .blocks-link {
49281
49342
  align-items: center;
49282
49343
  cursor: pointer;
@@ -49486,6 +49547,54 @@ example:
49486
49547
  color: #2d2e2f;
49487
49548
  }
49488
49549
 
49550
+ .blocks-map-scroll-guard {
49551
+ border: none;
49552
+ font: inherit;
49553
+ padding: 0;
49554
+ align-items: center;
49555
+ background: transparent;
49556
+ cursor: pointer;
49557
+ display: flex;
49558
+ inset: 0;
49559
+ justify-content: center;
49560
+ position: absolute;
49561
+ touch-action: pan-y;
49562
+ z-index: 3;
49563
+ }
49564
+ .blocks-map-scroll-guard__pill {
49565
+ align-items: center;
49566
+ background-color: rgba(28, 29, 31, 0.6);
49567
+ border-radius: 0.25rem;
49568
+ display: flex;
49569
+ flex-direction: column;
49570
+ gap: 0.75rem;
49571
+ max-width: 44%;
49572
+ padding: 1.5rem 2rem;
49573
+ }
49574
+ .blocks-map-scroll-guard__pill svg {
49575
+ color: white;
49576
+ flex-shrink: 0;
49577
+ height: 1.5rem;
49578
+ width: 1.5rem;
49579
+ }
49580
+ .blocks-map-scroll-guard__label {
49581
+ color: white;
49582
+ font-size: 1.37rem;
49583
+ font-weight: 600;
49584
+ text-align: center;
49585
+ }
49586
+
49587
+ .blocks-map-scroll-guard-exit {
49588
+ align-items: center;
49589
+ display: flex;
49590
+ justify-content: center;
49591
+ }
49592
+ .blocks-map-scroll-guard-exit svg {
49593
+ color: #1c1d1f;
49594
+ height: 1.25rem;
49595
+ width: 1.25rem;
49596
+ }
49597
+
49489
49598
  .blocks-stacmap-compare {
49490
49599
  position: relative;
49491
49600
  width: 100%;