@cfpb/cfpb-design-system 3.11.0 → 3.12.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +85 -52
  2. package/dist/base/index.css +1 -1
  3. package/dist/base/index.css.map +2 -2
  4. package/dist/base/index.js +1 -1
  5. package/dist/base/index.js.map +1 -1
  6. package/dist/components/cfpb-buttons/index.css +1 -1
  7. package/dist/components/cfpb-buttons/index.css.map +2 -2
  8. package/dist/components/cfpb-buttons/index.js +1 -1
  9. package/dist/components/cfpb-buttons/index.js.map +1 -1
  10. package/dist/components/cfpb-expandables/index.css +1 -1
  11. package/dist/components/cfpb-expandables/index.css.map +2 -2
  12. package/dist/components/cfpb-expandables/index.js +1 -1
  13. package/dist/components/cfpb-expandables/index.js.map +1 -1
  14. package/dist/components/cfpb-forms/index.css +1 -1
  15. package/dist/components/cfpb-forms/index.css.map +2 -2
  16. package/dist/components/cfpb-forms/index.js +1 -1
  17. package/dist/components/cfpb-forms/index.js.map +1 -1
  18. package/dist/components/cfpb-icons/index.css +1 -1
  19. package/dist/components/cfpb-icons/index.css.map +2 -2
  20. package/dist/components/cfpb-icons/index.js +1 -1
  21. package/dist/components/cfpb-icons/index.js.map +1 -1
  22. package/dist/components/cfpb-layout/index.css +1 -1
  23. package/dist/components/cfpb-layout/index.css.map +2 -2
  24. package/dist/components/cfpb-layout/index.js +1 -1
  25. package/dist/components/cfpb-layout/index.js.map +1 -1
  26. package/dist/components/cfpb-notifications/index.css +1 -1
  27. package/dist/components/cfpb-notifications/index.css.map +2 -2
  28. package/dist/components/cfpb-notifications/index.js +1 -1
  29. package/dist/components/cfpb-notifications/index.js.map +1 -1
  30. package/dist/components/cfpb-pagination/index.css +1 -1
  31. package/dist/components/cfpb-pagination/index.css.map +2 -2
  32. package/dist/components/cfpb-pagination/index.js +1 -1
  33. package/dist/components/cfpb-pagination/index.js.map +1 -1
  34. package/dist/components/cfpb-tables/index.css +1 -1
  35. package/dist/components/cfpb-tables/index.css.map +2 -2
  36. package/dist/components/cfpb-tables/index.js +1 -1
  37. package/dist/components/cfpb-tables/index.js.map +1 -1
  38. package/dist/components/cfpb-tooltips/index.css +1 -1
  39. package/dist/components/cfpb-tooltips/index.css.map +2 -2
  40. package/dist/components/cfpb-tooltips/index.js +1 -1
  41. package/dist/components/cfpb-tooltips/index.js.map +1 -1
  42. package/dist/components/cfpb-typography/index.css +1 -1
  43. package/dist/components/cfpb-typography/index.css.map +2 -2
  44. package/dist/components/cfpb-typography/index.js +1 -1
  45. package/dist/components/cfpb-typography/index.js.map +1 -1
  46. package/dist/index.css +1 -1
  47. package/dist/index.css.map +2 -2
  48. package/dist/index.js +1 -1
  49. package/dist/index.js.map +1 -1
  50. package/dist/utilities/index.css +1 -1
  51. package/dist/utilities/index.css.map +2 -2
  52. package/dist/utilities/index.js +1 -1
  53. package/dist/utilities/index.js.map +1 -1
  54. package/package.json +1 -1
  55. package/src/abstracts/vars.scss +40 -37
  56. package/src/components/cfpb-forms/form-alert.scss +8 -6
  57. package/src/components/cfpb-forms/form-field.scss +70 -154
  58. package/src/components/cfpb-forms/multiselect.scss +1 -1
  59. package/src/components/cfpb-forms/tag.scss +2 -1
  60. package/src/components/cfpb-forms/text-input.scss +34 -98
  61. package/src/utilities/utilities.scss +15 -0
