@department-of-veterans-affairs/css-library 0.23.2 → 0.25.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.
Files changed (46) hide show
  1. package/dist/fonts/roboto-mono-v5-latin-100.ttf +0 -0
  2. package/dist/fonts/roboto-mono-v5-latin-100.woff +0 -0
  3. package/dist/fonts/roboto-mono-v5-latin-100.woff2 +0 -0
  4. package/dist/fonts/roboto-mono-v5-latin-100italic.ttf +0 -0
  5. package/dist/fonts/roboto-mono-v5-latin-100italic.woff +0 -0
  6. package/dist/fonts/roboto-mono-v5-latin-100italic.woff2 +0 -0
  7. package/dist/fonts/roboto-mono-v5-latin-300.ttf +0 -0
  8. package/dist/fonts/roboto-mono-v5-latin-300.woff +0 -0
  9. package/dist/fonts/roboto-mono-v5-latin-300.woff2 +0 -0
  10. package/dist/fonts/roboto-mono-v5-latin-300italic.ttf +0 -0
  11. package/dist/fonts/roboto-mono-v5-latin-300italic.woff +0 -0
  12. package/dist/fonts/roboto-mono-v5-latin-300italic.woff2 +0 -0
  13. package/dist/fonts/roboto-mono-v5-latin-500.ttf +0 -0
  14. package/dist/fonts/roboto-mono-v5-latin-500.woff +0 -0
  15. package/dist/fonts/roboto-mono-v5-latin-500.woff2 +0 -0
  16. package/dist/fonts/roboto-mono-v5-latin-500italic.ttf +0 -0
  17. package/dist/fonts/roboto-mono-v5-latin-500italic.woff +0 -0
  18. package/dist/fonts/roboto-mono-v5-latin-500italic.woff2 +0 -0
  19. package/dist/fonts/roboto-mono-v5-latin-700.ttf +0 -0
  20. package/dist/fonts/roboto-mono-v5-latin-700.woff +0 -0
  21. package/dist/fonts/roboto-mono-v5-latin-700.woff2 +0 -0
  22. package/dist/fonts/roboto-mono-v5-latin-700italic.ttf +0 -0
  23. package/dist/fonts/roboto-mono-v5-latin-700italic.woff +0 -0
  24. package/dist/fonts/roboto-mono-v5-latin-700italic.woff2 +0 -0
  25. package/dist/fonts/roboto-mono-v5-latin-italic.ttf +0 -0
  26. package/dist/fonts/roboto-mono-v5-latin-italic.woff +0 -0
  27. package/dist/fonts/roboto-mono-v5-latin-italic.woff2 +0 -0
  28. package/dist/fonts/roboto-mono-v5-latin-regular.ttf +0 -0
  29. package/dist/fonts/roboto-mono-v5-latin-regular.woff +0 -0
  30. package/dist/fonts/roboto-mono-v5-latin-regular.woff2 +0 -0
  31. package/dist/img/correct8.png +0 -0
  32. package/dist/img/correct8.svg +0 -0
  33. package/dist/img/error.png +0 -0
  34. package/dist/img/error.svg +0 -0
  35. package/dist/img/info.png +0 -0
  36. package/dist/img/info.svg +0 -0
  37. package/dist/img/success.png +0 -0
  38. package/dist/img/success.svg +0 -0
  39. package/dist/img/warning.png +0 -0
  40. package/dist/img/warning.svg +0 -0
  41. package/dist/stylesheets/mobile-typography.css +3 -3
  42. package/dist/stylesheets/utilities.css +1800 -11
  43. package/dist/tokens/css/variables.css +4 -1
  44. package/dist/tokens/json/variables.json +51 -0
  45. package/dist/tokens/scss/variables.scss +4 -1
  46. package/package.json +2 -2
@@ -2422,6 +2422,171 @@ through all possible variants
2422
2422
  padding-right: 2rem;
2423
2423
  }
2424
2424
  }
2425
+ @media all and (min-width: 87.5em) {
2426
+ .widescreen\:vads-grid-container {
2427
+ margin-left: auto;
2428
+ margin-right: auto;
2429
+ max-width: 64rem;
2430
+ padding-left: 1rem;
2431
+ padding-right: 1rem;
2432
+ }
2433
+ }
2434
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2435
+ .widescreen\:vads-grid-container {
2436
+ padding-left: 2rem;
2437
+ padding-right: 2rem;
2438
+ }
2439
+ }
2440
+ @media all and (min-width: 87.5em) {
2441
+ .widescreen\:vads-grid-container-card {
2442
+ margin-left: auto;
2443
+ margin-right: auto;
2444
+ max-width: 10rem;
2445
+ padding-left: 1rem;
2446
+ padding-right: 1rem;
2447
+ }
2448
+ }
2449
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2450
+ .widescreen\:vads-grid-container-card {
2451
+ padding-left: 2rem;
2452
+ padding-right: 2rem;
2453
+ }
2454
+ }
2455
+ @media all and (min-width: 87.5em) {
2456
+ .widescreen\:vads-grid-container-card-lg {
2457
+ margin-left: auto;
2458
+ margin-right: auto;
2459
+ max-width: 15rem;
2460
+ padding-left: 1rem;
2461
+ padding-right: 1rem;
2462
+ }
2463
+ }
2464
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2465
+ .widescreen\:vads-grid-container-card-lg {
2466
+ padding-left: 2rem;
2467
+ padding-right: 2rem;
2468
+ }
2469
+ }
2470
+ @media all and (min-width: 87.5em) {
2471
+ .widescreen\:vads-grid-container-mobile {
2472
+ margin-left: auto;
2473
+ margin-right: auto;
2474
+ max-width: 20rem;
2475
+ padding-left: 1rem;
2476
+ padding-right: 1rem;
2477
+ }
2478
+ }
2479
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2480
+ .widescreen\:vads-grid-container-mobile {
2481
+ padding-left: 2rem;
2482
+ padding-right: 2rem;
2483
+ }
2484
+ }
2485
+ @media all and (min-width: 87.5em) {
2486
+ .widescreen\:vads-grid-container-mobile-lg {
2487
+ margin-left: auto;
2488
+ margin-right: auto;
2489
+ max-width: 30rem;
2490
+ padding-left: 1rem;
2491
+ padding-right: 1rem;
2492
+ }
2493
+ }
2494
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2495
+ .widescreen\:vads-grid-container-mobile-lg {
2496
+ padding-left: 2rem;
2497
+ padding-right: 2rem;
2498
+ }
2499
+ }
2500
+ @media all and (min-width: 87.5em) {
2501
+ .widescreen\:vads-grid-container-tablet {
2502
+ margin-left: auto;
2503
+ margin-right: auto;
2504
+ max-width: 40rem;
2505
+ padding-left: 1rem;
2506
+ padding-right: 1rem;
2507
+ }
2508
+ }
2509
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2510
+ .widescreen\:vads-grid-container-tablet {
2511
+ padding-left: 2rem;
2512
+ padding-right: 2rem;
2513
+ }
2514
+ }
2515
+ @media all and (min-width: 87.5em) {
2516
+ .widescreen\:vads-grid-container-tablet-lg {
2517
+ margin-left: auto;
2518
+ margin-right: auto;
2519
+ max-width: 55rem;
2520
+ padding-left: 1rem;
2521
+ padding-right: 1rem;
2522
+ }
2523
+ }
2524
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2525
+ .widescreen\:vads-grid-container-tablet-lg {
2526
+ padding-left: 2rem;
2527
+ padding-right: 2rem;
2528
+ }
2529
+ }
2530
+ @media all and (min-width: 87.5em) {
2531
+ .widescreen\:vads-grid-container-desktop {
2532
+ margin-left: auto;
2533
+ margin-right: auto;
2534
+ max-width: 64rem;
2535
+ padding-left: 1rem;
2536
+ padding-right: 1rem;
2537
+ }
2538
+ }
2539
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2540
+ .widescreen\:vads-grid-container-desktop {
2541
+ padding-left: 2rem;
2542
+ padding-right: 2rem;
2543
+ }
2544
+ }
2545
+ @media all and (min-width: 87.5em) {
2546
+ .widescreen\:vads-grid-container-desktop-lg {
2547
+ margin-left: auto;
2548
+ margin-right: auto;
2549
+ max-width: 75rem;
2550
+ padding-left: 1rem;
2551
+ padding-right: 1rem;
2552
+ }
2553
+ }
2554
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2555
+ .widescreen\:vads-grid-container-desktop-lg {
2556
+ padding-left: 2rem;
2557
+ padding-right: 2rem;
2558
+ }
2559
+ }
2560
+ @media all and (min-width: 87.5em) {
2561
+ .widescreen\:vads-grid-container-widescreen {
2562
+ margin-left: auto;
2563
+ margin-right: auto;
2564
+ max-width: 87.5rem;
2565
+ padding-left: 1rem;
2566
+ padding-right: 1rem;
2567
+ }
2568
+ }
2569
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2570
+ .widescreen\:vads-grid-container-widescreen {
2571
+ padding-left: 2rem;
2572
+ padding-right: 2rem;
2573
+ }
2574
+ }
2575
+ @media all and (min-width: 87.5em) {
2576
+ .widescreen\:vads-grid-container-medium-screen {
2577
+ margin-left: auto;
2578
+ margin-right: auto;
2579
+ max-width: 768px;
2580
+ padding-left: 1rem;
2581
+ padding-right: 1rem;
2582
+ }
2583
+ }
2584
+ @media all and (min-width: 87.5em) and (min-width: 64em) {
2585
+ .widescreen\:vads-grid-container-medium-screen {
2586
+ padding-left: 2rem;
2587
+ padding-right: 2rem;
2588
+ }
2589
+ }
2425
2590
  @media all and (min-width: 48em) {
2426
2591
  .medium-screen\:vads-grid-container {
2427
2592
  margin-left: auto;
@@ -3195,6 +3360,104 @@ through all possible variants
3195
3360
  padding-right: 0.75rem;
3196
3361
  }
3197
3362
  }
