@department-of-veterans-affairs/css-library 0.6.0-beta.0 → 0.6.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/elements.css CHANGED
@@ -1 +1,1640 @@
1
- /*! This is intentionally left empty for now */html,body{padding:0;margin:0}html{font-weight:500}body{background:#fff;color:#1b1b1b}article>h1{margin-top:0}hr{margin:2.5em 0;margin:48px 0 40px;border:1px solid #a9aeb1}#content abbr{border-bottom:0px;text-decoration:none;font-weight:inherit;font-style:inherit;color:inherit;cursor:pointer}a{color:#005ea2;text-decoration:underline;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transition-property:color,background-color,border-color;transition-property:color,background-color,border-color}a:hover{background-color:rgba(0,0,0,.05);color:inherit;text-decoration:underline}a:active{background:rgba(0,0,0,.05)}a:visited,a:visited abbr{color:#54278f}h1{margin-top:0}h1,h2,h3,h4,h5,h6{margin-bottom:0;margin-top:0;clear:both}*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:1.5em}h1+*,h2+*,h3+*,h4+*,h5+*,h6+*{margin-top:1em}h1{font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;font-size:2.44rem;line-height:1.2;font-weight:700}h2{font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;font-size:1.95rem;line-height:1.2;font-weight:700}h3{font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;font-size:1.34rem;line-height:1.2;font-weight:700}h4{font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;font-size:.98rem;line-height:1.2;font-weight:700}h5{font-family:Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;font-size:.91rem;line-height:1.2;font-weight:700}h6{font-family:Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;font-size:.87rem;line-height:1.1;font-weight:normal;letter-spacing:.025em;text-transform:uppercase}h1,h2,h3,h4,h5{font-family:Bitter,Georgia,Cambria,"Times New Roman",Times,serif;font-weight:700}h6{font-family:"Source Sans Pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:700}h1{margin-top:0;font-size:2.5rem}h2{font-size:1.875rem}h3{font-size:1.25rem}h4{font-size:1.0625rem}h5{font-size:.9375rem}h6{font-size:.9375rem}@media(max-width: 481px){h1{font-size:30px}h2{font-size:24px}}h6{margin:.5em 0 0;text-transform:none;font-weight:700}ul{padding:0 0 0 1.5em;list-style:square}ol{margin:0 0 0 1.25em;list-style-position:outside}ul>ul,ul ol,ol>ul,ol ol{margin:.5em 0 .5em 1.2em}dd{margin-left:0}dd+dt{margin-top:1.5em}figure{font-size:.85em;margin-left:-15px;margin-right:-15px}@media screen and (min-width: 1201px),print and (min-width: 1201px){figure{margin-left:-16.66667%;margin-right:-16.66667%}}figcaption{color:#162e51}input::-webkit-input-placeholder{color:#565c65}input::-moz-placeholder{color:#565c65}input:-ms-input-placeholder{color:#565c65}input:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}input:focus::-moz-placeholder{color:rgba(0,0,0,0)}input:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}.va-notice--banner p{margin:0}.va-notice--banner a{background-image:none;color:inherit;padding:0}
1
+ /*! This is intentionally left empty for now */
2
+ /*
3
+ * * * * * ==============================
4
+ * * * * * ==============================
5
+ * * * * * ==============================
6
+ * * * * * ==============================
7
+ ========================================
8
+ ========================================
9
+ ========================================
10
+ ----------------------------------------
11
+ GENERAL SETTINGS
12
+ ----------------------------------------
13
+ Read more about settings and
14
+ USWDS style tokens in the documentation:
15
+ https://designsystem.digital.gov/design-tokens
16
+ ----------------------------------------
17
+ */
18
+ /*
19
+ ----------------------------------------
20
+ Image path
21
+ ----------------------------------------
22
+ Relative image file path
23
+ ----------------------------------------
24
+ */
25
+ /*
26
+ ----------------------------------------
27
+ Show compile warnings
28
+ ----------------------------------------
29
+ Show Sass warnings when functions and
30
+ mixins use non-standard tokens.
31
+ AND
32
+ Show updates and notifications.
33
+ ----------------------------------------
34
+ */
35
+ /*
36
+ ----------------------------------------
37
+ Namespace
38
+ ----------------------------------------
39
+ */
40
+ /*
41
+ ----------------------------------------
42
+ Prefix separator
43
+ ----------------------------------------
44
+ Set the character the separates
45
+ responsive and state prefixes from the
46
+ main class name.
47
+ The default (":") needs to be preceded
48
+ by two backslashes to be properly
49
+ escaped.
50
+ ----------------------------------------
51
+ */
52
+ /*
53
+ ----------------------------------------
54
+ Layout grid
55
+ ----------------------------------------
56
+ Should the layout grid classes output
57
+ with !important
58
+ ----------------------------------------
59
+ */
60
+ /*
61
+ ----------------------------------------
62
+ Border box sizing
63
+ ----------------------------------------
64
+ When set to true, sets the box-sizing
65
+ property of all site elements to
66
+ `border-box`.
67
+ ----------------------------------------
68
+ */
69
+ /*
70
+ ----------------------------------------
71
+ Focus styles
72
+ ----------------------------------------
73
+ */
74
+ /*
75
+ ----------------------------------------
76
+ Icons
77
+ ----------------------------------------
78
+ */
79
+ /*
80
+ * * * * * ==============================
81
+ * * * * * ==============================
82
+ * * * * * ==============================
83
+ * * * * * ==============================
84
+ ========================================
85
+ ========================================
86
+ ========================================
87
+ ----------------------------------------
88
+ TYPOGRAPHY SETTINGS
89
+ ----------------------------------------
90
+ Read more about settings and
91
+ USWDS typography tokens in the documentation:
92
+ https://designsystem.digital.gov/design-tokens/typesetting/overview/
93
+ ----------------------------------------
94
+ */
95
+ /*
96
+ ----------------------------------------
97
+ Root font size
98
+ ----------------------------------------
99
+ Setting $theme-respect-user-font-size to
100
+ true sets the root font size to 100% and
101
+ uses ems for media queries
102
+ ----------------------------------------
103
+ $theme-root-font-size only applies when
104
+ $theme-respect-user-font-size is set to
105
+ false.
106
+
107
+ This will set the root font size
108
+ as a specific px value and use px values
109
+ for media queries.
110
+
111
+ Accepts true or false
112
+ ----------------------------------------
113
+ */
114
+ /*
115
+ ----------------------------------------
116
+ Global styles
117
+ ----------------------------------------
118
+ Adds basic styling for the following
119
+ unclassed elements:
120
+
121
+ - paragraph: paragraph text
122
+ - link: links
123
+ - content: paragraph text, links,
124
+ headings, lists, and tables
125
+ ----------------------------------------
126
+ */
127
+ /*
128
+ ----------------------------------------
129
+ Broswer compatibility mode
130
+ ----------------------------------------
131
+ When true, outputs woff and ttf font
132
+ formats in addition to woff2
133
+ ----------------------------------------
134
+ */
135
+ /*
136
+ ----------------------------------------
137
+ Font path
138
+ ----------------------------------------
139
+ Relative font file path
140
+ ----------------------------------------
141
+ */
142
+ /*
143
+ ----------------------------------------
144
+ Custom typeface tokens
145
+ ----------------------------------------
146
+ Add a new custom typeface token if
147
+ your project uses a typeface not already
148
+ defined by USWDS.
149
+ ----------------------------------------
150
+ USWDS defines the following tokens
151
+ by default:
152
+ ----------------------------------------
153
+ 'georgia'
154
+ 'helvetica'
155
+ 'merriweather'
156
+ 'open-sans'
157
+ 'public-sans'
158
+ 'roboto-mono'
159
+ 'source-sans-pro'
160
+ 'system'
161
+ 'tahoma'
162
+ 'verdana'
163
+ ----------------------------------------
164
+ Add as many new tokens as you have
165
+ custom typefaces. Reference your new
166
+ token(s) in the type-based font settings
167
+ using the quoted name of the token.
168
+
169
+ For example:
170
+
171
+ $theme-font-type-cond: 'example-font-token';
172
+
173
+ display-name:
174
+ The display name of your font
175
+
176
+ cap-height:
177
+ The height of a 500px `N` in Sketch
178
+ ----------------------------------------
179
+ You should change `example-[style]-token`
180
+ names to something more descriptive.
181
+ ----------------------------------------
182
+ */
183
+ /*
184
+ ----------------------------------------
185
+ Type-based font settings
186
+ ----------------------------------------
187
+ Set the type-based tokens for your
188
+ project from the following tokens,
189
+ or from any new font tokens you added in
190
+ $theme-typeface-tokens.
191
+ ----------------------------------------
192
+ 'georgia'
193
+ 'helvetica'
194
+ 'merriweather'
195
+ 'open-sans'
196
+ 'public-sans'
197
+ 'roboto-mono'
198
+ 'source-sans-pro'
199
+ 'system'
200
+ 'tahoma'
201
+ 'verdana'
202
+ ----------------------------------------
203
+ */
204
+ /*
205
+ ----------------------------------------
206
+ Custom font stacks
207
+ ----------------------------------------
208
+ Add custom font stacks to any of the
209
+ type-based fonts. Any USWDS typeface
210
+ token already has a default stack.
211
+
212
+ Custom stacks don't need to include the
213
+ font's display name. It will
214
+ automatically appear at the start of
215
+ the stack.
216
+ ----------------------------------------
217
+ Example:
218
+ $theme-font-type-sans: 'source-sans-pro';
219
+ $theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;
220
+
221
+ Output:
222
+ font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
223
+ ----------------------------------------
224
+ */
225
+ /*
226
+ ----------------------------------------
227
+ Add any custom font source files
228
+ ----------------------------------------
229
+ If you want USWDS to generate additional
230
+ @font-face declarations, add your font
231
+ data below, following the example that
232
+ follows.
233
+ ----------------------------------------
234
+ USWDS automatically generates @font-face
235
+ declarations for the following
236
+
237
+ 'merriweather'
238
+ 'public-sans'
239
+ 'roboto-mono'
240
+ 'source-sans-pro'
241
+
242
+ These typefaces not require custom
243
+ source files.
244
+ ----------------------------------------
245
+ EXAMPLE
246
+
247
+ - dir:
248
+ Directory relative to $theme-font-path
249
+ - This directory should include fonts saved as
250
+ .woff2
251
+ ExampleSerif-Normal.woff2
252
+
253
+ $theme-font-serif-custom-src: (
254
+ dir: 'custom/example-serif',
255
+ roman: (
256
+ 100: false,
257
+ 200: false,
258
+ 300: 'ExampleSerif-Light',
259
+ 400: 'ExampleSerif-Normal',
260
+ 500: false,
261
+ 600: false,
262
+ 700: 'ExampleSerif-Bold',
263
+ 800: false,
264
+ 900: false,
265
+ ),
266
+ italic: (
267
+ 100: false,
268
+ 200: false,
269
+ 300: 'ExampleSerif-LightItalic',
270
+ 400: 'ExampleSerif-Italic',
271
+ 500: false,
272
+ 600: false,
273
+ 700: 'ExampleSerif-BoldItalic',
274
+ 800: false,
275
+ 900: false,
276
+ ),
277
+ );
278
+ ----------------------------------------
279
+ */
280
+ /*
281
+ ----------------------------------------
282
+ Role-based font settings
283
+ ----------------------------------------
284
+ Set the role-based tokens for your
285
+ project from the following font-type
286
+ tokens.
287
+ ----------------------------------------
288
+ 'cond'
289
+ 'icon'
290
+ 'lang'
291
+ 'mono'
292
+ 'sans'
293
+ 'serif'
294
+ ----------------------------------------
295
+ */
296
+ /*
297
+ ----------------------------------------
298
+ Type scale
299
+ ----------------------------------------
300
+ Define your project's type scale using
301
+ values from the USWDS system type scale
302
+
303
+ 1-20
304
+ ----------------------------------------
305
+ */
306
+ /*
307
+ ----------------------------------------
308
+ Font weights
309
+ ----------------------------------------
310
+ Assign weights 100-900
311
+ Or use `false` for unneeded weights.
312
+ ----------------------------------------
313
+ */
314
+ /*
315
+ ----------------------------------------
316
+ General typography settings
317
+ ----------------------------------------
318
+ Type scale tokens
319
+ ----------------------------------------
320
+ micro: 10px
321
+ 1: 12px
322
+ 2: 13px
323
+ 3: 14px
324
+ 4: 15px
325
+ 5: 16px
326
+ 6: 17px
327
+ 7: 18px
328
+ 8: 20px
329
+ 9: 22px
330
+ 10: 24px
331
+ 11: 28px
332
+ 12: 32px
333
+ 13: 36px
334
+ 14: 40px
335
+ 15: 48px
336
+ 16: 56px
337
+ 17: 64px
338
+ 18: 80px
339
+ 19: 120px
340
+ 20: 140px
341
+ ----------------------------------------
342
+ Line height tokens
343
+ ----------------------------------------
344
+ 1: 1
345
+ 2: 1.15
346
+ 3: 1.35
347
+ 4: 1.5
348
+ 5: 1.62
349
+ 6: 1.75
350
+ ----------------------------------------
351
+ Font role tokens
352
+ ----------------------------------------
353
+ 'ui'
354
+ 'heading'
355
+ 'body'
356
+ 'code'
357
+ 'alt'
358
+ ----------------------------------------
359
+ Measure (max-width) tokens
360
+ ----------------------------------------
361
+ 1: 44ex
362
+ 2: 60ex
363
+ 3: 64ex
364
+ 4: 68ex
365
+ 5: 74ex
366
+ 6: 88ex
367
+ none: none
368
+ ----------------------------------------
369
+ */
370
+ /*
371
+ * * * * * ==============================
372
+ * * * * * ==============================
373
+ * * * * * ==============================
374
+ * * * * * ==============================
375
+ ========================================
376
+ ========================================
377
+ ========================================
378
+ ----------------------------------------
379
+ COLOR SETTINGS
380
+ ----------------------------------------
381
+ Read more about settings and
382
+ USWDS color tokens in the documentation:
383
+ https://designsystem.digital.gov/design-tokens/color
384
+ ----------------------------------------
385
+ */
386
+ /*
387
+ ----------------------------------------
388
+ Theme palette colors
389
+ ----------------------------------------
390
+ */
391
+ /*
392
+ ----------------------------------------
393
+ State palette colors
394
+ ----------------------------------------
395
+ */
396
+ /*
397
+ ----------------------------------------
398
+ General colors
399
+ ----------------------------------------
400
+ */
401
+ /*
402
+ * * * * * ==============================
403
+ * * * * * ==============================
404
+ * * * * * ==============================
405
+ * * * * * ==============================
406
+ ========================================
407
+ ========================================
408
+ ========================================
409
+ ----------------------------------------
410
+ COMPONENT SETTINGS
411
+ ----------------------------------------
412
+ Read more about settings and
413
+ USWDS style tokens in the documentation:
414
+ https://designsystem.digital.gov/design-tokens
415
+ ----------------------------------------
416
+ */
417
+ /*
418
+ * * * * * ==============================
419
+ * * * * * ==============================
420
+ * * * * * ==============================
421
+ * * * * * ==============================
422
+ ========================================
423
+ ========================================
424
+ ========================================
425
+ ----------------------------------------
426
+ SPACING SETTINGS
427
+ ----------------------------------------
428
+ Read more about settings and
429
+ USWDS spacing units tokens in the
430
+ documentation:
431
+ https://designsystem.digital.gov/design-tokens/spacing-units
432
+ ----------------------------------------
433
+ */
434
+ /*
435
+ ----------------------------------------
436
+ Border radius
437
+ ----------------------------------------
438
+ 2px 2px
439
+ 0.5 4px
440
+ 1 8px
441
+ 1.5 12px
442
+ 2 16px
443
+ 2.5 20px
444
+ 3 24px
445
+ 4 32px
446
+ 5 40px
447
+ 6 48px
448
+ 7 56px
449
+ 8 64px
450
+ 9 72px
451
+ ----------------------------------------
452
+ */
453
+ /*
454
+ ----------------------------------------
455
+ Column gap
456
+ ----------------------------------------
457
+ 2px 2px
458
+ 0.5 4px
459
+ 1 8px
460
+ 2 16px
461
+ 3 24px
462
+ 4 32px
463
+ 5 40px
464
+ 6 48px
465
+ ----------------------------------------
466
+ */
467
+ /*
468
+ ----------------------------------------
469
+ Grid container max-width
470
+ ----------------------------------------
471
+ mobile
472
+ mobile-lg
473
+ tablet
474
+ tablet-lg
475
+ desktop
476
+ desktop-lg
477
+ widescreen
478
+ ----------------------------------------
479
+ */
480
+ /*
481
+ ----------------------------------------
482
+ Site
483
+ ----------------------------------------
484
+ */
485
+ /*
486
+ * * * * * ==============================
487
+ * * * * * ==============================
488
+ * * * * * ==============================
489
+ * * * * * ==============================
490
+ ========================================
491
+ ========================================
492
+ ========================================
493
+ ----------------------------------------
494
+ UTILITIES SETTINGS
495
+ ----------------------------------------
496
+ Read more about settings and
497
+ USWDS utilities in the documentation:
498
+ https://designsystem.digital.gov/utilities
499
+ ----------------------------------------
500
+ */
501
+ /*
502
+ ----------------------------------------
503
+ Utility breakpoints
504
+ ----------------------------------------
505
+ Which breakpoints does your project
506
+ need? Select as `true` any breakpoint
507
+ used by utilities or layout grid
508
+ ----------------------------------------
509
+ */
510
+ /*
511
+ ----------------------------------------
512
+ Global colors
513
+ ----------------------------------------
514
+ The following palettes will be added to
515
+ - background-color
516
+ - border-color
517
+ - color
518
+ - text-decoration-color
519
+ ----------------------------------------
520
+ */
521
+ /*
522
+ ----------------------------------------
523
+ Settings
524
+ ----------------------------------------
525
+ */
526
+ /*
527
+ ----------------------------------------
528
+ Values
529
+ ----------------------------------------
530
+ */
531
+ /*
532
+ ----------------------------------------
533
+ advanced-color()
534
+ ----------------------------------------
535
+ Derive a color from a color triplet:
536
+ [family], [grade], [variant]
537
+ ----------------------------------------
538
+ */
539
+ /*
540
+ ----------------------------------------
541
+ append-important()
542
+ ----------------------------------------
543
+ Append `!important` to a list
544
+ ----------------------------------------
545
+ */
546
+ /*
547
+ ----------------------------------------
548
+ get-last()
549
+ ----------------------------------------
550
+ Return the last item of a list,
551
+ Return null if the value is null
552
+ ----------------------------------------
553
+ */
554
+ /*
555
+ ----------------------------------------
556
+ de-list()
557
+ ----------------------------------------
558
+ Transform a one-element list or arglist
559
+ into that single element.
560
+ ----------------------------------------
561
+ (1) => 1
562
+ ((1)) => (1)
563
+ ----------------------------------------
564
+ */
565
+ /*
566
+ ----------------------------------------
567
+ error-not-token()
568
+ ----------------------------------------
569
+ Returns a common not-a-token error.
570
+ ----------------------------------------
571
+ */
572
+ /*
573
+ ----------------------------------------
574
+ uswds-error()
575
+ ----------------------------------------
576
+ Allow the system to pass an error as text
577
+ to test error states in unit testing
578
+ ----------------------------------------
579
+ */
580
+ /*
581
+ ----------------------------------------
582
+ get-default()
583
+ ----------------------------------------
584
+ Returns the default value from a map
585
+ of project defaults
586
+ get-default("bg-color")
587
+ > $theme-body-background-color
588
+ ----------------------------------------
589
+ */
590
+ /*
591
+ ----------------------------------------
592
+ has-important()
593
+ ----------------------------------------
594
+ Check to see if `!important` is
595
+ being passed in a mixin's props
596
+ ----------------------------------------
597
+ */
598
+ /*
599
+ ----------------------------------------
600
+ map-collect()
601
+ ----------------------------------------
602
+ Collect multiple maps into a single
603
+ large map
604
+ source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
605
+ ----------------------------------------
606
+ */
607
+ /*
608
+ ----------------------------------------
609
+ map-deep-get()
610
+ ----------------------------------------
611
+ @author Hugo Giraudel
612
+ @access public
613
+ @param {Map} $map - Map
614
+ @param {Arglist} $keys - Key chain
615
+ @return {*} - Desired value
616
+ ----------------------------------------
617
+ */
618
+ /*
619
+ ----------------------------------------
620
+ multi-cat()
621
+ ----------------------------------------
622
+ Concatenate two lists
623
+ ----------------------------------------
624
+ */
625
+ /*
626
+ ----------------------------------------
627
+ remove()
628
+ ----------------------------------------
629
+ Remove a value from a list
630
+ ----------------------------------------
631
+ */
632
+ /*
633
+ ----------------------------------------
634
+ smart-quote()
635
+ ----------------------------------------
636
+ Quotes strings
637
+ Inspects `px`, `xs`, and `xl` numbers
638
+ Leaves bools as is
639
+ ----------------------------------------
640
+ */
641
+ /*
642
+ ----------------------------------------
643
+ str-replace()
644
+ ----------------------------------------
645
+ Replace any substring with another
646
+ string
647
+ ----------------------------------------
648
+ */
649
+ /*
650
+ ----------------------------------------
651
+ str-split()
652
+ ----------------------------------------
653
+ Split a string at a given separator
654
+ and convert into a list of substrings
655
+ ----------------------------------------
656
+ */
657
+ /*
658
+ ----------------------------------------
659
+ strip-unit()
660
+ ----------------------------------------
661
+ Remove the unit of a length
662
+ @author Hugo Giraudel
663
+ @param {Number} $number - Number to remove unit from
664
+ @return {Number} - Unitless number
665
+ ----------------------------------------
666
+ */
667
+ /*
668
+ ----------------------------------------
669
+ base-to-map()
670
+ @TODO: Deprecate and delete
671
+ ----------------------------------------
672
+ Convert a single base to a USWDS
673
+ value map.
674
+
675
+ Candidate for deprecation if we remove
676
+ isReadable
677
+ ----------------------------------------
678
+ */
679
+ /*
680
+ ----------------------------------------
681
+ to-number()
682
+ ----------------------------------------
683
+ Casts a string into a number
684
+ ----------------------------------------
685
+ @param {String | Number} $value - Value to be parsed
686
+ @return {Number}
687
+ ----------------------------------------
688
+ */
689
+ /*
690
+ ----------------------------------------
691
+ unpack()
692
+ ----------------------------------------
693
+ Create lists of single items from lists
694
+ of lists.
695
+ ----------------------------------------
696
+ (1, (2.1, 2.2), 3) -->
697
+ (1, 2.1, 2.2, 3)
698
+ ----------------------------------------
699
+ */
700
+ /*
701
+ ----------------------------------------
702
+ advanced-color()
703
+ ----------------------------------------
704
+ Derive a color from a color triplet:
705
+ [family], [grade], [variant]
706
+ ----------------------------------------
707
+ */
708
+ /*
709
+ ----------------------------------------
710
+ get-system-color()
711
+ ----------------------------------------
712
+ Derive a system color from its
713
+ family, value, and vivid or a passed
714
+ variable that is, itself, a list
715
+ ----------------------------------------
716
+ */
717
+ /*
718
+ ----------------------------------------
719
+ advanced-color()
720
+ ----------------------------------------
721
+ Derive a color from a color triplet:
722
+ [family], [grade], [variant]
723
+ ----------------------------------------
724
+ */
725
+ /*
726
+ ----------------------------------------
727
+ calculate-grade()
728
+ ----------------------------------------
729
+ Derive the grade equivalent any color,
730
+ even non-token colors
731
+ ----------------------------------------
732
+ */
733
+ /*
734
+ ----------------------------------------
735
+ Luminance ranges
736
+ ----------------------------------------
737
+ */
738
+ /*
739
+ ----------------------------------------
740
+ color-token-assignment()
741
+ ----------------------------------------
742
+ Get the system token equivalent of any
743
+ theme color token
744
+ ----------------------------------------
745
+ */
746
+ /*
747
+ ----------------------------------------
748
+ is-system-color-token()
749
+ ----------------------------------------
750
+ Return whether a token is a system
751
+ color token
752
+ ----------------------------------------
753
+ */
754
+ /*
755
+ ----------------------------------------
756
+ is-theme-color-token()
757
+ ----------------------------------------
758
+ Return whether a token is a theme
759
+ color token
760
+ ----------------------------------------
761
+ */
762
+ /*
763
+ ----------------------------------------
764
+ is-system-color-token()
765
+ ----------------------------------------
766
+ Return whether a token is a system
767
+ color token
768
+ ----------------------------------------
769
+ */
770
+ /*
771
+ ----------------------------------------
772
+ set-theme-color()
773
+ ----------------------------------------
774
+ Derive a color from a system color token
775
+ or a hex value
776
+ ----------------------------------------
777
+ */
778
+ /*
779
+ ----------------------------------------
780
+ color-token-family()
781
+ ----------------------------------------
782
+ Returns the family of a color token.
783
+ Returns: color-family
784
+ color-token-family("accent-warm-vivid")
785
+ > "accent-warm"
786
+ color-token-family("red-50v")
787
+ > "red"
788
+ color-token-variant(("red", 50, "vivid"))
789
+ > "red"
790
+ ----------------------------------------
791
+ */
792
+ /*
793
+ ----------------------------------------
794
+ decompose()
795
+ ----------------------------------------
796
+ Convert a color token into into a list
797
+ of form [family], [grade], [variant]
798
+ Vivid variants return "vivid" as the
799
+ variant.
800
+ If neither grade nor variant exists,
801
+ returns 'null'
802
+ ----------------------------------------
803
+ */
804
+ /*
805
+ ----------------------------------------
806
+ color-token-family()
807
+ ----------------------------------------
808
+ Returns the family of a color token.
809
+ Returns: color-family
810
+ color-token-family("accent-warm-vivid")
811
+ > "accent-warm"
812
+ color-token-family("red-50v")
813
+ > "red"
814
+ color-token-variant(("red", 50, "vivid"))
815
+ > "red"
816
+ ----------------------------------------
817
+ */
818
+ /*
819
+ ----------------------------------------
820
+ color-token-grade()
821
+ ----------------------------------------
822
+ Returns the grade of a USWDS color token.
823
+ Returns: color-grade
824
+ color-token-grade("accent-warm")
825
+ > "root"
826
+ color-token-grade("accent-warm-vivid")
827
+ > "root"
828
+ color-token-grade("accent-warm-darker")
829
+ > "darker"
830
+ color-token-grade("red-50v")
831
+ > 50
832
+ color-token-variant(("red", 50, "vivid"))
833
+ > 50
834
+ ----------------------------------------
835
+ */
836
+ /*
837
+ ----------------------------------------
838
+ color-token-family()
839
+ ----------------------------------------
840
+ Returns the family of a color token.
841
+ Returns: color-family
842
+ color-token-family("accent-warm-vivid")
843
+ > "accent-warm"
844
+ color-token-family("red-50v")
845
+ > "red"
846
+ color-token-variant(("red", 50, "vivid"))
847
+ > "red"
848
+ ----------------------------------------
849
+ */
850
+ /*
851
+ ----------------------------------------
852
+ is-color-token()
853
+ ----------------------------------------
854
+ Returns whether a given string is a
855
+ USWDS color token.
856
+ ----------------------------------------
857
+ */
858
+ /*
859
+ ----------------------------------------
860
+ is-system-color-token()
861
+ ----------------------------------------
862
+ Return whether a token is a system
863
+ color token
864
+ ----------------------------------------
865
+ */
866
+ /*
867
+ ----------------------------------------
868
+ is-theme-color-token()
869
+ ----------------------------------------
870
+ Return whether a token is a theme
871
+ color token
872
+ ----------------------------------------
873
+ */
874
+ /*
875
+ ----------------------------------------
876
+ pow()
877
+ ----------------------------------------
878
+ Raises a unitless number to the power
879
+ of another unitless number
880
+ Includes helper functions
881
+ ----------------------------------------
882
+ */
883
+ /*
884
+ ----------------------------------------
885
+ Helper functions
886
+ ----------------------------------------
887
+ */
888
+ /* factorial()
889
+ ----------------------------------------
890
+ */
891
+ /* summation()
892
+ ----------------------------------------
893
+ */
894
+ /* exp-maclaurin()
895
+ ----------------------------------------
896
+ */
897
+ /* ln()
898
+ ----------------------------------------
899
+ */
900
+ /*
901
+ ----------------------------------------
902
+ color-token-type()
903
+ ----------------------------------------
904
+ Returns the type of a color token.
905
+ Returns: "system" | "theme"
906
+ ----------------------------------------
907
+ */
908
+ /*
909
+ ----------------------------------------
910
+ color-token-variant()
911
+ ----------------------------------------
912
+ Returns the variant of color token.
913
+ Returns: "vivid" | false
914
+ color-token-variant("accent-warm")
915
+ > false
916
+ color-token-variant("accent-warm-vivid")
917
+ > "vivid"
918
+ color-token-variant("red-50v")
919
+ > "vivid"
920
+ color-token-variant(("red", 50, "vivid"))
921
+ > "vivid"
922
+ ----------------------------------------
923
+ */
924
+ /*
925
+ ----------------------------------------
926
+ magic-number()
927
+ ----------------------------------------
928
+ Returns the magic number of two color
929
+ grades. Takes numbers or color tokens.
930
+ magic-number(50, 10)
931
+ return: 40
932
+ magic-number("red-50", "red-10")
933
+ return: 40
934
+ ----------------------------------------
935
+ */
936
+ /*
937
+ ----------------------------------------
938
+ is-accessible-magic-number()
939
+ ----------------------------------------
940
+ Returns whether two grades achieve
941
+ specified target color contrast
942
+ Returns: true | false
943
+ is-accessible-magic-number(10, 50, "AA")
944
+ > false
945
+ is-accessible-magic-number(10, 60, "AA")
946
+ > true
947
+ ----------------------------------------
948
+ */
949
+ /*
950
+ ----------------------------------------
951
+ wcag-magic-number()
952
+ ----------------------------------------
953
+ Returns the magic number of a specific
954
+ wcag grade:
955
+ "AA"
956
+ "AA-Large"
957
+ "AAA"
958
+ wcag-magic-number("AA")
959
+ > 50
960
+ ----------------------------------------
961
+ */
962
+ /*
963
+ ----------------------------------------
964
+ get-link-tokens-from-bg()
965
+ ----------------------------------------
966
+ Get accessible link colors for a given
967
+ background color
968
+ returns: link-token, hover-token
969
+ get-link-tokens-from-bg(
970
+ "black",
971
+ "red-60",
972
+ "red-10",
973
+ "AA")
974
+ > "red-10", "red-5"
975
+ get-link-tokens-from-bg(
976
+ "black",
977
+ "red-60v",
978
+ "red-10v",
979
+ "AA-large")
980
+ > "red-60v", "red-50v"
981
+ get-link-tokens-from-bg(
982
+ "black",
983
+ "red-5v",
984
+ "red-60v",
985
+ "AA")
986
+ > "red-5v", "white"
987
+ get-link-tokens-from-bg(
988
+ "black",
989
+ "white",
990
+ "red-60v",
991
+ "AA")
992
+ > "white", "white"
993
+ ----------------------------------------
994
+ */
995
+ /*
996
+ ----------------------------------------
997
+ next-token()
998
+ ----------------------------------------
999
+ Returns next "darker" or "lighter" color
1000
+ token of the same token type and variant.
1001
+ Returns: color-token | false
1002
+ next-token("accent-warm", "lighter")
1003
+ > "accent-warm-light"
1004
+ next-token("gray-10", "lighter")
1005
+ > "gray-5"
1006
+ next-token("gray-5", "lighter")
1007
+ > "white"
1008
+ next-token("white", "lighter")
1009
+ > false
1010
+ next-token("red-50v", "darker")
1011
+ > "red-60v"
1012
+ next-token("red-50", "darker")
1013
+ > "red-60"
1014
+ next-token("red-80v", "darker")
1015
+ > "red-90"
1016
+ next-token("red-90", "darker")
1017
+ > "black"
1018
+ next-token("white", "darker")
1019
+ > "gray-5"
1020
+ next-token("black", "lighter")
1021
+ > "gray-90"
1022
+ ----------------------------------------
1023
+ */
1024
+ /*
1025
+ ----------------------------------------
1026
+ color()
1027
+ ----------------------------------------
1028
+ Derive a color from a color shortcode
1029
+ ----------------------------------------
1030
+ */
1031
+ /*
1032
+ ----------------------------------------
1033
+ test-colors()
1034
+ ----------------------------------------
1035
+ Check to see if all system colors
1036
+ fall between the proper relative
1037
+ luminance range for their grade.
1038
+ Has a couple quirks, as the luminance()
1039
+ function returns slightly different
1040
+ results than expected.
1041
+ ----------------------------------------
1042
+ */
1043
+ /*
1044
+ ----------------------------------------
1045
+ cap-height()
1046
+ ----------------------------------------
1047
+ Get the cap height of a valid typeface
1048
+ ----------------------------------------
1049
+ */
1050
+ /*
1051
+ ----------------------------------------
1052
+ Line height
1053
+ ----------------------------------------
1054
+ */
1055
+ /*
1056
+ ----------------------------------------
1057
+ Measure
1058
+ ----------------------------------------
1059
+ */
1060
+ /*
1061
+ ----------------------------------------
1062
+ spacing-multiple()
1063
+ ----------------------------------------
1064
+ Converts a spacing unit multiple into
1065
+ the desired final units (currently rem)
1066
+ ----------------------------------------
1067
+ */
1068
+ /*
1069
+ ----------------------------------------
1070
+ cap-height()
1071
+ ----------------------------------------
1072
+ Get the cap height of a valid typeface
1073
+ ----------------------------------------
1074
+ */
1075
+ /*
1076
+ ----------------------------------------
1077
+ validate-typeface-token()
1078
+ ----------------------------------------
1079
+ Check to see if a typeface-token exists.
1080
+ Throw an error if a passed token does
1081
+ not exist in the typeface-token map.
1082
+ ----------------------------------------
1083
+ */
1084
+ /*
1085
+ ----------------------------------------
1086
+ convert-to-font-type()
1087
+ ----------------------------------------
1088
+ Converts a font-role token into a
1089
+ font-type token. Leaves font-type tokens
1090
+ unchanged.
1091
+ ----------------------------------------
1092
+ */
1093
+ /*
1094
+ ----------------------------------------
1095
+ font-sources()
1096
+ ----------------------------------------
1097
+ Outputs a list of font sources used in
1098
+ a @font-face declaration.
1099
+
1100
+ $theme-font-browser-compatibility: true - output woff2, woff, ttf
1101
+ $theme-font-browser-compatibility: false - output woff2
1102
+
1103
+ @param stem: string - [font path]/[custom-src.dir]/[custom-src.[style].[weight]]
1104
+ @output: string
1105
+
1106
+ filetypes must be one of the filetypes set in variables/$project-font-face-filetypes (woff, woff2, ttf)
1107
+ ----------------------------------------
1108
+ */
1109
+ /*
1110
+ ----------------------------------------
1111
+ get-font-stack()
1112
+ ----------------------------------------
1113
+ Get a font stack from a style- or
1114
+ role-based font token.
1115
+ ----------------------------------------
1116
+ */
1117
+ /*
1118
+ ----------------------------------------
1119
+ Project fonts
1120
+ ----------------------------------------
1121
+ Collects font settings in a map for
1122
+ looping.
1123
+ ----------------------------------------
1124
+ */
1125
+ /*
1126
+ ----------------------------------------
1127
+ get-typeface-token()
1128
+ ----------------------------------------
1129
+ Get a typeface token from a font-type or
1130
+ font-role token.
1131
+ ----------------------------------------
1132
+ */
1133
+ /*
1134
+ ----------------------------------------
1135
+ normalize-type-scale()
1136
+ ----------------------------------------
1137
+ Normalizes a specific face's optical size
1138
+ to a set target
1139
+ ----------------------------------------
1140
+ */
1141
+ /*
1142
+ ----------------------------------------
1143
+ px-to-rem()
1144
+ ----------------------------------------
1145
+ Converts a value in px to a value in rem
1146
+ ----------------------------------------
1147
+ */
1148
+ /*
1149
+ ----------------------------------------
1150
+ rem-to-px()
1151
+ ----------------------------------------
1152
+ Converts a value in rem to a value in px
1153
+ ----------------------------------------
1154
+ */
1155
+ /*
1156
+ ----------------------------------------
1157
+ rem-to-user-em()
1158
+ ----------------------------------------
1159
+ Converts a value in rem to a value in
1160
+ [user-settings] em for use in media
1161
+ queries
1162
+ ----------------------------------------
1163
+ */
1164
+ /*
1165
+ ----------------------------------------
1166
+ units()
1167
+ ----------------------------------------
1168
+ Converts a spacing unit into
1169
+ the desired final units (currently rem)
1170
+ ----------------------------------------
1171
+ */
1172
+ /*
1173
+ ----------------------------------------
1174
+ number-to-token()
1175
+ ----------------------------------------
1176
+ Converts an integer or numeric value
1177
+ into a system value
1178
+
1179
+ Ex: 0.5 --> '05'
1180
+ -1px --> 'neg-1px'
1181
+ ----------------------------------------
1182
+ */
1183
+ /*
1184
+ ----------------------------------------
1185
+ system-type-scale()
1186
+ ----------------------------------------
1187
+ Get a value from the system type scale
1188
+ ----------------------------------------
1189
+ */
1190
+ /*
1191
+ ----------------------------------------
1192
+ columns()
1193
+ ----------------------------------------
1194
+ outputs a grid-col number based on
1195
+ the number of desired columns in the
1196
+ 12-column grid
1197
+
1198
+ Ex: columns(2) --> 6
1199
+ grid-col(columns(2))
1200
+ ----------------------------------------
1201
+ */
1202
+ /*
1203
+ ----------------------------------------
1204
+ USWDS Properties
1205
+ ----------------------------------------
1206
+ */
1207
+ /*
1208
+ ----------------------------------------
1209
+ get-uswds-value()
1210
+ ----------------------------------------
1211
+ Finds and outputs a value from the
1212
+ USWDS standard values.
1213
+
1214
+ Used to build other standard utility
1215
+ functions and mixins.
1216
+ ----------------------------------------
1217
+ */
1218
+ /*
1219
+ ----------------------------------------
1220
+ get-standard-values()
1221
+ ----------------------------------------
1222
+ Gets a map of USWDS standard values
1223
+ for a property
1224
+ ----------------------------------------
1225
+ */
1226
+ /*
1227
+ ----------------------------------------
1228
+ ns()
1229
+ ----------------------------------------
1230
+ Add a namesspace of $type if that
1231
+ namespace is set to output
1232
+ ----------------------------------------
1233
+ */
1234
+ /*
1235
+ ----------------------------------------
1236
+ border-radius()
1237
+ ----------------------------------------
1238
+ Get a border-radius from the system
1239
+ border-radii
1240
+ ----------------------------------------
1241
+ */
1242
+ /*
1243
+ ----------------------------------------
1244
+ font-weight()
1245
+ fw()
1246
+ ----------------------------------------
1247
+ Get a font-weight value from the
1248
+ system font-weight
1249
+ ----------------------------------------
1250
+ */
1251
+ /*
1252
+ ----------------------------------------
1253
+ feature()
1254
+ ----------------------------------------
1255
+ Gets a valid USWDS font feature setting
1256
+ ----------------------------------------
1257
+ */
1258
+ /*
1259
+ ----------------------------------------
1260
+ flex()
1261
+ ----------------------------------------
1262
+ Gets a valid USWDS flex value
1263
+ ----------------------------------------
1264
+ */
1265
+ /*
1266
+ ----------------------------------------
1267
+ font-family()
1268
+ family()
1269
+ ----------------------------------------
1270
+ Get a font-family stack from a
1271
+ role-based or type-based font family
1272
+ ----------------------------------------
1273
+ */
1274
+ /*
1275
+ ----------------------------------------
1276
+ letter-spacing()
1277
+ ls()
1278
+ ----------------------------------------
1279
+ Get a letter-spacing value from the
1280
+ system letter-spacing
1281
+ ----------------------------------------
1282
+ */
1283
+ /*
1284
+ ----------------------------------------
1285
+ measure()
1286
+ ----------------------------------------
1287
+ Gets a valid USWDS reading line length
1288
+ ----------------------------------------
1289
+ */
1290
+ /*
1291
+ ----------------------------------------
1292
+ opacity()
1293
+ ----------------------------------------
1294
+ Get an opacity from the system
1295
+ opacities
1296
+ ----------------------------------------
1297
+ */
1298
+ /*
1299
+ ----------------------------------------
1300
+ order()
1301
+ ----------------------------------------
1302
+ Get an order value from the
1303
+ system orders
1304
+ ----------------------------------------
1305
+ */
1306
+ /*
1307
+ ----------------------------------------
1308
+ radius()
1309
+ ----------------------------------------
1310
+ Get a border-radius value from the
1311
+ system letter-spacing
1312
+ ----------------------------------------
1313
+ */
1314
+ /*
1315
+ ----------------------------------------
1316
+ font-size()
1317
+ ----------------------------------------
1318
+ Get type scale value from a [family] and
1319
+ [scale]
1320
+ ----------------------------------------
1321
+ */
1322
+ /*
1323
+ ----------------------------------------
1324
+ z-index()
1325
+ z()
1326
+ ----------------------------------------
1327
+ Get a z-index value from the
1328
+ system z-index
1329
+ ----------------------------------------
1330
+ */
1331
+ /*
1332
+ ----------------------------------------
1333
+ utility-font()
1334
+ ----------------------------------------
1335
+ Get a normalized font-size in rem from
1336
+ a family and a type size in either
1337
+ system scale or project scale
1338
+ ----------------------------------------
1339
+ Not the public-facing function.
1340
+ Used for building the utilities and
1341
+ withholds certain errors.
1342
+ ----------------------------------------
1343
+ */
1344
+ /*
1345
+ ----------------------------------------
1346
+ family()
1347
+ ----------------------------------------
1348
+ Get a font-family stack
1349
+ ----------------------------------------
1350
+ */
1351
+ /*
1352
+ ----------------------------------------
1353
+ size()
1354
+ ----------------------------------------
1355
+ Get a normalized font-size in rem from
1356
+ a family and a type size in either
1357
+ system scale or project scale
1358
+ ----------------------------------------
1359
+ */
1360
+ /*
1361
+ ----------------------------------------
1362
+ font()
1363
+ ----------------------------------------
1364
+ Get a font-family stack
1365
+ AND
1366
+ Get a normalized font-size in rem from
1367
+ a family and a type size in either
1368
+ system scale or project scale
1369
+ ----------------------------------------
1370
+ */
1371
+ /*
1372
+ ----------------------------------------
1373
+ typeset()
1374
+ ----------------------------------------
1375
+ Sets:
1376
+ - family
1377
+ - size
1378
+ - line-height
1379
+ ----------------------------------------
1380
+ */
1381
+ /*
1382
+ ----------------------------------------
1383
+ Easing
1384
+ ----------------------------------------
1385
+ */
1386
+ html,
1387
+ body {
1388
+ padding: 0;
1389
+ margin: 0;
1390
+ }
1391
+
1392
+ html {
1393
+ font-weight: 500;
1394
+ }
1395
+
1396
+ body {
1397
+ background: #ffffff;
1398
+ color: #1b1b1b;
1399
+ }
1400
+
1401
+ article > h1 {
1402
+ margin-top: 0;
1403
+ }
1404
+
1405
+ hr {
1406
+ margin: 2.5em 0;
1407
+ margin: 48px 0 40px;
1408
+ border: 1px solid #a9aeb1;
1409
+ }
1410
+
1411
+ #content abbr {
1412
+ border-bottom: 0px;
1413
+ text-decoration: none;
1414
+ font-weight: inherit;
1415
+ font-style: inherit;
1416
+ color: inherit;
1417
+ cursor: pointer;
1418
+ }
1419
+
1420
+ a {
1421
+ color: #005ea2;
1422
+ text-decoration: underline;
1423
+ -webkit-transition-duration: 0.3s;
1424
+ transition-duration: 0.3s;
1425
+ -webkit-transition-timing-function: ease-in-out;
1426
+ transition-timing-function: ease-in-out;
1427
+ -webkit-transition-property: color, background-color, border-color;
1428
+ transition-property: color, background-color, border-color;
1429
+ }
1430
+ a:hover {
1431
+ background-color: rgba(0, 0, 0, 0.05);
1432
+ color: inherit;
1433
+ text-decoration: underline;
1434
+ }
1435
+ a:active {
1436
+ background: rgba(0, 0, 0, 0.05);
1437
+ }
1438
+ a:visited, a:visited abbr {
1439
+ color: #54278f;
1440
+ }
1441
+
1442
+ h1 {
1443
+ margin-top: 0;
1444
+ }
1445
+
1446
+ h1,
1447
+ h2,
1448
+ h3,
1449
+ h4,
1450
+ h5,
1451
+ h6 {
1452
+ margin-bottom: 0;
1453
+ margin-top: 0;
1454
+ clear: both;
1455
+ }
1456
+ * + h1,
1457
+ * + h2,
1458
+ * + h3,
1459
+ * + h4,
1460
+ * + h5,
1461
+ * + h6 {
1462
+ margin-top: 1.5em;
1463
+ }
1464
+ h1 + *,
1465
+ h2 + *,
1466
+ h3 + *,
1467
+ h4 + *,
1468
+ h5 + *,
1469
+ h6 + * {
1470
+ margin-top: 1em;
1471
+ }
1472
+
1473
+ h1 {
1474
+ font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
1475
+ font-size: 2.44rem;
1476
+ line-height: 1.2;
1477
+ font-weight: 700;
1478
+ }
1479
+
1480
+ h2 {
1481
+ font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
1482
+ font-size: 1.95rem;
1483
+ line-height: 1.2;
1484
+ font-weight: 700;
1485
+ }
1486
+
1487
+ h3 {
1488
+ font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
1489
+ font-size: 1.34rem;
1490
+ line-height: 1.2;
1491
+ font-weight: 700;
1492
+ }
1493
+
1494
+ h4 {
1495
+ font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
1496
+ font-size: 0.98rem;
1497
+ line-height: 1.2;
1498
+ font-weight: 700;
1499
+ }
1500
+
1501
+ h5 {
1502
+ font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
1503
+ font-size: 0.91rem;
1504
+ line-height: 1.2;
1505
+ font-weight: 700;
1506
+ }
1507
+
1508
+ h6 {
1509
+ font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
1510
+ font-size: 0.87rem;
1511
+ line-height: 1.1;
1512
+ font-weight: normal;
1513
+ letter-spacing: 0.025em;
1514
+ text-transform: uppercase;
1515
+ }
1516
+
1517
+ h1, h2, h3, h4, h5 {
1518
+ font-family: Bitter, Georgia, Cambria, "Times New Roman", Times, serif;
1519
+ font-weight: 700;
1520
+ }
1521
+
1522
+ h6 {
1523
+ font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
1524
+ font-weight: 700;
1525
+ }
1526
+
1527
+ h1 {
1528
+ margin-top: 0;
1529
+ font-size: 4rem;
1530
+ }
1531
+
1532
+ h2 {
1533
+ font-size: 3rem;
1534
+ }
1535
+
1536
+ h3 {
1537
+ font-size: 2rem;
1538
+ }
1539
+
1540
+ h4 {
1541
+ font-size: 1.7rem;
1542
+ }
1543
+
1544
+ h5 {
1545
+ font-size: 1.5rem;
1546
+ }
1547
+
1548
+ h6 {
1549
+ font-size: 1.5rem;
1550
+ }
1551
+
1552
+ @media (max-width: 481px) {
1553
+ h1 {
1554
+ font-size: 30px;
1555
+ }
1556
+ h2 {
1557
+ font-size: 24px;
1558
+ }
1559
+ }
1560
+ h6 {
1561
+ margin: 0.5em 0 0;
1562
+ text-transform: none;
1563
+ font-weight: 700;
1564
+ }
1565
+
1566
+ ul {
1567
+ padding: 0 0 0 1.5em;
1568
+ list-style: square;
1569
+ }
1570
+
1571
+ ol {
1572
+ margin: 0 0 0 1.25em;
1573
+ list-style-position: outside;
1574
+ }
1575
+
1576
+ ul > ul,
1577
+ ul ol,
1578
+ ol > ul,
1579
+ ol ol {
1580
+ margin: 0.5em 0 0.5em 1.2em;
1581
+ }
1582
+
1583
+ dd {
1584
+ margin-left: 0;
1585
+ }
1586
+
1587
+ dd + dt {
1588
+ margin-top: 1.5em;
1589
+ }
1590
+
1591
+ figure {
1592
+ font-size: 0.85em;
1593
+ margin-left: -15px;
1594
+ margin-right: -15px;
1595
+ }
1596
+ @media screen and (min-width: 1201px), print and (min-width: 1201px) {
1597
+ figure {
1598
+ margin-left: -16.66667%;
1599
+ margin-right: -16.66667%;
1600
+ }
1601
+ }
1602
+
1603
+ figcaption {
1604
+ color: #162e51;
1605
+ }
1606
+
1607
+ input::-webkit-input-placeholder {
1608
+ color: #565c65;
1609
+ }
1610
+
1611
+ input::-moz-placeholder {
1612
+ color: #565c65;
1613
+ }
1614
+
1615
+ input:-ms-input-placeholder {
1616
+ color: #565c65;
1617
+ }
1618
+
1619
+ input:focus::-webkit-input-placeholder {
1620
+ color: transparent;
1621
+ }
1622
+
1623
+ input:focus::-moz-placeholder {
1624
+ color: transparent;
1625
+ }
1626
+
1627
+ input:focus:-ms-input-placeholder {
1628
+ color: transparent;
1629
+ }
1630
+
1631
+ .va-notice--banner p {
1632
+ margin: 0;
1633
+ }
1634
+ .va-notice--banner a {
1635
+ background-image: none;
1636
+ color: inherit;
1637
+ padding: 0;
1638
+ }
1639
+
1640
+ /*# sourceMappingURL=elements.css.map */