package/CHANGELOG.md CHANGED
@@ -2,7 +2,40 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
- ## [3.11.0](https://github.com/cfpb/design-system/compare/v3.10.0..3.11.0) - June 5, 2025
5
+ ## [3.12.1](https://github.com/cfpb/design-system/compare/v3.12.0..v3.12.1) - June 12, 2025
6
+
7
+ ### PRs in this release
8
+
9
+ - PR #[2296](https://github.com/cfpb/design-system/pull/2296): Move tags to reference page - Ans
10
+
11
+ ### General
12
+
13
+ - Fix filter tag as link hover state - ([3ff21a7](https://github.com/cfpb/design-system/commit/3ff21a7efb0cad117edb9e95a9db3e5a6aacb6bf)) - Ans
14
+
15
+ ## [3.12.0](https://github.com/cfpb/design-system/compare/v3.11.0..vv3.12.0) - June 6, 2025
16
+
17
+ ### PRs in this release
18
+
19
+ - PR #[2284](https://github.com/cfpb/design-system/pull/2284): Fix version link in changelog - Ans
20
+ - PR #[2286](https://github.com/cfpb/design-system/pull/2286): Migrate form alert variables to CSS custom properties - Ans
21
+ - PR #[2285](https://github.com/cfpb/design-system/pull/2285): Remove legacy form input CSS - Ans
22
+ - PR #[2287](https://github.com/cfpb/design-system/pull/2287): Migrate checkbox/radio button variables to CSS custom props - Ans
23
+ - PR #[2288](https://github.com/cfpb/design-system/pull/2288): Update text inputs to use CSS properties - Ans
24
+ - PR #[2289](https://github.com/cfpb/design-system/pull/2289): Tweak radio buttons to have consistent dot color - Ans
25
+ - PR #[2226](https://github.com/cfpb/design-system/pull/2226): Add `u-print-only` and `u-screen-only` utilities - Ans
26
+
27
+ ### General
28
+
29
+ - Fix version link in changelog - ([51cbbab](https://github.com/cfpb/design-system/commit/51cbbab41692f5261463a2a2238ea8b97b0bb9a8)) - Ans
30
+ - Migrate form alert variables to CSS custom properties - ([2f8e6a0](https://github.com/cfpb/design-system/commit/2f8e6a0ce18f011355c3f064faedacd26f90f0de)) - Ans
31
+ - Remove legacy form input CSS - ([9d9e14d](https://github.com/cfpb/design-system/commit/9d9e14d88365668dcbefc0823b7553664cb6c567)) - Ans
32
+ - Migrate checkbox/radio button variables to CSS custom props - ([e90486e](https://github.com/cfpb/design-system/commit/e90486e307d931b720ce9e3843d08691ffb18a94)) - Ans
33
+ - Update text inputs to use CSS properties - ([80bf7fe](https://github.com/cfpb/design-system/commit/80bf7fe6b3e458f8ad0d1d7537f6ee36f72c421b)) - Ans
34
+ - Tweak radio buttons to have consistent dot color - ([0f7442b](https://github.com/cfpb/design-system/commit/0f7442bf169199604d6d8ee55277d34accf1537b)) - Ans
35
+ - Add `u-print-only` and `u-screen-only` utilities - ([586f276](https://github.com/cfpb/design-system/commit/586f27613bec9896ce1810b139df0ee34e1f1d4a)) - Ans
36
+ - Refactor utilities - ([8177aa9](https://github.com/cfpb/design-system/commit/8177aa99043b96e171ed1b1671e9ffc03bef2c8c)) - Ans
37
+
38
+ ## [3.11.0](https://github.com/cfpb/design-system/compare/v3.10.0..vv3.11.0) - June 5, 2025
6
39
 
7
40
  ### PRs in this release
8
41
 
@@ -22,7 +55,7 @@ All notable changes to this project will be documented in this file.
22
55
  - Update multiselect - ([316e953](https://github.com/cfpb/design-system/commit/316e9538649ee0aad3bc94efcca1374b71b4ee26)) - Ans
23
56
  - Re-build assets - ([c75ce77](https://github.com/cfpb/design-system/commit/c75ce778ca08e2b8add9d1bbe69b07cdde157ce5)) - Ans
24
57
 
25
- ## [3.10.0](https://github.com/cfpb/design-system/compare/v3.9.0..v3.10.0) - May 21, 2025
58
+ ## [3.10.0](https://github.com/cfpb/design-system/compare/v3.9.0..vv3.10.0) - May 21, 2025
26
59
 
27
60
  ### PRs in this release
28
61
 
@@ -34,7 +67,7 @@ All notable changes to this project will be documented in this file.
34
67
  - Remove `m-list--spaced` - ([be7a408](https://github.com/cfpb/design-system/commit/be7a4081a69e2b3c2dd710a8a7b53de67e02ded2)) - Ans
35
68
  - Fix full width button with icon example - ([605340e](https://github.com/cfpb/design-system/commit/605340e635fdd00e23dd50fb683aa6142e9ad92f)) - Ans
36
69
 
37
- ## [3.9.0](https://github.com/cfpb/design-system/compare/v3.8.0..v3.9.0) - May 13, 2025
70
+ ## [3.9.0](https://github.com/cfpb/design-system/compare/v3.8.0..vv3.9.0) - May 13, 2025
38
71
 
39
72
  ### PRs in this release
40
73
 
@@ -49,7 +82,7 @@ All notable changes to this project will be documented in this file.
49
82
  - Linter fixes - ([39e5fbb](https://github.com/cfpb/design-system/commit/39e5fbb8bb62eac48eebe88cb4224e2485a7f9d1)) - Ans
50
83
  - Re-build assets - ([5944749](https://github.com/cfpb/design-system/commit/59447498a713b9eb4a6ba8ceb9307244a914cf9b)) - Ans
51
84
 
52
- ## [3.8.0](https://github.com/cfpb/design-system/compare/v3.7.1..v3.8.0) - April 25, 2025
85
+ ## [3.8.0](https://github.com/cfpb/design-system/compare/v3.7.1..vv3.8.0) - April 25, 2025
53
86
 
54
87
  ### PRs in this release
55
88
 
@@ -61,7 +94,7 @@ All notable changes to this project will be documented in this file.
61
94
  - Globally remove inset border style from HR elements - ([136a5a1](https://github.com/cfpb/design-system/commit/136a5a15837883a7f41569530e7992773794c854)) - Ans
62
95
  - Convert notifications to use flexbox for layout - ([9c424e8](https://github.com/cfpb/design-system/commit/9c424e8dd31dcedaeb782a84a8e3e5e77b66da46)) - Ans
63
96
 
64
- ## [3.7.1](https://github.com/cfpb/design-system/compare/v3.7.0..v3.7.1) - April 18, 2025
97
+ ## [3.7.1](https://github.com/cfpb/design-system/compare/v3.7.0..vv3.7.1) - April 18, 2025
65
98
 
66
99
  ### PRs in this release
67
100
 
@@ -73,7 +106,7 @@ All notable changes to this project will be documented in this file.
73
106
  - Add active state - ([2870e7a](https://github.com/cfpb/design-system/commit/2870e7a57caabf9574c067149ee479cd55ac53c7)) - Ans
74
107
  - Rebuild assets - ([a0bbaf7](https://github.com/cfpb/design-system/commit/a0bbaf77dbac5b0ef8878a9683bf579c59b26f23)) - Ans
75
108
 
76
- ## [3.7.0](https://github.com/cfpb/design-system/compare/v3.6.3..v3.7.0) - April 17, 2025
109
+ ## [3.7.0](https://github.com/cfpb/design-system/compare/v3.6.3..vv3.7.0) - April 17, 2025
77
110
 
78
111
  ### PRs in this release
79
112
 
@@ -93,7 +126,7 @@ All notable changes to this project will be documented in this file.
93
126
  - Set max-width of notification content - ([05121be](https://github.com/cfpb/design-system/commit/05121be6bb953e63da5ae64f4b1066e0aff10b4c)) - Ans
94
127
  - Re-build assets - ([dbeb169](https://github.com/cfpb/design-system/commit/dbeb16934dced1e50137664fff270fb48c1066b6)) - Ans
95
128
 
96
- ## [3.6.3](https://github.com/cfpb/design-system/compare/v3.6.2..v3.6.3) - January 8, 2025
129
+ ## [3.6.3](https://github.com/cfpb/design-system/compare/v3.6.2..vv3.6.3) - January 8, 2025
97
130
 
98
131
  ### PRs in this release
99
132
 
@@ -105,7 +138,7 @@ All notable changes to this project will be documented in this file.
105
138
  - Update jsdoc - ([72163a3](https://github.com/cfpb/design-system/commit/72163a3ac16e801179f32a5c8fbaa07cdba2dea1)) - Wyatt Pearsall
106
139
  - Add tooltip update dist - ([4a3916b](https://github.com/cfpb/design-system/commit/4a3916bc13d5076153e6e3008f4bf18aa1c27a36)) - Wyatt Pearsall
107
140
 
108
- ## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..v3.6.2) - December 18, 2024
141
+ ## [3.6.2](https://github.com/cfpb/design-system/compare/v3.6.1..vv3.6.2) - December 18, 2024
109
142
 
110
143
  ### PRs in this release
111
144
 
@@ -116,7 +149,7 @@ All notable changes to this project will be documented in this file.
116
149
  - Update CHANGELOG.md - ([bfd91e3](https://github.com/cfpb/design-system/commit/bfd91e39d31d829ea8a2dcb296bea0fd9c36cbbd)) - Chris Contolini
117
150
  - Provide icon exports - ([9eccdc4](https://github.com/cfpb/design-system/commit/9eccdc415730d3f0e3b42c28ba51fda00d3aa7f6)) - Wyatt Pearsall
118
151
 
119
- ## [3.6.1](https://github.com/cfpb/design-system/compare/v3.5.0..v3.6.1) - December 4, 2024
152
+ ## [3.6.1](https://github.com/cfpb/design-system/compare/v3.5.0..vv3.6.1) - December 4, 2024
120
153
 
121
154
  ### PRs in this release
122
155
 
@@ -148,7 +181,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
148
181
  - Remove erroneous auto-changelog dependency and config - ([980d9eb](https://github.com/cfpb/design-system/commit/980d9eb65147732323ce42f56014e17ffc638d5a)) - Chris Contolini
149
182
  - Return Tooltip instance to match JSDoc description - ([290b87e](https://github.com/cfpb/design-system/commit/290b87e4889c16c5e846e3039a7266ebb7c09e99)) - Chris Contolini
150
183
 
151
- ## [3.5.0](https://github.com/cfpb/design-system/compare/v3.4.14..v3.5.0) - November 26, 2024
184
+ ## [3.5.0](https://github.com/cfpb/design-system/compare/v3.4.14..vv3.5.0) - November 26, 2024
152
185
 
153
186
  ### PRs in this release
154
187
 
@@ -160,7 +193,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
160
193
  - Update hero text margin to `auto 0` - ([a731483](https://github.com/cfpb/design-system/commit/a73148309e7d36ce20ed786f0b57b47d1acfa0d0)) - Ans
161
194
  - Remove `o-featured-content-module--left` - ([c12548f](https://github.com/cfpb/design-system/commit/c12548feea774c37c781a7f1268551be3703094b)) - Ans
162
195
 
163
- ## [3.4.14](https://github.com/cfpb/design-system/compare/v3.4.13..v3.4.14) - November 21, 2024
196
+ ## [3.4.14](https://github.com/cfpb/design-system/compare/v3.4.13..vv3.4.14) - November 21, 2024
164
197
 
165
198
  ### PRs in this release
166
199
 
@@ -170,7 +203,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
170
203
 
171
204
  - Add non-clickable filter tag - ([b0b50c1](https://github.com/cfpb/design-system/commit/b0b50c1fe0b980273ee2f9b79e322b781f850ee8)) - Ans
172
205
 
173
- ## [3.4.13](https://github.com/cfpb/design-system/compare/v3.4.12..v3.4.13) - November 21, 2024
206
+ ## [3.4.13](https://github.com/cfpb/design-system/compare/v3.4.12..vv3.4.13) - November 21, 2024
174
207
 
175
208
  ### PRs in this release
176
209
 
@@ -184,7 +217,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
184
217
  - Date picker: Reduce height by 1px - ([ef7a039](https://github.com/cfpb/design-system/commit/ef7a03962b400fcd0eca1a2308048ad16c876fee)) - Ans
185
218
  - Regenerate assets - ([56ca4fd](https://github.com/cfpb/design-system/commit/56ca4fd28bd026feb140f4308dd2e47b441e2c2a)) - Ans
186
219
 
187
- ## [3.4.12](https://github.com/cfpb/design-system/compare/v3.4.11..v3.4.12) - November 21, 2024
220
+ ## [3.4.12](https://github.com/cfpb/design-system/compare/v3.4.11..vv3.4.12) - November 21, 2024
188
221
 
189
222
  ### PRs in this release
190
223
 
@@ -199,7 +232,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
199
232
  - Update date-picker.md - ([62cc483](https://github.com/cfpb/design-system/commit/62cc483290cc3e6fb1ebb9e8806ab4c29366450c)) - Ans
200
233
  - More tweaks to wrangle aligning iOS with everyone else - ([c41101f](https://github.com/cfpb/design-system/commit/c41101f6be4994c8532b884191525df269529a9d)) - Ans
201
234
 
202
- ## [3.4.11](https://github.com/cfpb/design-system/compare/v3.4.10..v3.4.11) - November 19, 2024
235
+ ## [3.4.11](https://github.com/cfpb/design-system/compare/v3.4.10..vv3.4.11) - November 19, 2024
203
236
 
204
237
  ### PRs in this release
205
238
 
@@ -214,7 +247,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
214
247
  - Adds date input example and adjusts baseline appearance - ([0cd1019](https://github.com/cfpb/design-system/commit/0cd1019a10ecb2a35776d26778cfe60b15511c04)) - Ans
215
248
  - Rebuild assets - ([869583a](https://github.com/cfpb/design-system/commit/869583add82cf0c4b6000ce28078aa88e8ff1e91)) - Ans
216
249
 
217
- ## [3.4.10](https://github.com/cfpb/design-system/compare/v3.4.9..v3.4.10) - November 19, 2024
250
+ ## [3.4.10](https://github.com/cfpb/design-system/compare/v3.4.9..vv3.4.10) - November 19, 2024
218
251
 
219
252
  ### PRs in this release
220
253
 
@@ -224,7 +257,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
224
257
 
225
258
  - Add filter tag link example - ([195cf5c](https://github.com/cfpb/design-system/commit/195cf5c3c16d6a755c4b482d227a75d229726790)) - Ans
226
259
 
227
- ## [3.4.9](https://github.com/cfpb/design-system/compare/v3.4.8..v3.4.9) - November 13, 2024
260
+ ## [3.4.9](https://github.com/cfpb/design-system/compare/v3.4.8..vv3.4.9) - November 13, 2024
228
261
 
229
262
  ### PRs in this release
230
263
 
@@ -234,7 +267,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
234
267
 
235
268
  - Move z-index to buttons - ([48e4c68](https://github.com/cfpb/design-system/commit/48e4c68cda895e8b7103b4091627e6d31e859a88)) - Ans
236
269
 
237
- ## [3.4.8](https://github.com/cfpb/design-system/compare/v3.4.7..v3.4.8) - November 13, 2024
270
+ ## [3.4.8](https://github.com/cfpb/design-system/compare/v3.4.7..vv3.4.8) - November 13, 2024
238
271
 
239
272
  ### PRs in this release
240
273
 
@@ -244,7 +277,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
244
277
 
245
278
  - Fix z-index on pagination - ([1b26267](https://github.com/cfpb/design-system/commit/1b2626760824f74c333b7ea4d24bbfc0f5760cdb)) - Ans
246
279
 
247
- ## [3.4.7](https://github.com/cfpb/design-system/compare/v3.4.6..v3.4.7) - November 13, 2024
280
+ ## [3.4.7](https://github.com/cfpb/design-system/compare/v3.4.6..vv3.4.7) - November 13, 2024
248
281
 
249
282
  ### PRs in this release
250
283
 
@@ -257,7 +290,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
257
290
  - Tweak button dimensions - ([8595c33](https://github.com/cfpb/design-system/commit/8595c33afd3b92557c02d4494200e3d08729c053)) - Ans
258
291
  - Rebuild assets - ([a27795f](https://github.com/cfpb/design-system/commit/a27795fe7fe0072e42b217f5e331a2736e1bcb5a)) - Ans
259
292
 
260
- ## [3.4.6](https://github.com/cfpb/design-system/compare/v3.4.5..v3.4.6) - November 13, 2024
293
+ ## [3.4.6](https://github.com/cfpb/design-system/compare/v3.4.5..vv3.4.6) - November 13, 2024
261
294
 
262
295
  ### PRs in this release
263
296
 
@@ -267,7 +300,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
267
300
 
268
301
  - Refine button with link - ([5edc8e5](https://github.com/cfpb/design-system/commit/5edc8e5cc7124e4654a86f065b28d94e70bd45f7)) - Ans
269
302
 
270
- ## [3.4.5](https://github.com/cfpb/design-system/compare/v3.4.4..v3.4.5) - November 12, 2024
303
+ ## [3.4.5](https://github.com/cfpb/design-system/compare/v3.4.4..vv3.4.5) - November 12, 2024
271
304
 
272
305
  ### PRs in this release
273
306
 
@@ -278,7 +311,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
278
311
  - Add `justify-content: center` - ([c7993b5](https://github.com/cfpb/design-system/commit/c7993b5281ed84dd301c3640f9ce9ef0cce14c68)) - Ans
279
312
  - Rebuild assets - ([2f1ab96](https://github.com/cfpb/design-system/commit/2f1ab964c1cfab0d4ad6b914baaac68382073d41)) - Ans
280
313
 
281
- ## [3.4.4](https://github.com/cfpb/design-system/compare/v3.4.3..v3.4.4) - November 12, 2024
314
+ ## [3.4.4](https://github.com/cfpb/design-system/compare/v3.4.3..vv3.4.4) - November 12, 2024
282
315
 
283
316
  ### PRs in this release
284
317
 
@@ -288,7 +321,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
288
321
 
289
322
  - Add `a-btn--hide-icon` class - ([d4bf92c](https://github.com/cfpb/design-system/commit/d4bf92c4a6583b3a5b852ca67eb63c86c31a611c)) - Ans
290
323
 
291
- ## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..v3.4.3) - November 7, 2024
324
+ ## [3.4.3](https://github.com/cfpb/design-system/compare/v3.4.2..vv3.4.3) - November 7, 2024
292
325
 
293
326
  ### PRs in this release
294
327
 
@@ -298,7 +331,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
298
331
 
299
332
  - Fix badge URL - ([ce2a58a](https://github.com/cfpb/design-system/commit/ce2a58a6b4b82b6dee28725e502462bd8ed67e47)) - Ans
300
333
 
301
- ## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..v3.4.2) - November 7, 2024
334
+ ## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..vv3.4.2) - November 7, 2024
302
335
 
303
336
  ### PRs in this release
304
337
 
@@ -308,7 +341,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
308
341
 
309
342
  - Remove button-with-icon reference - ([ee36f36](https://github.com/cfpb/design-system/commit/ee36f3676c2160415c8e75cf0c8affffad9a7f22)) - Ans
310
343
 
311
- ## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..v3.4.1) - November 6, 2024
344
+ ## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..vv3.4.1) - November 6, 2024
312
345
 
313
346
  ### PRs in this release
314
347
 
@@ -318,7 +351,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
318
351
 
319
352
  - Add behavior specs - ([dd956be](https://github.com/cfpb/design-system/commit/dd956be595a500b2fd654faa9c88700851057eb1)) - Ans
320
353
 
321
- ## [3.4.0](https://github.com/cfpb/design-system/compare/v3.3.1..v3.4.0) - November 6, 2024
354
+ ## [3.4.0](https://github.com/cfpb/design-system/compare/v3.3.1..vv3.4.0) - November 6, 2024
322
355
 
323
356
  ### PRs in this release
324
357
 
@@ -329,7 +362,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
329
362
  - Update behavior method names - ([8ae891d](https://github.com/cfpb/design-system/commit/8ae891de2b6d0f3f3f6fd5744f174302ac3b0465)) - Ans
330
363
  - Adjust release-it process - ([222f302](https://github.com/cfpb/design-system/commit/222f30216e47e36ca3f01d2835fe53280af8ba4e)) - Ans
331
364
 
332
- ## [3.3.1](https://github.com/cfpb/design-system/compare/v3.3.0..v3.3.1) - November 6, 2024
365
+ ## [3.3.1](https://github.com/cfpb/design-system/compare/v3.3.0..vv3.3.1) - November 6, 2024
333
366
 
334
367
  ### PRs in this release
335
368
 
@@ -339,7 +372,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
339
372
 
340
373
  - Point to the right npm repo in the DS - ([f61ef71](https://github.com/cfpb/design-system/commit/f61ef71e4bdd0e7df503d6d8afade621ca561a75)) - Ans
341
374
 
342
- ## [3.3.0](https://github.com/cfpb/design-system/compare/v3.2.11..v3.3.0) - November 6, 2024
375
+ ## [3.3.0](https://github.com/cfpb/design-system/compare/v3.2.11..vv3.3.0) - November 6, 2024
343
376
 
344
377
  ### PRs in this release
345
378
 
@@ -349,7 +382,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
349
382
 
350
383
  - Remove `u-break-word` - ([e9df86d](https://github.com/cfpb/design-system/commit/e9df86d6ae6e0c5c800222a738da905e4ad86e83)) - Ans
351
384
 
352
- ## [3.2.11](https://github.com/cfpb/design-system/compare/v3.2.10..v3.2.11) - November 6, 2024
385
+ ## [3.2.11](https://github.com/cfpb/design-system/compare/v3.2.10..vv3.2.11) - November 6, 2024
353
386
 
354
387
  ### PRs in this release
355
388
 
@@ -362,7 +395,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
362
395
  - Add `row-gap` - ([d6ea4c1](https://github.com/cfpb/design-system/commit/d6ea4c1480dfbf043a4dd0f37d59e73bbb9ed94f)) - Ans
363
396
  - Linter fixes - ([6f84a1b](https://github.com/cfpb/design-system/commit/6f84a1b12fbd32720cd5f109d8d5ac0da683e51a)) - Ans
364
397
 
365
- ## [3.2.10](https://github.com/cfpb/design-system/compare/v3.2.9..v3.2.10) - November 6, 2024
398
+ ## [3.2.10](https://github.com/cfpb/design-system/compare/v3.2.9..vv3.2.10) - November 6, 2024
366
399
 
367
400
  ### PRs in this release
368
401
 
@@ -373,7 +406,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
373
406
  - Bump changelog - ([ad0f6dc](https://github.com/cfpb/design-system/commit/ad0f6dc23d18cad72f3ff953e857a30261bebc60)) - Ans
374
407
  - Remove `u-inline-block` - ([ad8824d](https://github.com/cfpb/design-system/commit/ad8824d097d77ce5291170b5ac8752e9c0499d3a)) - Ans
375
408
 
376
- ## [3.2.9](https://github.com/cfpb/design-system/compare/v3.2.8..v3.2.9) - November 6, 2024
409
+ ## [3.2.9](https://github.com/cfpb/design-system/compare/v3.2.8..vv3.2.9) - November 6, 2024
377
410
 
378
411
  ### PRs in this release
379
412
 
@@ -385,7 +418,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
385
418
  - Add `u-small-text--subtle` - ([3108763](https://github.com/cfpb/design-system/commit/31087639e456f52370dfcaea57f0d14d48572e79)) - Ans
386
419
  - Rebuild assets - ([6a6f917](https://github.com/cfpb/design-system/commit/6a6f91724677614eda3e2d0d474ec9912e450192)) - Ans
387
420
 
388
- ## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..v3.2.8) - November 1, 2024
421
+ ## [3.2.8](https://github.com/cfpb/design-system/compare/v3.2.7..vv3.2.8) - November 1, 2024
389
422
 
390
423
  ### PRs in this release
391
424
 
@@ -401,7 +434,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
401
434
  - Switch to git-cliff from auto-changelog - ([2488161](https://github.com/cfpb/design-system/commit/2488161f3a13019778cec325c22870a0a7841933)) - Ans
402
435
  - Rebuild assets - ([a6ff4d9](https://github.com/cfpb/design-system/commit/a6ff4d9740c7606a2740e30be6d27a28c6e5c4f8)) - Ans
403
436
 
404
- ## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..v3.2.7) - October 30, 2024
437
+ ## [3.2.7](https://github.com/cfpb/design-system/compare/v3.2.6..vv3.2.7) - October 30, 2024
405
438
 
406
439
  ### PRs in this release
407
440
 
@@ -414,7 +447,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
414
447
  - Correctly process icons - ([181bea2](https://github.com/cfpb/design-system/commit/181bea2a44d02c2dd66f22c4f1d461e985d8d6ee)) - Ans
415
448
  - Re-build dist files - ([228c0ac](https://github.com/cfpb/design-system/commit/228c0ac5b0f1ea1962c7ceedfbcf37e65c077ac1)) - Ans
416
449
 
417
- ## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..v3.2.6) - October 25, 2024
450
+ ## [3.2.6](https://github.com/cfpb/design-system/compare/v3.2.5..vv3.2.6) - October 25, 2024
418
451
 
419
452
  ### PRs in this release
420
453
 
@@ -425,7 +458,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
425
458
  - Update button groups to use flexbox - ([fe857d0](https://github.com/cfpb/design-system/commit/fe857d02fe08a6f3f60d262ebf9ef9c4ed9a0a52)) - Ans
426
459
  - Move auto-changelog dep to root - ([a2acba5](https://github.com/cfpb/design-system/commit/a2acba58b6bf636d3999e5fcdb9ac6be3b3dc0f8)) - Ans
427
460
 
428
- ## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..v3.2.5) - October 23, 2024
461
+ ## [3.2.5](https://github.com/cfpb/design-system/compare/v3.2.4..vv3.2.5) - October 23, 2024
429
462
 
430
463
  ### PRs in this release
431
464
 
@@ -436,13 +469,13 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
436
469
  - Remove - ([e839bde](https://github.com/cfpb/design-system/commit/e839bde972624c90c36bc58526df71a4e6d0c04a)) - Ans
437
470
  - Add more `publishConfig` - ([b54c1c1](https://github.com/cfpb/design-system/commit/b54c1c19f8d2d559f428281b8ed1e64a57e41dac)) - Ans
438
471
 
439
- ## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..v3.2.4) - October 23, 2024
472
+ ## [3.2.4](https://github.com/cfpb/design-system/compare/v3.2.3..vv3.2.4) - October 23, 2024
440
473
 
441
474
  ### General
442
475
 
443
476
  - Move auto-changelog to package - ([2eb43f2](https://github.com/cfpb/design-system/commit/2eb43f23cc3a8ebaa08da2c01f41fb273c50716e)) - Ans
444
477
 
445
- ## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..v3.2.3) - October 16, 2024
478
+ ## [3.2.3](https://github.com/cfpb/design-system/compare/v3.2.2..vv3.2.3) - October 16, 2024
446
479
 
447
480
  ### PRs in this release
448
481
 
@@ -452,7 +485,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
452
485
 
453
486
  - Rename `o-table-wrapper--scrolling` to `o-table--scrolling` - ([acded96](https://github.com/cfpb/design-system/commit/acded9655df851d2971b0b8f8da7a5221c065e43)) - Ans
454
487
 
455
- ## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..v3.2.2) - September 27, 2024
488
+ ## [3.2.2](https://github.com/cfpb/design-system/compare/v3.2.1..vv3.2.2) - September 27, 2024
456
489
 
457
490
  ### PRs in this release
458
491
 
@@ -463,7 +496,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
463
496
  - Adjust code comments - ([c31cf40](https://github.com/cfpb/design-system/commit/c31cf40a990abb6e38e96e5a2112f875d4311282)) - Ans
464
497
  - Build assets - ([35eb3af](https://github.com/cfpb/design-system/commit/35eb3af2e3cd0c7f2a14bd111ed8e0b1392a9238)) - Ans
465
498
 
466
- ## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..v3.2.1) - September 27, 2024
499
+ ## [3.2.1](https://github.com/cfpb/design-system/compare/v3.2.0..vv3.2.1) - September 27, 2024
467
500
 
468
501
  ### PRs in this release
469
502
 
@@ -482,7 +515,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
482
515
  - Revert to v3.2.0 - ([a42322d](https://github.com/cfpb/design-system/commit/a42322d39fb6c7372b2ffc00e0bd025c481e1c6b)) - Ans
483
516
  - Revert to v3.2.0 - ([9eb2d8c](https://github.com/cfpb/design-system/commit/9eb2d8c3fde5da7e12a9ec5f23a3d958a08eac13)) - Ans
484
517
 
485
- ## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..v3.2.0) - September 25, 2024
518
+ ## [3.2.0](https://github.com/cfpb/design-system/compare/v3.1.9..vv3.2.0) - September 25, 2024
486
519
 
487
520
  ### PRs in this release
488
521
 
@@ -497,7 +530,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
497
530
  - Refactor heading mixins - ([6f421a6](https://github.com/cfpb/design-system/commit/6f421a6ef6ea17c076fe34db23bdfe855ee71cc4)) - Ans
498
531
  - V3.2.0 - ([1b92196](https://github.com/cfpb/design-system/commit/1b92196c49399125ce790a1c43e47e02659e3e3e)) - Ans
499
532
 
500
- ## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..v3.1.9) - September 12, 2024
533
+ ## [3.1.9](https://github.com/cfpb/design-system/compare/v3.1.8..vv3.1.9) - September 12, 2024
501
534
 
502
535
  ### PRs in this release
503
536
 
@@ -510,7 +543,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
510
543
  - Bump version - ([8af1437](https://github.com/cfpb/design-system/commit/8af143793243ce4b08e7be32219a4cb3f6e86ee9)) - Ans
511
544
  - V3.1.9 - ([b6b39a3](https://github.com/cfpb/design-system/commit/b6b39a3000a8fd8f75f237db1a86d3f3725780f8)) - Ans
512
545
 
513
- ## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..v3.1.8) - September 11, 2024
546
+ ## [3.1.8](https://github.com/cfpb/design-system/compare/v3.1.7..vv3.1.8) - September 11, 2024
514
547
 
515
548
  ### PRs in this release
516
549
 
@@ -523,7 +556,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
523
556
  - Bump version - ([caa9f2f](https://github.com/cfpb/design-system/commit/caa9f2ffb1f452b547dcfc8410e9aef876ea3ae2)) - Ans
524
557
  - V3.1.8 - ([ce63bfc](https://github.com/cfpb/design-system/commit/ce63bfcdecf687e9b96ab2420db225649b65db4b)) - Ans
525
558
 
526
- ## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..v3.1.7) - September 10, 2024
559
+ ## [3.1.7](https://github.com/cfpb/design-system/compare/v3.1.6..vv3.1.7) - September 10, 2024
527
560
 
528
561
  ### PRs in this release
529
562
 
@@ -535,7 +568,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
535
568
  - Bump version - ([8f68113](https://github.com/cfpb/design-system/commit/8f68113c89ae1e24550d23c76a1765daac3a1a63)) - Ans
536
569
  - V3.1.7 - ([4154531](https://github.com/cfpb/design-system/commit/415453147d44ab32977359f985c50a66799818c1)) - Ans
537
570
 
538
- ## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..v3.1.6) - September 10, 2024
571
+ ## [3.1.6](https://github.com/cfpb/design-system/compare/v3.1.5..vv3.1.6) - September 10, 2024
539
572
 
540
573
  ### PRs in this release
541
574
 
@@ -546,7 +579,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
546
579
  - Add non-link topic tags - ([f1c3158](https://github.com/cfpb/design-system/commit/f1c3158e739b114d92f83daeb79763af5c781b92)) - Ans
547
580
  - V3.1.6 - ([59f8344](https://github.com/cfpb/design-system/commit/59f83442c41d4ca6803d22971964dab26efb0ef0)) - Ans
548
581
 
549
- ## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..v3.1.5) - September 10, 2024
582
+ ## [3.1.5](https://github.com/cfpb/design-system/compare/v3.1.4..vv3.1.5) - September 10, 2024
550
583
 
551
584
  ### PRs in this release
552
585
 
@@ -560,7 +593,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
560
593
  - Add stacked topic tag group modifier - ([b89b032](https://github.com/cfpb/design-system/commit/b89b032b0bd5593ceb496e5449d20ed5dc396178)) - Ans
561
594
  - V3.1.5 - ([37c1b91](https://github.com/cfpb/design-system/commit/37c1b91a345ebaf7098509a05ec1e972cbcd91c3)) - Ans
562
595
 
563
- ## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..v3.1.4) - September 5, 2024
596
+ ## [3.1.4](https://github.com/cfpb/design-system/compare/v3.1.3..vv3.1.4) - September 5, 2024
564
597
 
565
598
  ### PRs in this release
566
599
 
@@ -571,7 +604,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
571
604
  - Update index.scss - ([f6ba359](https://github.com/cfpb/design-system/commit/f6ba3598acd1d58c5dff277218055d9ed74b6bd6)) - Ans
572
605
  - V3.1.4 - ([62179e8](https://github.com/cfpb/design-system/commit/62179e890fdeafb650900377678bde853f0f7a9d)) - Ans
573
606
 
574
- ## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..v3.1.3) - September 5, 2024
607
+ ## [3.1.3](https://github.com/cfpb/design-system/compare/v3.1.2..vv3.1.3) - September 5, 2024
575
608
 
576
609
  ### PRs in this release
577
610
 
@@ -582,7 +615,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
582
615
  - Add tag RTL code - ([6239902](https://github.com/cfpb/design-system/commit/62399029913e444a8809dd65fff6f1a98e580098)) - Ans
583
616
  - V3.1.3 - ([072112e](https://github.com/cfpb/design-system/commit/072112ea27fe26d283d6b230de22582c3be09370)) - Ans
584
617
 
585
- ## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..v3.1.2) - September 5, 2024
618
+ ## [3.1.2](https://github.com/cfpb/design-system/compare/v3.1.1..vv3.1.2) - September 5, 2024
586
619
 
587
620
  ### PRs in this release
588
621
 
@@ -596,7 +629,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
596
629
  - Bump version - ([647e344](https://github.com/cfpb/design-system/commit/647e34496e3958aacef027ba35c3e3069e59772f)) - Ans
597
630
  - V3.1.2 - ([def4f44](https://github.com/cfpb/design-system/commit/def4f440c6e4df31e9c9001a3630e14011c2c840)) - Ans
598
631
 
599
- ## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..v3.1.1) - September 4, 2024
632
+ ## [3.1.1](https://github.com/cfpb/design-system/compare/v3.1.0..vv3.1.1) - September 4, 2024
600
633
 
601
634
  ### PRs in this release
602
635
 
@@ -611,7 +644,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
611
644
  - Bump version - ([5faa23f](https://github.com/cfpb/design-system/commit/5faa23fcf2f8b3e49bfc8ae88d9a3326073ba08a)) - Ans
612
645
  - V3.1.1 - ([6d08f67](https://github.com/cfpb/design-system/commit/6d08f674140b371f4c5eb6cfa1837320f5350fb9)) - Ans
613
646
 
614
- ## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..v3.1.0) - September 4, 2024
647
+ ## [3.1.0](https://github.com/cfpb/design-system/compare/v3.0.3..vv3.1.0) - September 4, 2024
615
648
 
616
649
  ### PRs in this release
617
650
 
@@ -626,7 +659,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
626
659
  - Bump version - ([a5d1c70](https://github.com/cfpb/design-system/commit/a5d1c709bc5f79e229859729fe085e8730264a61)) - Ans
627
660
  - V3.1.0 - ([95e0718](https://github.com/cfpb/design-system/commit/95e07185441126cf0376f28f49180a77168ee413)) - Ans
628
661
 
629
- ## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..v3.0.3) - August 22, 2024
662
+ ## [3.0.3](https://github.com/cfpb/design-system/compare/v3.0.2..vv3.0.3) - August 22, 2024
630
663
 
631
664
  ### PRs in this release
632
665
 
@@ -643,7 +676,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
643
676
  - Bump version - ([8822087](https://github.com/cfpb/design-system/commit/8822087c8b24f8d2edfd9ae56064a893122983d9)) - Ans
644
677
  - V3.0.3 - ([85b594f](https://github.com/cfpb/design-system/commit/85b594f98ad76a7bfcfd8576b9fcb82f89dd1c56)) - Ans
645
678
 
646
- ## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..v3.0.2) - August 21, 2024
679
+ ## [3.0.2](https://github.com/cfpb/design-system/compare/v3.0.1..vv3.0.2) - August 21, 2024
647
680
 
648
681
  ### PRs in this release
649
682
 
@@ -654,7 +687,7 @@ See https://nodejs.org/api/packages.html#package-entry-points - ([005bce9](https
654
687
  - Unquote padding-bottom value in video-playing class - ([0972a29](https://github.com/cfpb/design-system/commit/0972a292720d5edb04c2c17e1ca5ad5ca38a5e74)) - Ans
655
688
  - V3.0.2 - ([f01daeb](https://github.com/cfpb/design-system/commit/f01daeba6c0204356ed86358d51a0f25e4af9159)) - Ans
656
689
 
657
- ## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..v3.0.1) - August 16, 2024
690
+ ## [3.0.1](https://github.com/cfpb/design-system/compare/v3.0.0..vv3.0.1) - August 16, 2024
658
691
 
659
692
  ### PRs in this release
660
693
 
@@ -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}:root{--select-border-default: var(--gray-60);--select-border-width-default: 1px;--select-border-error: var(--red);--select-border-width-error: 2px;--select-border-hover-default: var(--pacific);--select-border-focus-default: var(--pacific);--select-bg-disabled-default: var(--gray-10);--select-icon-bg-default: var(--gray-10);--select-text-disabled-default: var(--gray-dark)}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)}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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}:root{--input-text-default: var(--black);--input-text-disabled-default: var(--gray-dark);--input-text-placeholder-default: var(--gray-dark);--input-border-default: var(--gray-60);--input-border-disabled: var(--gray-60);--input-border-success: var(--green);--input-border-warning: var(--gold);--input-border-error: var(--red);--input-border-hover-default: var(--pacific);--input-border-focus-default: var(--pacific);--input-bg-default: var(--white);--input-bg-disabled-default: var(--gray-10);--form-alert-icon-color-default: var(--gray);--form-alert-icon-color-success: var(--green);--form-alert-icon-color-warning: var(--gold);--form-alert-icon-color-error: var(--red);--select-border-default: var(--gray-60);--select-border-width-default: 1px;--select-border-error: var(--red);--select-border-width-error: 2px;--select-border-hover-default: var(--pacific);--select-border-focus-default: var(--pacific);--select-bg-disabled-default: var(--gray-10);--select-icon-bg-default: var(--gray-10);--select-text-disabled-default: var(--gray-dark);--choice-border-default: var(--gray-60);--choice-border-disabled: var(--gray-60);--choice-border-success: var(--green);--choice-border-warning: var(--gold);--choice-border-error: var(--red);--choice-border-hover-default: var(--pacific);--choice-border-focus-default: var(--pacific);--choice-outline-focus-default: var(--pacific);--choice-bg-default: var(--white);--choice-bg-disabled: var(--gray-10);--choice-bg-selected-default: var(--pacific);--choice-bg-selected-disabled: var(--gray-40);--choice-bg-selected-focus-default: var(--pacific);--choice-label-disabled-default: var(--gray-dark)}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)}input[type=date]{display:revert;min-width:100px;min-height:35px;padding-top:0;padding-bottom:0}input[type=date].a-text-input--full{min-width:100%}hr{border:none;border-top:1px solid var(--gray-40)}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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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 screen 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 */