@department-of-veterans-affairs/css-library 0.24.0 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fonts/roboto-mono-v5-latin-100.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-100.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-100.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-100italic.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-100italic.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-100italic.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300italic.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300italic.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-300italic.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500italic.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500italic.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-500italic.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700italic.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700italic.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-700italic.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-italic.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-italic.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-italic.woff2 +0 -0
- package/dist/fonts/roboto-mono-v5-latin-regular.ttf +0 -0
- package/dist/fonts/roboto-mono-v5-latin-regular.woff +0 -0
- package/dist/fonts/roboto-mono-v5-latin-regular.woff2 +0 -0
- package/dist/img/correct8.png +0 -0
- package/dist/img/correct8.svg +0 -0
- package/dist/img/error.png +0 -0
- package/dist/img/error.svg +0 -0
- package/dist/img/info.png +0 -0
- package/dist/img/info.svg +0 -0
- package/dist/img/success.png +0 -0
- package/dist/img/success.svg +0 -0
- package/dist/img/warning.png +0 -0
- package/dist/img/warning.svg +0 -0
- package/dist/stylesheets/core.css +0 -42
- package/dist/stylesheets/utilities.css +2071 -127
- package/dist/tokens/css/variables.css +6 -1
- package/dist/tokens/json/variables.json +89 -0
- package/dist/tokens/scss/variables.scss +6 -1
- 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:
|
|
4163
|
-
.
|
|
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:
|
|
4168
|
-
.
|
|
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:
|
|
4173
|
-
.
|
|
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:
|
|
4178
|
-
.
|
|
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:
|
|
4183
|
-
.
|
|
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:
|
|
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
|
}
|
|
@@ -4225,6 +4620,111 @@ through all possible variants
|
|
|
4225
4620
|
}
|
|
4226
4621
|
}
|
|
4227
4622
|
/* stylelint-enable */
|
|
4623
|
+
.vads-u-font-size--sans-2xs {
|
|
4624
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4625
|
+
font-size: 0.93rem;
|
|
4626
|
+
}
|
|
4627
|
+
|
|
4628
|
+
.vads-u-font-size--sans-xs {
|
|
4629
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4630
|
+
font-size: 1rem;
|
|
4631
|
+
}
|
|
4632
|
+
|
|
4633
|
+
.vads-u-font-size--sans-sm {
|
|
4634
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4635
|
+
font-size: 1.06rem;
|
|
4636
|
+
}
|
|
4637
|
+
|
|
4638
|
+
.vads-u-font-size--sans-md {
|
|
4639
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4640
|
+
font-size: 1.13rem;
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
.vads-u-font-size--sans-lg {
|
|
4644
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4645
|
+
font-size: 1.46rem;
|
|
4646
|
+
}
|
|
4647
|
+
|
|
4648
|
+
.vads-u-font-size--sans-xl {
|
|
4649
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4650
|
+
font-size: 2.13rem;
|
|
4651
|
+
}
|
|
4652
|
+
|
|
4653
|
+
.vads-u-font-size--sans-2xl {
|
|
4654
|
+
font-family: Source Sans Pro Web, "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
|
|
4655
|
+
font-size: 2.66rem;
|
|
4656
|
+
}
|
|
4657
|
+
|
|
4658
|
+
.vads-u-font-size--serif-2xs {
|
|
4659
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4660
|
+
font-size: 0.87rem;
|
|
4661
|
+
}
|
|
4662
|
+
|
|
4663
|
+
.vads-u-font-size--serif-xs {
|
|
4664
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4665
|
+
font-size: 0.93rem;
|
|
4666
|
+
}
|
|
4667
|
+
|
|
4668
|
+
.vads-u-font-size--serif-sm {
|
|
4669
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4670
|
+
font-size: 0.99rem;
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
.vads-u-font-size--serif-md {
|
|
4674
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4675
|
+
font-size: 1.05rem;
|
|
4676
|
+
}
|
|
4677
|
+
|
|
4678
|
+
.vads-u-font-size--serif-lg {
|
|
4679
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4680
|
+
font-size: 1.36rem;
|
|
4681
|
+
}
|
|
4682
|
+
|
|
4683
|
+
.vads-u-font-size--serif-xl {
|
|
4684
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4685
|
+
font-size: 1.98rem;
|
|
4686
|
+
}
|
|
4687
|
+
|
|
4688
|
+
.vads-u-font-size--serif-2xl {
|
|
4689
|
+
font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
|
|
4690
|
+
font-size: 2.48rem;
|
|
4691
|
+
}
|
|
4692
|
+
|
|
4693
|
+
.vads-u-font-size--mono-2xs {
|
|
4694
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4695
|
+
font-size: 0.83rem;
|
|
4696
|
+
}
|
|
4697
|
+
|
|
4698
|
+
.vads-u-font-size--mono-xs {
|
|
4699
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4700
|
+
font-size: 0.89rem;
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4703
|
+
.vads-u-font-size--mono-sm {
|
|
4704
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4705
|
+
font-size: 0.95rem;
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
.vads-u-font-size--mono-md {
|
|
4709
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4710
|
+
font-size: 1.01rem;
|
|
4711
|
+
}
|
|
4712
|
+
|
|
4713
|
+
.vads-u-font-size--mono-lg {
|
|
4714
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4715
|
+
font-size: 1.31rem;
|
|
4716
|
+
}
|
|
4717
|
+
|
|
4718
|
+
.vads-u-font-size--mono-xl {
|
|
4719
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4720
|
+
font-size: 1.91rem;
|
|
4721
|
+
}
|
|
4722
|
+
|
|
4723
|
+
.vads-u-font-size--mono-2xl {
|
|
4724
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace;
|
|
4725
|
+
font-size: 2.38rem;
|
|
4726
|
+
}
|
|
4727
|
+
|
|
4228
4728
|
.vads-u-visibility--screen-reader {
|
|
4229
4729
|
position: absolute;
|
|
4230
4730
|
left: -999em;
|
|
@@ -5803,6 +6303,10 @@ through all possible variants
|
|
|
5803
6303
|
font-family: Bitter, Georgia, Cambria, Times New Roman, Times, serif !important;
|
|
5804
6304
|
}
|
|
5805
6305
|
|
|
6306
|
+
.vads-u-font-family--mono {
|
|
6307
|
+
font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace !important;
|
|
6308
|
+
}
|
|
6309
|
+
|
|
5806
6310
|
.vads-u-font-size--source-sans-normalized {
|
|
5807
6311
|
font-size: 1.063rem !important;
|
|
5808
6312
|
}
|
|
@@ -5927,6 +6431,14 @@ through all possible variants
|
|
|
5927
6431
|
line-height: 1.75 !important;
|
|
5928
6432
|
}
|
|
5929
6433
|
|
|
6434
|
+
.vads-u-line-height--serif {
|
|
6435
|
+
line-height: 1.9 !important;
|
|
6436
|
+
}
|
|
6437
|
+
|
|
6438
|
+
.vads-u-line-height--mono {
|
|
6439
|
+
line-height: 1.7 !important;
|
|
6440
|
+
}
|
|
6441
|
+
|
|
5930
6442
|
.vads-u-margin--0 {
|
|
5931
6443
|
margin: 0 !important;
|
|
5932
6444
|
}
|
|
@@ -7646,6 +8158,12 @@ through all possible variants
|
|
|
7646
8158
|
.mobile\:vads-u-line-height--6 {
|
|
7647
8159
|
line-height: 1.75 !important;
|
|
7648
8160
|
}
|
|
8161
|
+
.mobile\:vads-u-line-height--serif {
|
|
8162
|
+
line-height: 1.9 !important;
|
|
8163
|
+
}
|
|
8164
|
+
.mobile\:vads-u-line-height--mono {
|
|
8165
|
+
line-height: 1.7 !important;
|
|
8166
|
+
}
|
|
7649
8167
|
.mobile\:vads-u-margin--0 {
|
|
7650
8168
|
margin: 0 !important;
|
|
7651
8169
|
}
|
|
@@ -9036,6 +9554,12 @@ through all possible variants
|
|
|
9036
9554
|
.mobile-lg\:vads-u-line-height--6 {
|
|
9037
9555
|
line-height: 1.75 !important;
|
|
9038
9556
|
}
|
|
9557
|
+
.mobile-lg\:vads-u-line-height--serif {
|
|
9558
|
+
line-height: 1.9 !important;
|
|
9559
|
+
}
|
|
9560
|
+
.mobile-lg\:vads-u-line-height--mono {
|
|
9561
|
+
line-height: 1.7 !important;
|
|
9562
|
+
}
|
|
9039
9563
|
.mobile-lg\:vads-u-margin--0 {
|
|
9040
9564
|
margin: 0 !important;
|
|
9041
9565
|
}
|
|
@@ -10426,6 +10950,12 @@ through all possible variants
|
|
|
10426
10950
|
.tablet\:vads-u-line-height--6 {
|
|
10427
10951
|
line-height: 1.75 !important;
|
|
10428
10952
|
}
|
|
10953
|
+
.tablet\:vads-u-line-height--serif {
|
|
10954
|
+
line-height: 1.9 !important;
|
|
10955
|
+
}
|
|
10956
|
+
.tablet\:vads-u-line-height--mono {
|
|
10957
|
+
line-height: 1.7 !important;
|
|
10958
|
+
}
|
|
10429
10959
|
.tablet\:vads-u-margin--0 {
|
|
10430
10960
|
margin: 0 !important;
|
|
10431
10961
|
}
|
|
@@ -11816,6 +12346,12 @@ through all possible variants
|
|
|
11816
12346
|
.desktop\:vads-u-line-height--6 {
|
|
11817
12347
|
line-height: 1.75 !important;
|
|
11818
12348
|
}
|
|
12349
|
+
.desktop\:vads-u-line-height--serif {
|
|
12350
|
+
line-height: 1.9 !important;
|
|
12351
|
+
}
|
|
12352
|
+
.desktop\:vads-u-line-height--mono {
|
|
12353
|
+
line-height: 1.7 !important;
|
|
12354
|
+
}
|
|
11819
12355
|
.desktop\:vads-u-margin--0 {
|
|
11820
12356
|
margin: 0 !important;
|
|
11821
12357
|
}
|
|
@@ -13206,6 +13742,12 @@ through all possible variants
|
|
|
13206
13742
|
.desktop-lg\:vads-u-line-height--6 {
|
|
13207
13743
|
line-height: 1.75 !important;
|
|
13208
13744
|
}
|
|
13745
|
+
.desktop-lg\:vads-u-line-height--serif {
|
|
13746
|
+
line-height: 1.9 !important;
|
|
13747
|
+
}
|
|
13748
|
+
.desktop-lg\:vads-u-line-height--mono {
|
|
13749
|
+
line-height: 1.7 !important;
|
|
13750
|
+
}
|
|
13209
13751
|
.desktop-lg\:vads-u-margin--0 {
|
|
13210
13752
|
margin: 0 !important;
|
|
13211
13753
|
}
|
|
@@ -14250,352 +14792,1754 @@ through all possible variants
|
|
|
14250
14792
|
max-width: 100% !important;
|
|
14251
14793
|
}
|
|
14252
14794
|
}
|
|
14253
|
-
@media all and (min-width:
|
|
14254
|
-
.
|
|
14795
|
+
@media all and (min-width: 87.5em) {
|
|
14796
|
+
.widescreen\:vads-u-border--0 {
|
|
14255
14797
|
border: 0 !important;
|
|
14256
14798
|
}
|
|
14257
|
-
.
|
|
14799
|
+
.widescreen\:vads-u-border-top--0 {
|
|
14258
14800
|
border-top: 0 !important;
|
|
14259
14801
|
}
|
|
14260
|
-
.
|
|
14802
|
+
.widescreen\:vads-u-border-right--0 {
|
|
14261
14803
|
border-right: 0 !important;
|
|
14262
14804
|
}
|
|
14263
|
-
.
|
|
14805
|
+
.widescreen\:vads-u-border-bottom--0 {
|
|
14264
14806
|
border-bottom: 0 !important;
|
|
14265
14807
|
}
|
|
14266
|
-
.
|
|
14808
|
+
.widescreen\:vads-u-border-left--0 {
|
|
14267
14809
|
border-left: 0 !important;
|
|
14268
14810
|
}
|
|
14269
|
-
.
|
|
14811
|
+
.widescreen\:vads-u-border--1px {
|
|
14270
14812
|
border: 1px solid !important;
|
|
14271
14813
|
}
|
|
14272
|
-
.
|
|
14814
|
+
.widescreen\:vads-u-border-top--1px {
|
|
14273
14815
|
border-top: 1px solid !important;
|
|
14274
14816
|
}
|
|
14275
|
-
.
|
|
14817
|
+
.widescreen\:vads-u-border-right--1px {
|
|
14276
14818
|
border-right: 1px solid !important;
|
|
14277
14819
|
}
|
|
14278
|
-
.
|
|
14820
|
+
.widescreen\:vads-u-border-bottom--1px {
|
|
14279
14821
|
border-bottom: 1px solid !important;
|
|
14280
14822
|
}
|
|
14281
|
-
.
|
|
14823
|
+
.widescreen\:vads-u-border-left--1px {
|
|
14282
14824
|
border-left: 1px solid !important;
|
|
14283
14825
|
}
|
|
14284
|
-
.
|
|
14826
|
+
.widescreen\:vads-u-border--2px {
|
|
14285
14827
|
border: 2px solid !important;
|
|
14286
14828
|
}
|
|
14287
|
-
.
|
|
14829
|
+
.widescreen\:vads-u-border-top--2px {
|
|
14288
14830
|
border-top: 2px solid !important;
|
|
14289
14831
|
}
|
|
14290
|
-
.
|
|
14832
|
+
.widescreen\:vads-u-border-right--2px {
|
|
14291
14833
|
border-right: 2px solid !important;
|
|
14292
14834
|
}
|
|
14293
|
-
.
|
|
14835
|
+
.widescreen\:vads-u-border-bottom--2px {
|
|
14294
14836
|
border-bottom: 2px solid !important;
|
|
14295
14837
|
}
|
|
14296
|
-
.
|
|
14838
|
+
.widescreen\:vads-u-border-left--2px {
|
|
14297
14839
|
border-left: 2px solid !important;
|
|
14298
14840
|
}
|
|
14299
|
-
.
|
|
14841
|
+
.widescreen\:vads-u-border--3px {
|
|
14300
14842
|
border: 3px solid !important;
|
|
14301
14843
|
}
|
|
14302
|
-
.
|
|
14844
|
+
.widescreen\:vads-u-border-top--3px {
|
|
14303
14845
|
border-top: 3px solid !important;
|
|
14304
14846
|
}
|
|
14305
|
-
.
|
|
14847
|
+
.widescreen\:vads-u-border-right--3px {
|
|
14306
14848
|
border-right: 3px solid !important;
|
|
14307
14849
|
}
|
|
14308
|
-
.
|
|
14850
|
+
.widescreen\:vads-u-border-bottom--3px {
|
|
14309
14851
|
border-bottom: 3px solid !important;
|
|
14310
14852
|
}
|
|
14311
|
-
.
|
|
14853
|
+
.widescreen\:vads-u-border-left--3px {
|
|
14312
14854
|
border-left: 3px solid !important;
|
|
14313
14855
|
}
|
|
14314
|
-
.
|
|
14856
|
+
.widescreen\:vads-u-border--4px {
|
|
14315
14857
|
border: 4px solid !important;
|
|
14316
14858
|
}
|
|
14317
|
-
.
|
|
14859
|
+
.widescreen\:vads-u-border-top--4px {
|
|
14318
14860
|
border-top: 4px solid !important;
|
|
14319
14861
|
}
|
|
14320
|
-
.
|
|
14862
|
+
.widescreen\:vads-u-border-right--4px {
|
|
14321
14863
|
border-right: 4px solid !important;
|
|
14322
14864
|
}
|
|
14323
|
-
.
|
|
14865
|
+
.widescreen\:vads-u-border-bottom--4px {
|
|
14324
14866
|
border-bottom: 4px solid !important;
|
|
14325
14867
|
}
|
|
14326
|
-
.
|
|
14868
|
+
.widescreen\:vads-u-border-left--4px {
|
|
14327
14869
|
border-left: 4px solid !important;
|
|
14328
14870
|
}
|
|
14329
|
-
.
|
|
14871
|
+
.widescreen\:vads-u-border--5px {
|
|
14330
14872
|
border: 5px solid !important;
|
|
14331
14873
|
}
|
|
14332
|
-
.
|
|
14874
|
+
.widescreen\:vads-u-border-top--5px {
|
|
14333
14875
|
border-top: 5px solid !important;
|
|
14334
14876
|
}
|
|
14335
|
-
.
|
|
14877
|
+
.widescreen\:vads-u-border-right--5px {
|
|
14336
14878
|
border-right: 5px solid !important;
|
|
14337
14879
|
}
|
|
14338
|
-
.
|
|
14880
|
+
.widescreen\:vads-u-border-bottom--5px {
|
|
14339
14881
|
border-bottom: 5px solid !important;
|
|
14340
14882
|
}
|
|
14341
|
-
.
|
|
14883
|
+
.widescreen\:vads-u-border-left--5px {
|
|
14342
14884
|
border-left: 5px solid !important;
|
|
14343
14885
|
}
|
|
14344
|
-
.
|
|
14886
|
+
.widescreen\:vads-u-border--7px {
|
|
14345
14887
|
border: 7px solid !important;
|
|
14346
14888
|
}
|
|
14347
|
-
.
|
|
14889
|
+
.widescreen\:vads-u-border-top--7px {
|
|
14348
14890
|
border-top: 7px solid !important;
|
|
14349
14891
|
}
|
|
14350
|
-
.
|
|
14892
|
+
.widescreen\:vads-u-border-right--7px {
|
|
14351
14893
|
border-right: 7px solid !important;
|
|
14352
14894
|
}
|
|
14353
|
-
.
|
|
14895
|
+
.widescreen\:vads-u-border-bottom--7px {
|
|
14354
14896
|
border-bottom: 7px solid !important;
|
|
14355
14897
|
}
|
|
14356
|
-
.
|
|
14898
|
+
.widescreen\:vads-u-border-left--7px {
|
|
14357
14899
|
border-left: 7px solid !important;
|
|
14358
14900
|
}
|
|
14359
|
-
.
|
|
14901
|
+
.widescreen\:vads-u-border--10px {
|
|
14360
14902
|
border: 10px solid !important;
|
|
14361
14903
|
}
|
|
14362
|
-
.
|
|
14904
|
+
.widescreen\:vads-u-border-top--10px {
|
|
14363
14905
|
border-top: 10px solid !important;
|
|
14364
14906
|
}
|
|
14365
|
-
.
|
|
14907
|
+
.widescreen\:vads-u-border-right--10px {
|
|
14366
14908
|
border-right: 10px solid !important;
|
|
14367
14909
|
}
|
|
14368
|
-
.
|
|
14910
|
+
.widescreen\:vads-u-border-bottom--10px {
|
|
14369
14911
|
border-bottom: 10px solid !important;
|
|
14370
14912
|
}
|
|
14371
|
-
.
|
|
14913
|
+
.widescreen\:vads-u-border-left--10px {
|
|
14372
14914
|
border-left: 10px solid !important;
|
|
14373
14915
|
}
|
|
14374
|
-
.
|
|
14916
|
+
.widescreen\:vads-u-display--block {
|
|
14375
14917
|
display: block !important;
|
|
14376
14918
|
}
|
|
14377
|
-
.
|
|
14919
|
+
.widescreen\:vads-u-display--inline {
|
|
14378
14920
|
display: inline !important;
|
|
14379
14921
|
}
|
|
14380
|
-
.
|
|
14922
|
+
.widescreen\:vads-u-display--inline-block {
|
|
14381
14923
|
display: inline-block !important;
|
|
14382
14924
|
}
|
|
14383
|
-
.
|
|
14925
|
+
.widescreen\:vads-u-display--flex {
|
|
14384
14926
|
display: flex !important;
|
|
14385
14927
|
}
|
|
14386
|
-
.
|
|
14928
|
+
.widescreen\:vads-u-display--none {
|
|
14387
14929
|
display: none !important;
|
|
14388
14930
|
}
|
|
14389
|
-
.
|
|
14931
|
+
.widescreen\:vads-u-flex--1 {
|
|
14390
14932
|
flex: 1 0 0% !important;
|
|
14391
14933
|
}
|
|
14392
|
-
.
|
|
14934
|
+
.widescreen\:vads-u-flex--2 {
|
|
14393
14935
|
flex: 2 0 0% !important;
|
|
14394
14936
|
}
|
|
14395
|
-
.
|
|
14937
|
+
.widescreen\:vads-u-flex--3 {
|
|
14396
14938
|
flex: 3 0 0% !important;
|
|
14397
14939
|
}
|
|
14398
|
-
.
|
|
14940
|
+
.widescreen\:vads-u-flex--4 {
|
|
14399
14941
|
flex: 4 0 0% !important;
|
|
14400
14942
|
}
|
|
14401
|
-
.
|
|
14943
|
+
.widescreen\:vads-u-flex--auto {
|
|
14402
14944
|
flex: 0 0 auto !important;
|
|
14403
14945
|
}
|
|
14404
|
-
.
|
|
14946
|
+
.widescreen\:vads-u-flex--fill {
|
|
14405
14947
|
flex: 1 0 0% !important;
|
|
14406
14948
|
}
|
|
14407
|
-
.
|
|
14949
|
+
.widescreen\:vads-u-flex-direction--column {
|
|
14408
14950
|
flex-direction: column !important;
|
|
14409
14951
|
}
|
|
14410
|
-
.
|
|
14952
|
+
.widescreen\:vads-u-flex-direction--row {
|
|
14411
14953
|
flex-direction: row !important;
|
|
14412
14954
|
}
|
|
14413
|
-
.
|
|
14955
|
+
.widescreen\:vads-u-flex-direction--column-reverse {
|
|
14414
14956
|
flex-direction: column-reverse !important;
|
|
14415
14957
|
}
|
|
14416
|
-
.
|
|
14958
|
+
.widescreen\:vads-u-flex-direction--row-reverse {
|
|
14417
14959
|
flex-direction: row-reverse !important;
|
|
14418
14960
|
}
|
|
14419
|
-
.
|
|
14961
|
+
.widescreen\:vads-u-flex-wrap--nowrap {
|
|
14420
14962
|
flex-wrap: nowrap !important;
|
|
14421
14963
|
}
|
|
14422
|
-
.
|
|
14964
|
+
.widescreen\:vads-u-flex-wrap--wrap {
|
|
14423
14965
|
flex-wrap: wrap !important;
|
|
14424
14966
|
}
|
|
14425
|
-
.
|
|
14967
|
+
.widescreen\:vads-u-flex-wrap--wrap-reverse {
|
|
14426
14968
|
flex-wrap: wrap-reverse !important;
|
|
14427
14969
|
}
|
|
14428
|
-
.
|
|
14970
|
+
.widescreen\:vads-u-align-items--stretch {
|
|
14429
14971
|
align-items: stretch !important;
|
|
14430
14972
|
}
|
|
14431
|
-
.
|
|
14973
|
+
.widescreen\:vads-u-align-items--flex-start {
|
|
14432
14974
|
align-items: flex-start !important;
|
|
14433
14975
|
}
|
|
14434
|
-
.
|
|
14976
|
+
.widescreen\:vads-u-align-items--flex-end {
|
|
14435
14977
|
align-items: flex-end !important;
|
|
14436
14978
|
}
|
|
14437
|
-
.
|
|
14979
|
+
.widescreen\:vads-u-align-items--center {
|
|
14438
14980
|
align-items: center !important;
|
|
14439
14981
|
}
|
|
14440
|
-
.
|
|
14982
|
+
.widescreen\:vads-u-align-items--baseline {
|
|
14441
14983
|
align-items: baseline !important;
|
|
14442
14984
|
}
|
|
14443
|
-
.
|
|
14985
|
+
.widescreen\:vads-u-justify-content--flex-start {
|
|
14444
14986
|
justify-content: flex-start !important;
|
|
14445
14987
|
}
|
|
14446
|
-
.
|
|
14988
|
+
.widescreen\:vads-u-justify-content--flex-end {
|
|
14447
14989
|
justify-content: flex-end !important;
|
|
14448
14990
|
}
|
|
14449
|
-
.
|
|
14991
|
+
.widescreen\:vads-u-justify-content--center {
|
|
14450
14992
|
justify-content: center !important;
|
|
14451
14993
|
}
|
|
14452
|
-
.
|
|
14994
|
+
.widescreen\:vads-u-justify-content--space-between {
|
|
14453
14995
|
justify-content: space-between !important;
|
|
14454
14996
|
}
|
|
14455
|
-
.
|
|
14997
|
+
.widescreen\:vads-u-justify-content--space-around {
|
|
14456
14998
|
justify-content: space-around !important;
|
|
14457
14999
|
}
|
|
14458
|
-
.
|
|
15000
|
+
.widescreen\:vads-u-justify-content--space-evenly {
|
|
14459
15001
|
justify-content: space-evenly !important;
|
|
14460
15002
|
}
|
|
14461
|
-
.
|
|
15003
|
+
.widescreen\:vads-u-align-content--flex-start {
|
|
14462
15004
|
align-content: flex-start !important;
|
|
14463
15005
|
}
|
|
14464
|
-
.
|
|
15006
|
+
.widescreen\:vads-u-align-content--flex-end {
|
|
14465
15007
|
align-content: flex-end !important;
|
|
14466
15008
|
}
|
|
14467
|
-
.
|
|
15009
|
+
.widescreen\:vads-u-align-content--center {
|
|
14468
15010
|
align-content: center !important;
|
|
14469
15011
|
}
|
|
14470
|
-
.
|
|
15012
|
+
.widescreen\:vads-u-align-content--space-between {
|
|
14471
15013
|
align-content: space-between !important;
|
|
14472
15014
|
}
|
|
14473
|
-
.
|
|
15015
|
+
.widescreen\:vads-u-align-content--space-around {
|
|
14474
15016
|
align-content: space-around !important;
|
|
14475
15017
|
}
|
|
14476
|
-
.
|
|
15018
|
+
.widescreen\:vads-u-align-content--stretch {
|
|
14477
15019
|
align-content: stretch !important;
|
|
14478
15020
|
}
|
|
14479
|
-
.
|
|
15021
|
+
.widescreen\:vads-u-align-self--auto {
|
|
14480
15022
|
align-self: auto !important;
|
|
14481
15023
|
}
|
|
14482
|
-
.
|
|
15024
|
+
.widescreen\:vads-u-align-self--flex-start {
|
|
14483
15025
|
align-self: flex-start !important;
|
|
14484
15026
|
}
|
|
14485
|
-
.
|
|
15027
|
+
.widescreen\:vads-u-align-self--flex-end {
|
|
14486
15028
|
align-self: flex-end !important;
|
|
14487
15029
|
}
|
|
14488
|
-
.
|
|
15030
|
+
.widescreen\:vads-u-align-self--center {
|
|
14489
15031
|
align-self: center !important;
|
|
14490
15032
|
}
|
|
14491
|
-
.
|
|
15033
|
+
.widescreen\:vads-u-align-self--baseline {
|
|
14492
15034
|
align-self: baseline !important;
|
|
14493
15035
|
}
|
|
14494
|
-
.
|
|
15036
|
+
.widescreen\:vads-u-align-self--stretch {
|
|
14495
15037
|
align-self: stretch !important;
|
|
14496
15038
|
}
|
|
14497
|
-
.
|
|
15039
|
+
.widescreen\:vads-u-order--1 {
|
|
14498
15040
|
order: 1 !important;
|
|
14499
15041
|
}
|
|
14500
|
-
.
|
|
15042
|
+
.widescreen\:vads-u-order--2 {
|
|
14501
15043
|
order: 2 !important;
|
|
14502
15044
|
}
|
|
14503
|
-
.
|
|
15045
|
+
.widescreen\:vads-u-order--3 {
|
|
14504
15046
|
order: 3 !important;
|
|
14505
15047
|
}
|
|
14506
|
-
.
|
|
15048
|
+
.widescreen\:vads-u-order--4 {
|
|
14507
15049
|
order: 4 !important;
|
|
14508
15050
|
}
|
|
14509
|
-
.
|
|
15051
|
+
.widescreen\:vads-u-order--first {
|
|
14510
15052
|
order: -1 !important;
|
|
14511
15053
|
}
|
|
14512
|
-
.
|
|
15054
|
+
.widescreen\:vads-u-order--last {
|
|
14513
15055
|
order: 999 !important;
|
|
14514
15056
|
}
|
|
14515
|
-
.
|
|
15057
|
+
.widescreen\:vads-u-order--initial {
|
|
14516
15058
|
order: 0 !important;
|
|
14517
15059
|
}
|
|
14518
|
-
.
|
|
15060
|
+
.widescreen\:vads-u-font-size--source-sans-normalized {
|
|
14519
15061
|
font-size: 1.063rem !important;
|
|
14520
15062
|
}
|
|
14521
|
-
.
|
|
15063
|
+
.widescreen\:vads-u-font-size--sm {
|
|
14522
15064
|
font-size: 0.938rem !important;
|
|
14523
15065
|
}
|
|
14524
|
-
.
|
|
15066
|
+
.widescreen\:vads-u-font-size--base {
|
|
14525
15067
|
font-size: 1rem !important;
|
|
14526
15068
|
}
|
|
14527
|
-
.
|
|
15069
|
+
.widescreen\:vads-u-font-size--md {
|
|
14528
15070
|
font-size: 1.063rem !important;
|
|
14529
15071
|
}
|
|
14530
|
-
.
|
|
15072
|
+
.widescreen\:vads-u-font-size--lg {
|
|
14531
15073
|
font-size: 1.25rem !important;
|
|
14532
15074
|
}
|
|
14533
|
-
.
|
|
15075
|
+
.widescreen\:vads-u-font-size--xl {
|
|
14534
15076
|
font-size: 2rem !important;
|
|
14535
15077
|
}
|
|
14536
|
-
.
|
|
15078
|
+
.widescreen\:vads-u-font-size--2xl {
|
|
14537
15079
|
font-size: 2.5rem !important;
|
|
14538
15080
|
}
|
|
14539
|
-
.
|
|
15081
|
+
.widescreen\:vads-u-font-size--h1 {
|
|
14540
15082
|
font-size: 2.5rem !important;
|
|
14541
15083
|
}
|
|
14542
|
-
.
|
|
15084
|
+
.widescreen\:vads-u-font-size--h2 {
|
|
14543
15085
|
font-size: 2rem !important;
|
|
14544
15086
|
}
|
|
14545
|
-
.
|
|
15087
|
+
.widescreen\:vads-u-font-size--h3 {
|
|
14546
15088
|
font-size: 1.25rem !important;
|
|
14547
15089
|
}
|
|
14548
|
-
.
|
|
15090
|
+
.widescreen\:vads-u-font-size--h4 {
|
|
14549
15091
|
font-size: 1.063rem !important;
|
|
14550
15092
|
}
|
|
14551
|
-
.
|
|
15093
|
+
.widescreen\:vads-u-font-size--h5 {
|
|
14552
15094
|
font-size: 0.938rem !important;
|
|
14553
15095
|
}
|
|
14554
|
-
.
|
|
15096
|
+
.widescreen\:vads-u-font-size--h6 {
|
|
14555
15097
|
font-size: 0.938rem !important;
|
|
14556
15098
|
}
|
|
14557
|
-
.
|
|
15099
|
+
.widescreen\:vads-u-height--0 {
|
|
14558
15100
|
height: 0px !important;
|
|
14559
15101
|
}
|
|
14560
|
-
.
|
|
15102
|
+
.widescreen\:vads-u-height--full {
|
|
14561
15103
|
height: 100% !important;
|
|
14562
15104
|
}
|
|
14563
|
-
.
|
|
15105
|
+
.widescreen\:vads-u-height--auto {
|
|
14564
15106
|
height: auto !important;
|
|
14565
15107
|
}
|
|
14566
|
-
.
|
|
15108
|
+
.widescreen\:vads-u-height--viewport {
|
|
14567
15109
|
height: 100vh !important;
|
|
14568
15110
|
}
|
|
14569
|
-
.
|
|
15111
|
+
.widescreen\:vads-u-min-height--none {
|
|
14570
15112
|
min-height: none !important;
|
|
14571
15113
|
}
|
|
14572
|
-
.
|
|
15114
|
+
.widescreen\:vads-u-min-height--viewport {
|
|
14573
15115
|
min-height: 100vh !important;
|
|
14574
15116
|
}
|
|
14575
|
-
.
|
|
15117
|
+
.widescreen\:vads-u-max-height--none {
|
|
14576
15118
|
max-height: none !important;
|
|
14577
15119
|
}
|
|
14578
|
-
.
|
|
15120
|
+
.widescreen\:vads-u-max-height--viewport {
|
|
14579
15121
|
max-height: 100vh !important;
|
|
14580
15122
|
}
|
|
14581
|
-
.
|
|
15123
|
+
.widescreen\:vads-u-line-height--1 {
|
|
14582
15124
|
line-height: 1 !important;
|
|
14583
15125
|
}
|
|
14584
|
-
.
|
|
15126
|
+
.widescreen\:vads-u-line-height--2 {
|
|
14585
15127
|
line-height: 1.15 !important;
|
|
14586
15128
|
}
|
|
14587
|
-
.
|
|
15129
|
+
.widescreen\:vads-u-line-height--3 {
|
|
14588
15130
|
line-height: 1.35 !important;
|
|
14589
15131
|
}
|
|
14590
|
-
.
|
|
15132
|
+
.widescreen\:vads-u-line-height--4 {
|
|
14591
15133
|
line-height: 1.5 !important;
|
|
14592
15134
|
}
|
|
14593
|
-
.
|
|
15135
|
+
.widescreen\:vads-u-line-height--5 {
|
|
14594
15136
|
line-height: 1.62 !important;
|
|
14595
15137
|
}
|
|
14596
|
-
.
|
|
15138
|
+
.widescreen\:vads-u-line-height--6 {
|
|
14597
15139
|
line-height: 1.75 !important;
|
|
14598
15140
|
}
|
|
15141
|
+
.widescreen\:vads-u-line-height--serif {
|
|
15142
|
+
line-height: 1.9 !important;
|
|
15143
|
+
}
|
|
15144
|
+
.widescreen\:vads-u-line-height--mono {
|
|
15145
|
+
line-height: 1.7 !important;
|
|
15146
|
+
}
|
|
15147
|
+
.widescreen\:vads-u-margin--0 {
|
|
15148
|
+
margin: 0 !important;
|
|
15149
|
+
}
|
|
15150
|
+
.widescreen\:vads-u-margin--1px {
|
|
15151
|
+
margin: 1px !important;
|
|
15152
|
+
}
|
|
15153
|
+
.widescreen\:vads-u-margin--0p25 {
|
|
15154
|
+
margin: 2px !important;
|
|
15155
|
+
}
|
|
15156
|
+
.widescreen\:vads-u-margin--0p5 {
|
|
15157
|
+
margin: 0.25rem !important;
|
|
15158
|
+
}
|
|
15159
|
+
.widescreen\:vads-u-margin--1 {
|
|
15160
|
+
margin: 0.5rem !important;
|
|
15161
|
+
}
|
|
15162
|
+
.widescreen\:vads-u-margin--1p5 {
|
|
15163
|
+
margin: 0.75rem !important;
|
|
15164
|
+
}
|
|
15165
|
+
.widescreen\:vads-u-margin--2 {
|
|
15166
|
+
margin: 1rem !important;
|
|
15167
|
+
}
|
|
15168
|
+
.widescreen\:vads-u-margin--2p5 {
|
|
15169
|
+
margin: 1.25rem !important;
|
|
15170
|
+
}
|
|
15171
|
+
.widescreen\:vads-u-margin--3 {
|
|
15172
|
+
margin: 1.5rem !important;
|
|
15173
|
+
}
|
|
15174
|
+
.widescreen\:vads-u-margin--4 {
|
|
15175
|
+
margin: 2rem !important;
|
|
15176
|
+
}
|
|
15177
|
+
.widescreen\:vads-u-margin--5 {
|
|
15178
|
+
margin: 2.5rem !important;
|
|
15179
|
+
}
|
|
15180
|
+
.widescreen\:vads-u-margin--6 {
|
|
15181
|
+
margin: 3rem !important;
|
|
15182
|
+
}
|
|
15183
|
+
.widescreen\:vads-u-margin--7 {
|
|
15184
|
+
margin: 3.5rem !important;
|
|
15185
|
+
}
|
|
15186
|
+
.widescreen\:vads-u-margin--8 {
|
|
15187
|
+
margin: 4rem !important;
|
|
15188
|
+
}
|
|
15189
|
+
.widescreen\:vads-u-margin--9 {
|
|
15190
|
+
margin: 4.5rem !important;
|
|
15191
|
+
}
|
|
15192
|
+
.widescreen\:vads-u-margin-y--0 {
|
|
15193
|
+
margin-top: 0 !important;
|
|
15194
|
+
margin-bottom: 0 !important;
|
|
15195
|
+
}
|
|
15196
|
+
.widescreen\:vads-u-margin-top--0 {
|
|
15197
|
+
margin-top: 0 !important;
|
|
15198
|
+
}
|
|
15199
|
+
.widescreen\:vads-u-margin-bottom--0 {
|
|
15200
|
+
margin-bottom: 0 !important;
|
|
15201
|
+
}
|
|
15202
|
+
.widescreen\:vads-u-margin-y--1px {
|
|
15203
|
+
margin-top: 1px !important;
|
|
15204
|
+
margin-bottom: 1px !important;
|
|
15205
|
+
}
|
|
15206
|
+
.widescreen\:vads-u-margin-top--1px {
|
|
15207
|
+
margin-top: 1px !important;
|
|
15208
|
+
}
|
|
15209
|
+
.widescreen\:vads-u-margin-bottom--1px {
|
|
15210
|
+
margin-bottom: 1px !important;
|
|
15211
|
+
}
|
|
15212
|
+
.widescreen\:vads-u-margin-y--0p25 {
|
|
15213
|
+
margin-top: 2px !important;
|
|
15214
|
+
margin-bottom: 2px !important;
|
|
15215
|
+
}
|
|
15216
|
+
.widescreen\:vads-u-margin-top--0p25 {
|
|
15217
|
+
margin-top: 2px !important;
|
|
15218
|
+
}
|
|
15219
|
+
.widescreen\:vads-u-margin-bottom--0p25 {
|
|
15220
|
+
margin-bottom: 2px !important;
|
|
15221
|
+
}
|
|
15222
|
+
.widescreen\:vads-u-margin-y--0p5 {
|
|
15223
|
+
margin-top: 0.25rem !important;
|
|
15224
|
+
margin-bottom: 0.25rem !important;
|
|
15225
|
+
}
|
|
15226
|
+
.widescreen\:vads-u-margin-top--0p5 {
|
|
15227
|
+
margin-top: 0.25rem !important;
|
|
15228
|
+
}
|
|
15229
|
+
.widescreen\:vads-u-margin-bottom--0p5 {
|
|
15230
|
+
margin-bottom: 0.25rem !important;
|
|
15231
|
+
}
|
|
15232
|
+
.widescreen\:vads-u-margin-y--1 {
|
|
15233
|
+
margin-top: 0.5rem !important;
|
|
15234
|
+
margin-bottom: 0.5rem !important;
|
|
15235
|
+
}
|
|
15236
|
+
.widescreen\:vads-u-margin-top--1 {
|
|
15237
|
+
margin-top: 0.5rem !important;
|
|
15238
|
+
}
|
|
15239
|
+
.widescreen\:vads-u-margin-bottom--1 {
|
|
15240
|
+
margin-bottom: 0.5rem !important;
|
|
15241
|
+
}
|
|
15242
|
+
.widescreen\:vads-u-margin-y--1p5 {
|
|
15243
|
+
margin-top: 0.75rem !important;
|
|
15244
|
+
margin-bottom: 0.75rem !important;
|
|
15245
|
+
}
|
|
15246
|
+
.widescreen\:vads-u-margin-top--1p5 {
|
|
15247
|
+
margin-top: 0.75rem !important;
|
|
15248
|
+
}
|
|
15249
|
+
.widescreen\:vads-u-margin-bottom--1p5 {
|
|
15250
|
+
margin-bottom: 0.75rem !important;
|
|
15251
|
+
}
|
|
15252
|
+
.widescreen\:vads-u-margin-y--2 {
|
|
15253
|
+
margin-top: 1rem !important;
|
|
15254
|
+
margin-bottom: 1rem !important;
|
|
15255
|
+
}
|
|
15256
|
+
.widescreen\:vads-u-margin-top--2 {
|
|
15257
|
+
margin-top: 1rem !important;
|
|
15258
|
+
}
|
|
15259
|
+
.widescreen\:vads-u-margin-bottom--2 {
|
|
15260
|
+
margin-bottom: 1rem !important;
|
|
15261
|
+
}
|
|
15262
|
+
.widescreen\:vads-u-margin-y--2p5 {
|
|
15263
|
+
margin-top: 1.25rem !important;
|
|
15264
|
+
margin-bottom: 1.25rem !important;
|
|
15265
|
+
}
|
|
15266
|
+
.widescreen\:vads-u-margin-top--2p5 {
|
|
15267
|
+
margin-top: 1.25rem !important;
|
|
15268
|
+
}
|
|
15269
|
+
.widescreen\:vads-u-margin-bottom--2p5 {
|
|
15270
|
+
margin-bottom: 1.25rem !important;
|
|
15271
|
+
}
|
|
15272
|
+
.widescreen\:vads-u-margin-y--3 {
|
|
15273
|
+
margin-top: 1.5rem !important;
|
|
15274
|
+
margin-bottom: 1.5rem !important;
|
|
15275
|
+
}
|
|
15276
|
+
.widescreen\:vads-u-margin-top--3 {
|
|
15277
|
+
margin-top: 1.5rem !important;
|
|
15278
|
+
}
|
|
15279
|
+
.widescreen\:vads-u-margin-bottom--3 {
|
|
15280
|
+
margin-bottom: 1.5rem !important;
|
|
15281
|
+
}
|
|
15282
|
+
.widescreen\:vads-u-margin-y--4 {
|
|
15283
|
+
margin-top: 2rem !important;
|
|
15284
|
+
margin-bottom: 2rem !important;
|
|
15285
|
+
}
|
|
15286
|
+
.widescreen\:vads-u-margin-top--4 {
|
|
15287
|
+
margin-top: 2rem !important;
|
|
15288
|
+
}
|
|
15289
|
+
.widescreen\:vads-u-margin-bottom--4 {
|
|
15290
|
+
margin-bottom: 2rem !important;
|
|
15291
|
+
}
|
|
15292
|
+
.widescreen\:vads-u-margin-y--5 {
|
|
15293
|
+
margin-top: 2.5rem !important;
|
|
15294
|
+
margin-bottom: 2.5rem !important;
|
|
15295
|
+
}
|
|
15296
|
+
.widescreen\:vads-u-margin-top--5 {
|
|
15297
|
+
margin-top: 2.5rem !important;
|
|
15298
|
+
}
|
|
15299
|
+
.widescreen\:vads-u-margin-bottom--5 {
|
|
15300
|
+
margin-bottom: 2.5rem !important;
|
|
15301
|
+
}
|
|
15302
|
+
.widescreen\:vads-u-margin-y--6 {
|
|
15303
|
+
margin-top: 3rem !important;
|
|
15304
|
+
margin-bottom: 3rem !important;
|
|
15305
|
+
}
|
|
15306
|
+
.widescreen\:vads-u-margin-top--6 {
|
|
15307
|
+
margin-top: 3rem !important;
|
|
15308
|
+
}
|
|
15309
|
+
.widescreen\:vads-u-margin-bottom--6 {
|
|
15310
|
+
margin-bottom: 3rem !important;
|
|
15311
|
+
}
|
|
15312
|
+
.widescreen\:vads-u-margin-y--7 {
|
|
15313
|
+
margin-top: 3.5rem !important;
|
|
15314
|
+
margin-bottom: 3.5rem !important;
|
|
15315
|
+
}
|
|
15316
|
+
.widescreen\:vads-u-margin-top--7 {
|
|
15317
|
+
margin-top: 3.5rem !important;
|
|
15318
|
+
}
|
|
15319
|
+
.widescreen\:vads-u-margin-bottom--7 {
|
|
15320
|
+
margin-bottom: 3.5rem !important;
|
|
15321
|
+
}
|
|
15322
|
+
.widescreen\:vads-u-margin-y--8 {
|
|
15323
|
+
margin-top: 4rem !important;
|
|
15324
|
+
margin-bottom: 4rem !important;
|
|
15325
|
+
}
|
|
15326
|
+
.widescreen\:vads-u-margin-top--8 {
|
|
15327
|
+
margin-top: 4rem !important;
|
|
15328
|
+
}
|
|
15329
|
+
.widescreen\:vads-u-margin-bottom--8 {
|
|
15330
|
+
margin-bottom: 4rem !important;
|
|
15331
|
+
}
|
|
15332
|
+
.widescreen\:vads-u-margin-y--9 {
|
|
15333
|
+
margin-top: 4.5rem !important;
|
|
15334
|
+
margin-bottom: 4.5rem !important;
|
|
15335
|
+
}
|
|
15336
|
+
.widescreen\:vads-u-margin-top--9 {
|
|
15337
|
+
margin-top: 4.5rem !important;
|
|
15338
|
+
}
|
|
15339
|
+
.widescreen\:vads-u-margin-bottom--9 {
|
|
15340
|
+
margin-bottom: 4.5rem !important;
|
|
15341
|
+
}
|
|
15342
|
+
.widescreen\:vads-u-margin-y--neg9 {
|
|
15343
|
+
margin-top: -4.5rem !important;
|
|
15344
|
+
margin-bottom: -4.5rem !important;
|
|
15345
|
+
}
|
|
15346
|
+
.widescreen\:vads-u-margin-top--neg9 {
|
|
15347
|
+
margin-top: -4.5rem !important;
|
|
15348
|
+
}
|
|
15349
|
+
.widescreen\:vads-u-margin-bottom--neg9 {
|
|
15350
|
+
margin-bottom: -4.5rem !important;
|
|
15351
|
+
}
|
|
15352
|
+
.widescreen\:vads-u-margin-y--neg8 {
|
|
15353
|
+
margin-top: -4rem !important;
|
|
15354
|
+
margin-bottom: -4rem !important;
|
|
15355
|
+
}
|
|
15356
|
+
.widescreen\:vads-u-margin-top--neg8 {
|
|
15357
|
+
margin-top: -4rem !important;
|
|
15358
|
+
}
|
|
15359
|
+
.widescreen\:vads-u-margin-bottom--neg8 {
|
|
15360
|
+
margin-bottom: -4rem !important;
|
|
15361
|
+
}
|
|
15362
|
+
.widescreen\:vads-u-margin-y--neg7 {
|
|
15363
|
+
margin-top: -3.5rem !important;
|
|
15364
|
+
margin-bottom: -3.5rem !important;
|
|
15365
|
+
}
|
|
15366
|
+
.widescreen\:vads-u-margin-top--neg7 {
|
|
15367
|
+
margin-top: -3.5rem !important;
|
|
15368
|
+
}
|
|
15369
|
+
.widescreen\:vads-u-margin-bottom--neg7 {
|
|
15370
|
+
margin-bottom: -3.5rem !important;
|
|
15371
|
+
}
|
|
15372
|
+
.widescreen\:vads-u-margin-y--neg6 {
|
|
15373
|
+
margin-top: -3rem !important;
|
|
15374
|
+
margin-bottom: -3rem !important;
|
|
15375
|
+
}
|
|
15376
|
+
.widescreen\:vads-u-margin-top--neg6 {
|
|
15377
|
+
margin-top: -3rem !important;
|
|
15378
|
+
}
|
|
15379
|
+
.widescreen\:vads-u-margin-bottom--neg6 {
|
|
15380
|
+
margin-bottom: -3rem !important;
|
|
15381
|
+
}
|
|
15382
|
+
.widescreen\:vads-u-margin-y--neg5 {
|
|
15383
|
+
margin-top: -2.5rem !important;
|
|
15384
|
+
margin-bottom: -2.5rem !important;
|
|
15385
|
+
}
|
|
15386
|
+
.widescreen\:vads-u-margin-top--neg5 {
|
|
15387
|
+
margin-top: -2.5rem !important;
|
|
15388
|
+
}
|
|
15389
|
+
.widescreen\:vads-u-margin-bottom--neg5 {
|
|
15390
|
+
margin-bottom: -2.5rem !important;
|
|
15391
|
+
}
|
|
15392
|
+
.widescreen\:vads-u-margin-y--neg4 {
|
|
15393
|
+
margin-top: -2rem !important;
|
|
15394
|
+
margin-bottom: -2rem !important;
|
|
15395
|
+
}
|
|
15396
|
+
.widescreen\:vads-u-margin-top--neg4 {
|
|
15397
|
+
margin-top: -2rem !important;
|
|
15398
|
+
}
|
|
15399
|
+
.widescreen\:vads-u-margin-bottom--neg4 {
|
|
15400
|
+
margin-bottom: -2rem !important;
|
|
15401
|
+
}
|
|
15402
|
+
.widescreen\:vads-u-margin-y--neg3 {
|
|
15403
|
+
margin-top: -1.5rem !important;
|
|
15404
|
+
margin-bottom: -1.5rem !important;
|
|
15405
|
+
}
|
|
15406
|
+
.widescreen\:vads-u-margin-top--neg3 {
|
|
15407
|
+
margin-top: -1.5rem !important;
|
|
15408
|
+
}
|
|
15409
|
+
.widescreen\:vads-u-margin-bottom--neg3 {
|
|
15410
|
+
margin-bottom: -1.5rem !important;
|
|
15411
|
+
}
|
|
15412
|
+
.widescreen\:vads-u-margin-y--neg2p5 {
|
|
15413
|
+
margin-top: -1.25rem !important;
|
|
15414
|
+
margin-bottom: -1.25rem !important;
|
|
15415
|
+
}
|
|
15416
|
+
.widescreen\:vads-u-margin-top--neg2p5 {
|
|
15417
|
+
margin-top: -1.25rem !important;
|
|
15418
|
+
}
|
|
15419
|
+
.widescreen\:vads-u-margin-bottom--neg2p5 {
|
|
15420
|
+
margin-bottom: -1.25rem !important;
|
|
15421
|
+
}
|
|
15422
|
+
.widescreen\:vads-u-margin-y--neg2 {
|
|
15423
|
+
margin-top: -1rem !important;
|
|
15424
|
+
margin-bottom: -1rem !important;
|
|
15425
|
+
}
|
|
15426
|
+
.widescreen\:vads-u-margin-top--neg2 {
|
|
15427
|
+
margin-top: -1rem !important;
|
|
15428
|
+
}
|
|
15429
|
+
.widescreen\:vads-u-margin-bottom--neg2 {
|
|
15430
|
+
margin-bottom: -1rem !important;
|
|
15431
|
+
}
|
|
15432
|
+
.widescreen\:vads-u-margin-y--neg1p5 {
|
|
15433
|
+
margin-top: -0.75rem !important;
|
|
15434
|
+
margin-bottom: -0.75rem !important;
|
|
15435
|
+
}
|
|
15436
|
+
.widescreen\:vads-u-margin-top--neg1p5 {
|
|
15437
|
+
margin-top: -0.75rem !important;
|
|
15438
|
+
}
|
|
15439
|
+
.widescreen\:vads-u-margin-bottom--neg1p5 {
|
|
15440
|
+
margin-bottom: -0.75rem !important;
|
|
15441
|
+
}
|
|
15442
|
+
.widescreen\:vads-u-margin-y--neg1 {
|
|
15443
|
+
margin-top: -0.5rem !important;
|
|
15444
|
+
margin-bottom: -0.5rem !important;
|
|
15445
|
+
}
|
|
15446
|
+
.widescreen\:vads-u-margin-top--neg1 {
|
|
15447
|
+
margin-top: -0.5rem !important;
|
|
15448
|
+
}
|
|
15449
|
+
.widescreen\:vads-u-margin-bottom--neg1 {
|
|
15450
|
+
margin-bottom: -0.5rem !important;
|
|
15451
|
+
}
|
|
15452
|
+
.widescreen\:vads-u-margin-y--neg0p5 {
|
|
15453
|
+
margin-top: -0.25rem !important;
|
|
15454
|
+
margin-bottom: -0.25rem !important;
|
|
15455
|
+
}
|
|
15456
|
+
.widescreen\:vads-u-margin-top--neg0p5 {
|
|
15457
|
+
margin-top: -0.25rem !important;
|
|
15458
|
+
}
|
|
15459
|
+
.widescreen\:vads-u-margin-bottom--neg0p5 {
|
|
15460
|
+
margin-bottom: -0.25rem !important;
|
|
15461
|
+
}
|
|
15462
|
+
.widescreen\:vads-u-margin-y--neg0p25 {
|
|
15463
|
+
margin-top: -2px !important;
|
|
15464
|
+
margin-bottom: -2px !important;
|
|
15465
|
+
}
|
|
15466
|
+
.widescreen\:vads-u-margin-top--neg0p25 {
|
|
15467
|
+
margin-top: -2px !important;
|
|
15468
|
+
}
|
|
15469
|
+
.widescreen\:vads-u-margin-bottom--neg0p25 {
|
|
15470
|
+
margin-bottom: -2px !important;
|
|
15471
|
+
}
|
|
15472
|
+
.widescreen\:vads-u-margin-y--neg1px {
|
|
15473
|
+
margin-top: -1px !important;
|
|
15474
|
+
margin-bottom: -1px !important;
|
|
15475
|
+
}
|
|
15476
|
+
.widescreen\:vads-u-margin-top--neg1px {
|
|
15477
|
+
margin-top: -1px !important;
|
|
15478
|
+
}
|
|
15479
|
+
.widescreen\:vads-u-margin-bottom--neg1px {
|
|
15480
|
+
margin-bottom: -1px !important;
|
|
15481
|
+
}
|
|
15482
|
+
.widescreen\:vads-u-margin-x--0 {
|
|
15483
|
+
margin-left: 0 !important;
|
|
15484
|
+
margin-right: 0 !important;
|
|
15485
|
+
}
|
|
15486
|
+
.widescreen\:vads-u-margin-right--0 {
|
|
15487
|
+
margin-right: 0 !important;
|
|
15488
|
+
}
|
|
15489
|
+
.widescreen\:vads-u-margin-left--0 {
|
|
15490
|
+
margin-left: 0 !important;
|
|
15491
|
+
}
|
|
15492
|
+
.widescreen\:vads-u-margin-x--1px {
|
|
15493
|
+
margin-left: 1px !important;
|
|
15494
|
+
margin-right: 1px !important;
|
|
15495
|
+
}
|
|
15496
|
+
.widescreen\:vads-u-margin-right--1px {
|
|
15497
|
+
margin-right: 1px !important;
|
|
15498
|
+
}
|
|
15499
|
+
.widescreen\:vads-u-margin-left--1px {
|
|
15500
|
+
margin-left: 1px !important;
|
|
15501
|
+
}
|
|
15502
|
+
.widescreen\:vads-u-margin-x--0p25 {
|
|
15503
|
+
margin-left: 2px !important;
|
|
15504
|
+
margin-right: 2px !important;
|
|
15505
|
+
}
|
|
15506
|
+
.widescreen\:vads-u-margin-right--0p25 {
|
|
15507
|
+
margin-right: 2px !important;
|
|
15508
|
+
}
|
|
15509
|
+
.widescreen\:vads-u-margin-left--0p25 {
|
|
15510
|
+
margin-left: 2px !important;
|
|
15511
|
+
}
|
|
15512
|
+
.widescreen\:vads-u-margin-x--0p5 {
|
|
15513
|
+
margin-left: 0.25rem !important;
|
|
15514
|
+
margin-right: 0.25rem !important;
|
|
15515
|
+
}
|
|
15516
|
+
.widescreen\:vads-u-margin-right--0p5 {
|
|
15517
|
+
margin-right: 0.25rem !important;
|
|
15518
|
+
}
|
|
15519
|
+
.widescreen\:vads-u-margin-left--0p5 {
|
|
15520
|
+
margin-left: 0.25rem !important;
|
|
15521
|
+
}
|
|
15522
|
+
.widescreen\:vads-u-margin-x--1 {
|
|
15523
|
+
margin-left: 0.5rem !important;
|
|
15524
|
+
margin-right: 0.5rem !important;
|
|
15525
|
+
}
|
|
15526
|
+
.widescreen\:vads-u-margin-right--1 {
|
|
15527
|
+
margin-right: 0.5rem !important;
|
|
15528
|
+
}
|
|
15529
|
+
.widescreen\:vads-u-margin-left--1 {
|
|
15530
|
+
margin-left: 0.5rem !important;
|
|
15531
|
+
}
|
|
15532
|
+
.widescreen\:vads-u-margin-x--1p5 {
|
|
15533
|
+
margin-left: 0.75rem !important;
|
|
15534
|
+
margin-right: 0.75rem !important;
|
|
15535
|
+
}
|
|
15536
|
+
.widescreen\:vads-u-margin-right--1p5 {
|
|
15537
|
+
margin-right: 0.75rem !important;
|
|
15538
|
+
}
|
|
15539
|
+
.widescreen\:vads-u-margin-left--1p5 {
|
|
15540
|
+
margin-left: 0.75rem !important;
|
|
15541
|
+
}
|
|
15542
|
+
.widescreen\:vads-u-margin-x--2 {
|
|
15543
|
+
margin-left: 1rem !important;
|
|
15544
|
+
margin-right: 1rem !important;
|
|
15545
|
+
}
|
|
15546
|
+
.widescreen\:vads-u-margin-right--2 {
|
|
15547
|
+
margin-right: 1rem !important;
|
|
15548
|
+
}
|
|
15549
|
+
.widescreen\:vads-u-margin-left--2 {
|
|
15550
|
+
margin-left: 1rem !important;
|
|
15551
|
+
}
|
|
15552
|
+
.widescreen\:vads-u-margin-x--2p5 {
|
|
15553
|
+
margin-left: 1.25rem !important;
|
|
15554
|
+
margin-right: 1.25rem !important;
|
|
15555
|
+
}
|
|
15556
|
+
.widescreen\:vads-u-margin-right--2p5 {
|
|
15557
|
+
margin-right: 1.25rem !important;
|
|
15558
|
+
}
|
|
15559
|
+
.widescreen\:vads-u-margin-left--2p5 {
|
|
15560
|
+
margin-left: 1.25rem !important;
|
|
15561
|
+
}
|
|
15562
|
+
.widescreen\:vads-u-margin-x--3 {
|
|
15563
|
+
margin-left: 1.5rem !important;
|
|
15564
|
+
margin-right: 1.5rem !important;
|
|
15565
|
+
}
|
|
15566
|
+
.widescreen\:vads-u-margin-right--3 {
|
|
15567
|
+
margin-right: 1.5rem !important;
|
|
15568
|
+
}
|
|
15569
|
+
.widescreen\:vads-u-margin-left--3 {
|
|
15570
|
+
margin-left: 1.5rem !important;
|
|
15571
|
+
}
|
|
15572
|
+
.widescreen\:vads-u-margin-x--4 {
|
|
15573
|
+
margin-left: 2rem !important;
|
|
15574
|
+
margin-right: 2rem !important;
|
|
15575
|
+
}
|
|
15576
|
+
.widescreen\:vads-u-margin-right--4 {
|
|
15577
|
+
margin-right: 2rem !important;
|
|
15578
|
+
}
|
|
15579
|
+
.widescreen\:vads-u-margin-left--4 {
|
|
15580
|
+
margin-left: 2rem !important;
|
|
15581
|
+
}
|
|
15582
|
+
.widescreen\:vads-u-margin-x--5 {
|
|
15583
|
+
margin-left: 2.5rem !important;
|
|
15584
|
+
margin-right: 2.5rem !important;
|
|
15585
|
+
}
|
|
15586
|
+
.widescreen\:vads-u-margin-right--5 {
|
|
15587
|
+
margin-right: 2.5rem !important;
|
|
15588
|
+
}
|
|
15589
|
+
.widescreen\:vads-u-margin-left--5 {
|
|
15590
|
+
margin-left: 2.5rem !important;
|
|
15591
|
+
}
|
|
15592
|
+
.widescreen\:vads-u-margin-x--6 {
|
|
15593
|
+
margin-left: 3rem !important;
|
|
15594
|
+
margin-right: 3rem !important;
|
|
15595
|
+
}
|
|
15596
|
+
.widescreen\:vads-u-margin-right--6 {
|
|
15597
|
+
margin-right: 3rem !important;
|
|
15598
|
+
}
|
|
15599
|
+
.widescreen\:vads-u-margin-left--6 {
|
|
15600
|
+
margin-left: 3rem !important;
|
|
15601
|
+
}
|
|
15602
|
+
.widescreen\:vads-u-margin-x--7 {
|
|
15603
|
+
margin-left: 3.5rem !important;
|
|
15604
|
+
margin-right: 3.5rem !important;
|
|
15605
|
+
}
|
|
15606
|
+
.widescreen\:vads-u-margin-right--7 {
|
|
15607
|
+
margin-right: 3.5rem !important;
|
|
15608
|
+
}
|
|
15609
|
+
.widescreen\:vads-u-margin-left--7 {
|
|
15610
|
+
margin-left: 3.5rem !important;
|
|
15611
|
+
}
|
|
15612
|
+
.widescreen\:vads-u-margin-x--8 {
|
|
15613
|
+
margin-left: 4rem !important;
|
|
15614
|
+
margin-right: 4rem !important;
|
|
15615
|
+
}
|
|
15616
|
+
.widescreen\:vads-u-margin-right--8 {
|
|
15617
|
+
margin-right: 4rem !important;
|
|
15618
|
+
}
|
|
15619
|
+
.widescreen\:vads-u-margin-left--8 {
|
|
15620
|
+
margin-left: 4rem !important;
|
|
15621
|
+
}
|
|
15622
|
+
.widescreen\:vads-u-margin-x--9 {
|
|
15623
|
+
margin-left: 4.5rem !important;
|
|
15624
|
+
margin-right: 4.5rem !important;
|
|
15625
|
+
}
|
|
15626
|
+
.widescreen\:vads-u-margin-right--9 {
|
|
15627
|
+
margin-right: 4.5rem !important;
|
|
15628
|
+
}
|
|
15629
|
+
.widescreen\:vads-u-margin-left--9 {
|
|
15630
|
+
margin-left: 4.5rem !important;
|
|
15631
|
+
}
|
|
15632
|
+
.widescreen\:vads-u-margin-x--neg9 {
|
|
15633
|
+
margin-left: -4.5rem !important;
|
|
15634
|
+
margin-right: -4.5rem !important;
|
|
15635
|
+
}
|
|
15636
|
+
.widescreen\:vads-u-margin-right--neg9 {
|
|
15637
|
+
margin-right: -4.5rem !important;
|
|
15638
|
+
}
|
|
15639
|
+
.widescreen\:vads-u-margin-left--neg9 {
|
|
15640
|
+
margin-left: -4.5rem !important;
|
|
15641
|
+
}
|
|
15642
|
+
.widescreen\:vads-u-margin-x--neg8 {
|
|
15643
|
+
margin-left: -4rem !important;
|
|
15644
|
+
margin-right: -4rem !important;
|
|
15645
|
+
}
|
|
15646
|
+
.widescreen\:vads-u-margin-right--neg8 {
|
|
15647
|
+
margin-right: -4rem !important;
|
|
15648
|
+
}
|
|
15649
|
+
.widescreen\:vads-u-margin-left--neg8 {
|
|
15650
|
+
margin-left: -4rem !important;
|
|
15651
|
+
}
|
|
15652
|
+
.widescreen\:vads-u-margin-x--neg7 {
|
|
15653
|
+
margin-left: -3.5rem !important;
|
|
15654
|
+
margin-right: -3.5rem !important;
|
|
15655
|
+
}
|
|
15656
|
+
.widescreen\:vads-u-margin-right--neg7 {
|
|
15657
|
+
margin-right: -3.5rem !important;
|
|
15658
|
+
}
|
|
15659
|
+
.widescreen\:vads-u-margin-left--neg7 {
|
|
15660
|
+
margin-left: -3.5rem !important;
|
|
15661
|
+
}
|
|
15662
|
+
.widescreen\:vads-u-margin-x--neg6 {
|
|
15663
|
+
margin-left: -3rem !important;
|
|
15664
|
+
margin-right: -3rem !important;
|
|
15665
|
+
}
|
|
15666
|
+
.widescreen\:vads-u-margin-right--neg6 {
|
|
15667
|
+
margin-right: -3rem !important;
|
|
15668
|
+
}
|
|
15669
|
+
.widescreen\:vads-u-margin-left--neg6 {
|
|
15670
|
+
margin-left: -3rem !important;
|
|
15671
|
+
}
|
|
15672
|
+
.widescreen\:vads-u-margin-x--neg5 {
|
|
15673
|
+
margin-left: -2.5rem !important;
|
|
15674
|
+
margin-right: -2.5rem !important;
|
|
15675
|
+
}
|
|
15676
|
+
.widescreen\:vads-u-margin-right--neg5 {
|
|
15677
|
+
margin-right: -2.5rem !important;
|
|
15678
|
+
}
|
|
15679
|
+
.widescreen\:vads-u-margin-left--neg5 {
|
|
15680
|
+
margin-left: -2.5rem !important;
|
|
15681
|
+
}
|
|
15682
|
+
.widescreen\:vads-u-margin-x--neg4 {
|
|
15683
|
+
margin-left: -2rem !important;
|
|
15684
|
+
margin-right: -2rem !important;
|
|
15685
|
+
}
|
|
15686
|
+
.widescreen\:vads-u-margin-right--neg4 {
|
|
15687
|
+
margin-right: -2rem !important;
|
|
15688
|
+
}
|
|
15689
|
+
.widescreen\:vads-u-margin-left--neg4 {
|
|
15690
|
+
margin-left: -2rem !important;
|
|
15691
|
+
}
|
|
15692
|
+
.widescreen\:vads-u-margin-x--neg3 {
|
|
15693
|
+
margin-left: -1.5rem !important;
|
|
15694
|
+
margin-right: -1.5rem !important;
|
|
15695
|
+
}
|
|
15696
|
+
.widescreen\:vads-u-margin-right--neg3 {
|
|
15697
|
+
margin-right: -1.5rem !important;
|
|
15698
|
+
}
|
|
15699
|
+
.widescreen\:vads-u-margin-left--neg3 {
|
|
15700
|
+
margin-left: -1.5rem !important;
|
|
15701
|
+
}
|
|
15702
|
+
.widescreen\:vads-u-margin-x--neg2p5 {
|
|
15703
|
+
margin-left: -1.25rem !important;
|
|
15704
|
+
margin-right: -1.25rem !important;
|
|
15705
|
+
}
|
|
15706
|
+
.widescreen\:vads-u-margin-right--neg2p5 {
|
|
15707
|
+
margin-right: -1.25rem !important;
|
|
15708
|
+
}
|
|
15709
|
+
.widescreen\:vads-u-margin-left--neg2p5 {
|
|
15710
|
+
margin-left: -1.25rem !important;
|
|
15711
|
+
}
|
|
15712
|
+
.widescreen\:vads-u-margin-x--neg2 {
|
|
15713
|
+
margin-left: -1rem !important;
|
|
15714
|
+
margin-right: -1rem !important;
|
|
15715
|
+
}
|
|
15716
|
+
.widescreen\:vads-u-margin-right--neg2 {
|
|
15717
|
+
margin-right: -1rem !important;
|
|
15718
|
+
}
|
|
15719
|
+
.widescreen\:vads-u-margin-left--neg2 {
|
|
15720
|
+
margin-left: -1rem !important;
|
|
15721
|
+
}
|
|
15722
|
+
.widescreen\:vads-u-margin-x--neg1p5 {
|
|
15723
|
+
margin-left: -0.75rem !important;
|
|
15724
|
+
margin-right: -0.75rem !important;
|
|
15725
|
+
}
|
|
15726
|
+
.widescreen\:vads-u-margin-right--neg1p5 {
|
|
15727
|
+
margin-right: -0.75rem !important;
|
|
15728
|
+
}
|
|
15729
|
+
.widescreen\:vads-u-margin-left--neg1p5 {
|
|
15730
|
+
margin-left: -0.75rem !important;
|
|
15731
|
+
}
|
|
15732
|
+
.widescreen\:vads-u-margin-x--neg1 {
|
|
15733
|
+
margin-left: -0.5rem !important;
|
|
15734
|
+
margin-right: -0.5rem !important;
|
|
15735
|
+
}
|
|
15736
|
+
.widescreen\:vads-u-margin-right--neg1 {
|
|
15737
|
+
margin-right: -0.5rem !important;
|
|
15738
|
+
}
|
|
15739
|
+
.widescreen\:vads-u-margin-left--neg1 {
|
|
15740
|
+
margin-left: -0.5rem !important;
|
|
15741
|
+
}
|
|
15742
|
+
.widescreen\:vads-u-margin-x--neg0p5 {
|
|
15743
|
+
margin-left: -0.25rem !important;
|
|
15744
|
+
margin-right: -0.25rem !important;
|
|
15745
|
+
}
|
|
15746
|
+
.widescreen\:vads-u-margin-right--neg0p5 {
|
|
15747
|
+
margin-right: -0.25rem !important;
|
|
15748
|
+
}
|
|
15749
|
+
.widescreen\:vads-u-margin-left--neg0p5 {
|
|
15750
|
+
margin-left: -0.25rem !important;
|
|
15751
|
+
}
|
|
15752
|
+
.widescreen\:vads-u-margin-x--neg0p25 {
|
|
15753
|
+
margin-left: -2px !important;
|
|
15754
|
+
margin-right: -2px !important;
|
|
15755
|
+
}
|
|
15756
|
+
.widescreen\:vads-u-margin-right--neg0p25 {
|
|
15757
|
+
margin-right: -2px !important;
|
|
15758
|
+
}
|
|
15759
|
+
.widescreen\:vads-u-margin-left--neg0p25 {
|
|
15760
|
+
margin-left: -2px !important;
|
|
15761
|
+
}
|
|
15762
|
+
.widescreen\:vads-u-margin-x--neg1px {
|
|
15763
|
+
margin-left: -1px !important;
|
|
15764
|
+
margin-right: -1px !important;
|
|
15765
|
+
}
|
|
15766
|
+
.widescreen\:vads-u-margin-right--neg1px {
|
|
15767
|
+
margin-right: -1px !important;
|
|
15768
|
+
}
|
|
15769
|
+
.widescreen\:vads-u-margin-left--neg1px {
|
|
15770
|
+
margin-left: -1px !important;
|
|
15771
|
+
}
|
|
15772
|
+
.widescreen\:vads-u-margin-x--auto {
|
|
15773
|
+
margin-left: auto !important;
|
|
15774
|
+
margin-right: auto !important;
|
|
15775
|
+
}
|
|
15776
|
+
.widescreen\:vads-u-margin-right--auto {
|
|
15777
|
+
margin-right: auto !important;
|
|
15778
|
+
}
|
|
15779
|
+
.widescreen\:vads-u-margin-left--auto {
|
|
15780
|
+
margin-left: auto !important;
|
|
15781
|
+
}
|
|
15782
|
+
.widescreen\:vads-u-measure--1 {
|
|
15783
|
+
max-width: 40ch !important;
|
|
15784
|
+
}
|
|
15785
|
+
.widescreen\:vads-u-measure--2 {
|
|
15786
|
+
max-width: 60ch !important;
|
|
15787
|
+
}
|
|
15788
|
+
.widescreen\:vads-u-measure--3 {
|
|
15789
|
+
max-width: 66ch !important;
|
|
15790
|
+
}
|
|
15791
|
+
.widescreen\:vads-u-measure--4 {
|
|
15792
|
+
max-width: 72ch !important;
|
|
15793
|
+
}
|
|
15794
|
+
.widescreen\:vads-u-measure--5 {
|
|
15795
|
+
max-width: 77ch !important;
|
|
15796
|
+
}
|
|
15797
|
+
.widescreen\:vads-u-measure--none {
|
|
15798
|
+
max-width: none !important;
|
|
15799
|
+
}
|
|
15800
|
+
.widescreen\:vads-u-padding--0 {
|
|
15801
|
+
padding: 0 !important;
|
|
15802
|
+
}
|
|
15803
|
+
.widescreen\:vads-u-padding-top--0 {
|
|
15804
|
+
padding-top: 0 !important;
|
|
15805
|
+
}
|
|
15806
|
+
.widescreen\:vads-u-padding-bottom--0 {
|
|
15807
|
+
padding-bottom: 0 !important;
|
|
15808
|
+
}
|
|
15809
|
+
.widescreen\:vads-u-padding-right--0 {
|
|
15810
|
+
padding-right: 0 !important;
|
|
15811
|
+
}
|
|
15812
|
+
.widescreen\:vads-u-padding-left--0 {
|
|
15813
|
+
padding-left: 0 !important;
|
|
15814
|
+
}
|
|
15815
|
+
.widescreen\:vads-u-padding--1px {
|
|
15816
|
+
padding: 1px !important;
|
|
15817
|
+
}
|
|
15818
|
+
.widescreen\:vads-u-padding-top--1px {
|
|
15819
|
+
padding-top: 1px !important;
|
|
15820
|
+
}
|
|
15821
|
+
.widescreen\:vads-u-padding-bottom--1px {
|
|
15822
|
+
padding-bottom: 1px !important;
|
|
15823
|
+
}
|
|
15824
|
+
.widescreen\:vads-u-padding-right--1px {
|
|
15825
|
+
padding-right: 1px !important;
|
|
15826
|
+
}
|
|
15827
|
+
.widescreen\:vads-u-padding-left--1px {
|
|
15828
|
+
padding-left: 1px !important;
|
|
15829
|
+
}
|
|
15830
|
+
.widescreen\:vads-u-padding--0p25 {
|
|
15831
|
+
padding: 2px !important;
|
|
15832
|
+
}
|
|
15833
|
+
.widescreen\:vads-u-padding-top--0p25 {
|
|
15834
|
+
padding-top: 2px !important;
|
|
15835
|
+
}
|
|
15836
|
+
.widescreen\:vads-u-padding-bottom--0p25 {
|
|
15837
|
+
padding-bottom: 2px !important;
|
|
15838
|
+
}
|
|
15839
|
+
.widescreen\:vads-u-padding-right--0p25 {
|
|
15840
|
+
padding-right: 2px !important;
|
|
15841
|
+
}
|
|
15842
|
+
.widescreen\:vads-u-padding-left--0p25 {
|
|
15843
|
+
padding-left: 2px !important;
|
|
15844
|
+
}
|
|
15845
|
+
.widescreen\:vads-u-padding--0p5 {
|
|
15846
|
+
padding: 0.25rem !important;
|
|
15847
|
+
}
|
|
15848
|
+
.widescreen\:vads-u-padding-top--0p5 {
|
|
15849
|
+
padding-top: 0.25rem !important;
|
|
15850
|
+
}
|
|
15851
|
+
.widescreen\:vads-u-padding-bottom--0p5 {
|
|
15852
|
+
padding-bottom: 0.25rem !important;
|
|
15853
|
+
}
|
|
15854
|
+
.widescreen\:vads-u-padding-right--0p5 {
|
|
15855
|
+
padding-right: 0.25rem !important;
|
|
15856
|
+
}
|
|
15857
|
+
.widescreen\:vads-u-padding-left--0p5 {
|
|
15858
|
+
padding-left: 0.25rem !important;
|
|
15859
|
+
}
|
|
15860
|
+
.widescreen\:vads-u-padding--1 {
|
|
15861
|
+
padding: 0.5rem !important;
|
|
15862
|
+
}
|
|
15863
|
+
.widescreen\:vads-u-padding-top--1 {
|
|
15864
|
+
padding-top: 0.5rem !important;
|
|
15865
|
+
}
|
|
15866
|
+
.widescreen\:vads-u-padding-bottom--1 {
|
|
15867
|
+
padding-bottom: 0.5rem !important;
|
|
15868
|
+
}
|
|
15869
|
+
.widescreen\:vads-u-padding-right--1 {
|
|
15870
|
+
padding-right: 0.5rem !important;
|
|
15871
|
+
}
|
|
15872
|
+
.widescreen\:vads-u-padding-left--1 {
|
|
15873
|
+
padding-left: 0.5rem !important;
|
|
15874
|
+
}
|
|
15875
|
+
.widescreen\:vads-u-padding--1p5 {
|
|
15876
|
+
padding: 0.75rem !important;
|
|
15877
|
+
}
|
|
15878
|
+
.widescreen\:vads-u-padding-top--1p5 {
|
|
15879
|
+
padding-top: 0.75rem !important;
|
|
15880
|
+
}
|
|
15881
|
+
.widescreen\:vads-u-padding-bottom--1p5 {
|
|
15882
|
+
padding-bottom: 0.75rem !important;
|
|
15883
|
+
}
|
|
15884
|
+
.widescreen\:vads-u-padding-right--1p5 {
|
|
15885
|
+
padding-right: 0.75rem !important;
|
|
15886
|
+
}
|
|
15887
|
+
.widescreen\:vads-u-padding-left--1p5 {
|
|
15888
|
+
padding-left: 0.75rem !important;
|
|
15889
|
+
}
|
|
15890
|
+
.widescreen\:vads-u-padding--2 {
|
|
15891
|
+
padding: 1rem !important;
|
|
15892
|
+
}
|
|
15893
|
+
.widescreen\:vads-u-padding-top--2 {
|
|
15894
|
+
padding-top: 1rem !important;
|
|
15895
|
+
}
|
|
15896
|
+
.widescreen\:vads-u-padding-bottom--2 {
|
|
15897
|
+
padding-bottom: 1rem !important;
|
|
15898
|
+
}
|
|
15899
|
+
.widescreen\:vads-u-padding-right--2 {
|
|
15900
|
+
padding-right: 1rem !important;
|
|
15901
|
+
}
|
|
15902
|
+
.widescreen\:vads-u-padding-left--2 {
|
|
15903
|
+
padding-left: 1rem !important;
|
|
15904
|
+
}
|
|
15905
|
+
.widescreen\:vads-u-padding--2p5 {
|
|
15906
|
+
padding: 1.25rem !important;
|
|
15907
|
+
}
|
|
15908
|
+
.widescreen\:vads-u-padding-top--2p5 {
|
|
15909
|
+
padding-top: 1.25rem !important;
|
|
15910
|
+
}
|
|
15911
|
+
.widescreen\:vads-u-padding-bottom--2p5 {
|
|
15912
|
+
padding-bottom: 1.25rem !important;
|
|
15913
|
+
}
|
|
15914
|
+
.widescreen\:vads-u-padding-right--2p5 {
|
|
15915
|
+
padding-right: 1.25rem !important;
|
|
15916
|
+
}
|
|
15917
|
+
.widescreen\:vads-u-padding-left--2p5 {
|
|
15918
|
+
padding-left: 1.25rem !important;
|
|
15919
|
+
}
|
|
15920
|
+
.widescreen\:vads-u-padding--3 {
|
|
15921
|
+
padding: 1.5rem !important;
|
|
15922
|
+
}
|
|
15923
|
+
.widescreen\:vads-u-padding-top--3 {
|
|
15924
|
+
padding-top: 1.5rem !important;
|
|
15925
|
+
}
|
|
15926
|
+
.widescreen\:vads-u-padding-bottom--3 {
|
|
15927
|
+
padding-bottom: 1.5rem !important;
|
|
15928
|
+
}
|
|
15929
|
+
.widescreen\:vads-u-padding-right--3 {
|
|
15930
|
+
padding-right: 1.5rem !important;
|
|
15931
|
+
}
|
|
15932
|
+
.widescreen\:vads-u-padding-left--3 {
|
|
15933
|
+
padding-left: 1.5rem !important;
|
|
15934
|
+
}
|
|
15935
|
+
.widescreen\:vads-u-padding--4 {
|
|
15936
|
+
padding: 2rem !important;
|
|
15937
|
+
}
|
|
15938
|
+
.widescreen\:vads-u-padding-top--4 {
|
|
15939
|
+
padding-top: 2rem !important;
|
|
15940
|
+
}
|
|
15941
|
+
.widescreen\:vads-u-padding-bottom--4 {
|
|
15942
|
+
padding-bottom: 2rem !important;
|
|
15943
|
+
}
|
|
15944
|
+
.widescreen\:vads-u-padding-right--4 {
|
|
15945
|
+
padding-right: 2rem !important;
|
|
15946
|
+
}
|
|
15947
|
+
.widescreen\:vads-u-padding-left--4 {
|
|
15948
|
+
padding-left: 2rem !important;
|
|
15949
|
+
}
|
|
15950
|
+
.widescreen\:vads-u-padding--5 {
|
|
15951
|
+
padding: 2.5rem !important;
|
|
15952
|
+
}
|
|
15953
|
+
.widescreen\:vads-u-padding-top--5 {
|
|
15954
|
+
padding-top: 2.5rem !important;
|
|
15955
|
+
}
|
|
15956
|
+
.widescreen\:vads-u-padding-bottom--5 {
|
|
15957
|
+
padding-bottom: 2.5rem !important;
|
|
15958
|
+
}
|
|
15959
|
+
.widescreen\:vads-u-padding-right--5 {
|
|
15960
|
+
padding-right: 2.5rem !important;
|
|
15961
|
+
}
|
|
15962
|
+
.widescreen\:vads-u-padding-left--5 {
|
|
15963
|
+
padding-left: 2.5rem !important;
|
|
15964
|
+
}
|
|
15965
|
+
.widescreen\:vads-u-padding--6 {
|
|
15966
|
+
padding: 3rem !important;
|
|
15967
|
+
}
|
|
15968
|
+
.widescreen\:vads-u-padding-top--6 {
|
|
15969
|
+
padding-top: 3rem !important;
|
|
15970
|
+
}
|
|
15971
|
+
.widescreen\:vads-u-padding-bottom--6 {
|
|
15972
|
+
padding-bottom: 3rem !important;
|
|
15973
|
+
}
|
|
15974
|
+
.widescreen\:vads-u-padding-right--6 {
|
|
15975
|
+
padding-right: 3rem !important;
|
|
15976
|
+
}
|
|
15977
|
+
.widescreen\:vads-u-padding-left--6 {
|
|
15978
|
+
padding-left: 3rem !important;
|
|
15979
|
+
}
|
|
15980
|
+
.widescreen\:vads-u-padding--7 {
|
|
15981
|
+
padding: 3.5rem !important;
|
|
15982
|
+
}
|
|
15983
|
+
.widescreen\:vads-u-padding-top--7 {
|
|
15984
|
+
padding-top: 3.5rem !important;
|
|
15985
|
+
}
|
|
15986
|
+
.widescreen\:vads-u-padding-bottom--7 {
|
|
15987
|
+
padding-bottom: 3.5rem !important;
|
|
15988
|
+
}
|
|
15989
|
+
.widescreen\:vads-u-padding-right--7 {
|
|
15990
|
+
padding-right: 3.5rem !important;
|
|
15991
|
+
}
|
|
15992
|
+
.widescreen\:vads-u-padding-left--7 {
|
|
15993
|
+
padding-left: 3.5rem !important;
|
|
15994
|
+
}
|
|
15995
|
+
.widescreen\:vads-u-padding--8 {
|
|
15996
|
+
padding: 4rem !important;
|
|
15997
|
+
}
|
|
15998
|
+
.widescreen\:vads-u-padding-top--8 {
|
|
15999
|
+
padding-top: 4rem !important;
|
|
16000
|
+
}
|
|
16001
|
+
.widescreen\:vads-u-padding-bottom--8 {
|
|
16002
|
+
padding-bottom: 4rem !important;
|
|
16003
|
+
}
|
|
16004
|
+
.widescreen\:vads-u-padding-right--8 {
|
|
16005
|
+
padding-right: 4rem !important;
|
|
16006
|
+
}
|
|
16007
|
+
.widescreen\:vads-u-padding-left--8 {
|
|
16008
|
+
padding-left: 4rem !important;
|
|
16009
|
+
}
|
|
16010
|
+
.widescreen\:vads-u-padding--9 {
|
|
16011
|
+
padding: 4.5rem !important;
|
|
16012
|
+
}
|
|
16013
|
+
.widescreen\:vads-u-padding-top--9 {
|
|
16014
|
+
padding-top: 4.5rem !important;
|
|
16015
|
+
}
|
|
16016
|
+
.widescreen\:vads-u-padding-bottom--9 {
|
|
16017
|
+
padding-bottom: 4.5rem !important;
|
|
16018
|
+
}
|
|
16019
|
+
.widescreen\:vads-u-padding-right--9 {
|
|
16020
|
+
padding-right: 4.5rem !important;
|
|
16021
|
+
}
|
|
16022
|
+
.widescreen\:vads-u-padding-left--9 {
|
|
16023
|
+
padding-left: 4.5rem !important;
|
|
16024
|
+
}
|
|
16025
|
+
.widescreen\:vads-u-padding-y--0 {
|
|
16026
|
+
padding-top: 0 !important;
|
|
16027
|
+
padding-bottom: 0 !important;
|
|
16028
|
+
}
|
|
16029
|
+
.widescreen\:vads-u-padding-y--1px {
|
|
16030
|
+
padding-top: 1px !important;
|
|
16031
|
+
padding-bottom: 1px !important;
|
|
16032
|
+
}
|
|
16033
|
+
.widescreen\:vads-u-padding-y--0p25 {
|
|
16034
|
+
padding-top: 2px !important;
|
|
16035
|
+
padding-bottom: 2px !important;
|
|
16036
|
+
}
|
|
16037
|
+
.widescreen\:vads-u-padding-y--0p5 {
|
|
16038
|
+
padding-top: 0.25rem !important;
|
|
16039
|
+
padding-bottom: 0.25rem !important;
|
|
16040
|
+
}
|
|
16041
|
+
.widescreen\:vads-u-padding-y--1 {
|
|
16042
|
+
padding-top: 0.5rem !important;
|
|
16043
|
+
padding-bottom: 0.5rem !important;
|
|
16044
|
+
}
|
|
16045
|
+
.widescreen\:vads-u-padding-y--1p5 {
|
|
16046
|
+
padding-top: 0.75rem !important;
|
|
16047
|
+
padding-bottom: 0.75rem !important;
|
|
16048
|
+
}
|
|
16049
|
+
.widescreen\:vads-u-padding-y--2 {
|
|
16050
|
+
padding-top: 1rem !important;
|
|
16051
|
+
padding-bottom: 1rem !important;
|
|
16052
|
+
}
|
|
16053
|
+
.widescreen\:vads-u-padding-y--2p5 {
|
|
16054
|
+
padding-top: 1.25rem !important;
|
|
16055
|
+
padding-bottom: 1.25rem !important;
|
|
16056
|
+
}
|
|
16057
|
+
.widescreen\:vads-u-padding-y--3 {
|
|
16058
|
+
padding-top: 1.5rem !important;
|
|
16059
|
+
padding-bottom: 1.5rem !important;
|
|
16060
|
+
}
|
|
16061
|
+
.widescreen\:vads-u-padding-y--4 {
|
|
16062
|
+
padding-top: 2rem !important;
|
|
16063
|
+
padding-bottom: 2rem !important;
|
|
16064
|
+
}
|
|
16065
|
+
.widescreen\:vads-u-padding-y--5 {
|
|
16066
|
+
padding-top: 2.5rem !important;
|
|
16067
|
+
padding-bottom: 2.5rem !important;
|
|
16068
|
+
}
|
|
16069
|
+
.widescreen\:vads-u-padding-y--6 {
|
|
16070
|
+
padding-top: 3rem !important;
|
|
16071
|
+
padding-bottom: 3rem !important;
|
|
16072
|
+
}
|
|
16073
|
+
.widescreen\:vads-u-padding-y--7 {
|
|
16074
|
+
padding-top: 3.5rem !important;
|
|
16075
|
+
padding-bottom: 3.5rem !important;
|
|
16076
|
+
}
|
|
16077
|
+
.widescreen\:vads-u-padding-y--8 {
|
|
16078
|
+
padding-top: 4rem !important;
|
|
16079
|
+
padding-bottom: 4rem !important;
|
|
16080
|
+
}
|
|
16081
|
+
.widescreen\:vads-u-padding-y--9 {
|
|
16082
|
+
padding-top: 4.5rem !important;
|
|
16083
|
+
padding-bottom: 4.5rem !important;
|
|
16084
|
+
}
|
|
16085
|
+
.widescreen\:vads-u-padding-x--0 {
|
|
16086
|
+
padding-left: 0 !important;
|
|
16087
|
+
padding-right: 0 !important;
|
|
16088
|
+
}
|
|
16089
|
+
.widescreen\:vads-u-padding-x--1px {
|
|
16090
|
+
padding-left: 1px !important;
|
|
16091
|
+
padding-right: 1px !important;
|
|
16092
|
+
}
|
|
16093
|
+
.widescreen\:vads-u-padding-x--0p25 {
|
|
16094
|
+
padding-left: 2px !important;
|
|
16095
|
+
padding-right: 2px !important;
|
|
16096
|
+
}
|
|
16097
|
+
.widescreen\:vads-u-padding-x--0p5 {
|
|
16098
|
+
padding-left: 0.25rem !important;
|
|
16099
|
+
padding-right: 0.25rem !important;
|
|
16100
|
+
}
|
|
16101
|
+
.widescreen\:vads-u-padding-x--1 {
|
|
16102
|
+
padding-left: 0.5rem !important;
|
|
16103
|
+
padding-right: 0.5rem !important;
|
|
16104
|
+
}
|
|
16105
|
+
.widescreen\:vads-u-padding-x--1p5 {
|
|
16106
|
+
padding-left: 0.75rem !important;
|
|
16107
|
+
padding-right: 0.75rem !important;
|
|
16108
|
+
}
|
|
16109
|
+
.widescreen\:vads-u-padding-x--2 {
|
|
16110
|
+
padding-left: 1rem !important;
|
|
16111
|
+
padding-right: 1rem !important;
|
|
16112
|
+
}
|
|
16113
|
+
.widescreen\:vads-u-padding-x--2p5 {
|
|
16114
|
+
padding-left: 1.25rem !important;
|
|
16115
|
+
padding-right: 1.25rem !important;
|
|
16116
|
+
}
|
|
16117
|
+
.widescreen\:vads-u-padding-x--3 {
|
|
16118
|
+
padding-left: 1.5rem !important;
|
|
16119
|
+
padding-right: 1.5rem !important;
|
|
16120
|
+
}
|
|
16121
|
+
.widescreen\:vads-u-padding-x--4 {
|
|
16122
|
+
padding-left: 2rem !important;
|
|
16123
|
+
padding-right: 2rem !important;
|
|
16124
|
+
}
|
|
16125
|
+
.widescreen\:vads-u-padding-x--5 {
|
|
16126
|
+
padding-left: 2.5rem !important;
|
|
16127
|
+
padding-right: 2.5rem !important;
|
|
16128
|
+
}
|
|
16129
|
+
.widescreen\:vads-u-padding-x--6 {
|
|
16130
|
+
padding-left: 3rem !important;
|
|
16131
|
+
padding-right: 3rem !important;
|
|
16132
|
+
}
|
|
16133
|
+
.widescreen\:vads-u-padding-x--7 {
|
|
16134
|
+
padding-left: 3.5rem !important;
|
|
16135
|
+
padding-right: 3.5rem !important;
|
|
16136
|
+
}
|
|
16137
|
+
.widescreen\:vads-u-padding-x--8 {
|
|
16138
|
+
padding-left: 4rem !important;
|
|
16139
|
+
padding-right: 4rem !important;
|
|
16140
|
+
}
|
|
16141
|
+
.widescreen\:vads-u-padding-x--9 {
|
|
16142
|
+
padding-left: 4.5rem !important;
|
|
16143
|
+
padding-right: 4.5rem !important;
|
|
16144
|
+
}
|
|
16145
|
+
.widescreen\:vads-u-position--absolute {
|
|
16146
|
+
position: absolute !important;
|
|
16147
|
+
}
|
|
16148
|
+
.widescreen\:vads-u-position--fixed {
|
|
16149
|
+
position: fixed !important;
|
|
16150
|
+
}
|
|
16151
|
+
.widescreen\:vads-u-position--relative {
|
|
16152
|
+
position: relative !important;
|
|
16153
|
+
}
|
|
16154
|
+
.widescreen\:vads-u-text-align--left {
|
|
16155
|
+
text-align: left !important;
|
|
16156
|
+
}
|
|
16157
|
+
.widescreen\:vads-u-text-align--center {
|
|
16158
|
+
text-align: center !important;
|
|
16159
|
+
}
|
|
16160
|
+
.widescreen\:vads-u-text-align--right {
|
|
16161
|
+
text-align: right !important;
|
|
16162
|
+
}
|
|
16163
|
+
.widescreen\:vads-u-text-align--justify {
|
|
16164
|
+
text-align: justify !important;
|
|
16165
|
+
}
|
|
16166
|
+
.widescreen\:vads-u-visibility--hidden {
|
|
16167
|
+
visibility: hidden !important;
|
|
16168
|
+
}
|
|
16169
|
+
.widescreen\:vads-u-visibility--visible {
|
|
16170
|
+
visibility: visible !important;
|
|
16171
|
+
}
|
|
16172
|
+
.widescreen\:vads-u-width--0 {
|
|
16173
|
+
width: 0px !important;
|
|
16174
|
+
}
|
|
16175
|
+
.widescreen\:vads-u-width--full {
|
|
16176
|
+
width: 100% !important;
|
|
16177
|
+
}
|
|
16178
|
+
.widescreen\:vads-u-width--auto {
|
|
16179
|
+
width: auto !important;
|
|
16180
|
+
}
|
|
16181
|
+
.widescreen\:vads-u-min-width--none {
|
|
16182
|
+
min-width: none !important;
|
|
16183
|
+
}
|
|
16184
|
+
.widescreen\:vads-u-max-width--none {
|
|
16185
|
+
max-width: none !important;
|
|
16186
|
+
}
|
|
16187
|
+
.widescreen\:vads-u-max-width--100 {
|
|
16188
|
+
max-width: 100% !important;
|
|
16189
|
+
}
|
|
16190
|
+
}
|
|
16191
|
+
@media all and (min-width: 48em) {
|
|
16192
|
+
.medium-screen\:vads-u-border--0 {
|
|
16193
|
+
border: 0 !important;
|
|
16194
|
+
}
|
|
16195
|
+
.medium-screen\:vads-u-border-top--0 {
|
|
16196
|
+
border-top: 0 !important;
|
|
16197
|
+
}
|
|
16198
|
+
.medium-screen\:vads-u-border-right--0 {
|
|
16199
|
+
border-right: 0 !important;
|
|
16200
|
+
}
|
|
16201
|
+
.medium-screen\:vads-u-border-bottom--0 {
|
|
16202
|
+
border-bottom: 0 !important;
|
|
16203
|
+
}
|
|
16204
|
+
.medium-screen\:vads-u-border-left--0 {
|
|
16205
|
+
border-left: 0 !important;
|
|
16206
|
+
}
|
|
16207
|
+
.medium-screen\:vads-u-border--1px {
|
|
16208
|
+
border: 1px solid !important;
|
|
16209
|
+
}
|
|
16210
|
+
.medium-screen\:vads-u-border-top--1px {
|
|
16211
|
+
border-top: 1px solid !important;
|
|
16212
|
+
}
|
|
16213
|
+
.medium-screen\:vads-u-border-right--1px {
|
|
16214
|
+
border-right: 1px solid !important;
|
|
16215
|
+
}
|
|
16216
|
+
.medium-screen\:vads-u-border-bottom--1px {
|
|
16217
|
+
border-bottom: 1px solid !important;
|
|
16218
|
+
}
|
|
16219
|
+
.medium-screen\:vads-u-border-left--1px {
|
|
16220
|
+
border-left: 1px solid !important;
|
|
16221
|
+
}
|
|
16222
|
+
.medium-screen\:vads-u-border--2px {
|
|
16223
|
+
border: 2px solid !important;
|
|
16224
|
+
}
|
|
16225
|
+
.medium-screen\:vads-u-border-top--2px {
|
|
16226
|
+
border-top: 2px solid !important;
|
|
16227
|
+
}
|
|
16228
|
+
.medium-screen\:vads-u-border-right--2px {
|
|
16229
|
+
border-right: 2px solid !important;
|
|
16230
|
+
}
|
|
16231
|
+
.medium-screen\:vads-u-border-bottom--2px {
|
|
16232
|
+
border-bottom: 2px solid !important;
|
|
16233
|
+
}
|
|
16234
|
+
.medium-screen\:vads-u-border-left--2px {
|
|
16235
|
+
border-left: 2px solid !important;
|
|
16236
|
+
}
|
|
16237
|
+
.medium-screen\:vads-u-border--3px {
|
|
16238
|
+
border: 3px solid !important;
|
|
16239
|
+
}
|
|
16240
|
+
.medium-screen\:vads-u-border-top--3px {
|
|
16241
|
+
border-top: 3px solid !important;
|
|
16242
|
+
}
|
|
16243
|
+
.medium-screen\:vads-u-border-right--3px {
|
|
16244
|
+
border-right: 3px solid !important;
|
|
16245
|
+
}
|
|
16246
|
+
.medium-screen\:vads-u-border-bottom--3px {
|
|
16247
|
+
border-bottom: 3px solid !important;
|
|
16248
|
+
}
|
|
16249
|
+
.medium-screen\:vads-u-border-left--3px {
|
|
16250
|
+
border-left: 3px solid !important;
|
|
16251
|
+
}
|
|
16252
|
+
.medium-screen\:vads-u-border--4px {
|
|
16253
|
+
border: 4px solid !important;
|
|
16254
|
+
}
|
|
16255
|
+
.medium-screen\:vads-u-border-top--4px {
|
|
16256
|
+
border-top: 4px solid !important;
|
|
16257
|
+
}
|
|
16258
|
+
.medium-screen\:vads-u-border-right--4px {
|
|
16259
|
+
border-right: 4px solid !important;
|
|
16260
|
+
}
|
|
16261
|
+
.medium-screen\:vads-u-border-bottom--4px {
|
|
16262
|
+
border-bottom: 4px solid !important;
|
|
16263
|
+
}
|
|
16264
|
+
.medium-screen\:vads-u-border-left--4px {
|
|
16265
|
+
border-left: 4px solid !important;
|
|
16266
|
+
}
|
|
16267
|
+
.medium-screen\:vads-u-border--5px {
|
|
16268
|
+
border: 5px solid !important;
|
|
16269
|
+
}
|
|
16270
|
+
.medium-screen\:vads-u-border-top--5px {
|
|
16271
|
+
border-top: 5px solid !important;
|
|
16272
|
+
}
|
|
16273
|
+
.medium-screen\:vads-u-border-right--5px {
|
|
16274
|
+
border-right: 5px solid !important;
|
|
16275
|
+
}
|
|
16276
|
+
.medium-screen\:vads-u-border-bottom--5px {
|
|
16277
|
+
border-bottom: 5px solid !important;
|
|
16278
|
+
}
|
|
16279
|
+
.medium-screen\:vads-u-border-left--5px {
|
|
16280
|
+
border-left: 5px solid !important;
|
|
16281
|
+
}
|
|
16282
|
+
.medium-screen\:vads-u-border--7px {
|
|
16283
|
+
border: 7px solid !important;
|
|
16284
|
+
}
|
|
16285
|
+
.medium-screen\:vads-u-border-top--7px {
|
|
16286
|
+
border-top: 7px solid !important;
|
|
16287
|
+
}
|
|
16288
|
+
.medium-screen\:vads-u-border-right--7px {
|
|
16289
|
+
border-right: 7px solid !important;
|
|
16290
|
+
}
|
|
16291
|
+
.medium-screen\:vads-u-border-bottom--7px {
|
|
16292
|
+
border-bottom: 7px solid !important;
|
|
16293
|
+
}
|
|
16294
|
+
.medium-screen\:vads-u-border-left--7px {
|
|
16295
|
+
border-left: 7px solid !important;
|
|
16296
|
+
}
|
|
16297
|
+
.medium-screen\:vads-u-border--10px {
|
|
16298
|
+
border: 10px solid !important;
|
|
16299
|
+
}
|
|
16300
|
+
.medium-screen\:vads-u-border-top--10px {
|
|
16301
|
+
border-top: 10px solid !important;
|
|
16302
|
+
}
|
|
16303
|
+
.medium-screen\:vads-u-border-right--10px {
|
|
16304
|
+
border-right: 10px solid !important;
|
|
16305
|
+
}
|
|
16306
|
+
.medium-screen\:vads-u-border-bottom--10px {
|
|
16307
|
+
border-bottom: 10px solid !important;
|
|
16308
|
+
}
|
|
16309
|
+
.medium-screen\:vads-u-border-left--10px {
|
|
16310
|
+
border-left: 10px solid !important;
|
|
16311
|
+
}
|
|
16312
|
+
.medium-screen\:vads-u-display--block {
|
|
16313
|
+
display: block !important;
|
|
16314
|
+
}
|
|
16315
|
+
.medium-screen\:vads-u-display--inline {
|
|
16316
|
+
display: inline !important;
|
|
16317
|
+
}
|
|
16318
|
+
.medium-screen\:vads-u-display--inline-block {
|
|
16319
|
+
display: inline-block !important;
|
|
16320
|
+
}
|
|
16321
|
+
.medium-screen\:vads-u-display--flex {
|
|
16322
|
+
display: flex !important;
|
|
16323
|
+
}
|
|
16324
|
+
.medium-screen\:vads-u-display--none {
|
|
16325
|
+
display: none !important;
|
|
16326
|
+
}
|
|
16327
|
+
.medium-screen\:vads-u-flex--1 {
|
|
16328
|
+
flex: 1 0 0% !important;
|
|
16329
|
+
}
|
|
16330
|
+
.medium-screen\:vads-u-flex--2 {
|
|
16331
|
+
flex: 2 0 0% !important;
|
|
16332
|
+
}
|
|
16333
|
+
.medium-screen\:vads-u-flex--3 {
|
|
16334
|
+
flex: 3 0 0% !important;
|
|
16335
|
+
}
|
|
16336
|
+
.medium-screen\:vads-u-flex--4 {
|
|
16337
|
+
flex: 4 0 0% !important;
|
|
16338
|
+
}
|
|
16339
|
+
.medium-screen\:vads-u-flex--auto {
|
|
16340
|
+
flex: 0 0 auto !important;
|
|
16341
|
+
}
|
|
16342
|
+
.medium-screen\:vads-u-flex--fill {
|
|
16343
|
+
flex: 1 0 0% !important;
|
|
16344
|
+
}
|
|
16345
|
+
.medium-screen\:vads-u-flex-direction--column {
|
|
16346
|
+
flex-direction: column !important;
|
|
16347
|
+
}
|
|
16348
|
+
.medium-screen\:vads-u-flex-direction--row {
|
|
16349
|
+
flex-direction: row !important;
|
|
16350
|
+
}
|
|
16351
|
+
.medium-screen\:vads-u-flex-direction--column-reverse {
|
|
16352
|
+
flex-direction: column-reverse !important;
|
|
16353
|
+
}
|
|
16354
|
+
.medium-screen\:vads-u-flex-direction--row-reverse {
|
|
16355
|
+
flex-direction: row-reverse !important;
|
|
16356
|
+
}
|
|
16357
|
+
.medium-screen\:vads-u-flex-wrap--nowrap {
|
|
16358
|
+
flex-wrap: nowrap !important;
|
|
16359
|
+
}
|
|
16360
|
+
.medium-screen\:vads-u-flex-wrap--wrap {
|
|
16361
|
+
flex-wrap: wrap !important;
|
|
16362
|
+
}
|
|
16363
|
+
.medium-screen\:vads-u-flex-wrap--wrap-reverse {
|
|
16364
|
+
flex-wrap: wrap-reverse !important;
|
|
16365
|
+
}
|
|
16366
|
+
.medium-screen\:vads-u-align-items--stretch {
|
|
16367
|
+
align-items: stretch !important;
|
|
16368
|
+
}
|
|
16369
|
+
.medium-screen\:vads-u-align-items--flex-start {
|
|
16370
|
+
align-items: flex-start !important;
|
|
16371
|
+
}
|
|
16372
|
+
.medium-screen\:vads-u-align-items--flex-end {
|
|
16373
|
+
align-items: flex-end !important;
|
|
16374
|
+
}
|
|
16375
|
+
.medium-screen\:vads-u-align-items--center {
|
|
16376
|
+
align-items: center !important;
|
|
16377
|
+
}
|
|
16378
|
+
.medium-screen\:vads-u-align-items--baseline {
|
|
16379
|
+
align-items: baseline !important;
|
|
16380
|
+
}
|
|
16381
|
+
.medium-screen\:vads-u-justify-content--flex-start {
|
|
16382
|
+
justify-content: flex-start !important;
|
|
16383
|
+
}
|
|
16384
|
+
.medium-screen\:vads-u-justify-content--flex-end {
|
|
16385
|
+
justify-content: flex-end !important;
|
|
16386
|
+
}
|
|
16387
|
+
.medium-screen\:vads-u-justify-content--center {
|
|
16388
|
+
justify-content: center !important;
|
|
16389
|
+
}
|
|
16390
|
+
.medium-screen\:vads-u-justify-content--space-between {
|
|
16391
|
+
justify-content: space-between !important;
|
|
16392
|
+
}
|
|
16393
|
+
.medium-screen\:vads-u-justify-content--space-around {
|
|
16394
|
+
justify-content: space-around !important;
|
|
16395
|
+
}
|
|
16396
|
+
.medium-screen\:vads-u-justify-content--space-evenly {
|
|
16397
|
+
justify-content: space-evenly !important;
|
|
16398
|
+
}
|
|
16399
|
+
.medium-screen\:vads-u-align-content--flex-start {
|
|
16400
|
+
align-content: flex-start !important;
|
|
16401
|
+
}
|
|
16402
|
+
.medium-screen\:vads-u-align-content--flex-end {
|
|
16403
|
+
align-content: flex-end !important;
|
|
16404
|
+
}
|
|
16405
|
+
.medium-screen\:vads-u-align-content--center {
|
|
16406
|
+
align-content: center !important;
|
|
16407
|
+
}
|
|
16408
|
+
.medium-screen\:vads-u-align-content--space-between {
|
|
16409
|
+
align-content: space-between !important;
|
|
16410
|
+
}
|
|
16411
|
+
.medium-screen\:vads-u-align-content--space-around {
|
|
16412
|
+
align-content: space-around !important;
|
|
16413
|
+
}
|
|
16414
|
+
.medium-screen\:vads-u-align-content--stretch {
|
|
16415
|
+
align-content: stretch !important;
|
|
16416
|
+
}
|
|
16417
|
+
.medium-screen\:vads-u-align-self--auto {
|
|
16418
|
+
align-self: auto !important;
|
|
16419
|
+
}
|
|
16420
|
+
.medium-screen\:vads-u-align-self--flex-start {
|
|
16421
|
+
align-self: flex-start !important;
|
|
16422
|
+
}
|
|
16423
|
+
.medium-screen\:vads-u-align-self--flex-end {
|
|
16424
|
+
align-self: flex-end !important;
|
|
16425
|
+
}
|
|
16426
|
+
.medium-screen\:vads-u-align-self--center {
|
|
16427
|
+
align-self: center !important;
|
|
16428
|
+
}
|
|
16429
|
+
.medium-screen\:vads-u-align-self--baseline {
|
|
16430
|
+
align-self: baseline !important;
|
|
16431
|
+
}
|
|
16432
|
+
.medium-screen\:vads-u-align-self--stretch {
|
|
16433
|
+
align-self: stretch !important;
|
|
16434
|
+
}
|
|
16435
|
+
.medium-screen\:vads-u-order--1 {
|
|
16436
|
+
order: 1 !important;
|
|
16437
|
+
}
|
|
16438
|
+
.medium-screen\:vads-u-order--2 {
|
|
16439
|
+
order: 2 !important;
|
|
16440
|
+
}
|
|
16441
|
+
.medium-screen\:vads-u-order--3 {
|
|
16442
|
+
order: 3 !important;
|
|
16443
|
+
}
|
|
16444
|
+
.medium-screen\:vads-u-order--4 {
|
|
16445
|
+
order: 4 !important;
|
|
16446
|
+
}
|
|
16447
|
+
.medium-screen\:vads-u-order--first {
|
|
16448
|
+
order: -1 !important;
|
|
16449
|
+
}
|
|
16450
|
+
.medium-screen\:vads-u-order--last {
|
|
16451
|
+
order: 999 !important;
|
|
16452
|
+
}
|
|
16453
|
+
.medium-screen\:vads-u-order--initial {
|
|
16454
|
+
order: 0 !important;
|
|
16455
|
+
}
|
|
16456
|
+
.medium-screen\:vads-u-font-size--source-sans-normalized {
|
|
16457
|
+
font-size: 1.063rem !important;
|
|
16458
|
+
}
|
|
16459
|
+
.medium-screen\:vads-u-font-size--sm {
|
|
16460
|
+
font-size: 0.938rem !important;
|
|
16461
|
+
}
|
|
16462
|
+
.medium-screen\:vads-u-font-size--base {
|
|
16463
|
+
font-size: 1rem !important;
|
|
16464
|
+
}
|
|
16465
|
+
.medium-screen\:vads-u-font-size--md {
|
|
16466
|
+
font-size: 1.063rem !important;
|
|
16467
|
+
}
|
|
16468
|
+
.medium-screen\:vads-u-font-size--lg {
|
|
16469
|
+
font-size: 1.25rem !important;
|
|
16470
|
+
}
|
|
16471
|
+
.medium-screen\:vads-u-font-size--xl {
|
|
16472
|
+
font-size: 2rem !important;
|
|
16473
|
+
}
|
|
16474
|
+
.medium-screen\:vads-u-font-size--2xl {
|
|
16475
|
+
font-size: 2.5rem !important;
|
|
16476
|
+
}
|
|
16477
|
+
.medium-screen\:vads-u-font-size--h1 {
|
|
16478
|
+
font-size: 2.5rem !important;
|
|
16479
|
+
}
|
|
16480
|
+
.medium-screen\:vads-u-font-size--h2 {
|
|
16481
|
+
font-size: 2rem !important;
|
|
16482
|
+
}
|
|
16483
|
+
.medium-screen\:vads-u-font-size--h3 {
|
|
16484
|
+
font-size: 1.25rem !important;
|
|
16485
|
+
}
|
|
16486
|
+
.medium-screen\:vads-u-font-size--h4 {
|
|
16487
|
+
font-size: 1.063rem !important;
|
|
16488
|
+
}
|
|
16489
|
+
.medium-screen\:vads-u-font-size--h5 {
|
|
16490
|
+
font-size: 0.938rem !important;
|
|
16491
|
+
}
|
|
16492
|
+
.medium-screen\:vads-u-font-size--h6 {
|
|
16493
|
+
font-size: 0.938rem !important;
|
|
16494
|
+
}
|
|
16495
|
+
.medium-screen\:vads-u-height--0 {
|
|
16496
|
+
height: 0px !important;
|
|
16497
|
+
}
|
|
16498
|
+
.medium-screen\:vads-u-height--full {
|
|
16499
|
+
height: 100% !important;
|
|
16500
|
+
}
|
|
16501
|
+
.medium-screen\:vads-u-height--auto {
|
|
16502
|
+
height: auto !important;
|
|
16503
|
+
}
|
|
16504
|
+
.medium-screen\:vads-u-height--viewport {
|
|
16505
|
+
height: 100vh !important;
|
|
16506
|
+
}
|
|
16507
|
+
.medium-screen\:vads-u-min-height--none {
|
|
16508
|
+
min-height: none !important;
|
|
16509
|
+
}
|
|
16510
|
+
.medium-screen\:vads-u-min-height--viewport {
|
|
16511
|
+
min-height: 100vh !important;
|
|
16512
|
+
}
|
|
16513
|
+
.medium-screen\:vads-u-max-height--none {
|
|
16514
|
+
max-height: none !important;
|
|
16515
|
+
}
|
|
16516
|
+
.medium-screen\:vads-u-max-height--viewport {
|
|
16517
|
+
max-height: 100vh !important;
|
|
16518
|
+
}
|
|
16519
|
+
.medium-screen\:vads-u-line-height--1 {
|
|
16520
|
+
line-height: 1 !important;
|
|
16521
|
+
}
|
|
16522
|
+
.medium-screen\:vads-u-line-height--2 {
|
|
16523
|
+
line-height: 1.15 !important;
|
|
16524
|
+
}
|
|
16525
|
+
.medium-screen\:vads-u-line-height--3 {
|
|
16526
|
+
line-height: 1.35 !important;
|
|
16527
|
+
}
|
|
16528
|
+
.medium-screen\:vads-u-line-height--4 {
|
|
16529
|
+
line-height: 1.5 !important;
|
|
16530
|
+
}
|
|
16531
|
+
.medium-screen\:vads-u-line-height--5 {
|
|
16532
|
+
line-height: 1.62 !important;
|
|
16533
|
+
}
|
|
16534
|
+
.medium-screen\:vads-u-line-height--6 {
|
|
16535
|
+
line-height: 1.75 !important;
|
|
16536
|
+
}
|
|
16537
|
+
.medium-screen\:vads-u-line-height--serif {
|
|
16538
|
+
line-height: 1.9 !important;
|
|
16539
|
+
}
|
|
16540
|
+
.medium-screen\:vads-u-line-height--mono {
|
|
16541
|
+
line-height: 1.7 !important;
|
|
16542
|
+
}
|
|
14599
16543
|
.medium-screen\:vads-u-margin--0 {
|
|
14600
16544
|
margin: 0 !important;
|
|
14601
16545
|
}
|