3363
+ @media all and (min-width: 87.5em) {
3364
+ .vads-grid-row.widescreen\:vads-grid-gap-0 {
3365
+ margin-left: 0;
3366
+ margin-right: 0;
3367
+ }
3368
+ .vads-grid-row.widescreen\:vads-grid-gap-0 > * {
3369
+ padding-left: 0;
3370
+ padding-right: 0;
3371
+ }
3372
+ .vads-grid-row.widescreen\:vads-grid-gap-2px {
3373
+ margin-left: -1px;
3374
+ margin-right: -1px;
3375
+ }
3376
+ .vads-grid-row.widescreen\:vads-grid-gap-2px > * {
3377
+ padding-left: 1px;
3378
+ padding-right: 1px;
3379
+ }
3380
+ .vads-grid-row.widescreen\:vads-grid-gap-05 {
3381
+ margin-left: -2px;
3382
+ margin-right: -2px;
3383
+ }
3384
+ .vads-grid-row.widescreen\:vads-grid-gap-05 > * {
3385
+ padding-left: 2px;
3386
+ padding-right: 2px;
3387
+ }
3388
+ .vads-grid-row.widescreen\:vads-grid-gap-1 {
3389
+ margin-left: -0.25rem;
3390
+ margin-right: -0.25rem;
3391
+ }
3392
+ .vads-grid-row.widescreen\:vads-grid-gap-1 > * {
3393
+ padding-left: 0.25rem;
3394
+ padding-right: 0.25rem;
3395
+ }
3396
+ .vads-grid-row.widescreen\:vads-grid-gap-2 {
3397
+ margin-left: -0.5rem;
3398
+ margin-right: -0.5rem;
3399
+ }
3400
+ .vads-grid-row.widescreen\:vads-grid-gap-2 > * {
3401
+ padding-left: 0.5rem;
3402
+ padding-right: 0.5rem;
3403
+ }
3404
+ .vads-grid-row.widescreen\:vads-grid-gap-3 {
3405
+ margin-left: -0.75rem;
3406
+ margin-right: -0.75rem;
3407
+ }
3408
+ .vads-grid-row.widescreen\:vads-grid-gap-3 > * {
3409
+ padding-left: 0.75rem;
3410
+ padding-right: 0.75rem;
3411
+ }
3412
+ .vads-grid-row.widescreen\:vads-grid-gap-4 {
3413
+ margin-left: -1rem;
3414
+ margin-right: -1rem;
3415
+ }
3416
+ .vads-grid-row.widescreen\:vads-grid-gap-4 > * {
3417
+ padding-left: 1rem;
3418
+ padding-right: 1rem;
3419
+ }
3420
+ .vads-grid-row.widescreen\:vads-grid-gap-5 {
3421
+ margin-left: -1.25rem;
3422
+ margin-right: -1.25rem;
3423
+ }
3424
+ .vads-grid-row.widescreen\:vads-grid-gap-5 > * {
3425
+ padding-left: 1.25rem;
3426
+ padding-right: 1.25rem;
3427
+ }
3428
+ .vads-grid-row.widescreen\:vads-grid-gap-6 {
3429
+ margin-left: -1.5rem;
3430
+ margin-right: -1.5rem;
3431
+ }
3432
+ .vads-grid-row.widescreen\:vads-grid-gap-6 > * {
3433
+ padding-left: 1.5rem;
3434
+ padding-right: 1.5rem;
3435
+ }
3436
+ .vads-grid-row.widescreen\:vads-grid-gap-sm {
3437
+ margin-left: -1px;
3438
+ margin-right: -1px;
3439
+ }
3440
+ .vads-grid-row.widescreen\:vads-grid-gap-sm > * {
3441
+ padding-left: 1px;
3442
+ padding-right: 1px;
3443
+ }
3444
+ .vads-grid-row.widescreen\:vads-grid-gap-md {
3445
+ margin-left: -0.5rem;
3446
+ margin-right: -0.5rem;
3447
+ }
3448
+ .vads-grid-row.widescreen\:vads-grid-gap-md > * {
3449
+ padding-left: 0.5rem;
3450
+ padding-right: 0.5rem;
3451
+ }
3452
+ .vads-grid-row.widescreen\:vads-grid-gap-lg {
3453
+ margin-left: -0.75rem;
3454
+ margin-right: -0.75rem;
3455
+ }
3456
+ .vads-grid-row.widescreen\:vads-grid-gap-lg > * {
3457
+ padding-left: 0.75rem;
3458
+ padding-right: 0.75rem;
3459
+ }
3460
+ }
3198
3461
  @media all and (min-width: 48em) {
3199
3462
  .vads-grid-row.medium-screen\:vads-grid-gap-0 {
3200
3463
  margin-left: 0;
@@ -3715,6 +3978,73 @@ through all possible variants
3715
3978
  width: 100%;
3716
3979
  }
3717
3980
  }
3981
+ @media all and (min-width: 87.5em) {
3982
+ .widescreen\:vads-grid-col {
3983
+ flex: 1 1 0%;
3984
+ width: auto;
3985
+ max-width: 100%;
3986
+ min-width: 1px;
3987
+ }
3988
+ .widescreen\:vads-grid-col-fill {
3989
+ flex: 1 1 0%;
3990
+ width: auto;
3991
+ max-width: 100%;
3992
+ min-width: 1px;
3993
+ }
3994
+ .widescreen\:vads-grid-col-auto {
3995
+ flex: 0 1 auto;
3996
+ width: auto;
3997
+ max-width: 100%;
3998
+ }
3999
+ .widescreen\:vads-grid-col-1 {
4000
+ flex: 0 1 auto;
4001
+ width: 8.3333333333%;
4002
+ }
4003
+ .widescreen\:vads-grid-col-2 {
4004
+ flex: 0 1 auto;
4005
+ width: 16.6666666667%;
4006
+ }
4007
+ .widescreen\:vads-grid-col-3 {
4008
+ flex: 0 1 auto;
4009
+ width: 25%;
4010
+ }
4011
+ .widescreen\:vads-grid-col-4 {
4012
+ flex: 0 1 auto;
4013
+ width: 33.3333333333%;
4014
+ }
4015
+ .widescreen\:vads-grid-col-5 {
4016
+ flex: 0 1 auto;
4017
+ width: 41.6666666667%;
4018
+ }
4019
+ .widescreen\:vads-grid-col-6 {
4020
+ flex: 0 1 auto;
4021
+ width: 50%;
4022
+ }
4023
+ .widescreen\:vads-grid-col-7 {
4024
+ flex: 0 1 auto;
4025
+ width: 58.3333333333%;
4026
+ }
4027
+ .widescreen\:vads-grid-col-8 {
4028
+ flex: 0 1 auto;
4029
+ width: 66.6666666667%;
4030
+ }
4031
+ .widescreen\:vads-grid-col-9 {
4032
+ flex: 0 1 auto;
4033
+ width: 75%;
4034
+ }
4035
+ .widescreen\:vads-grid-col-10 {
4036
+ flex: 0 1 auto;
4037
+ width: 83.3333333333%;
4038
+ }
4039
+ .widescreen\:vads-grid-col-11 {
4040
+ flex: 0 1 auto;
4041
+ width: 91.6666666667%;
4042
+ }
4043
+ .widescreen\:vads-grid-col-12 {
4044
+ flex: 0 1 auto;
4045
+ width: 100%;
4046
+ }
4047
+ }
3718
4048
  @media all and (min-width: 48em) {
3719
4049
  .medium-screen\:vads-grid-col {
3720
4050
  flex: 1 1 0%;
@@ -4159,32 +4489,97 @@ through all possible variants
4159
4489
  margin-left: 0;
4160
4490
  }
4161
4491
  }
