@cfpb/cfpb-design-system 3.1.9 → 3.2.1
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/CHANGELOG.md +119 -0
- package/dist/base/index.css +1 -1
- package/dist/base/index.css.map +2 -2
- package/dist/base/index.js +1 -1
- package/dist/base/index.js.map +1 -1
- package/dist/components/cfpb-expandables/index.css +1 -1
- package/dist/components/cfpb-expandables/index.css.map +2 -2
- package/dist/components/cfpb-expandables/index.js +1 -1
- package/dist/components/cfpb-expandables/index.js.map +1 -1
- package/dist/components/cfpb-forms/index.css +1 -1
- package/dist/components/cfpb-forms/index.css.map +2 -2
- package/dist/components/cfpb-forms/index.js +1 -1
- package/dist/components/cfpb-forms/index.js.map +1 -1
- package/dist/components/cfpb-layout/index.css +1 -1
- package/dist/components/cfpb-layout/index.css.map +2 -2
- package/dist/components/cfpb-layout/index.js +1 -1
- package/dist/components/cfpb-layout/index.js.map +1 -1
- package/dist/components/cfpb-notifications/index.css +1 -1
- package/dist/components/cfpb-notifications/index.css.map +2 -2
- package/dist/components/cfpb-notifications/index.js.map +1 -1
- package/dist/components/cfpb-tables/index.css +1 -1
- package/dist/components/cfpb-tables/index.css.map +2 -2
- package/dist/components/cfpb-tables/index.js +1 -1
- package/dist/components/cfpb-tables/index.js.map +1 -1
- package/dist/components/cfpb-typography/index.css +1 -1
- package/dist/components/cfpb-typography/index.css.map +2 -2
- package/dist/components/cfpb-typography/index.js +1 -1
- package/dist/components/cfpb-typography/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/utilities/index.css +1 -1
- package/dist/utilities/index.css.map +2 -2
- package/dist/utilities/index.js +1 -1
- package/dist/utilities/index.js.map +3 -3
- package/package.json +2 -2
- package/src/abstracts/heading-mixins.scss +245 -190
- package/src/base/base.scss +12 -15
- package/src/components/cfpb-forms/label.scss +3 -9
- package/src/components/cfpb-layout/card-group.scss +1 -2
- package/src/components/cfpb-layout/card.scss +2 -3
- package/src/components/cfpb-layout/hero.scss +4 -6
- package/src/components/cfpb-tables/table.scss +6 -2
- package/src/components/cfpb-typography/date.scss +2 -2
- package/src/components/cfpb-typography/meta-header.scss +3 -9
- package/src/components/cfpb-typography/pull-quote.scss +7 -9
- package/src/components/cfpb-typography/slug-header.scss +2 -3
- package/src/utilities/utilities.scss +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
## Changelog
|
|
2
|
+
|
|
3
|
+
### [v3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9...v3.2.0) - 25 September 2024
|
|
4
|
+
|
|
5
|
+
### General Changes
|
|
6
|
+
|
|
7
|
+
- Refactor heading mixins (Ans - [#2055](https://github.com/cfpb/design-system/pull/2055))
|
|
8
|
+
- Update types/react@18.3.8, concurrently@9.0.1, postcss@8.4.47, sass@179.2, saucectl@0.186.0 (Ans - [#2056](https://github.com/cfpb/design-system/pull/2056))
|
|
9
|
+
- More color contrast adjustments | Formatting fixes (Ans - [#2053](https://github.com/cfpb/design-system/pull/2053))
|
|
10
|
+
- Fix syntax highlighting a11y failures (Ans - [#2052](https://github.com/cfpb/design-system/pull/2052))
|
|
11
|
+
|
|
12
|
+
### [v3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8...v3.1.9) - 12 September 2024
|
|
13
|
+
|
|
14
|
+
### General Changes
|
|
15
|
+
|
|
16
|
+
- Filter tag tweaks (Ans - [#2051](https://github.com/cfpb/design-system/pull/2051))
|
|
17
|
+
|
|
18
|
+
### [v3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7...v3.1.8) - 11 September 2024
|
|
19
|
+
|
|
20
|
+
### General Changes
|
|
21
|
+
|
|
22
|
+
- Replace multiselect tags with filter tags (Ans - [#2049](https://github.com/cfpb/design-system/pull/2049))
|
|
23
|
+
- Restructure and update development docs (Ans - [#2048](https://github.com/cfpb/design-system/pull/2048))
|
|
24
|
+
- Bump express from 4.19.2 to 4.20.0 (Ans - [#2047](https://github.com/cfpb/design-system/pull/2047))
|
|
25
|
+
- Update concurrently and saucectl (Ans - [#2044](https://github.com/cfpb/design-system/pull/2044))
|
|
26
|
+
- Combine build scripts (Ans - [#2043](https://github.com/cfpb/design-system/pull/2043))
|
|
27
|
+
|
|
28
|
+
### [v3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6...v3.1.7) - 10 September 2024
|
|
29
|
+
|
|
30
|
+
### General Changes
|
|
31
|
+
|
|
32
|
+
- Update gap in tags (Ans - [#2046](https://github.com/cfpb/design-system/pull/2046))
|
|
33
|
+
|
|
34
|
+
### [v3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5...v3.1.6) - 10 September 2024
|
|
35
|
+
|
|
36
|
+
### General Changes
|
|
37
|
+
|
|
38
|
+
- Add non-link topic tags (Ans - [#2045](https://github.com/cfpb/design-system/pull/2045))
|
|
39
|
+
|
|
40
|
+
### [v3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4...v3.1.5) - 10 September 2024
|
|
41
|
+
|
|
42
|
+
### General Changes
|
|
43
|
+
|
|
44
|
+
- Add stacked topic tag group modifier (Ans - [#2042](https://github.com/cfpb/design-system/pull/2042))
|
|
45
|
+
- Adjust focus rectangle offset for default links, expandables, summaries (Ans - [#2037](https://github.com/cfpb/design-system/pull/2037))
|
|
46
|
+
|
|
47
|
+
### [v3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3...v3.1.4) - 5 September 2024
|
|
48
|
+
|
|
49
|
+
### General Changes
|
|
50
|
+
|
|
51
|
+
- Update index.scss (Ans - [#2039](https://github.com/cfpb/design-system/pull/2039))
|
|
52
|
+
|
|
53
|
+
### [v3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2...v3.1.3) - 5 September 2024
|
|
54
|
+
|
|
55
|
+
### General Changes
|
|
56
|
+
|
|
57
|
+
- Add tag RTL code (Ans - [#2038](https://github.com/cfpb/design-system/pull/2038))
|
|
58
|
+
|
|
59
|
+
### [v3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1...v3.1.2) - 5 September 2024
|
|
60
|
+
|
|
61
|
+
### General Changes
|
|
62
|
+
|
|
63
|
+
- Adjust tags outline and coloring (Ans - [#2036](https://github.com/cfpb/design-system/pull/2036))
|
|
64
|
+
- Remove `$font-size` variable (Ans - [#2027](https://github.com/cfpb/design-system/pull/2027))
|
|
65
|
+
|
|
66
|
+
### [v3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0...v3.1.1) - 4 September 2024
|
|
67
|
+
|
|
68
|
+
### General Changes
|
|
69
|
+
|
|
70
|
+
- Update accordion BEM fix (Ans - [#2034](https://github.com/cfpb/design-system/pull/2034))
|
|
71
|
+
- Update types/react, decap-cms-app, cypress, postcss, sass, saucectl, stylelint (Ans - [#2035](https://github.com/cfpb/design-system/pull/2035))
|
|
72
|
+
- Bump micromatch from 4.0.7 to 4.0.8 (Ans - [#2033](https://github.com/cfpb/design-system/pull/2033))
|
|
73
|
+
|
|
74
|
+
### [v3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3...v3.1.0) - 4 September 2024
|
|
75
|
+
|
|
76
|
+
### General Changes
|
|
77
|
+
|
|
78
|
+
- Add topic tags | Re-arrange links page | Adjust sass imports (Ans - [#2031](https://github.com/cfpb/design-system/pull/2031))
|
|
79
|
+
- Remove empty link from tags page (Andy Chosak - [#2030](https://github.com/cfpb/design-system/pull/2030))
|
|
80
|
+
|
|
81
|
+
### [v3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2...v3.0.3) - 22 August 2024
|
|
82
|
+
|
|
83
|
+
### General Changes
|
|
84
|
+
|
|
85
|
+
- Linter autofixes (Ans - [#2028](https://github.com/cfpb/design-system/pull/2028))
|
|
86
|
+
- Fix malformed line-height (Ans - [#2029](https://github.com/cfpb/design-system/pull/2029))
|
|
87
|
+
- Tags: Add initial tag styling (Ans - [#2026](https://github.com/cfpb/design-system/pull/2026))
|
|
88
|
+
- Merge footer into main content styles (Ans - [#2025](https://github.com/cfpb/design-system/pull/2025))
|
|
89
|
+
|
|
90
|
+
### [v3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1...v3.0.2) - 21 August 2024
|
|
91
|
+
|
|
92
|
+
### General Changes
|
|
93
|
+
|
|
94
|
+
- FCM: Unquote padding-bottom value in video-playing class (Ans - [#2024](https://github.com/cfpb/design-system/pull/2024))
|
|
95
|
+
- Bump axios from 1.7.3 to 1.7.4 (Ans - [#2021](https://github.com/cfpb/design-system/pull/2021))
|
|
96
|
+
|
|
97
|
+
### [v3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0...v3.0.1) - 16 August 2024
|
|
98
|
+
|
|
99
|
+
### General Changes
|
|
100
|
+
|
|
101
|
+
- Create root package index.scss (Ans - [#2022](https://github.com/cfpb/design-system/pull/2022))
|
|
102
|
+
|
|
103
|
+
## [v3.0.0](https://github.com/cfpb/design-system/compare/v2.0.1...v3.0.0) - 16 August 2024
|
|
104
|
+
|
|
105
|
+
### General Changes
|
|
106
|
+
|
|
107
|
+
- Update decap-cms-app@3.3.2, saucectl@0.183.0, stylelint@16.8.2, cypress@13.13.3, esbuild@0.23.1 (Ans - [#2020](https://github.com/cfpb/design-system/pull/2020))
|
|
108
|
+
- Pre-v3 prep (Ans - [#2019](https://github.com/cfpb/design-system/pull/2019))
|
|
109
|
+
- Remove default export (Ans - [#2018](https://github.com/cfpb/design-system/pull/2018))
|
|
110
|
+
- Add base index file | Remove less file (Ans - [#2017](https://github.com/cfpb/design-system/pull/2017))
|
|
111
|
+
- Add script to decap preview (Ans - [#2016](https://github.com/cfpb/design-system/pull/2016))
|
|
112
|
+
- Update font docs (Ans - [#2015](https://github.com/cfpb/design-system/pull/2015))
|
|
113
|
+
- Update banner color scheme (Ans - [#2014](https://github.com/cfpb/design-system/pull/2014))
|
|
114
|
+
- Migrate netlify-cms to decap-cms (Ans - [#1980](https://github.com/cfpb/design-system/pull/1980))
|
|
115
|
+
- Consolidate packages into cfpb-design-system (Ans - [#2005](https://github.com/cfpb/design-system/pull/2005))
|
|
116
|
+
- Update saucectl 0.180.0 (Ans - [#2013](https://github.com/cfpb/design-system/pull/2013))
|
|
117
|
+
- Patch bump autoprefixer, lerna, postcss (Ans - [#2012](https://github.com/cfpb/design-system/pull/2012))
|
|
118
|
+
- Remove `a-legend` class | Move legends inside fieldsets (Ans - [#2009](https://github.com/cfpb/design-system/pull/2009))
|
|
119
|
+
- Update cypress, lerna, postcss, saucectl, stylelint (Ans - [#2010](https://github.com/cfpb/design-system/pull/2010))
|
package/dist/base/index.css
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
@charset "UTF-8";html{font-family:sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{color:var(--black);font-family:var(--font-stack);font-size:100%;line-height:1.375;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:var(--font-stack)}strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}h1,.h1{margin-bottom:.4411764706em;font-size:2.125em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7647058824em}@media only all and (max-width: 37.5em){h1,.h1{margin-bottom:.5769230769em;font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}h2,.h2{margin-bottom:.5769230769em;font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.7307692308em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.1538461538em}@media only all and (max-width: 37.5em){h2,.h2{margin-bottom:.6818181818em;font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.3636363636em}}h3,.h3{margin-bottom:.6818181818em;font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.3636363636em}@media only all and (max-width: 37.5em){h3,.h3{margin-bottom:.8333333333em;font-size:1.125em;font-weight:500;letter-spacing:inherit;line-height:1.25;text-transform:inherit}}h4,.h4{margin-bottom:.8333333333em;font-size:1.125em;font-weight:500;letter-spacing:inherit;line-height:1.25;text-transform:inherit}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.6666666667em}@media only all and (max-width: 37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{margin-bottom:1.0714285714em;font-size:.875em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.1428571429em}h6,.h6{margin-bottom:1.25em;font-size:.75em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}.lead-paragraph{font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-top:0;margin-bottom:15px}@media only all and (max-width: 37.5em){.lead-paragraph{font-size:1.125em}}.superheading{margin-bottom:.4166666667em;font-size:3em;font-weight:400;line-height:1.25}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:var(--pacific);color:var(--pacific);text-decoration:none}a:visited,a.visited{border-color:var(--teal);color:var(--teal)}a:hover,a.hover{border-style:solid;border-color:var(--pacific-dark);color:var(--pacific-dark)}a:focus,a.focus{border-style:solid;outline:thin dotted;outline-offset:1px}a:active,a.active{border-style:solid;border-color:var(--navy);color:var(--navy)}p a,li a,dd a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none;list-style-image:none}caption{margin-bottom:.625em;text-align:left}th,td{padding:.625em}thead th,thead td{padding:.7142857143em;background:var(--gray-5);color:var(--black);font-size:1em;vertical-align:top}thead,tbody tr{border-bottom:1px solid var(--gray)}th{font-weight:600;text-align:left}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{margin-bottom:1.0714285714em;font-size:.875em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase}p+thead th h2,ul+thead th h2,ol+thead th h2,dl+thead th h2,figure+thead th h2,img+thead th h2,table+thead th h2,blockquote+thead th h2,h1+thead th h2,.h1+thead th h2,h2+thead th h2,.h2+thead th h2,h3+thead th h2,.h3+thead th h2,h4+thead th h2,.h4+thead th h2,h6+thead th h2,.h6+thead th h2,p+thead th .h2,ul+thead th .h2,ol+thead th .h2,dl+thead th .h2,figure+thead th .h2,img+thead th .h2,table+thead th .h2,blockquote+thead th .h2,h1+thead th .h2,.h1+thead th .h2,h2+thead th .h2,.h2+thead th .h2,h3+thead th .h2,.h3+thead th .h2,h4+thead th .h2,.h4+thead th .h2,h6+thead th .h2,.h6+thead th .h2,p+thead th h3,ul+thead th h3,ol+thead th h3,dl+thead th h3,figure+thead th h3,img+thead th h3,table+thead th h3,blockquote+thead th h3,h1+thead th h3,.h1+thead th h3,h2+thead th h3,.h2+thead th h3,h3+thead th h3,.h3+thead th h3,h4+thead th h3,.h4+thead th h3,h6+thead th h3,.h6+thead th h3,p+thead th .h3,ul+thead th .h3,ol+thead th .h3,dl+thead th .h3,figure+thead th .h3,img+thead th .h3,table+thead th .h3,blockquote+thead th .h3,h1+thead th .h3,.h1+thead th .h3,h2+thead th .h3,.h2+thead th .h3,h3+thead th .h3,.h3+thead th .h3,h4+thead th .h3,.h4+thead th .h3,h6+thead th .h3,.h6+thead th .h3,p+thead th h4,ul+thead th h4,ol+thead th h4,dl+thead th h4,figure+thead th h4,img+thead th h4,table+thead th h4,blockquote+thead th h4,h1+thead th h4,.h1+thead th h4,h2+thead th h4,.h2+thead th h4,h3+thead th h4,.h3+thead th h4,h4+thead th h4,.h4+thead th h4,h6+thead th h4,.h6+thead th h4,p+thead th .h4,ul+thead th .h4,ol+thead th .h4,dl+thead th .h4,figure+thead th .h4,img+thead th .h4,table+thead th .h4,blockquote+thead th .h4,h1+thead th .h4,.h1+thead th .h4,h2+thead th .h4,.h2+thead th .h4,h3+thead th .h4,.h3+thead th .h4,h4+thead th .h4,.h4+thead th .h4,h6+thead th .h4,.h6+thead th .h4,p+thead th h5,ul+thead th h5,ol+thead th h5,dl+thead th h5,figure+thead th h5,img+thead th h5,table+thead th h5,blockquote+thead th h5,h1+thead th h5,.h1+thead th h5,h2+thead th h5,.h2+thead th h5,h3+thead th h5,.h3+thead th h5,h4+thead th h5,.h4+thead th h5,h6+thead th h5,.h6+thead th h5,p+thead th .h5,ul+thead th .h5,ol+thead th .h5,dl+thead th .h5,figure+thead th .h5,img+thead th .h5,table+thead th .h5,blockquote+thead th .h5,h1+thead th .h5,.h1+thead th .h5,h2+thead th .h5,.h2+thead th .h5,h3+thead th .h5,.h3+thead th .h5,h4+thead th .h5,.h4+thead th .h5,h6+thead th .h5,.h6+thead th .h5,p+thead th h6,ul+thead th h6,ol+thead th h6,dl+thead th h6,figure+thead th h6,img+thead th h6,table+thead th h6,blockquote+thead th h6,h1+thead th h6,.h1+thead th h6,h2+thead th h6,.h2+thead th h6,h3+thead th h6,.h3+thead th h6,h4+thead th h6,.h4+thead th h6,h6+thead th h6,.h6+thead th h6,p+thead th .h6,ul+thead th .h6,ol+thead th .h6,dl+thead th .h6,figure+thead th .h6,img+thead th .h6,table+thead th .h6,blockquote+thead th .h6,h1+thead th .h6,.h1+thead th .h6,h2+thead th .h6,.h2+thead th .h6,h3+thead th .h6,.h3+thead th .h6,h4+thead th .h6,.h4+thead th .h6,h6+thead th .h6,.h6+thead th .h6{margin-top:2.1428571429em}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{margin:0;font-size:inherit}blockquote{margin-right:.9375em;margin-left:.9375em}@media only all and (min-width: 37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}img{max-width:100%}figure{margin-right:0;margin-left:0}figure img{vertical-align:middle}pre,code{background:var(--gray-5);border-radius:4px;color:var(--black);font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.2307692308em .2307692308em 0;font-size:.8125em}pre{display:block;padding:.625em .9375em;white-space:pre-wrap;overflow-wrap:break-word}pre code{padding:0;background-color:transparent}
|
|
1
|
+
@charset "UTF-8";html{font-family:sans-serif;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201c" "\201d" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}body{color:var(--black);font-family:var(--font-stack);font-size:100%;line-height:1.375;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:var(--font-stack)}strong,b{font-weight:600}h1,h2,h3,h4,h5,h6{margin-top:0}h1,.h1{font-size:2.125em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.4411764706em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7647058824em}@media only all and (max-width: 37.5em){p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h2+h1,.h2+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h2+.h1,.h2+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}@media only all and (max-width: 37.5em){h1,.h1{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h1,ul+h1,ol+h1,dl+h1,figure+h1,img+h1,table+h1,blockquote+h1,p+.h1,ul+.h1,ol+.h1,dl+.h1,figure+.h1,img+.h1,table+.h1,blockquote+.h1{margin-top:1.7307692308em}h1+h1,.h1+h1,h3+h1,.h3+h1,h4+h1,.h4+h1,h5+h1,.h5+h1,h6+h1,.h6+h1,h1+.h1,.h1+.h1,h3+.h1,.h3+.h1,h4+.h1,.h4+.h1,h5+.h1,.h5+.h1,h6+.h1,.h6+.h1{margin-top:1.1538461538em}}h2,.h2{font-size:1.625em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.5769230769em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.7307692308em}h1+h2,.h1+h2,h3+h2,.h3+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,h1+.h2,.h1+.h2,h3+.h2,.h3+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.1538461538em}@media only all and (max-width: 37.5em){p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2{margin-top:1.3636363636em}}@media only all and (max-width: 37.5em){h2,.h2{font-size:1.375em;font-weight:600;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h2,ul+h2,ol+h2,dl+h2,figure+h2,img+h2,table+h2,blockquote+h2,h1+h2,.h1+h2,h2+h2,.h2+h2,h4+h2,.h4+h2,h5+h2,.h5+h2,h6+h2,.h6+h2,p+.h2,ul+.h2,ol+.h2,dl+.h2,figure+.h2,img+.h2,table+.h2,blockquote+.h2,h1+.h2,.h1+.h2,h2+.h2,.h2+.h2,h4+.h2,.h4+.h2,h5+.h2,.h5+.h2,h6+.h2,.h6+.h2{margin-top:1.3636363636em}}h3,.h3{font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.6818181818em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h4+h3,.h4+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h4+.h3,.h4+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.3636363636em}@media only all and (max-width: 37.5em){h3,.h3{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h3,ul+h3,ol+h3,dl+h3,figure+h3,img+h3,table+h3,blockquote+h3,h1+h3,.h1+h3,h2+h3,.h2+h3,h3+h3,.h3+h3,h5+h3,.h5+h3,h6+h3,.h6+h3,p+.h3,ul+.h3,ol+.h3,dl+.h3,figure+.h3,img+.h3,table+.h3,blockquote+.h3,h1+.h3,.h1+.h3,h2+.h3,.h2+.h3,h3+.h3,.h3+.h3,h5+.h3,.h5+.h3,h6+.h3,.h6+.h3{margin-top:1.6666666667em}}h4,.h4{font-size:1.125em;font-weight:500;letter-spacing:inherit;line-height:1.25;text-transform:inherit;margin-bottom:.8333333333em}p+h4,ul+h4,ol+h4,dl+h4,figure+h4,img+h4,table+h4,blockquote+h4,h1+h4,.h1+h4,h2+h4,.h2+h4,h3+h4,.h3+h4,h5+h4,.h5+h4,h6+h4,.h6+h4,p+.h4,ul+.h4,ol+.h4,dl+.h4,figure+.h4,img+.h4,table+.h4,blockquote+.h4,h1+.h4,.h1+.h4,h2+.h4,.h2+.h4,h3+.h4,.h3+.h4,h5+.h4,.h5+.h4,h6+.h4,.h6+.h4{margin-top:1.6666666667em}@media only all and (max-width: 37.5em){h4,.h4{margin-bottom:.625em;font-size:1em;line-height:1.125}}h5,.h5{font-size:.875em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.0714285714em}p+h5,ul+h5,ol+h5,dl+h5,figure+h5,img+h5,table+h5,blockquote+h5,h1+h5,.h1+h5,h2+h5,.h2+h5,h3+h5,.h3+h5,h4+h5,.h4+h5,h6+h5,.h6+h5,p+.h5,ul+.h5,ol+.h5,dl+.h5,figure+.h5,img+.h5,table+.h5,blockquote+.h5,h1+.h5,.h1+.h5,h2+.h5,.h2+.h5,h3+.h5,.h3+.h5,h4+.h5,.h4+.h5,h6+.h5,.h6+.h5{margin-top:2.1428571429em}h6,.h6{font-size:.75em;font-weight:600;letter-spacing:1px;line-height:1.25;text-transform:uppercase;margin-bottom:1.25em}p+h6,ul+h6,ol+h6,dl+h6,figure+h6,img+h6,table+h6,blockquote+h6,h1+h6,.h1+h6,h2+h6,.h2+h6,h3+h6,.h3+h6,h4+h6,.h4+h6,h5+h6,.h5+h6,p+.h6,ul+.h6,ol+.h6,dl+.h6,figure+.h6,img+.h6,table+.h6,blockquote+.h6,h1+.h6,.h1+.h6,h2+.h6,.h2+.h6,h3+.h6,.h3+.h6,h4+.h6,.h4+.h6,h5+.h6,.h5+.h6{margin-top:2.5em}.lead-paragraph{margin-top:0;margin-bottom:15px;font-size:1.375em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}@media only all and (max-width: 37.5em){.lead-paragraph{font-size:1.125em;font-weight:400;letter-spacing:inherit;line-height:1.25;text-transform:inherit}}.superheading{margin-bottom:.4166666667em;font-size:3em;font-weight:400;line-height:1.25}p,ul,ol,dl,figure,table,blockquote{margin-top:0;margin-bottom:.9375em}p:last-child,ul:last-child,ol:last-child,dl:last-child,figure:last-child,table:last-child,blockquote:last-child{margin-bottom:0}p+ul,p+ol{margin-top:-.3125em}ul ul,ol ol,ul ol,ol ul{margin-top:.5em}li{margin-bottom:.5em}li:last-child,nav li{margin-bottom:0}a{border-width:0;border-style:dotted;border-color:var(--pacific);color:var(--pacific);text-decoration:none}a:visited,a.visited{border-color:var(--teal);color:var(--teal)}a:hover,a.hover{border-style:solid;border-color:var(--pacific-dark);color:var(--pacific-dark)}a:focus,a.focus{border-style:solid;outline:thin dotted;outline-offset:1px}a:active,a.active{border-style:solid;border-color:var(--navy);color:var(--navy)}p a,li a,dd a{border-bottom-width:1px}nav a{border-bottom-width:0}ul{padding-left:1.125em;list-style:square}ul ul{list-style-type:circle}ol{padding-left:1.3125em}ol li:nth-last-child(n+10),ol li:nth-last-child(n+10)~li{margin-left:.5625rem}ol ol{list-style-type:lower-alpha}ol ol li{margin-left:0!important}ol ol ol{list-style-type:lower-roman}nav ul,nav ol,nav ul ul,nav ol ol{list-style:none;list-style-image:none}caption{margin-bottom:.625em;text-align:left}th,td{padding:.625em}thead th,thead td{padding:.7142857143em;background:var(--gray-5);color:var(--black);font-size:1em;vertical-align:top}thead,tbody tr{border-bottom:1px solid var(--gray)}th{font-weight:600;text-align:left}thead th h2,thead th .h2,thead th h3,thead th .h3,thead th h4,thead th .h4,thead th h5,thead th .h5,thead th h6,thead th .h6{margin:0;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}blockquote{margin-right:.9375em;margin-left:.9375em}@media only all and (min-width: 37.5625em){blockquote{margin-right:1.875em;margin-left:1.875em}}img{max-width:100%}figure{margin-right:0;margin-left:0}figure img{vertical-align:middle}pre,code{background:var(--gray-5);border-radius:4px;color:var(--black);font-family:Input Mono,Consolas,Monaco,Courier New,monospace}code{padding:.2307692308em .2307692308em 0;font-size:.8125em}pre{display:block;padding:.625em .9375em;white-space:pre-wrap;overflow-wrap:break-word}pre code{padding:0;background-color:transparent}
|
|
2
2
|
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
|
|
3
3
|
/*# sourceMappingURL=index.css.map */
|
package/dist/base/index.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../packages/cfpb-design-system/src/base/normalize.scss", "../../../../packages/cfpb-design-system/src/base/base.scss"],
|
|
4
|
-
"sourcesContent": ["@charset \"UTF-8\";\n/*! normalize.css v2.1.3 | MIT License | git.io/normalize */\n/* ==========================================================================\n Base\n ========================================================================== */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\nhtml {\n font-family: sans-serif; /* 1 */\n -webkit-text-size-adjust: 100%;\n text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\nbody {\n margin: 0;\n}\n\n/* ==========================================================================\n Links\n ========================================================================== */\n/**\n * Address `outline` inconsistency between Chrome and other browsers.\n */\na:focus {\n outline: thin dotted;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* ==========================================================================\n Typography\n ========================================================================== */\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Correct font family set oddly in Safari 5 and Chrome.\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, serif;\n font-size: 1em;\n}\n\n/**\n * Improve readability of pre-formatted text in all browsers.\n */\npre {\n white-space: pre-wrap;\n}\n\n/**\n * Set consistent quote types.\n */\nq {\n quotes: \"\u201C\" \"\u201D\" \"\u2018\" \"\u2019\";\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* ==========================================================================\n Figures\n ========================================================================== */\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\nfigure {\n margin: 0;\n}\n\n/* ==========================================================================\n Forms\n ========================================================================== */\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Correct font family not being inherited in all browsers.\n * 2. Correct font size not being inherited in all browsers.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\nbutton,\ninput {\n line-height: normal;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\n * Correct `select` style inheritance in Firefox 4+ and Opera.\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\nbutton,\nhtml input[type=button],\ninput[type=reset],\ninput[type=submit] {\n appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type=checkbox],\ninput[type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome.\n */\ninput[type=search] {\n appearance: textfield; /* 1 */\n box-sizing: content-box; /* 2 */\n}\n\n/**\n * Remove inner padding and search cancel button in Safari 5 and Chrome\n * on OS X.\n */\ninput[type=search]::-webkit-search-cancel-button,\ninput[type=search]::-webkit-search-decoration {\n appearance: none;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * 1. Remove default vertical scrollbar in IE 8/9.\n * 2. Improve readability and alignment in all browsers.\n */\ntextarea {\n overflow: auto; /* 1 */\n vertical-align: top; /* 2 */\n}\n\n/* ==========================================================================\n Tables\n ========================================================================== */\n/**\n * Remove most spacing between table cells.\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\nbody {\n color: var(--black);\n font-family: var(--font-stack);\n font-size: 100%;\n line-height: 1.375;\n -webkit-font-smoothing: antialiased;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n font-family: var(--font-stack);\n}\n\nstrong,\nb {\n font-weight: 600;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n}\n\nh1,\n.h1 {\n margin-bottom: 0.4411764706em;\n font-size: 2.125em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\np + .h1,\nul + .h1,\nol + .h1,\ndl + .h1,\nfigure + .h1,\nimg + .h1,\ntable + .h1,\nblockquote + .h1 {\n margin-top: 1.7647058824em;\n}\n@media only all and (max-width: 37.5em) {\n h1,\n .h1 {\n margin-bottom: 0.5769230769em;\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h2 + h1, .h2 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h2 + .h1,\n .h2 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n\nh2,\n.h2 {\n margin-bottom: 0.5769230769em;\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\np + .h2,\nul + .h2,\nol + .h2,\ndl + .h2,\nfigure + .h2,\nimg + .h2,\ntable + .h2,\nblockquote + .h2 {\n margin-top: 1.7307692308em;\n}\nh1 + h2, .h1 + h2, h3 + h2, .h3 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\nh1 + .h2,\n.h1 + .h2,\nh3 + .h2,\n.h3 + .h2,\nh4 + .h2,\n.h4 + .h2,\nh5 + .h2,\n.h5 + .h2,\nh6 + .h2,\n.h6 + .h2 {\n margin-top: 1.1538461538em;\n}\n@media only all and (max-width: 37.5em) {\n h2,\n .h2 {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n\nh3,\n.h3 {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h4 + h3, .h4 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\np + .h3,\nul + .h3,\nol + .h3,\ndl + .h3,\nfigure + .h3,\nimg + .h3,\ntable + .h3,\nblockquote + .h3,\nh1 + .h3,\n.h1 + .h3,\nh2 + .h3,\n.h2 + .h3,\nh4 + .h3,\n.h4 + .h3,\nh5 + .h3,\n.h5 + .h3,\nh6 + .h3,\n.h6 + .h3 {\n margin-top: 1.3636363636em;\n}\n@media only all and (max-width: 37.5em) {\n h3,\n .h3 {\n margin-bottom: 0.8333333333em;\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n}\n\nh4,\n.h4 {\n margin-bottom: 0.8333333333em;\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h4, ul + h4, ol + h4, dl + h4, figure + h4, img + h4, table + h4, blockquote + h4, h1 + h4, .h1 + h4, h2 + h4, .h2 + h4, h3 + h4, .h3 + h4, h5 + h4, .h5 + h4, h6 + h4, .h6 + h4,\np + .h4,\nul + .h4,\nol + .h4,\ndl + .h4,\nfigure + .h4,\nimg + .h4,\ntable + .h4,\nblockquote + .h4,\nh1 + .h4,\n.h1 + .h4,\nh2 + .h4,\n.h2 + .h4,\nh3 + .h4,\n.h3 + .h4,\nh5 + .h4,\n.h5 + .h4,\nh6 + .h4,\n.h6 + .h4 {\n margin-top: 1.6666666667em;\n}\n@media only all and (max-width: 37.5em) {\n h4,\n .h4 {\n margin-bottom: 0.625em;\n font-size: 1em;\n line-height: 1.125;\n }\n}\n\nh5,\n.h5 {\n margin-bottom: 1.0714285714em;\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n}\np + h5, ul + h5, ol + h5, dl + h5, figure + h5, img + h5, table + h5, blockquote + h5, h1 + h5, .h1 + h5, h2 + h5, .h2 + h5, h3 + h5, .h3 + h5, h4 + h5, .h4 + h5, h6 + h5, .h6 + h5,\np + .h5,\nul + .h5,\nol + .h5,\ndl + .h5,\nfigure + .h5,\nimg + .h5,\ntable + .h5,\nblockquote + .h5,\nh1 + .h5,\n.h1 + .h5,\nh2 + .h5,\n.h2 + .h5,\nh3 + .h5,\n.h3 + .h5,\nh4 + .h5,\n.h4 + .h5,\nh6 + .h5,\n.h6 + .h5 {\n margin-top: 2.1428571429em;\n}\n\nh6,\n.h6 {\n margin-bottom: 1.25em;\n font-size: 0.75em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n}\np + h6, ul + h6, ol + h6, dl + h6, figure + h6, img + h6, table + h6, blockquote + h6, h1 + h6, .h1 + h6, h2 + h6, .h2 + h6, h3 + h6, .h3 + h6, h4 + h6, .h4 + h6, h5 + h6, .h5 + h6,\np + .h6,\nul + .h6,\nol + .h6,\ndl + .h6,\nfigure + .h6,\nimg + .h6,\ntable + .h6,\nblockquote + .h6,\nh1 + .h6,\n.h1 + .h6,\nh2 + .h6,\n.h2 + .h6,\nh3 + .h6,\n.h3 + .h6,\nh4 + .h6,\n.h4 + .h6,\nh5 + .h6,\n.h5 + .h6 {\n margin-top: 2.5em;\n}\n\n.lead-paragraph {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-top: 0;\n margin-bottom: 15px;\n}\n@media only all and (max-width: 37.5em) {\n .lead-paragraph {\n font-size: 1.125em;\n }\n}\n\n.superheading {\n margin-bottom: 0.4166666667em;\n font-size: 3em;\n font-weight: normal;\n line-height: 1.25;\n}\n\np,\nul,\nol,\ndl,\nfigure,\ntable,\nblockquote {\n margin-top: 0;\n margin-bottom: 0.9375em;\n}\np:last-child,\nul:last-child,\nol:last-child,\ndl:last-child,\nfigure:last-child,\ntable:last-child,\nblockquote:last-child {\n margin-bottom: 0;\n}\n\np + ul,\np + ol {\n margin-top: -0.3125em;\n}\n\nul ul,\nol ol,\nul ol,\nol ul {\n margin-top: 0.5em;\n}\n\nli {\n margin-bottom: 0.5em;\n}\nli:last-child, nav li {\n margin-bottom: 0;\n}\n\na {\n border-width: 0;\n border-style: dotted;\n border-color: var(--pacific);\n color: var(--pacific);\n text-decoration: none;\n}\na:visited, a.visited {\n border-color: var(--teal);\n color: var(--teal);\n}\na:hover, a.hover {\n border-style: solid;\n border-color: var(--pacific-dark);\n color: var(--pacific-dark);\n}\na:focus, a.focus {\n border-style: solid;\n outline: thin dotted;\n outline-offset: 1px;\n}\na:active, a.active {\n border-style: solid;\n border-color: var(--navy);\n color: var(--navy);\n}\n\np a,\nli a,\ndd a {\n border-bottom-width: 1px;\n}\n\nnav a {\n border-bottom-width: 0;\n}\n\nul {\n padding-left: 1.125em;\n list-style: square;\n}\n\nul ul {\n list-style-type: circle;\n}\n\nol {\n padding-left: 1.3125em;\n}\nol li:nth-last-child(n+10),\nol li:nth-last-child(n+10) ~ li {\n margin-left: 0.5625rem;\n}\n\nol ol {\n list-style-type: lower-alpha;\n}\nol ol li {\n margin-left: 0 !important;\n}\n\nol ol ol {\n list-style-type: lower-roman;\n}\n\nnav ul,\nnav ol,\nnav ul ul,\nnav ol ol {\n list-style: none;\n list-style-image: none;\n}\n\ncaption {\n margin-bottom: 0.625em;\n text-align: left;\n}\n\nth,\ntd {\n padding: 0.625em;\n}\nthead th,\nthead td {\n padding: 0.7142857143em;\n background: var(--gray-5);\n color: var(--black);\n font-size: 1em;\n vertical-align: top;\n}\n\nthead,\ntbody tr {\n border-bottom: 1px solid var(--gray);\n}\n\nth {\n font-weight: 600;\n text-align: left;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin-bottom: 1.0714285714em;\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n /* stylelint-disable no-duplicate-selectors */\n /* stylelint-enable */\n}\np + thead th h2, ul + thead th h2, ol + thead th h2, dl + thead th h2, figure + thead th h2, img + thead th h2, table + thead th h2, blockquote + thead th h2, h1 + thead th h2, .h1 + thead th h2, h2 + thead th h2, .h2 + thead th h2, h3 + thead th h2, .h3 + thead th h2, h4 + thead th h2, .h4 + thead th h2, h6 + thead th h2, .h6 + thead th h2,\np + thead th .h2,\nul + thead th .h2,\nol + thead th .h2,\ndl + thead th .h2,\nfigure + thead th .h2,\nimg + thead th .h2,\ntable + thead th .h2,\nblockquote + thead th .h2,\nh1 + thead th .h2,\n.h1 + thead th .h2,\nh2 + thead th .h2,\n.h2 + thead th .h2,\nh3 + thead th .h2,\n.h3 + thead th .h2,\nh4 + thead th .h2,\n.h4 + thead th .h2,\nh6 + thead th .h2,\n.h6 + thead th .h2,\np + thead th h3,\nul + thead th h3,\nol + thead th h3,\ndl + thead th h3,\nfigure + thead th h3,\nimg + thead th h3,\ntable + thead th h3,\nblockquote + thead th h3,\nh1 + thead th h3,\n.h1 + thead th h3,\nh2 + thead th h3,\n.h2 + thead th h3,\nh3 + thead th h3,\n.h3 + thead th h3,\nh4 + thead th h3,\n.h4 + thead th h3,\nh6 + thead th h3,\n.h6 + thead th h3,\np + thead th .h3,\nul + thead th .h3,\nol + thead th .h3,\ndl + thead th .h3,\nfigure + thead th .h3,\nimg + thead th .h3,\ntable + thead th .h3,\nblockquote + thead th .h3,\nh1 + thead th .h3,\n.h1 + thead th .h3,\nh2 + thead th .h3,\n.h2 + thead th .h3,\nh3 + thead th .h3,\n.h3 + thead th .h3,\nh4 + thead th .h3,\n.h4 + thead th .h3,\nh6 + thead th .h3,\n.h6 + thead th .h3,\np + thead th h4,\nul + thead th h4,\nol + thead th h4,\ndl + thead th h4,\nfigure + thead th h4,\nimg + thead th h4,\ntable + thead th h4,\nblockquote + thead th h4,\nh1 + thead th h4,\n.h1 + thead th h4,\nh2 + thead th h4,\n.h2 + thead th h4,\nh3 + thead th h4,\n.h3 + thead th h4,\nh4 + thead th h4,\n.h4 + thead th h4,\nh6 + thead th h4,\n.h6 + thead th h4,\np + thead th .h4,\nul + thead th .h4,\nol + thead th .h4,\ndl + thead th .h4,\nfigure + thead th .h4,\nimg + thead th .h4,\ntable + thead th .h4,\nblockquote + thead th .h4,\nh1 + thead th .h4,\n.h1 + thead th .h4,\nh2 + thead th .h4,\n.h2 + thead th .h4,\nh3 + thead th .h4,\n.h3 + thead th .h4,\nh4 + thead th .h4,\n.h4 + thead th .h4,\nh6 + thead th .h4,\n.h6 + thead th .h4,\np + thead th h5,\nul + thead th h5,\nol + thead th h5,\ndl + thead th h5,\nfigure + thead th h5,\nimg + thead th h5,\ntable + thead th h5,\nblockquote + thead th h5,\nh1 + thead th h5,\n.h1 + thead th h5,\nh2 + thead th h5,\n.h2 + thead th h5,\nh3 + thead th h5,\n.h3 + thead th h5,\nh4 + thead th h5,\n.h4 + thead th h5,\nh6 + thead th h5,\n.h6 + thead th h5,\np + thead th .h5,\nul + thead th .h5,\nol + thead th .h5,\ndl + thead th .h5,\nfigure + thead th .h5,\nimg + thead th .h5,\ntable + thead th .h5,\nblockquote + thead th .h5,\nh1 + thead th .h5,\n.h1 + thead th .h5,\nh2 + thead th .h5,\n.h2 + thead th .h5,\nh3 + thead th .h5,\n.h3 + thead th .h5,\nh4 + thead th .h5,\n.h4 + thead th .h5,\nh6 + thead th .h5,\n.h6 + thead th .h5,\np + thead th h6,\nul + thead th h6,\nol + thead th h6,\ndl + thead th h6,\nfigure + thead th h6,\nimg + thead th h6,\ntable + thead th h6,\nblockquote + thead th h6,\nh1 + thead th h6,\n.h1 + thead th h6,\nh2 + thead th h6,\n.h2 + thead th h6,\nh3 + thead th h6,\n.h3 + thead th h6,\nh4 + thead th h6,\n.h4 + thead th h6,\nh6 + thead th h6,\n.h6 + thead th h6,\np + thead th .h6,\nul + thead th .h6,\nol + thead th .h6,\ndl + thead th .h6,\nfigure + thead th .h6,\nimg + thead th .h6,\ntable + thead th .h6,\nblockquote + thead th .h6,\nh1 + thead th .h6,\n.h1 + thead th .h6,\nh2 + thead th .h6,\n.h2 + thead th .h6,\nh3 + thead th .h6,\n.h3 + thead th .h6,\nh4 + thead th .h6,\n.h4 + thead th .h6,\nh6 + thead th .h6,\n.h6 + thead th .h6 {\n margin-top: 2.1428571429em;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin: 0;\n font-size: inherit;\n}\n\nblockquote {\n margin-right: 0.9375em;\n margin-left: 0.9375em;\n}\n@media only all and (min-width: 37.5625em) {\n blockquote {\n margin-right: 1.875em;\n margin-left: 1.875em;\n }\n}\n\nimg {\n max-width: 100%;\n}\n\nfigure {\n margin-right: 0;\n margin-left: 0;\n}\nfigure img {\n vertical-align: middle;\n}\n\npre,\ncode {\n background: var(--gray-5);\n border-radius: 4px;\n color: var(--black);\n font-family: \"Input Mono\", Consolas, Monaco, \"Courier New\", monospace;\n}\n\ncode {\n padding: 0.2307692308em 0.2307692308em 0;\n font-size: 0.8125em;\n}\n\npre {\n display: block;\n padding: 0.625em 0.9375em;\n white-space: pre-wrap;\n overflow-wrap: break-word;\n}\npre code {\n padding: 0;\n background-color: transparent;\n}"],
|
|
5
|
-
"mappings": "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",
|
|
4
|
+
"sourcesContent": ["@charset \"UTF-8\";\n/*! normalize.css v2.1.3 | MIT License | git.io/normalize */\n/* ==========================================================================\n Base\n ========================================================================== */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\nhtml {\n font-family: sans-serif; /* 1 */\n -webkit-text-size-adjust: 100%;\n text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\nbody {\n margin: 0;\n}\n\n/* ==========================================================================\n Links\n ========================================================================== */\n/**\n * Address `outline` inconsistency between Chrome and other browsers.\n */\na:focus {\n outline: thin dotted;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* ==========================================================================\n Typography\n ========================================================================== */\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Correct font family set oddly in Safari 5 and Chrome.\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, serif;\n font-size: 1em;\n}\n\n/**\n * Improve readability of pre-formatted text in all browsers.\n */\npre {\n white-space: pre-wrap;\n}\n\n/**\n * Set consistent quote types.\n */\nq {\n quotes: \"\u201C\" \"\u201D\" \"\u2018\" \"\u2019\";\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* ==========================================================================\n Figures\n ========================================================================== */\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\nfigure {\n margin: 0;\n}\n\n/* ==========================================================================\n Forms\n ========================================================================== */\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Correct font family not being inherited in all browsers.\n * 2. Correct font size not being inherited in all browsers.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\nbutton,\ninput {\n line-height: normal;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\n * Correct `select` style inheritance in Firefox 4+ and Opera.\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\nbutton,\nhtml input[type=button],\ninput[type=reset],\ninput[type=submit] {\n appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type=checkbox],\ninput[type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome.\n */\ninput[type=search] {\n appearance: textfield; /* 1 */\n box-sizing: content-box; /* 2 */\n}\n\n/**\n * Remove inner padding and search cancel button in Safari 5 and Chrome\n * on OS X.\n */\ninput[type=search]::-webkit-search-cancel-button,\ninput[type=search]::-webkit-search-decoration {\n appearance: none;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * 1. Remove default vertical scrollbar in IE 8/9.\n * 2. Improve readability and alignment in all browsers.\n */\ntextarea {\n overflow: auto; /* 1 */\n vertical-align: top; /* 2 */\n}\n\n/* ==========================================================================\n Tables\n ========================================================================== */\n/**\n * Remove most spacing between table cells.\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\nbody {\n color: var(--black);\n font-family: var(--font-stack);\n font-size: 100%;\n line-height: 1.375;\n -webkit-font-smoothing: antialiased;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n font-family: var(--font-stack);\n}\n\nstrong,\nb {\n font-weight: 600;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n}\n\nh1,\n.h1 {\n font-size: 2.125em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.4411764706em;\n}\np + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\np + .h1,\nul + .h1,\nol + .h1,\ndl + .h1,\nfigure + .h1,\nimg + .h1,\ntable + .h1,\nblockquote + .h1 {\n margin-top: 1.7647058824em;\n}\n@media only all and (max-width: 37.5em) {\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h2 + h1, .h2 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h2 + .h1,\n .h2 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n@media only all and (max-width: 37.5em) {\n h1,\n .h1 {\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.5769230769em;\n }\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h1 + h1, .h1 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h1 + .h1,\n .h1 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n\nh2,\n.h2 {\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.5769230769em;\n}\np + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\np + .h2,\nul + .h2,\nol + .h2,\ndl + .h2,\nfigure + .h2,\nimg + .h2,\ntable + .h2,\nblockquote + .h2 {\n margin-top: 1.7307692308em;\n}\nh1 + h2, .h1 + h2, h3 + h2, .h3 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\nh1 + .h2,\n.h1 + .h2,\nh3 + .h2,\n.h3 + .h2,\nh4 + .h2,\n.h4 + .h2,\nh5 + .h2,\n.h5 + .h2,\nh6 + .h2,\n.h6 + .h2 {\n margin-top: 1.1538461538em;\n}\n@media only all and (max-width: 37.5em) {\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n@media only all and (max-width: 37.5em) {\n h2,\n .h2 {\n font-size: 1.375em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.6818181818em;\n }\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2, h1 + h2, .h1 + h2, h2 + h2, .h2 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2,\n h1 + .h2,\n .h1 + .h2,\n h2 + .h2,\n .h2 + .h2,\n h4 + .h2,\n .h4 + .h2,\n h5 + .h2,\n .h5 + .h2,\n h6 + .h2,\n .h6 + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n\nh3,\n.h3 {\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.6818181818em;\n}\np + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h4 + h3, .h4 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\np + .h3,\nul + .h3,\nol + .h3,\ndl + .h3,\nfigure + .h3,\nimg + .h3,\ntable + .h3,\nblockquote + .h3,\nh1 + .h3,\n.h1 + .h3,\nh2 + .h3,\n.h2 + .h3,\nh4 + .h3,\n.h4 + .h3,\nh5 + .h3,\n.h5 + .h3,\nh6 + .h3,\n.h6 + .h3 {\n margin-top: 1.3636363636em;\n}\n@media only all and (max-width: 37.5em) {\n h3,\n .h3 {\n font-size: 1.125em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.8333333333em;\n }\n p + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h3 + h3, .h3 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\n p + .h3,\n ul + .h3,\n ol + .h3,\n dl + .h3,\n figure + .h3,\n img + .h3,\n table + .h3,\n blockquote + .h3,\n h1 + .h3,\n .h1 + .h3,\n h2 + .h3,\n .h2 + .h3,\n h3 + .h3,\n .h3 + .h3,\n h5 + .h3,\n .h5 + .h3,\n h6 + .h3,\n .h6 + .h3 {\n margin-top: 1.6666666667em;\n }\n}\n\nh4,\n.h4 {\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.8333333333em;\n}\np + h4, ul + h4, ol + h4, dl + h4, figure + h4, img + h4, table + h4, blockquote + h4, h1 + h4, .h1 + h4, h2 + h4, .h2 + h4, h3 + h4, .h3 + h4, h5 + h4, .h5 + h4, h6 + h4, .h6 + h4,\np + .h4,\nul + .h4,\nol + .h4,\ndl + .h4,\nfigure + .h4,\nimg + .h4,\ntable + .h4,\nblockquote + .h4,\nh1 + .h4,\n.h1 + .h4,\nh2 + .h4,\n.h2 + .h4,\nh3 + .h4,\n.h3 + .h4,\nh5 + .h4,\n.h5 + .h4,\nh6 + .h4,\n.h6 + .h4 {\n margin-top: 1.6666666667em;\n}\n@media only all and (max-width: 37.5em) {\n h4,\n .h4 {\n margin-bottom: 0.625em;\n font-size: 1em;\n line-height: 1.125;\n }\n}\n\nh5,\n.h5 {\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n margin-bottom: 1.0714285714em;\n}\np + h5, ul + h5, ol + h5, dl + h5, figure + h5, img + h5, table + h5, blockquote + h5, h1 + h5, .h1 + h5, h2 + h5, .h2 + h5, h3 + h5, .h3 + h5, h4 + h5, .h4 + h5, h6 + h5, .h6 + h5,\np + .h5,\nul + .h5,\nol + .h5,\ndl + .h5,\nfigure + .h5,\nimg + .h5,\ntable + .h5,\nblockquote + .h5,\nh1 + .h5,\n.h1 + .h5,\nh2 + .h5,\n.h2 + .h5,\nh3 + .h5,\n.h3 + .h5,\nh4 + .h5,\n.h4 + .h5,\nh6 + .h5,\n.h6 + .h5 {\n margin-top: 2.1428571429em;\n}\n\nh6,\n.h6 {\n font-size: 0.75em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n margin-bottom: 1.25em;\n}\np + h6, ul + h6, ol + h6, dl + h6, figure + h6, img + h6, table + h6, blockquote + h6, h1 + h6, .h1 + h6, h2 + h6, .h2 + h6, h3 + h6, .h3 + h6, h4 + h6, .h4 + h6, h5 + h6, .h5 + h6,\np + .h6,\nul + .h6,\nol + .h6,\ndl + .h6,\nfigure + .h6,\nimg + .h6,\ntable + .h6,\nblockquote + .h6,\nh1 + .h6,\n.h1 + .h6,\nh2 + .h6,\n.h2 + .h6,\nh3 + .h6,\n.h3 + .h6,\nh4 + .h6,\n.h4 + .h6,\nh5 + .h6,\n.h5 + .h6 {\n margin-top: 2.5em;\n}\n\n.lead-paragraph {\n margin-top: 0;\n margin-bottom: 15px;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\n@media only all and (max-width: 37.5em) {\n .lead-paragraph {\n font-size: 1.125em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n}\n\n.superheading {\n margin-bottom: 0.4166666667em;\n font-size: 3em;\n font-weight: normal;\n line-height: 1.25;\n}\n\np,\nul,\nol,\ndl,\nfigure,\ntable,\nblockquote {\n margin-top: 0;\n margin-bottom: 0.9375em;\n}\np:last-child,\nul:last-child,\nol:last-child,\ndl:last-child,\nfigure:last-child,\ntable:last-child,\nblockquote:last-child {\n margin-bottom: 0;\n}\n\np + ul,\np + ol {\n margin-top: -0.3125em;\n}\n\nul ul,\nol ol,\nul ol,\nol ul {\n margin-top: 0.5em;\n}\n\nli {\n margin-bottom: 0.5em;\n}\nli:last-child, nav li {\n margin-bottom: 0;\n}\n\na {\n border-width: 0;\n border-style: dotted;\n border-color: var(--pacific);\n color: var(--pacific);\n text-decoration: none;\n}\na:visited, a.visited {\n border-color: var(--teal);\n color: var(--teal);\n}\na:hover, a.hover {\n border-style: solid;\n border-color: var(--pacific-dark);\n color: var(--pacific-dark);\n}\na:focus, a.focus {\n border-style: solid;\n outline: thin dotted;\n outline-offset: 1px;\n}\na:active, a.active {\n border-style: solid;\n border-color: var(--navy);\n color: var(--navy);\n}\n\np a,\nli a,\ndd a {\n border-bottom-width: 1px;\n}\n\nnav a {\n border-bottom-width: 0;\n}\n\nul {\n padding-left: 1.125em;\n list-style: square;\n}\n\nul ul {\n list-style-type: circle;\n}\n\nol {\n padding-left: 1.3125em;\n}\nol li:nth-last-child(n+10),\nol li:nth-last-child(n+10) ~ li {\n margin-left: 0.5625rem;\n}\n\nol ol {\n list-style-type: lower-alpha;\n}\nol ol li {\n margin-left: 0 !important;\n}\n\nol ol ol {\n list-style-type: lower-roman;\n}\n\nnav ul,\nnav ol,\nnav ul ul,\nnav ol ol {\n list-style: none;\n list-style-image: none;\n}\n\ncaption {\n margin-bottom: 0.625em;\n text-align: left;\n}\n\nth,\ntd {\n padding: 0.625em;\n}\nthead th,\nthead td {\n padding: 0.7142857143em;\n background: var(--gray-5);\n color: var(--black);\n font-size: 1em;\n vertical-align: top;\n}\n\nthead,\ntbody tr {\n border-bottom: 1px solid var(--gray);\n}\n\nth {\n font-weight: 600;\n text-align: left;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin: 0;\n font-size: inherit;\n font-weight: inherit;\n letter-spacing: inherit;\n line-height: inherit;\n text-transform: inherit;\n}\n\nblockquote {\n margin-right: 0.9375em;\n margin-left: 0.9375em;\n}\n@media only all and (min-width: 37.5625em) {\n blockquote {\n margin-right: 1.875em;\n margin-left: 1.875em;\n }\n}\n\nimg {\n max-width: 100%;\n}\n\nfigure {\n margin-right: 0;\n margin-left: 0;\n}\nfigure img {\n vertical-align: middle;\n}\n\npre,\ncode {\n background: var(--gray-5);\n border-radius: 4px;\n color: var(--black);\n font-family: \"Input Mono\", Consolas, Monaco, \"Courier New\", monospace;\n}\n\ncode {\n padding: 0.2307692308em 0.2307692308em 0;\n font-size: 0.8125em;\n}\n\npre {\n display: block;\n padding: 0.625em 0.9375em;\n white-space: pre-wrap;\n overflow-wrap: break-word;\n}\npre code {\n padding: 0;\n background-color: transparent;\n}"],
|
|
5
|
+
"mappings": "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",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/base/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{var
|
|
1
|
+
(()=>{var a=Object.defineProperty;var o=(n,t)=>{for(var i in t)a(n,i,{get:t[i],enumerable:!0})};var e={};o(e,{default:()=>l});var l={};var h={};o(h,{default:()=>m});var m={};})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/base/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../packages/cfpb-design-system/src/base/normalize.scss", "../../../../packages/cfpb-design-system/src/base/base.scss"],
|
|
4
|
-
"sourcesContent": ["@charset \"UTF-8\";\n/*! normalize.css v2.1.3 | MIT License | git.io/normalize */\n/* ==========================================================================\n Base\n ========================================================================== */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\nhtml {\n font-family: sans-serif; /* 1 */\n -webkit-text-size-adjust: 100%;\n text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\nbody {\n margin: 0;\n}\n\n/* ==========================================================================\n Links\n ========================================================================== */\n/**\n * Address `outline` inconsistency between Chrome and other browsers.\n */\na:focus {\n outline: thin dotted;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* ==========================================================================\n Typography\n ========================================================================== */\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Correct font family set oddly in Safari 5 and Chrome.\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, serif;\n font-size: 1em;\n}\n\n/**\n * Improve readability of pre-formatted text in all browsers.\n */\npre {\n white-space: pre-wrap;\n}\n\n/**\n * Set consistent quote types.\n */\nq {\n quotes: \"\u201C\" \"\u201D\" \"\u2018\" \"\u2019\";\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* ==========================================================================\n Figures\n ========================================================================== */\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\nfigure {\n margin: 0;\n}\n\n/* ==========================================================================\n Forms\n ========================================================================== */\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Correct font family not being inherited in all browsers.\n * 2. Correct font size not being inherited in all browsers.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\nbutton,\ninput {\n line-height: normal;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\n * Correct `select` style inheritance in Firefox 4+ and Opera.\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\nbutton,\nhtml input[type=button],\ninput[type=reset],\ninput[type=submit] {\n appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type=checkbox],\ninput[type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome.\n */\ninput[type=search] {\n appearance: textfield; /* 1 */\n box-sizing: content-box; /* 2 */\n}\n\n/**\n * Remove inner padding and search cancel button in Safari 5 and Chrome\n * on OS X.\n */\ninput[type=search]::-webkit-search-cancel-button,\ninput[type=search]::-webkit-search-decoration {\n appearance: none;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * 1. Remove default vertical scrollbar in IE 8/9.\n * 2. Improve readability and alignment in all browsers.\n */\ntextarea {\n overflow: auto; /* 1 */\n vertical-align: top; /* 2 */\n}\n\n/* ==========================================================================\n Tables\n ========================================================================== */\n/**\n * Remove most spacing between table cells.\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\nbody {\n color: var(--black);\n font-family: var(--font-stack);\n font-size: 100%;\n line-height: 1.375;\n -webkit-font-smoothing: antialiased;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n font-family: var(--font-stack);\n}\n\nstrong,\nb {\n font-weight: 600;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n}\n\nh1,\n.h1 {\n margin-bottom: 0.4411764706em;\n font-size: 2.125em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\np + .h1,\nul + .h1,\nol + .h1,\ndl + .h1,\nfigure + .h1,\nimg + .h1,\ntable + .h1,\nblockquote + .h1 {\n margin-top: 1.7647058824em;\n}\n@media only all and (max-width: 37.5em) {\n h1,\n .h1 {\n margin-bottom: 0.5769230769em;\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h2 + h1, .h2 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h2 + .h1,\n .h2 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n\nh2,\n.h2 {\n margin-bottom: 0.5769230769em;\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\np + .h2,\nul + .h2,\nol + .h2,\ndl + .h2,\nfigure + .h2,\nimg + .h2,\ntable + .h2,\nblockquote + .h2 {\n margin-top: 1.7307692308em;\n}\nh1 + h2, .h1 + h2, h3 + h2, .h3 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\nh1 + .h2,\n.h1 + .h2,\nh3 + .h2,\n.h3 + .h2,\nh4 + .h2,\n.h4 + .h2,\nh5 + .h2,\n.h5 + .h2,\nh6 + .h2,\n.h6 + .h2 {\n margin-top: 1.1538461538em;\n}\n@media only all and (max-width: 37.5em) {\n h2,\n .h2 {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n\nh3,\n.h3 {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h4 + h3, .h4 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\np + .h3,\nul + .h3,\nol + .h3,\ndl + .h3,\nfigure + .h3,\nimg + .h3,\ntable + .h3,\nblockquote + .h3,\nh1 + .h3,\n.h1 + .h3,\nh2 + .h3,\n.h2 + .h3,\nh4 + .h3,\n.h4 + .h3,\nh5 + .h3,\n.h5 + .h3,\nh6 + .h3,\n.h6 + .h3 {\n margin-top: 1.3636363636em;\n}\n@media only all and (max-width: 37.5em) {\n h3,\n .h3 {\n margin-bottom: 0.8333333333em;\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n}\n\nh4,\n.h4 {\n margin-bottom: 0.8333333333em;\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\np + h4, ul + h4, ol + h4, dl + h4, figure + h4, img + h4, table + h4, blockquote + h4, h1 + h4, .h1 + h4, h2 + h4, .h2 + h4, h3 + h4, .h3 + h4, h5 + h4, .h5 + h4, h6 + h4, .h6 + h4,\np + .h4,\nul + .h4,\nol + .h4,\ndl + .h4,\nfigure + .h4,\nimg + .h4,\ntable + .h4,\nblockquote + .h4,\nh1 + .h4,\n.h1 + .h4,\nh2 + .h4,\n.h2 + .h4,\nh3 + .h4,\n.h3 + .h4,\nh5 + .h4,\n.h5 + .h4,\nh6 + .h4,\n.h6 + .h4 {\n margin-top: 1.6666666667em;\n}\n@media only all and (max-width: 37.5em) {\n h4,\n .h4 {\n margin-bottom: 0.625em;\n font-size: 1em;\n line-height: 1.125;\n }\n}\n\nh5,\n.h5 {\n margin-bottom: 1.0714285714em;\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n}\np + h5, ul + h5, ol + h5, dl + h5, figure + h5, img + h5, table + h5, blockquote + h5, h1 + h5, .h1 + h5, h2 + h5, .h2 + h5, h3 + h5, .h3 + h5, h4 + h5, .h4 + h5, h6 + h5, .h6 + h5,\np + .h5,\nul + .h5,\nol + .h5,\ndl + .h5,\nfigure + .h5,\nimg + .h5,\ntable + .h5,\nblockquote + .h5,\nh1 + .h5,\n.h1 + .h5,\nh2 + .h5,\n.h2 + .h5,\nh3 + .h5,\n.h3 + .h5,\nh4 + .h5,\n.h4 + .h5,\nh6 + .h5,\n.h6 + .h5 {\n margin-top: 2.1428571429em;\n}\n\nh6,\n.h6 {\n margin-bottom: 1.25em;\n font-size: 0.75em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n}\np + h6, ul + h6, ol + h6, dl + h6, figure + h6, img + h6, table + h6, blockquote + h6, h1 + h6, .h1 + h6, h2 + h6, .h2 + h6, h3 + h6, .h3 + h6, h4 + h6, .h4 + h6, h5 + h6, .h5 + h6,\np + .h6,\nul + .h6,\nol + .h6,\ndl + .h6,\nfigure + .h6,\nimg + .h6,\ntable + .h6,\nblockquote + .h6,\nh1 + .h6,\n.h1 + .h6,\nh2 + .h6,\n.h2 + .h6,\nh3 + .h6,\n.h3 + .h6,\nh4 + .h6,\n.h4 + .h6,\nh5 + .h6,\n.h5 + .h6 {\n margin-top: 2.5em;\n}\n\n.lead-paragraph {\n margin-bottom: 0.6818181818em;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-top: 0;\n margin-bottom: 15px;\n}\n@media only all and (max-width: 37.5em) {\n .lead-paragraph {\n font-size: 1.125em;\n }\n}\n\n.superheading {\n margin-bottom: 0.4166666667em;\n font-size: 3em;\n font-weight: normal;\n line-height: 1.25;\n}\n\np,\nul,\nol,\ndl,\nfigure,\ntable,\nblockquote {\n margin-top: 0;\n margin-bottom: 0.9375em;\n}\np:last-child,\nul:last-child,\nol:last-child,\ndl:last-child,\nfigure:last-child,\ntable:last-child,\nblockquote:last-child {\n margin-bottom: 0;\n}\n\np + ul,\np + ol {\n margin-top: -0.3125em;\n}\n\nul ul,\nol ol,\nul ol,\nol ul {\n margin-top: 0.5em;\n}\n\nli {\n margin-bottom: 0.5em;\n}\nli:last-child, nav li {\n margin-bottom: 0;\n}\n\na {\n border-width: 0;\n border-style: dotted;\n border-color: var(--pacific);\n color: var(--pacific);\n text-decoration: none;\n}\na:visited, a.visited {\n border-color: var(--teal);\n color: var(--teal);\n}\na:hover, a.hover {\n border-style: solid;\n border-color: var(--pacific-dark);\n color: var(--pacific-dark);\n}\na:focus, a.focus {\n border-style: solid;\n outline: thin dotted;\n outline-offset: 1px;\n}\na:active, a.active {\n border-style: solid;\n border-color: var(--navy);\n color: var(--navy);\n}\n\np a,\nli a,\ndd a {\n border-bottom-width: 1px;\n}\n\nnav a {\n border-bottom-width: 0;\n}\n\nul {\n padding-left: 1.125em;\n list-style: square;\n}\n\nul ul {\n list-style-type: circle;\n}\n\nol {\n padding-left: 1.3125em;\n}\nol li:nth-last-child(n+10),\nol li:nth-last-child(n+10) ~ li {\n margin-left: 0.5625rem;\n}\n\nol ol {\n list-style-type: lower-alpha;\n}\nol ol li {\n margin-left: 0 !important;\n}\n\nol ol ol {\n list-style-type: lower-roman;\n}\n\nnav ul,\nnav ol,\nnav ul ul,\nnav ol ol {\n list-style: none;\n list-style-image: none;\n}\n\ncaption {\n margin-bottom: 0.625em;\n text-align: left;\n}\n\nth,\ntd {\n padding: 0.625em;\n}\nthead th,\nthead td {\n padding: 0.7142857143em;\n background: var(--gray-5);\n color: var(--black);\n font-size: 1em;\n vertical-align: top;\n}\n\nthead,\ntbody tr {\n border-bottom: 1px solid var(--gray);\n}\n\nth {\n font-weight: 600;\n text-align: left;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin-bottom: 1.0714285714em;\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n /* stylelint-disable no-duplicate-selectors */\n /* stylelint-enable */\n}\np + thead th h2, ul + thead th h2, ol + thead th h2, dl + thead th h2, figure + thead th h2, img + thead th h2, table + thead th h2, blockquote + thead th h2, h1 + thead th h2, .h1 + thead th h2, h2 + thead th h2, .h2 + thead th h2, h3 + thead th h2, .h3 + thead th h2, h4 + thead th h2, .h4 + thead th h2, h6 + thead th h2, .h6 + thead th h2,\np + thead th .h2,\nul + thead th .h2,\nol + thead th .h2,\ndl + thead th .h2,\nfigure + thead th .h2,\nimg + thead th .h2,\ntable + thead th .h2,\nblockquote + thead th .h2,\nh1 + thead th .h2,\n.h1 + thead th .h2,\nh2 + thead th .h2,\n.h2 + thead th .h2,\nh3 + thead th .h2,\n.h3 + thead th .h2,\nh4 + thead th .h2,\n.h4 + thead th .h2,\nh6 + thead th .h2,\n.h6 + thead th .h2,\np + thead th h3,\nul + thead th h3,\nol + thead th h3,\ndl + thead th h3,\nfigure + thead th h3,\nimg + thead th h3,\ntable + thead th h3,\nblockquote + thead th h3,\nh1 + thead th h3,\n.h1 + thead th h3,\nh2 + thead th h3,\n.h2 + thead th h3,\nh3 + thead th h3,\n.h3 + thead th h3,\nh4 + thead th h3,\n.h4 + thead th h3,\nh6 + thead th h3,\n.h6 + thead th h3,\np + thead th .h3,\nul + thead th .h3,\nol + thead th .h3,\ndl + thead th .h3,\nfigure + thead th .h3,\nimg + thead th .h3,\ntable + thead th .h3,\nblockquote + thead th .h3,\nh1 + thead th .h3,\n.h1 + thead th .h3,\nh2 + thead th .h3,\n.h2 + thead th .h3,\nh3 + thead th .h3,\n.h3 + thead th .h3,\nh4 + thead th .h3,\n.h4 + thead th .h3,\nh6 + thead th .h3,\n.h6 + thead th .h3,\np + thead th h4,\nul + thead th h4,\nol + thead th h4,\ndl + thead th h4,\nfigure + thead th h4,\nimg + thead th h4,\ntable + thead th h4,\nblockquote + thead th h4,\nh1 + thead th h4,\n.h1 + thead th h4,\nh2 + thead th h4,\n.h2 + thead th h4,\nh3 + thead th h4,\n.h3 + thead th h4,\nh4 + thead th h4,\n.h4 + thead th h4,\nh6 + thead th h4,\n.h6 + thead th h4,\np + thead th .h4,\nul + thead th .h4,\nol + thead th .h4,\ndl + thead th .h4,\nfigure + thead th .h4,\nimg + thead th .h4,\ntable + thead th .h4,\nblockquote + thead th .h4,\nh1 + thead th .h4,\n.h1 + thead th .h4,\nh2 + thead th .h4,\n.h2 + thead th .h4,\nh3 + thead th .h4,\n.h3 + thead th .h4,\nh4 + thead th .h4,\n.h4 + thead th .h4,\nh6 + thead th .h4,\n.h6 + thead th .h4,\np + thead th h5,\nul + thead th h5,\nol + thead th h5,\ndl + thead th h5,\nfigure + thead th h5,\nimg + thead th h5,\ntable + thead th h5,\nblockquote + thead th h5,\nh1 + thead th h5,\n.h1 + thead th h5,\nh2 + thead th h5,\n.h2 + thead th h5,\nh3 + thead th h5,\n.h3 + thead th h5,\nh4 + thead th h5,\n.h4 + thead th h5,\nh6 + thead th h5,\n.h6 + thead th h5,\np + thead th .h5,\nul + thead th .h5,\nol + thead th .h5,\ndl + thead th .h5,\nfigure + thead th .h5,\nimg + thead th .h5,\ntable + thead th .h5,\nblockquote + thead th .h5,\nh1 + thead th .h5,\n.h1 + thead th .h5,\nh2 + thead th .h5,\n.h2 + thead th .h5,\nh3 + thead th .h5,\n.h3 + thead th .h5,\nh4 + thead th .h5,\n.h4 + thead th .h5,\nh6 + thead th .h5,\n.h6 + thead th .h5,\np + thead th h6,\nul + thead th h6,\nol + thead th h6,\ndl + thead th h6,\nfigure + thead th h6,\nimg + thead th h6,\ntable + thead th h6,\nblockquote + thead th h6,\nh1 + thead th h6,\n.h1 + thead th h6,\nh2 + thead th h6,\n.h2 + thead th h6,\nh3 + thead th h6,\n.h3 + thead th h6,\nh4 + thead th h6,\n.h4 + thead th h6,\nh6 + thead th h6,\n.h6 + thead th h6,\np + thead th .h6,\nul + thead th .h6,\nol + thead th .h6,\ndl + thead th .h6,\nfigure + thead th .h6,\nimg + thead th .h6,\ntable + thead th .h6,\nblockquote + thead th .h6,\nh1 + thead th .h6,\n.h1 + thead th .h6,\nh2 + thead th .h6,\n.h2 + thead th .h6,\nh3 + thead th .h6,\n.h3 + thead th .h6,\nh4 + thead th .h6,\n.h4 + thead th .h6,\nh6 + thead th .h6,\n.h6 + thead th .h6 {\n margin-top: 2.1428571429em;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin: 0;\n font-size: inherit;\n}\n\nblockquote {\n margin-right: 0.9375em;\n margin-left: 0.9375em;\n}\n@media only all and (min-width: 37.5625em) {\n blockquote {\n margin-right: 1.875em;\n margin-left: 1.875em;\n }\n}\n\nimg {\n max-width: 100%;\n}\n\nfigure {\n margin-right: 0;\n margin-left: 0;\n}\nfigure img {\n vertical-align: middle;\n}\n\npre,\ncode {\n background: var(--gray-5);\n border-radius: 4px;\n color: var(--black);\n font-family: \"Input Mono\", Consolas, Monaco, \"Courier New\", monospace;\n}\n\ncode {\n padding: 0.2307692308em 0.2307692308em 0;\n font-size: 0.8125em;\n}\n\npre {\n display: block;\n padding: 0.625em 0.9375em;\n white-space: pre-wrap;\n overflow-wrap: break-word;\n}\npre code {\n padding: 0;\n background-color: transparent;\n}"],
|
|
4
|
+
"sourcesContent": ["@charset \"UTF-8\";\n/*! normalize.css v2.1.3 | MIT License | git.io/normalize */\n/* ==========================================================================\n Base\n ========================================================================== */\n/**\n * 1. Set default font family to sans-serif.\n * 2. Prevent iOS text size adjust after orientation change, without disabling\n * user zoom.\n */\nhtml {\n font-family: sans-serif; /* 1 */\n -webkit-text-size-adjust: 100%;\n text-size-adjust: 100%; /* 2 */\n}\n\n/**\n * Remove default margin.\n */\nbody {\n margin: 0;\n}\n\n/* ==========================================================================\n Links\n ========================================================================== */\n/**\n * Address `outline` inconsistency between Chrome and other browsers.\n */\na:focus {\n outline: thin dotted;\n}\n\n/**\n * Improve readability when focused and also mouse hovered in all browsers.\n */\na:active,\na:hover {\n outline: 0;\n}\n\n/* ==========================================================================\n Typography\n ========================================================================== */\n/**\n * Address variable `h1` font-size and margin within `section` and `article`\n * contexts in Firefox 4+, Safari 5, and Chrome.\n */\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n/**\n * Address differences between Firefox and other browsers.\n */\nhr {\n box-sizing: content-box;\n height: 0;\n}\n\n/**\n * Correct font family set oddly in Safari 5 and Chrome.\n */\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, serif;\n font-size: 1em;\n}\n\n/**\n * Improve readability of pre-formatted text in all browsers.\n */\npre {\n white-space: pre-wrap;\n}\n\n/**\n * Set consistent quote types.\n */\nq {\n quotes: \"\u201C\" \"\u201D\" \"\u2018\" \"\u2019\";\n}\n\n/**\n * Address inconsistent and variable font size in all browsers.\n */\nsmall {\n font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` affecting `line-height` in all browsers.\n */\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n/* ==========================================================================\n Figures\n ========================================================================== */\n/**\n * Address margin not present in IE 8/9 and Safari 5.\n */\nfigure {\n margin: 0;\n}\n\n/* ==========================================================================\n Forms\n ========================================================================== */\n/**\n * Define consistent border, margin, and padding.\n */\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n/**\n * 1. Correct `color` not being inherited in IE 8/9.\n * 2. Remove padding so people aren't caught out if they zero out fieldsets.\n */\nlegend {\n border: 0; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Correct font family not being inherited in all browsers.\n * 2. Correct font size not being inherited in all browsers.\n * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.\n */\nbutton,\ninput,\nselect,\ntextarea {\n font-family: inherit; /* 1 */\n font-size: 100%; /* 2 */\n margin: 0; /* 3 */\n}\n\n/**\n * Address Firefox 4+ setting `line-height` on `input` using `!important` in\n * the UA stylesheet.\n */\nbutton,\ninput {\n line-height: normal;\n}\n\n/**\n * Address inconsistent `text-transform` inheritance for `button` and `select`.\n * All other form control elements do not inherit `text-transform` values.\n * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.\n * Correct `select` style inheritance in Firefox 4+ and Opera.\n */\nbutton,\nselect {\n text-transform: none;\n}\n\n/**\n * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n * and `video` controls.\n * 2. Correct inability to style clickable `input` types in iOS.\n * 3. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\nbutton,\nhtml input[type=button],\ninput[type=reset],\ninput[type=submit] {\n appearance: button; /* 2 */\n cursor: pointer; /* 3 */\n}\n\n/**\n * Re-set default cursor for disabled elements.\n */\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n/**\n * 1. Address box sizing set to `content-box` in IE 8/9/10.\n * 2. Remove excess padding in IE 8/9/10.\n */\ninput[type=checkbox],\ninput[type=radio] {\n box-sizing: border-box; /* 1 */\n padding: 0; /* 2 */\n}\n\n/**\n * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.\n * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome.\n */\ninput[type=search] {\n appearance: textfield; /* 1 */\n box-sizing: content-box; /* 2 */\n}\n\n/**\n * Remove inner padding and search cancel button in Safari 5 and Chrome\n * on OS X.\n */\ninput[type=search]::-webkit-search-cancel-button,\ninput[type=search]::-webkit-search-decoration {\n appearance: none;\n}\n\n/**\n * Remove inner padding and border in Firefox 4+.\n */\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n/**\n * 1. Remove default vertical scrollbar in IE 8/9.\n * 2. Improve readability and alignment in all browsers.\n */\ntextarea {\n overflow: auto; /* 1 */\n vertical-align: top; /* 2 */\n}\n\n/* ==========================================================================\n Tables\n ========================================================================== */\n/**\n * Remove most spacing between table cells.\n */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}", "/* ==========================================================================\n Design System\n Variables\n ========================================================================== */\n/* ==========================================================================\n Design System\n Breakpoint variables.\n\n NOTE: If any of the values in this file are adjusted,\n they need to be adjusted in vars-breakpoints.js as well.\n ========================================================================== */\n/* ==========================================================================\n Design System\n Grid mixins\n ========================================================================== */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* stylelint-disable selector-class-pattern */\n/* ==========================================================================\n Design System\n Media queries\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\n/* ==========================================================================\n Design System\n Base styles\n ========================================================================== */\nbody {\n color: var(--black);\n font-family: var(--font-stack);\n font-size: 100%;\n line-height: 1.375;\n -webkit-font-smoothing: antialiased;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n font-family: var(--font-stack);\n}\n\nstrong,\nb {\n font-weight: 600;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n}\n\nh1,\n.h1 {\n font-size: 2.125em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.4411764706em;\n}\np + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\np + .h1,\nul + .h1,\nol + .h1,\ndl + .h1,\nfigure + .h1,\nimg + .h1,\ntable + .h1,\nblockquote + .h1 {\n margin-top: 1.7647058824em;\n}\n@media only all and (max-width: 37.5em) {\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h2 + h1, .h2 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h2 + .h1,\n .h2 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n@media only all and (max-width: 37.5em) {\n h1,\n .h1 {\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.5769230769em;\n }\n p + h1, ul + h1, ol + h1, dl + h1, figure + h1, img + h1, table + h1, blockquote + h1,\n p + .h1,\n ul + .h1,\n ol + .h1,\n dl + .h1,\n figure + .h1,\n img + .h1,\n table + .h1,\n blockquote + .h1 {\n margin-top: 1.7307692308em;\n }\n h1 + h1, .h1 + h1, h3 + h1, .h3 + h1, h4 + h1, .h4 + h1, h5 + h1, .h5 + h1, h6 + h1, .h6 + h1,\n h1 + .h1,\n .h1 + .h1,\n h3 + .h1,\n .h3 + .h1,\n h4 + .h1,\n .h4 + .h1,\n h5 + .h1,\n .h5 + .h1,\n h6 + .h1,\n .h6 + .h1 {\n margin-top: 1.1538461538em;\n }\n}\n\nh2,\n.h2 {\n font-size: 1.625em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.5769230769em;\n}\np + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\np + .h2,\nul + .h2,\nol + .h2,\ndl + .h2,\nfigure + .h2,\nimg + .h2,\ntable + .h2,\nblockquote + .h2 {\n margin-top: 1.7307692308em;\n}\nh1 + h2, .h1 + h2, h3 + h2, .h3 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\nh1 + .h2,\n.h1 + .h2,\nh3 + .h2,\n.h3 + .h2,\nh4 + .h2,\n.h4 + .h2,\nh5 + .h2,\n.h5 + .h2,\nh6 + .h2,\n.h6 + .h2 {\n margin-top: 1.1538461538em;\n}\n@media only all and (max-width: 37.5em) {\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n@media only all and (max-width: 37.5em) {\n h2,\n .h2 {\n font-size: 1.375em;\n font-weight: 600;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.6818181818em;\n }\n p + h2, ul + h2, ol + h2, dl + h2, figure + h2, img + h2, table + h2, blockquote + h2, h1 + h2, .h1 + h2, h2 + h2, .h2 + h2, h4 + h2, .h4 + h2, h5 + h2, .h5 + h2, h6 + h2, .h6 + h2,\n p + .h2,\n ul + .h2,\n ol + .h2,\n dl + .h2,\n figure + .h2,\n img + .h2,\n table + .h2,\n blockquote + .h2,\n h1 + .h2,\n .h1 + .h2,\n h2 + .h2,\n .h2 + .h2,\n h4 + .h2,\n .h4 + .h2,\n h5 + .h2,\n .h5 + .h2,\n h6 + .h2,\n .h6 + .h2 {\n margin-top: 1.3636363636em;\n }\n}\n\nh3,\n.h3 {\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.6818181818em;\n}\np + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h4 + h3, .h4 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\np + .h3,\nul + .h3,\nol + .h3,\ndl + .h3,\nfigure + .h3,\nimg + .h3,\ntable + .h3,\nblockquote + .h3,\nh1 + .h3,\n.h1 + .h3,\nh2 + .h3,\n.h2 + .h3,\nh4 + .h3,\n.h4 + .h3,\nh5 + .h3,\n.h5 + .h3,\nh6 + .h3,\n.h6 + .h3 {\n margin-top: 1.3636363636em;\n}\n@media only all and (max-width: 37.5em) {\n h3,\n .h3 {\n font-size: 1.125em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.8333333333em;\n }\n p + h3, ul + h3, ol + h3, dl + h3, figure + h3, img + h3, table + h3, blockquote + h3, h1 + h3, .h1 + h3, h2 + h3, .h2 + h3, h3 + h3, .h3 + h3, h5 + h3, .h5 + h3, h6 + h3, .h6 + h3,\n p + .h3,\n ul + .h3,\n ol + .h3,\n dl + .h3,\n figure + .h3,\n img + .h3,\n table + .h3,\n blockquote + .h3,\n h1 + .h3,\n .h1 + .h3,\n h2 + .h3,\n .h2 + .h3,\n h3 + .h3,\n .h3 + .h3,\n h5 + .h3,\n .h5 + .h3,\n h6 + .h3,\n .h6 + .h3 {\n margin-top: 1.6666666667em;\n }\n}\n\nh4,\n.h4 {\n font-size: 1.125em;\n font-weight: 500;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n margin-bottom: 0.8333333333em;\n}\np + h4, ul + h4, ol + h4, dl + h4, figure + h4, img + h4, table + h4, blockquote + h4, h1 + h4, .h1 + h4, h2 + h4, .h2 + h4, h3 + h4, .h3 + h4, h5 + h4, .h5 + h4, h6 + h4, .h6 + h4,\np + .h4,\nul + .h4,\nol + .h4,\ndl + .h4,\nfigure + .h4,\nimg + .h4,\ntable + .h4,\nblockquote + .h4,\nh1 + .h4,\n.h1 + .h4,\nh2 + .h4,\n.h2 + .h4,\nh3 + .h4,\n.h3 + .h4,\nh5 + .h4,\n.h5 + .h4,\nh6 + .h4,\n.h6 + .h4 {\n margin-top: 1.6666666667em;\n}\n@media only all and (max-width: 37.5em) {\n h4,\n .h4 {\n margin-bottom: 0.625em;\n font-size: 1em;\n line-height: 1.125;\n }\n}\n\nh5,\n.h5 {\n font-size: 0.875em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n margin-bottom: 1.0714285714em;\n}\np + h5, ul + h5, ol + h5, dl + h5, figure + h5, img + h5, table + h5, blockquote + h5, h1 + h5, .h1 + h5, h2 + h5, .h2 + h5, h3 + h5, .h3 + h5, h4 + h5, .h4 + h5, h6 + h5, .h6 + h5,\np + .h5,\nul + .h5,\nol + .h5,\ndl + .h5,\nfigure + .h5,\nimg + .h5,\ntable + .h5,\nblockquote + .h5,\nh1 + .h5,\n.h1 + .h5,\nh2 + .h5,\n.h2 + .h5,\nh3 + .h5,\n.h3 + .h5,\nh4 + .h5,\n.h4 + .h5,\nh6 + .h5,\n.h6 + .h5 {\n margin-top: 2.1428571429em;\n}\n\nh6,\n.h6 {\n font-size: 0.75em;\n font-weight: 600;\n letter-spacing: 1px;\n line-height: 1.25;\n text-transform: uppercase;\n margin-bottom: 1.25em;\n}\np + h6, ul + h6, ol + h6, dl + h6, figure + h6, img + h6, table + h6, blockquote + h6, h1 + h6, .h1 + h6, h2 + h6, .h2 + h6, h3 + h6, .h3 + h6, h4 + h6, .h4 + h6, h5 + h6, .h5 + h6,\np + .h6,\nul + .h6,\nol + .h6,\ndl + .h6,\nfigure + .h6,\nimg + .h6,\ntable + .h6,\nblockquote + .h6,\nh1 + .h6,\n.h1 + .h6,\nh2 + .h6,\n.h2 + .h6,\nh3 + .h6,\n.h3 + .h6,\nh4 + .h6,\n.h4 + .h6,\nh5 + .h6,\n.h5 + .h6 {\n margin-top: 2.5em;\n}\n\n.lead-paragraph {\n margin-top: 0;\n margin-bottom: 15px;\n font-size: 1.375em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n}\n@media only all and (max-width: 37.5em) {\n .lead-paragraph {\n font-size: 1.125em;\n font-weight: normal;\n letter-spacing: inherit;\n line-height: 1.25;\n text-transform: inherit;\n }\n}\n\n.superheading {\n margin-bottom: 0.4166666667em;\n font-size: 3em;\n font-weight: normal;\n line-height: 1.25;\n}\n\np,\nul,\nol,\ndl,\nfigure,\ntable,\nblockquote {\n margin-top: 0;\n margin-bottom: 0.9375em;\n}\np:last-child,\nul:last-child,\nol:last-child,\ndl:last-child,\nfigure:last-child,\ntable:last-child,\nblockquote:last-child {\n margin-bottom: 0;\n}\n\np + ul,\np + ol {\n margin-top: -0.3125em;\n}\n\nul ul,\nol ol,\nul ol,\nol ul {\n margin-top: 0.5em;\n}\n\nli {\n margin-bottom: 0.5em;\n}\nli:last-child, nav li {\n margin-bottom: 0;\n}\n\na {\n border-width: 0;\n border-style: dotted;\n border-color: var(--pacific);\n color: var(--pacific);\n text-decoration: none;\n}\na:visited, a.visited {\n border-color: var(--teal);\n color: var(--teal);\n}\na:hover, a.hover {\n border-style: solid;\n border-color: var(--pacific-dark);\n color: var(--pacific-dark);\n}\na:focus, a.focus {\n border-style: solid;\n outline: thin dotted;\n outline-offset: 1px;\n}\na:active, a.active {\n border-style: solid;\n border-color: var(--navy);\n color: var(--navy);\n}\n\np a,\nli a,\ndd a {\n border-bottom-width: 1px;\n}\n\nnav a {\n border-bottom-width: 0;\n}\n\nul {\n padding-left: 1.125em;\n list-style: square;\n}\n\nul ul {\n list-style-type: circle;\n}\n\nol {\n padding-left: 1.3125em;\n}\nol li:nth-last-child(n+10),\nol li:nth-last-child(n+10) ~ li {\n margin-left: 0.5625rem;\n}\n\nol ol {\n list-style-type: lower-alpha;\n}\nol ol li {\n margin-left: 0 !important;\n}\n\nol ol ol {\n list-style-type: lower-roman;\n}\n\nnav ul,\nnav ol,\nnav ul ul,\nnav ol ol {\n list-style: none;\n list-style-image: none;\n}\n\ncaption {\n margin-bottom: 0.625em;\n text-align: left;\n}\n\nth,\ntd {\n padding: 0.625em;\n}\nthead th,\nthead td {\n padding: 0.7142857143em;\n background: var(--gray-5);\n color: var(--black);\n font-size: 1em;\n vertical-align: top;\n}\n\nthead,\ntbody tr {\n border-bottom: 1px solid var(--gray);\n}\n\nth {\n font-weight: 600;\n text-align: left;\n}\nthead th h2,\nthead th .h2,\nthead th h3,\nthead th .h3,\nthead th h4,\nthead th .h4,\nthead th h5,\nthead th .h5,\nthead th h6,\nthead th .h6 {\n margin: 0;\n font-size: inherit;\n font-weight: inherit;\n letter-spacing: inherit;\n line-height: inherit;\n text-transform: inherit;\n}\n\nblockquote {\n margin-right: 0.9375em;\n margin-left: 0.9375em;\n}\n@media only all and (min-width: 37.5625em) {\n blockquote {\n margin-right: 1.875em;\n margin-left: 1.875em;\n }\n}\n\nimg {\n max-width: 100%;\n}\n\nfigure {\n margin-right: 0;\n margin-left: 0;\n}\nfigure img {\n vertical-align: middle;\n}\n\npre,\ncode {\n background: var(--gray-5);\n border-radius: 4px;\n color: var(--black);\n font-family: \"Input Mono\", Consolas, Monaco, \"Courier New\", monospace;\n}\n\ncode {\n padding: 0.2307692308em 0.2307692308em 0;\n font-size: 0.8125em;\n}\n\npre {\n display: block;\n padding: 0.625em 0.9375em;\n white-space: pre-wrap;\n overflow-wrap: break-word;\n}\npre code {\n padding: 0;\n background-color: transparent;\n}"],
|
|
5
5
|
"mappings": "gGAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAAA,IAAAA,EAAA,GCAA,IAAAC,EAAA,GAAAC,EAAAD,EAAA,aAAAE,IAAA,IAAAA,EAAA",
|
|
6
6
|
"names": ["normalize_exports", "__export", "normalize_default", "base_exports", "__export", "base_default"]
|
|
7
7
|
}
|