4162
- @media all and (min-width: 48em) {
4163
- .medium-screen\:vads-grid-offset-1 {
4492
+ @media all and (min-width: 87.5em) {
4493
+ .widescreen\:vads-grid-offset-1 {
4164
4494
  margin-left: 8.3333333333%;
4165
4495
  }
4166
4496
  }
4167
- @media all and (min-width: 48em) {
4168
- .medium-screen\:vads-grid-offset-2 {
4497
+ @media all and (min-width: 87.5em) {
4498
+ .widescreen\:vads-grid-offset-2 {
4169
4499
  margin-left: 16.6666666667%;
4170
4500
  }
4171
4501
  }
4172
- @media all and (min-width: 48em) {
4173
- .medium-screen\:vads-grid-offset-3 {
4502
+ @media all and (min-width: 87.5em) {
4503
+ .widescreen\:vads-grid-offset-3 {
4174
4504
  margin-left: 25%;
4175
4505
  }
4176
4506
  }
4177
- @media all and (min-width: 48em) {
4178
- .medium-screen\:vads-grid-offset-4 {
4507
+ @media all and (min-width: 87.5em) {
4508
+ .widescreen\:vads-grid-offset-4 {
4179
4509
  margin-left: 33.3333333333%;
4180
4510
  }
4181
4511
  }
4182
- @media all and (min-width: 48em) {
4183
- .medium-screen\:vads-grid-offset-5 {
4512
+ @media all and (min-width: 87.5em) {
4513
+ .widescreen\:vads-grid-offset-5 {
4184
4514
  margin-left: 41.6666666667%;
4185
4515
  }
4186
4516
  }
4187
- @media all and (min-width: 48em) {
4517
+ @media all and (min-width: 87.5em) {
4518
+ .widescreen\:vads-grid-offset-6 {
4519
+ margin-left: 50%;
4520
+ }
4521
+ }
4522
+ @media all and (min-width: 87.5em) {
4523
+ .widescreen\:vads-grid-offset-7 {
4524
+ margin-left: 58.3333333333%;
4525
+ }
4526
+ }
4527
+ @media all and (min-width: 87.5em) {
4528
+ .widescreen\:vads-grid-offset-8 {
4529
+ margin-left: 66.6666666667%;
4530
+ }
4531
+ }
4532
+ @media all and (min-width: 87.5em) {
4533
+ .widescreen\:vads-grid-offset-9 {
4534
+ margin-left: 75%;
4535
+ }
4536
+ }
4537
+ @media all and (min-width: 87.5em) {
4538
+ .widescreen\:vads-grid-offset-10 {
4539
+ margin-left: 83.3333333333%;
4540
+ }
4541
+ }
4542
+ @media all and (min-width: 87.5em) {
4543
+ .widescreen\:vads-grid-offset-11 {
4544
+ margin-left: 91.6666666667%;
4545
+ }
4546
+ }
4547
+ @media all and (min-width: 87.5em) {
4548
+ .widescreen\:vads-grid-offset-12 {
4549
+ margin-left: 100%;
4550
+ }
4551
+ }
4552
+ @media all and (min-width: 87.5em) {
4553
+ .widescreen\:vads-grid-offset-none {
4554
+ margin-left: 0;
4555
+ }
4556
+ }
4557
+ @media all and (min-width: 48em) {
4558
+ .medium-screen\:vads-grid-offset-1 {
4559
+ margin-left: 8.3333333333%;
4560
+ }
4561
+ }
4562
+ @media all and (min-width: 48em) {
4563
+ .medium-screen\:vads-grid-offset-2 {
4564
+ margin-left: 16.6666666667%;
4565
+ }
4566
+ }
4567
+ @media all and (min-width: 48em) {
4568
+ .medium-screen\:vads-grid-offset-3 {
4569
+ margin-left: 25%;
4570
+ }
4571
+ }
4572
+ @media all and (min-width: 48em) {
4573
+ .medium-screen\:vads-grid-offset-4 {
4574
+ margin-left: 33.3333333333%;
4575
+ }
4576
+ }
4577
+ @media all and (min-width: 48em) {
4578
+ .medium-screen\:vads-grid-offset-5 {
4579
+ margin-left: 41.6666666667%;
4580
+ }
4581
+ }
4582
+ @media all and (min-width: 48em) {
4188
4583
  .medium-screen\:vads-grid-offset-6 {
4189
4584
  margin-left: 50%;
4190
4585
  }
@@ -5803,6 +6198,10 @@ through all possible variants
5803
6198
  font-family: Bitter, Georgia, Cambria, Times New Roman, Times, serif !important;
5804
6199
  }
5805
6200
 
6201
+ .vads-u-font-family--monospace {
6202
+ font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
6203
+ }
6204
+
5806
6205
  .vads-u-font-size--source-sans-normalized {
5807
6206
  font-size: 1.063rem !important;
5808
6207
  }
@@ -14250,6 +14649,1396 @@ through all possible variants
14250
14649
  max-width: 100% !important;
14251
14650
  }
14252
14651
  }
14652
+ @media all and (min-width: 87.5em) {
14653
+ .widescreen\:vads-u-border--0 {
14654
+ border: 0 !important;
14655
+ }
14656
+ .widescreen\:vads-u-border-top--0 {
14657
+ border-top: 0 !important;
14658
+ }
14659
+ .widescreen\:vads-u-border-right--0 {
14660
+ border-right: 0 !important;
14661
+ }
14662
+ .widescreen\:vads-u-border-bottom--0 {
14663
+ border-bottom: 0 !important;
14664
+ }
14665
+ .widescreen\:vads-u-border-left--0 {
14666
+ border-left: 0 !important;
14667
+ }
14668
+ .widescreen\:vads-u-border--1px {
14669
+ border: 1px solid !important;
14670
+ }
14671
+ .widescreen\:vads-u-border-top--1px {
14672
+ border-top: 1px solid !important;
14673
+ }
14674
+ .widescreen\:vads-u-border-right--1px {
14675
+ border-right: 1px solid !important;
14676
+ }
14677
+ .widescreen\:vads-u-border-bottom--1px {
14678
+ border-bottom: 1px solid !important;
14679
+ }
14680
+ .widescreen\:vads-u-border-left--1px {
14681
+ border-left: 1px solid !important;
14682
+ }
14683
+ .widescreen\:vads-u-border--2px {
14684
+ border: 2px solid !important;
14685
+ }
14686
+ .widescreen\:vads-u-border-top--2px {
14687
+ border-top: 2px solid !important;
14688
+ }
14689
+ .widescreen\:vads-u-border-right--2px {
14690
+ border-right: 2px solid !important;
14691
+ }
14692
+ .widescreen\:vads-u-border-bottom--2px {
14693
+ border-bottom: 2px solid !important;
14694
+ }
14695
+ .widescreen\:vads-u-border-left--2px {
14696
+ border-left: 2px solid !important;
14697
+ }
14698
+ .widescreen\:vads-u-border--3px {
14699
+ border: 3px solid !important;
14700
+ }
14701
+ .widescreen\:vads-u-border-top--3px {
14702
+ border-top: 3px solid !important;
14703
+ }
14704
+ .widescreen\:vads-u-border-right--3px {
14705
+ border-right: 3px solid !important;
14706
+ }
14707
+ .widescreen\:vads-u-border-bottom--3px {
14708
+ border-bottom: 3px solid !important;
14709
+ }
14710
+ .widescreen\:vads-u-border-left--3px {
14711
+ border-left: 3px solid !important;
14712
+ }
14713
+ .widescreen\:vads-u-border--4px {
14714
+ border: 4px solid !important;
14715
+ }
14716
+ .widescreen\:vads-u-border-top--4px {
14717
+ border-top: 4px solid !important;
14718
+ }
14719
+ .widescreen\:vads-u-border-right--4px {
14720
+ border-right: 4px solid !important;
14721
+ }
14722
+ .widescreen\:vads-u-border-bottom--4px {
14723
+ border-bottom: 4px solid !important;
14724
+ }
14725
+ .widescreen\:vads-u-border-left--4px {
14726
+ border-left: 4px solid !important;
14727
+ }
14728
+ .widescreen\:vads-u-border--5px {
14729
+ border: 5px solid !important;
14730
+ }
14731
+ .widescreen\:vads-u-border-top--5px {
14732
+ border-top: 5px solid !important;
14733
+ }
14734
+ .widescreen\:vads-u-border-right--5px {
14735
+ border-right: 5px solid !important;
14736
+ }
14737
+ .widescreen\:vads-u-border-bottom--5px {
14738
+ border-bottom: 5px solid !important;
14739
+ }
14740
+ .widescreen\:vads-u-border-left--5px {
14741
+ border-left: 5px solid !important;
14742
+ }
14743
+ .widescreen\:vads-u-border--7px {
14744
+ border: 7px solid !important;
14745
+ }
14746
+ .widescreen\:vads-u-border-top--7px {
14747
+ border-top: 7px solid !important;
14748
+ }
14749
+ .widescreen\:vads-u-border-right--7px {
14750
+ border-right: 7px solid !important;
14751
+ }
14752
+ .widescreen\:vads-u-border-bottom--7px {
14753
+ border-bottom: 7px solid !important;
14754
+ }
14755
+ .widescreen\:vads-u-border-left--7px {
14756
+ border-left: 7px solid !important;
14757
+ }
14758
+ .widescreen\:vads-u-border--10px {
14759
+ border: 10px solid !important;
14760
+ }
14761
+ .widescreen\:vads-u-border-top--10px {
14762
+ border-top: 10px solid !important;
14763
+ }
14764
+ .widescreen\:vads-u-border-right--10px {
14765
+ border-right: 10px solid !important;
14766
+ }
14767
+ .widescreen\:vads-u-border-bottom--10px {
14768
+ border-bottom: 10px solid !important;
14769
+ }
14770
+ .widescreen\:vads-u-border-left--10px {
14771
+ border-left: 10px solid !important;
14772
+ }
14773
+ .widescreen\:vads-u-display--block {
14774
+ display: block !important;
14775
+ }
14776
+ .widescreen\:vads-u-display--inline {
14777
+ display: inline !important;
14778
+ }
14779
+ .widescreen\:vads-u-display--inline-block {
14780
+ display: inline-block !important;
14781
+ }
14782
+ .widescreen\:vads-u-display--flex {
14783
+ display: flex !important;
14784
+ }
14785
+ .widescreen\:vads-u-display--none {
14786
+ display: none !important;
14787
+ }
14788
+ .widescreen\:vads-u-flex--1 {
14789
+ flex: 1 0 0% !important;
14790
+ }
14791
+ .widescreen\:vads-u-flex--2 {
14792
+ flex: 2 0 0% !important;
14793
+ }
14794
+ .widescreen\:vads-u-flex--3 {
14795
+ flex: 3 0 0% !important;
14796
+ }
14797
+ .widescreen\:vads-u-flex--4 {
14798
+ flex: 4 0 0% !important;
14799
+ }
14800
+ .widescreen\:vads-u-flex--auto {
14801
+ flex: 0 0 auto !important;
14802
+ }
14803
+ .widescreen\:vads-u-flex--fill {
14804
+ flex: 1 0 0% !important;
14805
+ }
14806
+ .widescreen\:vads-u-flex-direction--column {
14807
+ flex-direction: column !important;
14808
+ }
14809
+ .widescreen\:vads-u-flex-direction--row {
14810
+ flex-direction: row !important;
14811
+ }
14812
+ .widescreen\:vads-u-flex-direction--column-reverse {
14813
+ flex-direction: column-reverse !important;
14814
+ }
14815
+ .widescreen\:vads-u-flex-direction--row-reverse {
14816
+ flex-direction: row-reverse !important;
14817
+ }
14818
+ .widescreen\:vads-u-flex-wrap--nowrap {
14819
+ flex-wrap: nowrap !important;
14820
+ }
14821
+ .widescreen\:vads-u-flex-wrap--wrap {
14822
+ flex-wrap: wrap !important;
14823
+ }
14824
+ .widescreen\:vads-u-flex-wrap--wrap-reverse {
14825
+ flex-wrap: wrap-reverse !important;
14826
+ }
14827
+ .widescreen\:vads-u-align-items--stretch {
14828
+ align-items: stretch !important;
14829
+ }
14830
+ .widescreen\:vads-u-align-items--flex-start {
14831
+ align-items: flex-start !important;
14832
+ }
14833
+ .widescreen\:vads-u-align-items--flex-end {
14834
+ align-items: flex-end !important;
14835
+ }
14836
+ .widescreen\:vads-u-align-items--center {
14837
+ align-items: center !important;
14838
+ }
14839
+ .widescreen\:vads-u-align-items--baseline {
14840
+ align-items: baseline !important;
14841
+ }
14842
+ .widescreen\:vads-u-justify-content--flex-start {
14843
+ justify-content: flex-start !important;
14844
+ }
14845
+ .widescreen\:vads-u-justify-content--flex-end {
14846
+ justify-content: flex-end !important;
14847
+ }
14848
+ .widescreen\:vads-u-justify-content--center {
14849
+ justify-content: center !important;
14850
+ }
14851
+ .widescreen\:vads-u-justify-content--space-between {
14852
+ justify-content: space-between !important;
14853
+ }
14854
+ .widescreen\:vads-u-justify-content--space-around {
14855
+ justify-content: space-around !important;
14856
+ }
14857
+ .widescreen\:vads-u-justify-content--space-evenly {
14858
+ justify-content: space-evenly !important;
14859
+ }
14860
+ .widescreen\:vads-u-align-content--flex-start {
14861
+ align-content: flex-start !important;
14862
+ }
14863
+ .widescreen\:vads-u-align-content--flex-end {
14864
+ align-content: flex-end !important;
14865
+ }
14866
+ .widescreen\:vads-u-align-content--center {
14867
+ align-content: center !important;
14868
+ }
14869
+ .widescreen\:vads-u-align-content--space-between {
14870
+ align-content: space-between !important;
14871
+ }
14872
+ .widescreen\:vads-u-align-content--space-around {
14873
+ align-content: space-around !important;
14874
+ }
14875
+ .widescreen\:vads-u-align-content--stretch {
14876
+ align-content: stretch !important;
14877
+ }
14878
+ .widescreen\:vads-u-align-self--auto {
14879
+ align-self: auto !important;
14880
+ }
14881
+ .widescreen\:vads-u-align-self--flex-start {
14882
+ align-self: flex-start !important;
14883
+ }
14884
+ .widescreen\:vads-u-align-self--flex-end {
14885
+ align-self: flex-end !important;
14886
+ }
14887
+ .widescreen\:vads-u-align-self--center {
14888
+ align-self: center !important;
14889
+ }
14890
+ .widescreen\:vads-u-align-self--baseline {
14891
+ align-self: baseline !important;
14892
+ }
14893
+ .widescreen\:vads-u-align-self--stretch {
14894
+ align-self: stretch !important;
14895
+ }
14896
+ .widescreen\:vads-u-order--1 {
14897
+ order: 1 !important;
14898
+ }
14899
+ .widescreen\:vads-u-order--2 {
14900
+ order: 2 !important;
14901
+ }
14902
+ .widescreen\:vads-u-order--3 {
14903
+ order: 3 !important;
14904
+ }
14905
+ .widescreen\:vads-u-order--4 {
14906
+ order: 4 !important;
14907
+ }
14908
+ .widescreen\:vads-u-order--first {
14909
+ order: -1 !important;
14910
+ }
14911
+ .widescreen\:vads-u-order--last {
14912
+ order: 999 !important;
14913
+ }
14914
+ .widescreen\:vads-u-order--initial {
14915
+ order: 0 !important;
14916
+ }
14917
+ .widescreen\:vads-u-font-size--source-sans-normalized {
14918
+ font-size: 1.063rem !important;
14919
+ }
14920
+ .widescreen\:vads-u-font-size--sm {
14921
+ font-size: 0.938rem !important;
14922
+ }
14923
+ .widescreen\:vads-u-font-size--base {
14924
+ font-size: 1rem !important;
14925
+ }
14926
+ .widescreen\:vads-u-font-size--md {
14927
+ font-size: 1.063rem !important;
14928
+ }
14929
+ .widescreen\:vads-u-font-size--lg {
14930
+ font-size: 1.25rem !important;
14931
+ }
14932
+ .widescreen\:vads-u-font-size--xl {
14933
+ font-size: 2rem !important;
14934
+ }
14935
+ .widescreen\:vads-u-font-size--2xl {
14936
+ font-size: 2.5rem !important;
14937
+ }
14938
+ .widescreen\:vads-u-font-size--h1 {
14939
+ font-size: 2.5rem !important;
14940
+ }
14941
+ .widescreen\:vads-u-font-size--h2 {
14942
+ font-size: 2rem !important;
14943
+ }
14944
+ .widescreen\:vads-u-font-size--h3 {
14945
+ font-size: 1.25rem !important;
14946
+ }
14947
+ .widescreen\:vads-u-font-size--h4 {
14948
+ font-size: 1.063rem !important;
14949
+ }
14950
+ .widescreen\:vads-u-font-size--h5 {
14951
+ font-size: 0.938rem !important;
14952
+ }
14953
+ .widescreen\:vads-u-font-size--h6 {
14954
+ font-size: 0.938rem !important;
14955
+ }
14956
+ .widescreen\:vads-u-height--0 {
14957
+ height: 0px !important;
14958
+ }
14959
+ .widescreen\:vads-u-height--full {
14960
+ height: 100% !important;
14961
+ }
14962
+ .widescreen\:vads-u-height--auto {
14963
+ height: auto !important;
14964
+ }
14965
+ .widescreen\:vads-u-height--viewport {
14966
+ height: 100vh !important;
14967
+ }
14968
+ .widescreen\:vads-u-min-height--none {
14969
+ min-height: none !important;
14970
+ }
14971
+ .widescreen\:vads-u-min-height--viewport {
14972
+ min-height: 100vh !important;
14973
+ }
14974
+ .widescreen\:vads-u-max-height--none {
14975
+ max-height: none !important;
14976
+ }
14977
+ .widescreen\:vads-u-max-height--viewport {
14978
+ max-height: 100vh !important;
14979
+ }
14980
+ .widescreen\:vads-u-line-height--1 {
14981
+ line-height: 1 !important;
14982
+ }
14983
+ .widescreen\:vads-u-line-height--2 {
14984
+ line-height: 1.15 !important;
14985
+ }
14986
+ .widescreen\:vads-u-line-height--3 {
14987
+ line-height: 1.35 !important;
14988
+ }
14989
+ .widescreen\:vads-u-line-height--4 {
14990
+ line-height: 1.5 !important;
14991
+ }
14992
+ .widescreen\:vads-u-line-height--5 {
14993
+ line-height: 1.62 !important;
14994
+ }
14995
+ .widescreen\:vads-u-line-height--6 {
14996
+ line-height: 1.75 !important;
14997
+ }
14998
+ .widescreen\:vads-u-margin--0 {
14999
+ margin: 0 !important;
15000
+ }
15001
+ .widescreen\:vads-u-margin--1px {
15002
+ margin: 1px !important;
15003
+ }
15004
+ .widescreen\:vads-u-margin--0p25 {
15005
+ margin: 2px !important;
15006
+ }
15007
+ .widescreen\:vads-u-margin--0p5 {
15008
+ margin: 0.25rem !important;
15009
+ }
15010
+ .widescreen\:vads-u-margin--1 {
15011
+ margin: 0.5rem !important;
15012
+ }
15013
+ .widescreen\:vads-u-margin--1p5 {
15014
+ margin: 0.75rem !important;
15015
+ }
15016
+ .widescreen\:vads-u-margin--2 {
15017
+ margin: 1rem !important;
15018
+ }
15019
+ .widescreen\:vads-u-margin--2p5 {
15020
+ margin: 1.25rem !important;
15021
+ }
15022
+ .widescreen\:vads-u-margin--3 {
15023
+ margin: 1.5rem !important;
15024
+ }
15025
+ .widescreen\:vads-u-margin--4 {
15026
+ margin: 2rem !important;
15027
+ }
15028
+ .widescreen\:vads-u-margin--5 {
15029
+ margin: 2.5rem !important;
15030
+ }
15031
+ .widescreen\:vads-u-margin--6 {
15032
+ margin: 3rem !important;
15033
+ }
15034
+ .widescreen\:vads-u-margin--7 {
15035
+ margin: 3.5rem !important;
15036
+ }
15037
+ .widescreen\:vads-u-margin--8 {
15038
+ margin: 4rem !important;
15039
+ }
15040
+ .widescreen\:vads-u-margin--9 {
15041
+ margin: 4.5rem !important;
15042
+ }
15043
+ .widescreen\:vads-u-margin-y--0 {
15044
+ margin-top: 0 !important;
15045
+ margin-bottom: 0 !important;
15046
+ }
15047
+ .widescreen\:vads-u-margin-top--0 {
15048
+ margin-top: 0 !important;
15049
+ }
15050
+ .widescreen\:vads-u-margin-bottom--0 {
15051
+ margin-bottom: 0 !important;
15052
+ }
15053
+ .widescreen\:vads-u-margin-y--1px {
15054
+ margin-top: 1px !important;
15055
+ margin-bottom: 1px !important;
15056
+ }
15057
+ .widescreen\:vads-u-margin-top--1px {
15058
+ margin-top: 1px !important;
15059
+ }
15060
+ .widescreen\:vads-u-margin-bottom--1px {
15061
+ margin-bottom: 1px !important;
15062
+ }
15063
+ .widescreen\:vads-u-margin-y--0p25 {
15064
+ margin-top: 2px !important;
15065
+ margin-bottom: 2px !important;
15066
+ }
15067
+ .widescreen\:vads-u-margin-top--0p25 {
15068
+ margin-top: 2px !important;
15069
+ }
15070
+ .widescreen\:vads-u-margin-bottom--0p25 {
15071
+ margin-bottom: 2px !important;
15072
+ }
15073
+ .widescreen\:vads-u-margin-y--0p5 {
15074
+ margin-top: 0.25rem !important;
15075
+ margin-bottom: 0.25rem !important;
15076
+ }
15077
+ .widescreen\:vads-u-margin-top--0p5 {
15078
+ margin-top: 0.25rem !important;
15079
+ }
15080
+ .widescreen\:vads-u-margin-bottom--0p5 {
15081
+ margin-bottom: 0.25rem !important;
15082
+ }
15083
+ .widescreen\:vads-u-margin-y--1 {
15084
+ margin-top: 0.5rem !important;
15085
+ margin-bottom: 0.5rem !important;
15086
+ }
15087
+ .widescreen\:vads-u-margin-top--1 {
15088
+ margin-top: 0.5rem !important;
15089
+ }
15090
+ .widescreen\:vads-u-margin-bottom--1 {
15091
+ margin-bottom: 0.5rem !important;
15092
+ }
15093
+ .widescreen\:vads-u-margin-y--1p5 {
15094
+ margin-top: 0.75rem !important;
15095
+ margin-bottom: 0.75rem !important;
15096
+ }
15097
+ .widescreen\:vads-u-margin-top--1p5 {
15098
+ margin-top: 0.75rem !important;
15099
+ }
15100
+ .widescreen\:vads-u-margin-bottom--1p5 {
15101
+ margin-bottom: 0.75rem !important;
15102
+ }
15103
+ .widescreen\:vads-u-margin-y--2 {
15104
+ margin-top: 1rem !important;
15105
+ margin-bottom: 1rem !important;
15106
+ }
15107
+ .widescreen\:vads-u-margin-top--2 {
15108
+ margin-top: 1rem !important;
15109
+ }
15110
+ .widescreen\:vads-u-margin-bottom--2 {
15111
+ margin-bottom: 1rem !important;
15112
+ }
15113
+ .widescreen\:vads-u-margin-y--2p5 {
15114
+ margin-top: 1.25rem !important;
15115
+ margin-bottom: 1.25rem !important;
15116
+ }
15117
+ .widescreen\:vads-u-margin-top--2p5 {
15118
+ margin-top: 1.25rem !important;
15119
+ }
15120
+ .widescreen\:vads-u-margin-bottom--2p5 {
15121
+ margin-bottom: 1.25rem !important;
15122
+ }
15123
+ .widescreen\:vads-u-margin-y--3 {
15124
+ margin-top: 1.5rem !important;
15125
+ margin-bottom: 1.5rem !important;
15126
+ }
15127
+ .widescreen\:vads-u-margin-top--3 {
15128
+ margin-top: 1.5rem !important;
15129
+ }
15130
+ .widescreen\:vads-u-margin-bottom--3 {
15131
+ margin-bottom: 1.5rem !important;
15132
+ }
15133
+ .widescreen\:vads-u-margin-y--4 {
15134
+ margin-top: 2rem !important;
15135
+ margin-bottom: 2rem !important;
15136
+ }
15137
+ .widescreen\:vads-u-margin-top--4 {
15138
+ margin-top: 2rem !important;
15139
+ }
15140
+ .widescreen\:vads-u-margin-bottom--4 {
15141
+ margin-bottom: 2rem !important;
15142
+ }
15143
+ .widescreen\:vads-u-margin-y--5 {
15144
+ margin-top: 2.5rem !important;
15145
+ margin-bottom: 2.5rem !important;
15146
+ }
15147
+ .widescreen\:vads-u-margin-top--5 {
15148
+ margin-top: 2.5rem !important;
15149
+ }
15150
+ .widescreen\:vads-u-margin-bottom--5 {
15151
+ margin-bottom: 2.5rem !important;
15152
+ }
15153
+ .widescreen\:vads-u-margin-y--6 {
15154
+ margin-top: 3rem !important;
15155
+ margin-bottom: 3rem !important;
15156
+ }
15157
+ .widescreen\:vads-u-margin-top--6 {
15158
+ margin-top: 3rem !important;
15159
+ }
15160
+ .widescreen\:vads-u-margin-bottom--6 {
15161
+ margin-bottom: 3rem !important;
15162
+ }
15163
+ .widescreen\:vads-u-margin-y--7 {
15164
+ margin-top: 3.5rem !important;
15165
+ margin-bottom: 3.5rem !important;
15166
+ }
15167
+ .widescreen\:vads-u-margin-top--7 {
15168
+ margin-top: 3.5rem !important;
15169
+ }
15170
+ .widescreen\:vads-u-margin-bottom--7 {
15171
+ margin-bottom: 3.5rem !important;
15172
+ }
15173
+ .widescreen\:vads-u-margin-y--8 {
15174
+ margin-top: 4rem !important;
15175
+ margin-bottom: 4rem !important;
15176
+ }
15177
+ .widescreen\:vads-u-margin-top--8 {
15178
+ margin-top: 4rem !important;
15179
+ }
15180
+ .widescreen\:vads-u-margin-bottom--8 {
15181
+ margin-bottom: 4rem !important;
15182
+ }
15183
+ .widescreen\:vads-u-margin-y--9 {
15184
+ margin-top: 4.5rem !important;
15185
+ margin-bottom: 4.5rem !important;
15186
+ }
15187
+ .widescreen\:vads-u-margin-top--9 {
15188
+ margin-top: 4.5rem !important;
15189
+ }
15190
+ .widescreen\:vads-u-margin-bottom--9 {
15191
+ margin-bottom: 4.5rem !important;
15192
+ }
15193
+ .widescreen\:vads-u-margin-y--neg9 {
15194
+ margin-top: -4.5rem !important;
15195
+ margin-bottom: -4.5rem !important;
15196
+ }
15197
+ .widescreen\:vads-u-margin-top--neg9 {
15198
+ margin-top: -4.5rem !important;
15199
+ }
15200
+ .widescreen\:vads-u-margin-bottom--neg9 {
15201
+ margin-bottom: -4.5rem !important;
15202
+ }
15203
+ .widescreen\:vads-u-margin-y--neg8 {
15204
+ margin-top: -4rem !important;
15205
+ margin-bottom: -4rem !important;
15206
+ }
15207
+ .widescreen\:vads-u-margin-top--neg8 {
15208
+ margin-top: -4rem !important;
15209
+ }
15210
+ .widescreen\:vads-u-margin-bottom--neg8 {
15211
+ margin-bottom: -4rem !important;
15212
+ }
15213
+ .widescreen\:vads-u-margin-y--neg7 {
15214
+ margin-top: -3.5rem !important;
15215
+ margin-bottom: -3.5rem !important;
15216
+ }
15217
+ .widescreen\:vads-u-margin-top--neg7 {
15218
+ margin-top: -3.5rem !important;
15219
+ }
15220
+ .widescreen\:vads-u-margin-bottom--neg7 {
15221
+ margin-bottom: -3.5rem !important;
15222
+ }
15223
+ .widescreen\:vads-u-margin-y--neg6 {
15224
+ margin-top: -3rem !important;
15225
+ margin-bottom: -3rem !important;
15226
+ }
15227
+ .widescreen\:vads-u-margin-top--neg6 {
15228
+ margin-top: -3rem !important;
15229
+ }
15230
+ .widescreen\:vads-u-margin-bottom--neg6 {
15231
+ margin-bottom: -3rem !important;
15232
+ }
15233
+ .widescreen\:vads-u-margin-y--neg5 {
15234
+ margin-top: -2.5rem !important;
15235
+ margin-bottom: -2.5rem !important;
15236
+ }
15237
+ .widescreen\:vads-u-margin-top--neg5 {
15238
+ margin-top: -2.5rem !important;
15239
+ }
15240
+ .widescreen\:vads-u-margin-bottom--neg5 {
15241
+ margin-bottom: -2.5rem !important;
15242
+ }
15243
+ .widescreen\:vads-u-margin-y--neg4 {
15244
+ margin-top: -2rem !important;
15245
+ margin-bottom: -2rem !important;
15246
+ }
15247
+ .widescreen\:vads-u-margin-top--neg4 {
15248
+ margin-top: -2rem !important;
15249
+ }
15250
+ .widescreen\:vads-u-margin-bottom--neg4 {
15251
+ margin-bottom: -2rem !important;
15252
+ }
15253
+ .widescreen\:vads-u-margin-y--neg3 {
15254
+ margin-top: -1.5rem !important;
15255
+ margin-bottom: -1.5rem !important;
15256
+ }
15257
+ .widescreen\:vads-u-margin-top--neg3 {
15258
+ margin-top: -1.5rem !important;
15259
+ }
15260
+ .widescreen\:vads-u-margin-bottom--neg3 {
15261
+ margin-bottom: -1.5rem !important;
15262
+ }
15263
+ .widescreen\:vads-u-margin-y--neg2p5 {
15264
+ margin-top: -1.25rem !important;
15265
+ margin-bottom: -1.25rem !important;
15266
+ }
15267
+ .widescreen\:vads-u-margin-top--neg2p5 {
15268
+ margin-top: -1.25rem !important;
15269
+ }
15270
+ .widescreen\:vads-u-margin-bottom--neg2p5 {
15271
+ margin-bottom: -1.25rem !important;
15272
+ }
15273
+ .widescreen\:vads-u-margin-y--neg2 {
15274
+ margin-top: -1rem !important;
15275
+ margin-bottom: -1rem !important;
15276
+ }
15277
+ .widescreen\:vads-u-margin-top--neg2 {
15278
+ margin-top: -1rem !important;
15279
+ }
15280
+ .widescreen\:vads-u-margin-bottom--neg2 {
15281
+ margin-bottom: -1rem !important;
15282
+ }
15283
+ .widescreen\:vads-u-margin-y--neg1p5 {
15284
+ margin-top: -0.75rem !important;
15285
+ margin-bottom: -0.75rem !important;
15286
+ }
15287
+ .widescreen\:vads-u-margin-top--neg1p5 {
15288
+ margin-top: -0.75rem !important;
15289
+ }
15290
+ .widescreen\:vads-u-margin-bottom--neg1p5 {
15291
+ margin-bottom: -0.75rem !important;
15292
+ }
15293
+ .widescreen\:vads-u-margin-y--neg1 {
15294
+ margin-top: -0.5rem !important;
15295
+ margin-bottom: -0.5rem !important;
15296
+ }
15297
+ .widescreen\:vads-u-margin-top--neg1 {
15298
+ margin-top: -0.5rem !important;
15299
+ }
15300
+ .widescreen\:vads-u-margin-bottom--neg1 {
15301
+ margin-bottom: -0.5rem !important;
15302
+ }
15303
+ .widescreen\:vads-u-margin-y--neg0p5 {
15304
+ margin-top: -0.25rem !important;
15305
+ margin-bottom: -0.25rem !important;
15306
+ }
15307
+ .widescreen\:vads-u-margin-top--neg0p5 {
15308
+ margin-top: -0.25rem !important;
15309
+ }
15310
+ .widescreen\:vads-u-margin-bottom--neg0p5 {
15311
+ margin-bottom: -0.25rem !important;
15312
+ }
15313
+ .widescreen\:vads-u-margin-y--neg0p25 {
15314
+ margin-top: -2px !important;
15315
+ margin-bottom: -2px !important;
15316
+ }
15317
+ .widescreen\:vads-u-margin-top--neg0p25 {
15318
+ margin-top: -2px !important;
15319
+ }
15320
+ .widescreen\:vads-u-margin-bottom--neg0p25 {
15321
+ margin-bottom: -2px !important;
15322
+ }
15323
+ .widescreen\:vads-u-margin-y--neg1px {
15324
+ margin-top: -1px !important;
15325
+ margin-bottom: -1px !important;
15326
+ }
15327
+ .widescreen\:vads-u-margin-top--neg1px {
15328
+ margin-top: -1px !important;
15329
+ }
15330
+ .widescreen\:vads-u-margin-bottom--neg1px {
15331
+ margin-bottom: -1px !important;
15332
+ }
15333
+ .widescreen\:vads-u-margin-x--0 {
15334
+ margin-left: 0 !important;
15335
+ margin-right: 0 !important;
15336
+ }
15337
+ .widescreen\:vads-u-margin-right--0 {
15338
+ margin-right: 0 !important;
15339
+ }
15340
+ .widescreen\:vads-u-margin-left--0 {
15341
+ margin-left: 0 !important;
15342
+ }
15343
+ .widescreen\:vads-u-margin-x--1px {
15344
+ margin-left: 1px !important;
15345
+ margin-right: 1px !important;
15346
+ }
15347
+ .widescreen\:vads-u-margin-right--1px {
15348
+ margin-right: 1px !important;
15349
+ }
15350
+ .widescreen\:vads-u-margin-left--1px {
15351
+ margin-left: 1px !important;
15352
+ }
15353
+ .widescreen\:vads-u-margin-x--0p25 {
15354
+ margin-left: 2px !important;
15355
+ margin-right: 2px !important;
15356
+ }
15357
+ .widescreen\:vads-u-margin-right--0p25 {
15358
+ margin-right: 2px !important;
15359
+ }
15360
+ .widescreen\:vads-u-margin-left--0p25 {
15361
+ margin-left: 2px !important;
15362
+ }
15363
+ .widescreen\:vads-u-margin-x--0p5 {
15364
+ margin-left: 0.25rem !important;
15365
+ margin-right: 0.25rem !important;
15366
+ }
15367
+ .widescreen\:vads-u-margin-right--0p5 {
15368
+ margin-right: 0.25rem !important;
15369
+ }
15370
+ .widescreen\:vads-u-margin-left--0p5 {
15371
+ margin-left: 0.25rem !important;
15372
+ }
15373
+ .widescreen\:vads-u-margin-x--1 {
15374
+ margin-left: 0.5rem !important;
15375
+ margin-right: 0.5rem !important;
15376
+ }
15377
+ .widescreen\:vads-u-margin-right--1 {
15378
+ margin-right: 0.5rem !important;
15379
+ }
15380
+ .widescreen\:vads-u-margin-left--1 {
15381
+ margin-left: 0.5rem !important;
15382
+ }
15383
+ .widescreen\:vads-u-margin-x--1p5 {
15384
+ margin-left: 0.75rem !important;
15385
+ margin-right: 0.75rem !important;
15386
+ }
15387
+ .widescreen\:vads-u-margin-right--1p5 {
15388
+ margin-right: 0.75rem !important;
15389
+ }
15390
+ .widescreen\:vads-u-margin-left--1p5 {
15391
+ margin-left: 0.75rem !important;
15392
+ }
15393
+ .widescreen\:vads-u-margin-x--2 {
15394
+ margin-left: 1rem !important;
15395
+ margin-right: 1rem !important;
15396
+ }
15397
+ .widescreen\:vads-u-margin-right--2 {
15398
+ margin-right: 1rem !important;
15399
+ }
15400
+ .widescreen\:vads-u-margin-left--2 {
15401
+ margin-left: 1rem !important;
15402
+ }
15403
+ .widescreen\:vads-u-margin-x--2p5 {
15404
+ margin-left: 1.25rem !important;
15405
+ margin-right: 1.25rem !important;
15406
+ }
15407
+ .widescreen\:vads-u-margin-right--2p5 {
15408
+ margin-right: 1.25rem !important;
15409
+ }
15410
+ .widescreen\:vads-u-margin-left--2p5 {
15411
+ margin-left: 1.25rem !important;
15412
+ }
15413
+ .widescreen\:vads-u-margin-x--3 {
15414
+ margin-left: 1.5rem !important;
15415
+ margin-right: 1.5rem !important;
15416
+ }
15417
+ .widescreen\:vads-u-margin-right--3 {
15418
+ margin-right: 1.5rem !important;
15419
+ }
15420
+ .widescreen\:vads-u-margin-left--3 {
15421
+ margin-left: 1.5rem !important;
15422
+ }
15423
+ .widescreen\:vads-u-margin-x--4 {
15424
+ margin-left: 2rem !important;
15425
+ margin-right: 2rem !important;
15426
+ }
15427
+ .widescreen\:vads-u-margin-right--4 {
15428
+ margin-right: 2rem !important;
15429
+ }
15430
+ .widescreen\:vads-u-margin-left--4 {
15431
+ margin-left: 2rem !important;
15432
+ }
15433
+ .widescreen\:vads-u-margin-x--5 {
15434
+ margin-left: 2.5rem !important;
15435
+ margin-right: 2.5rem !important;
15436
+ }
15437
+ .widescreen\:vads-u-margin-right--5 {
15438
+ margin-right: 2.5rem !important;
15439
+ }
15440
+ .widescreen\:vads-u-margin-left--5 {
15441
+ margin-left: 2.5rem !important;
15442
+ }
15443
+ .widescreen\:vads-u-margin-x--6 {
15444
+ margin-left: 3rem !important;
15445
+ margin-right: 3rem !important;
15446
+ }
15447
+ .widescreen\:vads-u-margin-right--6 {
15448
+ margin-right: 3rem !important;
15449
+ }
15450
+ .widescreen\:vads-u-margin-left--6 {
15451
+ margin-left: 3rem !important;
15452
+ }
15453
+ .widescreen\:vads-u-margin-x--7 {
15454
+ margin-left: 3.5rem !important;
15455
+ margin-right: 3.5rem !important;
15456
+ }
15457
+ .widescreen\:vads-u-margin-right--7 {
15458
+ margin-right: 3.5rem !important;
15459
+ }
15460
+ .widescreen\:vads-u-margin-left--7 {
15461
+ margin-left: 3.5rem !important;
15462
+ }
15463
+ .widescreen\:vads-u-margin-x--8 {
15464
+ margin-left: 4rem !important;
15465
+ margin-right: 4rem !important;
15466
+ }
15467
+ .widescreen\:vads-u-margin-right--8 {
15468
+ margin-right: 4rem !important;
15469
+ }
15470
+ .widescreen\:vads-u-margin-left--8 {
15471
+ margin-left: 4rem !important;
15472
+ }
15473
+ .widescreen\:vads-u-margin-x--9 {
15474
+ margin-left: 4.5rem !important;
15475
+ margin-right: 4.5rem !important;
15476
+ }
15477
+ .widescreen\:vads-u-margin-right--9 {
15478
+ margin-right: 4.5rem !important;
15479
+ }
15480
+ .widescreen\:vads-u-margin-left--9 {
15481
+ margin-left: 4.5rem !important;
15482
+ }
15483
+ .widescreen\:vads-u-margin-x--neg9 {
15484
+ margin-left: -4.5rem !important;
15485
+ margin-right: -4.5rem !important;
15486
+ }
15487
+ .widescreen\:vads-u-margin-right--neg9 {
15488
+ margin-right: -4.5rem !important;
15489
+ }
15490
+ .widescreen\:vads-u-margin-left--neg9 {
15491
+ margin-left: -4.5rem !important;
15492
+ }
15493
+ .widescreen\:vads-u-margin-x--neg8 {
15494
+ margin-left: -4rem !important;
15495
+ margin-right: -4rem !important;
15496
+ }
15497
+ .widescreen\:vads-u-margin-right--neg8 {
15498
+ margin-right: -4rem !important;
15499
+ }
15500
+ .widescreen\:vads-u-margin-left--neg8 {
15501
+ margin-left: -4rem !important;
15502
+ }
15503
+ .widescreen\:vads-u-margin-x--neg7 {
15504
+ margin-left: -3.5rem !important;
15505
+ margin-right: -3.5rem !important;
15506
+ }
15507
+ .widescreen\:vads-u-margin-right--neg7 {
15508
+ margin-right: -3.5rem !important;
15509
+ }
15510
+ .widescreen\:vads-u-margin-left--neg7 {
15511
+ margin-left: -3.5rem !important;
15512
+ }
15513
+ .widescreen\:vads-u-margin-x--neg6 {
15514
+ margin-left: -3rem !important;
15515
+ margin-right: -3rem !important;
15516
+ }
15517
+ .widescreen\:vads-u-margin-right--neg6 {
15518
+ margin-right: -3rem !important;
15519
+ }
15520
+ .widescreen\:vads-u-margin-left--neg6 {
15521
+ margin-left: -3rem !important;
15522
+ }
15523
+ .widescreen\:vads-u-margin-x--neg5 {
15524
+ margin-left: -2.5rem !important;
15525
+ margin-right: -2.5rem !important;
15526
+ }
15527
+ .widescreen\:vads-u-margin-right--neg5 {
15528
+ margin-right: -2.5rem !important;
15529
+ }
15530
+ .widescreen\:vads-u-margin-left--neg5 {
15531
+ margin-left: -2.5rem !important;
15532
+ }
15533
+ .widescreen\:vads-u-margin-x--neg4 {
15534
+ margin-left: -2rem !important;
15535
+ margin-right: -2rem !important;
15536
+ }
15537
+ .widescreen\:vads-u-margin-right--neg4 {
15538
+ margin-right: -2rem !important;
15539
+ }
15540
+ .widescreen\:vads-u-margin-left--neg4 {
15541
+ margin-left: -2rem !important;
15542
+ }
15543
+ .widescreen\:vads-u-margin-x--neg3 {
15544
+ margin-left: -1.5rem !important;
15545
+ margin-right: -1.5rem !important;
15546
+ }
15547
+ .widescreen\:vads-u-margin-right--neg3 {
15548
+ margin-right: -1.5rem !important;
15549
+ }
15550
+ .widescreen\:vads-u-margin-left--neg3 {
15551
+ margin-left: -1.5rem !important;
15552
+ }
15553
+ .widescreen\:vads-u-margin-x--neg2p5 {
15554
+ margin-left: -1.25rem !important;
15555
+ margin-right: -1.25rem !important;
15556
+ }
15557
+ .widescreen\:vads-u-margin-right--neg2p5 {
15558
+ margin-right: -1.25rem !important;
15559
+ }
15560
+ .widescreen\:vads-u-margin-left--neg2p5 {
15561
+ margin-left: -1.25rem !important;
15562
+ }
15563
+ .widescreen\:vads-u-margin-x--neg2 {
15564
+ margin-left: -1rem !important;
15565
+ margin-right: -1rem !important;
15566
+ }
15567
+ .widescreen\:vads-u-margin-right--neg2 {
15568
+ margin-right: -1rem !important;
15569
+ }
15570
+ .widescreen\:vads-u-margin-left--neg2 {
15571
+ margin-left: -1rem !important;
15572
+ }
15573
+ .widescreen\:vads-u-margin-x--neg1p5 {
15574
+ margin-left: -0.75rem !important;
15575
+ margin-right: -0.75rem !important;
15576
+ }
15577
+ .widescreen\:vads-u-margin-right--neg1p5 {
15578
+ margin-right: -0.75rem !important;
15579
+ }
15580
+ .widescreen\:vads-u-margin-left--neg1p5 {
15581
+ margin-left: -0.75rem !important;
15582
+ }
15583
+ .widescreen\:vads-u-margin-x--neg1 {
15584
+ margin-left: -0.5rem !important;
15585
+ margin-right: -0.5rem !important;
15586
+ }
15587
+ .widescreen\:vads-u-margin-right--neg1 {
15588
+ margin-right: -0.5rem !important;
15589
+ }
15590
+ .widescreen\:vads-u-margin-left--neg1 {
15591
+ margin-left: -0.5rem !important;
15592
+ }
15593
+ .widescreen\:vads-u-margin-x--neg0p5 {
15594
+ margin-left: -0.25rem !important;
15595
+ margin-right: -0.25rem !important;
15596
+ }
15597
+ .widescreen\:vads-u-margin-right--neg0p5 {
15598
+ margin-right: -0.25rem !important;
15599
+ }
15600
+ .widescreen\:vads-u-margin-left--neg0p5 {
15601
+ margin-left: -0.25rem !important;
15602
+ }
15603
+ .widescreen\:vads-u-margin-x--neg0p25 {
15604
+ margin-left: -2px !important;
15605
+ margin-right: -2px !important;
15606
+ }
15607
+ .widescreen\:vads-u-margin-right--neg0p25 {
15608
+ margin-right: -2px !important;
15609
+ }
15610
+ .widescreen\:vads-u-margin-left--neg0p25 {
15611
+ margin-left: -2px !important;
15612
+ }
15613
+ .widescreen\:vads-u-margin-x--neg1px {
15614
+ margin-left: -1px !important;
15615
+ margin-right: -1px !important;
15616
+ }
15617
+ .widescreen\:vads-u-margin-right--neg1px {
15618
+ margin-right: -1px !important;
15619
+ }
15620
+ .widescreen\:vads-u-margin-left--neg1px {
15621
+ margin-left: -1px !important;
15622
+ }
15623
+ .widescreen\:vads-u-margin-x--auto {
15624
+ margin-left: auto !important;
15625
+ margin-right: auto !important;
15626
+ }
15627
+ .widescreen\:vads-u-margin-right--auto {
15628
+ margin-right: auto !important;
15629
+ }
15630
+ .widescreen\:vads-u-margin-left--auto {
15631
+ margin-left: auto !important;
15632
+ }
15633
+ .widescreen\:vads-u-measure--1 {
15634
+ max-width: 40ch !important;
15635
+ }
15636
+ .widescreen\:vads-u-measure--2 {
15637
+ max-width: 60ch !important;
15638
+ }
15639
+ .widescreen\:vads-u-measure--3 {
15640
+ max-width: 66ch !important;
15641
+ }
15642
+ .widescreen\:vads-u-measure--4 {
15643
+ max-width: 72ch !important;
15644
+ }
15645
+ .widescreen\:vads-u-measure--5 {
15646
+ max-width: 77ch !important;
15647
+ }
15648
+ .widescreen\:vads-u-measure--none {
15649
+ max-width: none !important;
15650
+ }
15651
+ .widescreen\:vads-u-padding--0 {
15652
+ padding: 0 !important;
15653
+ }
15654
+ .widescreen\:vads-u-padding-top--0 {
15655
+ padding-top: 0 !important;
15656
+ }
15657
+ .widescreen\:vads-u-padding-bottom--0 {
15658
+ padding-bottom: 0 !important;
15659
+ }
15660
+ .widescreen\:vads-u-padding-right--0 {
15661
+ padding-right: 0 !important;
15662
+ }
15663
+ .widescreen\:vads-u-padding-left--0 {
15664
+ padding-left: 0 !important;
15665
+ }
15666
+ .widescreen\:vads-u-padding--1px {
15667
+ padding: 1px !important;
15668
+ }
15669
+ .widescreen\:vads-u-padding-top--1px {
15670
+ padding-top: 1px !important;
15671
+ }
15672
+ .widescreen\:vads-u-padding-bottom--1px {
15673
+ padding-bottom: 1px !important;
15674
+ }
15675
+ .widescreen\:vads-u-padding-right--1px {
15676
+ padding-right: 1px !important;
15677
+ }
15678
+ .widescreen\:vads-u-padding-left--1px {
15679
+ padding-left: 1px !important;
15680
+ }
15681
+ .widescreen\:vads-u-padding--0p25 {
15682
+ padding: 2px !important;
15683
+ }
15684
+ .widescreen\:vads-u-padding-top--0p25 {
15685
+ padding-top: 2px !important;
15686
+ }
15687
+ .widescreen\:vads-u-padding-bottom--0p25 {
15688
+ padding-bottom: 2px !important;
15689
+ }
15690
+ .widescreen\:vads-u-padding-right--0p25 {
15691
+ padding-right: 2px !important;
15692
+ }
15693
+ .widescreen\:vads-u-padding-left--0p25 {
15694
+ padding-left: 2px !important;
15695
+ }
15696
+ .widescreen\:vads-u-padding--0p5 {
15697
+ padding: 0.25rem !important;
15698
+ }
15699
+ .widescreen\:vads-u-padding-top--0p5 {
15700
+ padding-top: 0.25rem !important;
15701
+ }
15702
+ .widescreen\:vads-u-padding-bottom--0p5 {
15703
+ padding-bottom: 0.25rem !important;
15704
+ }
15705
+ .widescreen\:vads-u-padding-right--0p5 {
15706
+ padding-right: 0.25rem !important;
15707
+ }
15708
+ .widescreen\:vads-u-padding-left--0p5 {
15709
+ padding-left: 0.25rem !important;
15710
+ }
15711
+ .widescreen\:vads-u-padding--1 {
15712
+ padding: 0.5rem !important;
15713
+ }
15714
+ .widescreen\:vads-u-padding-top--1 {
15715
+ padding-top: 0.5rem !important;
15716
+ }
15717
+ .widescreen\:vads-u-padding-bottom--1 {
15718
+ padding-bottom: 0.5rem !important;
15719
+ }
15720
+ .widescreen\:vads-u-padding-right--1 {
15721
+ padding-right: 0.5rem !important;
15722
+ }
15723
+ .widescreen\:vads-u-padding-left--1 {
15724
+ padding-left: 0.5rem !important;
15725
+ }
15726
+ .widescreen\:vads-u-padding--1p5 {
15727
+ padding: 0.75rem !important;
15728
+ }
15729
+ .widescreen\:vads-u-padding-top--1p5 {
15730
+ padding-top: 0.75rem !important;
15731
+ }
15732
+ .widescreen\:vads-u-padding-bottom--1p5 {
15733
+ padding-bottom: 0.75rem !important;
15734
+ }
15735
+ .widescreen\:vads-u-padding-right--1p5 {
15736
+ padding-right: 0.75rem !important;
15737
+ }
15738
+ .widescreen\:vads-u-padding-left--1p5 {
15739
+ padding-left: 0.75rem !important;
15740
+ }
15741
+ .widescreen\:vads-u-padding--2 {
15742
+ padding: 1rem !important;
15743
+ }
15744
+ .widescreen\:vads-u-padding-top--2 {
15745
+ padding-top: 1rem !important;
15746
+ }
15747
+ .widescreen\:vads-u-padding-bottom--2 {
15748
+ padding-bottom: 1rem !important;
15749
+ }
15750
+ .widescreen\:vads-u-padding-right--2 {
15751
+ padding-right: 1rem !important;
15752
+ }
15753
+ .widescreen\:vads-u-padding-left--2 {
15754
+ padding-left: 1rem !important;
15755
+ }
15756
+ .widescreen\:vads-u-padding--2p5 {
15757
+ padding: 1.25rem !important;
15758
+ }
15759
+ .widescreen\:vads-u-padding-top--2p5 {
15760
+ padding-top: 1.25rem !important;
15761
+ }
15762
+ .widescreen\:vads-u-padding-bottom--2p5 {
15763
+ padding-bottom: 1.25rem !important;
15764
+ }
15765
+ .widescreen\:vads-u-padding-right--2p5 {
15766
+ padding-right: 1.25rem !important;
15767
+ }
15768
+ .widescreen\:vads-u-padding-left--2p5 {
15769
+ padding-left: 1.25rem !important;
15770
+ }
15771
+ .widescreen\:vads-u-padding--3 {
15772
+ padding: 1.5rem !important;
15773
+ }
15774
+ .widescreen\:vads-u-padding-top--3 {
15775
+ padding-top: 1.5rem !important;
15776
+ }
15777
+ .widescreen\:vads-u-padding-bottom--3 {
15778
+ padding-bottom: 1.5rem !important;
15779
+ }
15780
+ .widescreen\:vads-u-padding-right--3 {
15781
+ padding-right: 1.5rem !important;
15782
+ }
15783
+ .widescreen\:vads-u-padding-left--3 {
15784
+ padding-left: 1.5rem !important;
15785
+ }
15786
+ .widescreen\:vads-u-padding--4 {
15787
+ padding: 2rem !important;
15788
+ }
15789
+ .widescreen\:vads-u-padding-top--4 {
15790
+ padding-top: 2rem !important;
15791
+ }
15792
+ .widescreen\:vads-u-padding-bottom--4 {
15793
+ padding-bottom: 2rem !important;
15794
+ }
15795
+ .widescreen\:vads-u-padding-right--4 {
15796
+ padding-right: 2rem !important;
15797
+ }
15798
+ .widescreen\:vads-u-padding-left--4 {
15799
+ padding-left: 2rem !important;
15800
+ }
15801
+ .widescreen\:vads-u-padding--5 {
15802
+ padding: 2.5rem !important;
15803
+ }
15804
+ .widescreen\:vads-u-padding-top--5 {
15805
+ padding-top: 2.5rem !important;
15806
+ }
15807
+ .widescreen\:vads-u-padding-bottom--5 {
15808
+ padding-bottom: 2.5rem !important;
15809
+ }
15810
+ .widescreen\:vads-u-padding-right--5 {
15811
+ padding-right: 2.5rem !important;
15812
+ }
15813
+ .widescreen\:vads-u-padding-left--5 {
15814
+ padding-left: 2.5rem !important;
15815
+ }
15816
+ .widescreen\:vads-u-padding--6 {
15817
+ padding: 3rem !important;
15818
+ }
15819
+ .widescreen\:vads-u-padding-top--6 {
15820
+ padding-top: 3rem !important;
15821
+ }
15822
+ .widescreen\:vads-u-padding-bottom--6 {
15823
+ padding-bottom: 3rem !important;
15824
+ }
15825
+ .widescreen\:vads-u-padding-right--6 {
15826
+ padding-right: 3rem !important;
15827
+ }
15828
+ .widescreen\:vads-u-padding-left--6 {
15829
+ padding-left: 3rem !important;
15830
+ }
15831
+ .widescreen\:vads-u-padding--7 {
15832
+ padding: 3.5rem !important;
15833
+ }
15834
+ .widescreen\:vads-u-padding-top--7 {
15835
+ padding-top: 3.5rem !important;
15836
+ }
15837
+ .widescreen\:vads-u-padding-bottom--7 {
15838
+ padding-bottom: 3.5rem !important;
15839
+ }
15840
+ .widescreen\:vads-u-padding-right--7 {
15841
+ padding-right: 3.5rem !important;
15842
+ }
15843
+ .widescreen\:vads-u-padding-left--7 {
15844
+ padding-left: 3.5rem !important;
15845
+ }
15846
+ .widescreen\:vads-u-padding--8 {
15847
+ padding: 4rem !important;
15848
+ }
15849
+ .widescreen\:vads-u-padding-top--8 {
15850
+ padding-top: 4rem !important;
15851
+ }
15852
+ .widescreen\:vads-u-padding-bottom--8 {
15853
+ padding-bottom: 4rem !important;
15854
+ }
15855
+ .widescreen\:vads-u-padding-right--8 {
15856
+ padding-right: 4rem !important;
15857
+ }
15858
+ .widescreen\:vads-u-padding-left--8 {
15859
+ padding-left: 4rem !important;
15860
+ }
15861
+ .widescreen\:vads-u-padding--9 {
15862
+ padding: 4.5rem !important;
15863
+ }
15864
+ .widescreen\:vads-u-padding-top--9 {
15865
+ padding-top: 4.5rem !important;
15866
+ }
15867
+ .widescreen\:vads-u-padding-bottom--9 {
15868
+ padding-bottom: 4.5rem !important;
15869
+ }
15870
+ .widescreen\:vads-u-padding-right--9 {
15871
+ padding-right: 4.5rem !important;
15872
+ }
15873
+ .widescreen\:vads-u-padding-left--9 {
15874
+ padding-left: 4.5rem !important;
15875
+ }
15876
+ .widescreen\:vads-u-padding-y--0 {
15877
+ padding-top: 0 !important;
15878
+ padding-bottom: 0 !important;
15879
+ }
15880
+ .widescreen\:vads-u-padding-y--1px {
15881
+ padding-top: 1px !important;
15882
+ padding-bottom: 1px !important;
15883
+ }
15884
+ .widescreen\:vads-u-padding-y--0p25 {
15885
+ padding-top: 2px !important;
15886
+ padding-bottom: 2px !important;
15887
+ }
15888
+ .widescreen\:vads-u-padding-y--0p5 {
15889
+ padding-top: 0.25rem !important;
15890
+ padding-bottom: 0.25rem !important;
15891
+ }
15892
+ .widescreen\:vads-u-padding-y--1 {
15893
+ padding-top: 0.5rem !important;
15894
+ padding-bottom: 0.5rem !important;
15895
+ }
15896
+ .widescreen\:vads-u-padding-y--1p5 {
15897
+ padding-top: 0.75rem !important;
15898
+ padding-bottom: 0.75rem !important;
15899
+ }
15900
+ .widescreen\:vads-u-padding-y--2 {
15901
+ padding-top: 1rem !important;
15902
+ padding-bottom: 1rem !important;
15903
+ }
15904
+ .widescreen\:vads-u-padding-y--2p5 {
15905
+ padding-top: 1.25rem !important;
15906
+ padding-bottom: 1.25rem !important;
15907
+ }
15908
+ .widescreen\:vads-u-padding-y--3 {
15909
+ padding-top: 1.5rem !important;
15910
+ padding-bottom: 1.5rem !important;
15911
+ }
15912
+ .widescreen\:vads-u-padding-y--4 {
15913
+ padding-top: 2rem !important;
15914
+ padding-bottom: 2rem !important;
15915
+ }
15916
+ .widescreen\:vads-u-padding-y--5 {
15917
+ padding-top: 2.5rem !important;
15918
+ padding-bottom: 2.5rem !important;
15919
+ }
15920
+ .widescreen\:vads-u-padding-y--6 {
15921
+ padding-top: 3rem !important;
15922
+ padding-bottom: 3rem !important;
15923
+ }
15924
+ .widescreen\:vads-u-padding-y--7 {
15925
+ padding-top: 3.5rem !important;
15926
+ padding-bottom: 3.5rem !important;
15927
+ }
15928
+ .widescreen\:vads-u-padding-y--8 {
15929
+ padding-top: 4rem !important;
15930
+ padding-bottom: 4rem !important;
15931
+ }
15932
+ .widescreen\:vads-u-padding-y--9 {
15933
+ padding-top: 4.5rem !important;
15934
+ padding-bottom: 4.5rem !important;
15935
+ }
15936
+ .widescreen\:vads-u-padding-x--0 {
15937
+ padding-left: 0 !important;
15938
+ padding-right: 0 !important;
15939
+ }
15940
+ .widescreen\:vads-u-padding-x--1px {
15941
+ padding-left: 1px !important;
15942
+ padding-right: 1px !important;
15943
+ }
15944
+ .widescreen\:vads-u-padding-x--0p25 {
15945
+ padding-left: 2px !important;
15946
+ padding-right: 2px !important;
15947
+ }
15948
+ .widescreen\:vads-u-padding-x--0p5 {
15949
+ padding-left: 0.25rem !important;
15950
+ padding-right: 0.25rem !important;
15951
+ }
15952
+ .widescreen\:vads-u-padding-x--1 {
15953
+ padding-left: 0.5rem !important;
15954
+ padding-right: 0.5rem !important;
15955
+ }
15956
+ .widescreen\:vads-u-padding-x--1p5 {
15957
+ padding-left: 0.75rem !important;
15958
+ padding-right: 0.75rem !important;
15959
+ }
15960
+ .widescreen\:vads-u-padding-x--2 {
15961
+ padding-left: 1rem !important;
15962
+ padding-right: 1rem !important;
15963
+ }
15964
+ .widescreen\:vads-u-padding-x--2p5 {
15965
+ padding-left: 1.25rem !important;
15966
+ padding-right: 1.25rem !important;
15967
+ }
15968
+ .widescreen\:vads-u-padding-x--3 {
15969
+ padding-left: 1.5rem !important;
15970
+ padding-right: 1.5rem !important;
15971
+ }
15972
+ .widescreen\:vads-u-padding-x--4 {
15973
+ padding-left: 2rem !important;
15974
+ padding-right: 2rem !important;
15975
+ }
15976
+ .widescreen\:vads-u-padding-x--5 {
15977
+ padding-left: 2.5rem !important;
15978
+ padding-right: 2.5rem !important;
15979
+ }
15980
+ .widescreen\:vads-u-padding-x--6 {
15981
+ padding-left: 3rem !important;
15982
+ padding-right: 3rem !important;
15983
+ }
15984
+ .widescreen\:vads-u-padding-x--7 {
15985
+ padding-left: 3.5rem !important;
15986
+ padding-right: 3.5rem !important;
15987
+ }
15988
+ .widescreen\:vads-u-padding-x--8 {
15989
+ padding-left: 4rem !important;
15990
+ padding-right: 4rem !important;
15991
+ }
15992
+ .widescreen\:vads-u-padding-x--9 {
15993
+ padding-left: 4.5rem !important;
15994
+ padding-right: 4.5rem !important;
15995
+ }
15996
+ .widescreen\:vads-u-position--absolute {
15997
+ position: absolute !important;
15998
+ }
15999
+ .widescreen\:vads-u-position--fixed {
16000
+ position: fixed !important;
16001
+ }
16002
+ .widescreen\:vads-u-position--relative {
16003
+ position: relative !important;
16004
+ }
16005
+ .widescreen\:vads-u-text-align--left {
16006
+ text-align: left !important;
16007
+ }
16008
+ .widescreen\:vads-u-text-align--center {
16009
+ text-align: center !important;
16010
+ }
16011
+ .widescreen\:vads-u-text-align--right {
16012
+ text-align: right !important;
16013
+ }
16014
+ .widescreen\:vads-u-text-align--justify {
16015
+ text-align: justify !important;
16016
+ }
16017
+ .widescreen\:vads-u-visibility--hidden {
16018
+ visibility: hidden !important;
16019
+ }
16020
+ .widescreen\:vads-u-visibility--visible {
16021
+ visibility: visible !important;
16022
+ }
16023
+ .widescreen\:vads-u-width--0 {
16024
+ width: 0px !important;
16025
+ }
16026
+ .widescreen\:vads-u-width--full {
16027
+ width: 100% !important;
16028
+ }
16029
+ .widescreen\:vads-u-width--auto {
16030
+ width: auto !important;
16031
+ }
16032
+ .widescreen\:vads-u-min-width--none {
16033
+ min-width: none !important;
16034
+ }
16035
+ .widescreen\:vads-u-max-width--none {
16036
+ max-width: none !important;
16037
+ }
16038
+ .widescreen\:vads-u-max-width--100 {
16039
+ max-width: 100% !important;
16040
+ }
16041
+ }
14253
16042
  @media all and (min-width: 48em) {
14254
16043
  .medium-screen\:vads-u-border--0 {
14255
16044
  border: 0 !important;