usastandards-rails 0.8.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,102 @@
1
+ @font-face {
2
+ font-family: 'Source Sans Pro';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: url('../fonts/sourcesanspro-light-webfont.eot');
6
+ src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
7
+ url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
8
+ url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
9
+ url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
10
+ url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
11
+ }
12
+
13
+ @font-face {
14
+ font-family: 'Source Sans Pro';
15
+ font-style: normal;
16
+ font-weight: 400;
17
+ src: url('../fonts/sourcesanspro-regular-webfont.eot');
18
+ src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
19
+ url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
20
+ url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
21
+ url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
22
+ url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
23
+
24
+ }
25
+
26
+ @font-face {
27
+ font-family: 'Source Sans Pro';
28
+ font-style: italic;
29
+ font-weight: 400;
30
+ src: url('../fonts/sourcesanspro-italic-webfont.eot');
31
+ src: url('../fonts/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
32
+ url('../fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
33
+ url('../fonts/sourcesanspro-italic-webfont.woff') format('woff'),
34
+ url('../fonts/sourcesanspro-italic-webfont.ttf') format('truetype'),
35
+ url('../fonts/sourcesanspro-italic-webfont.svg#source_sans_proitalic') format('svg');
36
+
37
+ }
38
+
39
+ @font-face {
40
+ font-family: 'Source Sans Pro';
41
+ font-style: normal;
42
+ font-weight: 700;
43
+ src: url('../fonts/sourcesanspro-bold-webfont.eot');
44
+ src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
45
+ url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
46
+ url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
47
+ url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
48
+ url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
49
+
50
+ }
51
+
52
+ @font-face {
53
+ font-family: 'Merriweather';
54
+ font-style: normal;
55
+ font-weight: 300;
56
+ src: url('../fonts/merriweather-light-webfont.eot');
57
+ src: url('../fonts/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
58
+ url('../fonts/merriweather-light-webfont.woff2') format('woff2'),
59
+ url('../fonts/merriweather-light-webfont.woff') format('woff'),
60
+ url('../fonts/merriweather-light-webfont.ttf') format('truetype'),
61
+ url('../fonts/merriweather-light-webfont.svg#source_sans_proregular') format('svg');
62
+
63
+ }
64
+
65
+ @font-face {
66
+ font-family: 'Merriweather';
67
+ font-style: normal;
68
+ font-weight: 400;
69
+ src: url('../fonts/merriweather-regular-webfont.eot');
70
+ src: url('../fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
71
+ url('../fonts/merriweather-regular-webfont.woff2') format('woff2'),
72
+ url('../fonts/merriweather-regular-webfont.woff') format('woff'),
73
+ url('../fonts/merriweather-regular-webfont.ttf') format('truetype'),
74
+ url('../fonts/merriweather-regular-webfont.svg#source_sans_proitalic') format('svg');
75
+
76
+ }
77
+
78
+ @font-face {
79
+ font-family: 'Merriweather';
80
+ font-style: italic;
81
+ font-weight: 400;
82
+ src: url('../fonts/merriweather-italic-webfont.eot');
83
+ src: url('../fonts/merriweather-italic-webfont.eot?#iefix') format('embedded-opentype'),
84
+ url('../fonts/merriweather-italic-webfont.woff2') format('woff2'),
85
+ url('../fonts/merriweather-italic-webfont.woff') format('woff'),
86
+ url('../fonts/merriweather-italic-webfont.ttf') format('truetype'),
87
+ url('../fonts/merriweather-italic-webfont.svg#source_sans_proitalic') format('svg');
88
+
89
+ }
90
+
91
+ @font-face {
92
+ font-family: 'Merriweather';
93
+ font-style: normal;
94
+ font-weight: 700;
95
+ src: url('../fonts/merriweather-bold-webfont.eot');
96
+ src: url('../fonts/merriweather-bold-webfont.eot?#iefix') format('embedded-opentype'),
97
+ url('../fonts/merriweather-bold-webfont.woff2') format('woff2'),
98
+ url('../fonts/merriweather-bold-webfont.woff') format('woff'),
99
+ url('../fonts/merriweather-bold-webfont.ttf') format('truetype'),
100
+ url('../fonts/merriweather-bold-webfont.svg#source_sans_probold') format('svg');
101
+
102
+ }
@@ -0,0 +1,2297 @@
1
+ @charset "UTF-8";
2
+ html {
3
+ box-sizing: border-box; }
4
+
5
+ *, *::after, *::before {
6
+ box-sizing: inherit; }
7
+
8
+ /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
9
+ /**
10
+ * 1. Set default font family to sans-serif.
11
+ * 2. Prevent iOS text size adjust after orientation change, without disabling
12
+ * user zoom.
13
+ */
14
+ html {
15
+ font-family: sans-serif;
16
+ /* 1 */
17
+ -ms-text-size-adjust: 100%;
18
+ /* 2 */
19
+ -webkit-text-size-adjust: 100%;
20
+ /* 2 */ }
21
+
22
+ /**
23
+ * Remove default margin.
24
+ */
25
+ body {
26
+ margin: 0; }
27
+
28
+ /* HTML5 display definitions
29
+ ========================================================================== */
30
+ /**
31
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
32
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11
33
+ * and Firefox.
34
+ * Correct `block` display not defined for `main` in IE 11.
35
+ */
36
+ article,
37
+ aside,
38
+ details,
39
+ figcaption,
40
+ figure,
41
+ footer,
42
+ header,
43
+ hgroup,
44
+ main,
45
+ menu,
46
+ nav,
47
+ section,
48
+ summary {
49
+ display: block; }
50
+
51
+ /**
52
+ * 1. Correct `inline-block` display not defined in IE 8/9.
53
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
54
+ */
55
+ audio,
56
+ canvas,
57
+ progress,
58
+ video {
59
+ display: inline-block;
60
+ /* 1 */
61
+ vertical-align: baseline;
62
+ /* 2 */ }
63
+
64
+ /**
65
+ * Prevent modern browsers from displaying `audio` without controls.
66
+ * Remove excess height in iOS 5 devices.
67
+ */
68
+ audio:not([controls]) {
69
+ display: none;
70
+ height: 0; }
71
+
72
+ /**
73
+ * Address `[hidden]` styling not present in IE 8/9/10.
74
+ * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
75
+ */
76
+ [hidden],
77
+ template {
78
+ display: none; }
79
+
80
+ /* Links
81
+ ========================================================================== */
82
+ /**
83
+ * Remove the gray background color from active links in IE 10.
84
+ */
85
+ a {
86
+ background-color: transparent; }
87
+
88
+ /**
89
+ * Improve readability when focused and also mouse hovered in all browsers.
90
+ */
91
+ a:active,
92
+ a:hover {
93
+ outline: 0; }
94
+
95
+ /* Text-level semantics
96
+ ========================================================================== */
97
+ /**
98
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
99
+ */
100
+ abbr[title] {
101
+ border-bottom: 1px dotted; }
102
+
103
+ /**
104
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
105
+ */
106
+ b,
107
+ strong {
108
+ font-weight: bold; }
109
+
110
+ /**
111
+ * Address styling not present in Safari and Chrome.
112
+ */
113
+ dfn {
114
+ font-style: italic; }
115
+
116
+ /**
117
+ * Address variable `h1` font-size and margin within `section` and `article`
118
+ * contexts in Firefox 4+, Safari, and Chrome.
119
+ */
120
+ h1 {
121
+ font-size: 2em;
122
+ margin: 0.67em 0; }
123
+
124
+ /**
125
+ * Address styling not present in IE 8/9.
126
+ */
127
+ mark {
128
+ background: #ff0;
129
+ color: #000; }
130
+
131
+ /**
132
+ * Address inconsistent and variable font size in all browsers.
133
+ */
134
+ small {
135
+ font-size: 80%; }
136
+
137
+ /**
138
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
139
+ */
140
+ sub,
141
+ sup {
142
+ font-size: 75%;
143
+ line-height: 0;
144
+ position: relative;
145
+ vertical-align: baseline; }
146
+
147
+ sup {
148
+ top: -0.5em; }
149
+
150
+ sub {
151
+ bottom: -0.25em; }
152
+
153
+ /* Embedded content
154
+ ========================================================================== */
155
+ /**
156
+ * Remove border when inside `a` element in IE 8/9/10.
157
+ */
158
+ img {
159
+ border: 0; }
160
+
161
+ /**
162
+ * Correct overflow not hidden in IE 9/10/11.
163
+ */
164
+ svg:not(:root) {
165
+ overflow: hidden; }
166
+
167
+ /* Grouping content
168
+ ========================================================================== */
169
+ /**
170
+ * Address margin not present in IE 8/9 and Safari.
171
+ */
172
+ figure {
173
+ margin: 1em 40px; }
174
+
175
+ /**
176
+ * Address differences between Firefox and other browsers.
177
+ */
178
+ hr {
179
+ -moz-box-sizing: content-box;
180
+ box-sizing: content-box;
181
+ height: 0; }
182
+
183
+ /**
184
+ * Contain overflow in all browsers.
185
+ */
186
+ pre {
187
+ overflow: auto; }
188
+
189
+ /**
190
+ * Address odd `em`-unit font size rendering in all browsers.
191
+ */
192
+ code,
193
+ kbd,
194
+ pre,
195
+ samp {
196
+ font-family: monospace, monospace;
197
+ font-size: 1em; }
198
+
199
+ /* Forms
200
+ ========================================================================== */
201
+ /**
202
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
203
+ * styling of `select`, unless a `border` property is set.
204
+ */
205
+ /**
206
+ * 1. Correct color not being inherited.
207
+ * Known issue: affects color of disabled elements.
208
+ * 2. Correct font properties not being inherited.
209
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
210
+ */
211
+ button,
212
+ input,
213
+ optgroup,
214
+ select,
215
+ textarea {
216
+ color: inherit;
217
+ /* 1 */
218
+ font: inherit;
219
+ /* 2 */
220
+ margin: 0;
221
+ /* 3 */ }
222
+
223
+ /**
224
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
225
+ */
226
+ button {
227
+ overflow: visible; }
228
+
229
+ /**
230
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
231
+ * All other form control elements do not inherit `text-transform` values.
232
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
233
+ * Correct `select` style inheritance in Firefox.
234
+ */
235
+ button,
236
+ select {
237
+ text-transform: none; }
238
+
239
+ /**
240
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
241
+ * and `video` controls.
242
+ * 2. Correct inability to style clickable `input` types in iOS.
243
+ * 3. Improve usability and consistency of cursor style between image-type
244
+ * `input` and others.
245
+ */
246
+ button,
247
+ html input[type="button"],
248
+ input[type="reset"],
249
+ input[type="submit"] {
250
+ -webkit-appearance: button;
251
+ /* 2 */
252
+ cursor: pointer;
253
+ /* 3 */ }
254
+
255
+ /**
256
+ * Re-set default cursor for disabled elements.
257
+ */
258
+ button[disabled],
259
+ html input[disabled] {
260
+ cursor: default; }
261
+
262
+ /**
263
+ * Remove inner padding and border in Firefox 4+.
264
+ */
265
+ button::-moz-focus-inner,
266
+ input::-moz-focus-inner {
267
+ border: 0;
268
+ padding: 0; }
269
+
270
+ /**
271
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in
272
+ * the UA stylesheet.
273
+ */
274
+ input {
275
+ line-height: normal; }
276
+
277
+ /**
278
+ * It's recommended that you don't attempt to style these elements.
279
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
280
+ *
281
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
282
+ * 2. Remove excess padding in IE 8/9/10.
283
+ */
284
+ input[type="checkbox"],
285
+ input[type="radio"] {
286
+ box-sizing: border-box;
287
+ /* 1 */
288
+ padding: 0;
289
+ /* 2 */ }
290
+
291
+ /**
292
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
293
+ * `font-size` values of the `input`, it causes the cursor style of the
294
+ * decrement button to change from `default` to `text`.
295
+ */
296
+ input[type="number"]::-webkit-inner-spin-button,
297
+ input[type="number"]::-webkit-outer-spin-button {
298
+ height: auto; }
299
+
300
+ /**
301
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
302
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
303
+ * (include `-moz` to future-proof).
304
+ */
305
+ input[type="search"] {
306
+ -webkit-appearance: textfield;
307
+ /* 1 */
308
+ -moz-box-sizing: content-box;
309
+ -webkit-box-sizing: content-box;
310
+ /* 2 */
311
+ box-sizing: content-box; }
312
+
313
+ /**
314
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
315
+ * Safari (but not Chrome) clips the cancel button when the search input has
316
+ * padding (and `textfield` appearance).
317
+ */
318
+ input[type="search"]::-webkit-search-cancel-button,
319
+ input[type="search"]::-webkit-search-decoration {
320
+ -webkit-appearance: none; }
321
+
322
+ /**
323
+ * Define consistent border, margin, and padding.
324
+ */
325
+ fieldset {
326
+ border: 1px solid #c0c0c0;
327
+ margin: 0 2px;
328
+ padding: 0.35em 0.625em 0.75em; }
329
+
330
+ /**
331
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
332
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
333
+ */
334
+ legend {
335
+ border: 0;
336
+ /* 1 */
337
+ padding: 0;
338
+ /* 2 */ }
339
+
340
+ /**
341
+ * Remove default vertical scrollbar in IE 8/9/10/11.
342
+ */
343
+ textarea {
344
+ overflow: auto; }
345
+
346
+ /**
347
+ * Don't inherit the `font-weight` (applied by a rule above).
348
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
349
+ */
350
+ optgroup {
351
+ font-weight: bold; }
352
+
353
+ /* Tables
354
+ ========================================================================== */
355
+ /**
356
+ * Remove most spacing between table cells.
357
+ */
358
+ table {
359
+ border-collapse: collapse;
360
+ border-spacing: 0; }
361
+
362
+ td,
363
+ th {
364
+ padding: 0; }
365
+
366
+ /* apply a natural box layout model to all elements, but allowing components to change */
367
+ html {
368
+ box-sizing: border-box; }
369
+
370
+ *, *:before, *:after {
371
+ box-sizing: inherit; }
372
+
373
+ body {
374
+ background-color: #ffffff; }
375
+
376
+ .lt-ie9 * {
377
+ filter: none !important; }
378
+
379
+ [aria-hidden=true] {
380
+ display: none !important; }
381
+
382
+ .usa-grid,
383
+ .usa-grid-full {
384
+ max-width: 68em;
385
+ margin-left: auto;
386
+ margin-right: auto;
387
+ max-width: 1040px; }
388
+ .usa-grid::after,
389
+ .usa-grid-full::after {
390
+ clear: both;
391
+ content: "";
392
+ display: table; }
393
+ @media screen and (min-width: 600px) {
394
+ .usa-grid .usa-width-one-whole,
395
+ .usa-grid-full .usa-width-one-whole {
396
+ float: left;
397
+ display: block;
398
+ margin-right: 4.82916%;
399
+ width: 100%; }
400
+ .usa-grid .usa-width-one-whole:last-child,
401
+ .usa-grid-full .usa-width-one-whole:last-child {
402
+ margin-right: 0; }
403
+ .usa-grid .usa-width-one-half,
404
+ .usa-grid-full .usa-width-one-half {
405
+ float: left;
406
+ display: block;
407
+ margin-right: 4.82916%;
408
+ width: 47.58542%; }
409
+ .usa-grid .usa-width-one-half:last-child,
410
+ .usa-grid-full .usa-width-one-half:last-child {
411
+ margin-right: 0; }
412
+ .usa-grid .usa-width-one-third,
413
+ .usa-grid-full .usa-width-one-third {
414
+ float: left;
415
+ display: block;
416
+ margin-right: 4.82916%;
417
+ width: 30.11389%; }
418
+ .usa-grid .usa-width-one-third:last-child,
419
+ .usa-grid-full .usa-width-one-third:last-child {
420
+ margin-right: 0; }
421
+ .usa-grid .usa-width-two-thirds,
422
+ .usa-grid-full .usa-width-two-thirds {
423
+ float: left;
424
+ display: block;
425
+ margin-right: 4.82916%;
426
+ width: 65.05695%; }
427
+ .usa-grid .usa-width-two-thirds:last-child,
428
+ .usa-grid-full .usa-width-two-thirds:last-child {
429
+ margin-right: 0; }
430
+ .usa-grid .usa-width-one-fourth,
431
+ .usa-grid-full .usa-width-one-fourth {
432
+ float: left;
433
+ display: block;
434
+ margin-right: 4.82916%;
435
+ width: 47.58542%; }
436
+ .usa-grid .usa-width-one-fourth:last-child,
437
+ .usa-grid-full .usa-width-one-fourth:last-child {
438
+ margin-right: 0; }
439
+ .usa-grid .usa-width-one-fourth:nth-child(2n),
440
+ .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
441
+ margin-right: 0; }
442
+ .usa-grid .usa-width-three-fourths,
443
+ .usa-grid-full .usa-width-three-fourths {
444
+ float: left;
445
+ display: block;
446
+ margin-right: 4.82916%;
447
+ width: 100%; }
448
+ .usa-grid .usa-width-three-fourths:last-child,
449
+ .usa-grid-full .usa-width-three-fourths:last-child {
450
+ margin-right: 0; }
451
+ .usa-grid .usa-width-one-sixth,
452
+ .usa-grid-full .usa-width-one-sixth {
453
+ float: left;
454
+ display: block;
455
+ margin-right: 4.82916%;
456
+ width: 30.11389%; }
457
+ .usa-grid .usa-width-one-sixth:last-child,
458
+ .usa-grid-full .usa-width-one-sixth:last-child {
459
+ margin-right: 0; }
460
+ .usa-grid .usa-width-one-sixth:nth-child(3n),
461
+ .usa-grid-full .usa-width-one-sixth:nth-child(3n) {
462
+ margin-right: 0; }
463
+ .usa-grid .usa-width-five-sixths,
464
+ .usa-grid-full .usa-width-five-sixths {
465
+ float: left;
466
+ display: block;
467
+ margin-right: 4.82916%;
468
+ width: 82.52847%; }
469
+ .usa-grid .usa-width-five-sixths:last-child,
470
+ .usa-grid-full .usa-width-five-sixths:last-child {
471
+ margin-right: 0; }
472
+ .usa-grid .usa-width-one-twelfth,
473
+ .usa-grid-full .usa-width-one-twelfth {
474
+ float: left;
475
+ display: block;
476
+ margin-right: 4.82916%;
477
+ width: 30.11389%; }
478
+ .usa-grid .usa-width-one-twelfth:last-child,
479
+ .usa-grid-full .usa-width-one-twelfth:last-child {
480
+ margin-right: 0; }
481
+ .usa-grid .usa-width-one-twelfth:nth-child(3n),
482
+ .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
483
+ margin-right: 0; } }
484
+ @media screen and (min-width: 1201px) {
485
+ .usa-grid .usa-width-one-whole,
486
+ .usa-grid-full .usa-width-one-whole {
487
+ float: left;
488
+ display: block;
489
+ margin-right: 2.35765%;
490
+ width: 100%; }
491
+ .usa-grid .usa-width-one-whole:last-child,
492
+ .usa-grid-full .usa-width-one-whole:last-child {
493
+ margin-right: 0; }
494
+ .usa-grid .usa-width-one-half,
495
+ .usa-grid-full .usa-width-one-half {
496
+ float: left;
497
+ display: block;
498
+ margin-right: 2.35765%;
499
+ width: 48.82117%; }
500
+ .usa-grid .usa-width-one-half:last-child,
501
+ .usa-grid-full .usa-width-one-half:last-child {
502
+ margin-right: 0; }
503
+ .usa-grid .usa-width-one-third,
504
+ .usa-grid-full .usa-width-one-third {
505
+ float: left;
506
+ display: block;
507
+ margin-right: 2.35765%;
508
+ width: 31.76157%; }
509
+ .usa-grid .usa-width-one-third:last-child,
510
+ .usa-grid-full .usa-width-one-third:last-child {
511
+ margin-right: 0; }
512
+ .usa-grid .usa-width-two-thirds,
513
+ .usa-grid-full .usa-width-two-thirds {
514
+ float: left;
515
+ display: block;
516
+ margin-right: 2.35765%;
517
+ width: 65.88078%; }
518
+ .usa-grid .usa-width-two-thirds:last-child,
519
+ .usa-grid-full .usa-width-two-thirds:last-child {
520
+ margin-right: 0; }
521
+ .usa-grid .usa-width-one-fourth,
522
+ .usa-grid-full .usa-width-one-fourth {
523
+ float: left;
524
+ display: block;
525
+ margin-right: 2.35765%;
526
+ width: 23.23176%; }
527
+ .usa-grid .usa-width-one-fourth:last-child,
528
+ .usa-grid-full .usa-width-one-fourth:last-child {
529
+ margin-right: 0; }
530
+ .usa-grid .usa-width-one-fourth:nth-child(2n),
531
+ .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
532
+ float: left;
533
+ display: block;
534
+ margin-right: 2.35765%;
535
+ width: 23.23176%; }
536
+ .usa-grid .usa-width-one-fourth:nth-child(2n):last-child,
537
+ .usa-grid-full .usa-width-one-fourth:nth-child(2n):last-child {
538
+ margin-right: 0; }
539
+ .usa-grid .usa-width-one-fourth:nth-child(4n),
540
+ .usa-grid-full .usa-width-one-fourth:nth-child(4n) {
541
+ margin-right: 0; }
542
+ .usa-grid .usa-width-three-fourths,
543
+ .usa-grid-full .usa-width-three-fourths {
544
+ float: left;
545
+ display: block;
546
+ margin-right: 2.35765%;
547
+ width: 74.41059%; }
548
+ .usa-grid .usa-width-three-fourths:last-child,
549
+ .usa-grid-full .usa-width-three-fourths:last-child {
550
+ margin-right: 0; }
551
+ .usa-grid .usa-width-one-sixth,
552
+ .usa-grid-full .usa-width-one-sixth {
553
+ float: left;
554
+ display: block;
555
+ margin-right: 2.35765%;
556
+ width: 14.70196%; }
557
+ .usa-grid .usa-width-one-sixth:last-child,
558
+ .usa-grid-full .usa-width-one-sixth:last-child {
559
+ margin-right: 0; }
560
+ .usa-grid .usa-width-one-sixth:nth-child(3n),
561
+ .usa-grid-full .usa-width-one-sixth:nth-child(3n) {
562
+ float: left;
563
+ display: block;
564
+ margin-right: 2.35765%;
565
+ width: 14.70196%; }
566
+ .usa-grid .usa-width-one-sixth:nth-child(3n):last-child,
567
+ .usa-grid-full .usa-width-one-sixth:nth-child(3n):last-child {
568
+ margin-right: 0; }
569
+ .usa-grid .usa-width-one-sixth:nth-child(6n),
570
+ .usa-grid-full .usa-width-one-sixth:nth-child(6n) {
571
+ margin-right: 0; }
572
+ .usa-grid .usa-width-five-sixths,
573
+ .usa-grid-full .usa-width-five-sixths {
574
+ float: left;
575
+ display: block;
576
+ margin-right: 2.35765%;
577
+ width: 82.94039%; }
578
+ .usa-grid .usa-width-five-sixths:last-child,
579
+ .usa-grid-full .usa-width-five-sixths:last-child {
580
+ margin-right: 0; }
581
+ .usa-grid .usa-width-one-twelfth,
582
+ .usa-grid-full .usa-width-one-twelfth {
583
+ float: left;
584
+ display: block;
585
+ margin-right: 2.35765%;
586
+ width: 6.17215%; }
587
+ .usa-grid .usa-width-one-twelfth:last-child,
588
+ .usa-grid-full .usa-width-one-twelfth:last-child {
589
+ margin-right: 0; }
590
+ .usa-grid .usa-width-one-twelfth:nth-child(3n),
591
+ .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
592
+ float: left;
593
+ display: block;
594
+ margin-right: 2.35765%;
595
+ width: 6.17215%; }
596
+ .usa-grid .usa-width-one-twelfth:nth-child(3n):last-child,
597
+ .usa-grid-full .usa-width-one-twelfth:nth-child(3n):last-child {
598
+ margin-right: 0; }
599
+ .usa-grid .usa-width-one-twelfth:nth-child(12n),
600
+ .usa-grid-full .usa-width-one-twelfth:nth-child(12n) {
601
+ margin-right: 0; } }
602
+ .usa-grid .usa-end-row,
603
+ .usa-grid-full .usa-end-row {
604
+ margin-right: 0; }
605
+
606
+ .usa-grid {
607
+ padding: 0 3rem; }
608
+
609
+ .usa-grid-full {
610
+ padding: 0; }
611
+
612
+ .usa-sr-only {
613
+ position: absolute;
614
+ left: -999em; }
615
+
616
+ html {
617
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
618
+ font-size: 10px; }
619
+
620
+ body {
621
+ font-size: 1.7rem; }
622
+
623
+ p {
624
+ line-height: 1.5;
625
+ margin-top: 1em;
626
+ margin-bottom: 1em; }
627
+
628
+ a {
629
+ color: #0071bc;
630
+ text-decoration: none; }
631
+ a:hover, a:active {
632
+ color: #205493;
633
+ text-decoration: underline; }
634
+ a:visited {
635
+ color: #4c2c92; }
636
+ a:focus {
637
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
638
+ outline: 0; }
639
+
640
+ h1, h2, h3, h4, h5, h6 {
641
+ clear: both;
642
+ font-family: "Merriweather", "Georgia", "Times New Roman", serif;
643
+ line-height: 1.3;
644
+ margin-top: 1.5em;
645
+ margin-bottom: .5em; }
646
+
647
+ h1 {
648
+ font-size: 4rem;
649
+ font-weight: 700; }
650
+
651
+ h2 {
652
+ font-size: 3rem;
653
+ font-weight: 700; }
654
+
655
+ h3 {
656
+ font-size: 2rem;
657
+ font-weight: 700; }
658
+
659
+ h4 {
660
+ font-size: 1.7rem;
661
+ font-weight: 700; }
662
+
663
+ h5 {
664
+ font-size: 1.5rem;
665
+ font-weight: 700; }
666
+
667
+ h6 {
668
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
669
+ font-size: 1.3rem;
670
+ font-weight: 400;
671
+ text-transform: uppercase; }
672
+
673
+ cite,
674
+ var,
675
+ address,
676
+ dfn {
677
+ font-style: normal; }
678
+
679
+ .usa-content p {
680
+ max-width: 53rem; }
681
+
682
+ .usa-content-list {
683
+ max-width: 53rem; }
684
+
685
+ p a,
686
+ .usa-content-list a {
687
+ text-decoration: underline; }
688
+
689
+ .usa-sans p,
690
+ .usa-sans a,
691
+ .usa-sans li,
692
+ .usa-sans span {
693
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif; }
694
+
695
+ .usa-serif p,
696
+ .usa-serif a,
697
+ .usa-serif li,
698
+ .usa-serif span {
699
+ font-family: "Merriweather", "Georgia", "Times New Roman", serif; }
700
+
701
+ .usa-sans a {
702
+ border-bottom: none;
703
+ font-weight: 700; }
704
+
705
+ .usa-display {
706
+ font-size: 2rem;
707
+ font-weight: 700;
708
+ margin-bottom: 0; }
709
+ @media screen and (min-width: 481px) {
710
+ .usa-display {
711
+ font-size: 4rem;
712
+ font-weight: 700; } }
713
+ @media screen and (min-width: 600px) {
714
+ .usa-display {
715
+ font-size: 5.2rem;
716
+ font-weight: 700; } }
717
+
718
+ .usa-font-lead {
719
+ font-size: 2rem;
720
+ font-family: "Merriweather", "Georgia", "Times New Roman", serif;
721
+ line-height: 1.7; }
722
+
723
+ .usa-image-block {
724
+ position: relative; }
725
+
726
+ .usa-image-text-block {
727
+ color: #ffffff;
728
+ left: 0;
729
+ margin-left: 8%;
730
+ position: absolute;
731
+ top: 0; }
732
+
733
+ .usa-image-text {
734
+ margin-top: 0; }
735
+
736
+ .usa-drop_text {
737
+ margin-bottom: 0; }
738
+
739
+ .usa-background-dark {
740
+ background-color: #323a45; }
741
+ .usa-background-dark p, .usa-background-dark span {
742
+ color: #ffffff; }
743
+ .usa-background-dark a {
744
+ color: #d6d7d9; }
745
+ .usa-background-dark a:hover {
746
+ color: #ffffff; }
747
+
748
+ .usa-text-small {
749
+ font-size: 1.3rem;
750
+ margin-top: 0; }
751
+
752
+ ul, ol {
753
+ margin-top: 2em;
754
+ margin-bottom: 2em; }
755
+ ul li, ol li {
756
+ line-height: 1.5;
757
+ margin-top: .75em;
758
+ margin-bottom: .75em; }
759
+
760
+ h1 + ul,
761
+ h1 + ol, h2 + ul,
762
+ h2 + ol, h3 + ul,
763
+ h3 + ol, h4 + ul,
764
+ h4 + ol, h5 + ul,
765
+ h5 + ol, h6 + ul,
766
+ h6 + ol, p + ul,
767
+ p + ol {
768
+ margin-top: 0; }
769
+
770
+ ul, ol {
771
+ list-style: none;
772
+ padding-left: 0;
773
+ display: table; }
774
+ ul li:after, ol li:after {
775
+ content: "";
776
+ display: block;
777
+ margin-bottom: 0.5em; }
778
+
779
+ ul li {
780
+ display: table-row; }
781
+ ul li:before {
782
+ content: "•";
783
+ display: table-cell;
784
+ padding-right: 0.4em; }
785
+
786
+ ol li {
787
+ display: table-row;
788
+ counter-increment: table-ol; }
789
+ ol li:before {
790
+ content: counter(table-ol) ".";
791
+ display: table-cell;
792
+ padding-right: 0.4em;
793
+ text-align: right; }
794
+
795
+ li {
796
+ margin-bottom: 0.5em; }
797
+
798
+ .usa-unstyled-list {
799
+ margin: 0;
800
+ padding: 0;
801
+ list-style-type: none; }
802
+ .usa-unstyled-list li {
803
+ display: list-item;
804
+ margin: 0; }
805
+ .usa-unstyled-list li:before {
806
+ display: none; }
807
+ .usa-unstyled-list li:after {
808
+ display: none; }
809
+
810
+ input,
811
+ input[type="text"],
812
+ input[type="email"],
813
+ input[type="password"],
814
+ input[type="url"],
815
+ input[type="tel"],
816
+ input[type="number"],
817
+ input[type="search"],
818
+ input[type="file"],
819
+ input[type="date"],
820
+ input[type="datetime-local"],
821
+ input[type="month"],
822
+ input[type="time"],
823
+ input[type="week"],
824
+ textarea,
825
+ select {
826
+ border: 1px solid #5b616b;
827
+ border-radius: 0;
828
+ box-sizing: border-box;
829
+ color: #000;
830
+ display: block;
831
+ font-size: 1.7rem;
832
+ margin: .2em 0;
833
+ max-width: 46rem;
834
+ width: 100%;
835
+ outline: none;
836
+ padding: 1rem .7em;
837
+ appearance: none; }
838
+ input:focus, input.usa-input-focus,
839
+ input[type="text"]:focus,
840
+ input[type="text"].usa-input-focus,
841
+ input[type="email"]:focus,
842
+ input[type="email"].usa-input-focus,
843
+ input[type="password"]:focus,
844
+ input[type="password"].usa-input-focus,
845
+ input[type="url"]:focus,
846
+ input[type="url"].usa-input-focus,
847
+ input[type="tel"]:focus,
848
+ input[type="tel"].usa-input-focus,
849
+ input[type="number"]:focus,
850
+ input[type="number"].usa-input-focus,
851
+ input[type="search"]:focus,
852
+ input[type="search"].usa-input-focus,
853
+ input[type="file"]:focus,
854
+ input[type="file"].usa-input-focus,
855
+ input[type="date"]:focus,
856
+ input[type="date"].usa-input-focus,
857
+ input[type="datetime-local"]:focus,
858
+ input[type="datetime-local"].usa-input-focus,
859
+ input[type="month"]:focus,
860
+ input[type="month"].usa-input-focus,
861
+ input[type="time"]:focus,
862
+ input[type="time"].usa-input-focus,
863
+ input[type="week"]:focus,
864
+ input[type="week"].usa-input-focus,
865
+ textarea:focus,
866
+ textarea.usa-input-focus,
867
+ select:focus,
868
+ select.usa-input-focus {
869
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
870
+ input.usa-input-success,
871
+ input[type="text"].usa-input-success,
872
+ input[type="email"].usa-input-success,
873
+ input[type="password"].usa-input-success,
874
+ input[type="url"].usa-input-success,
875
+ input[type="tel"].usa-input-success,
876
+ input[type="number"].usa-input-success,
877
+ input[type="search"].usa-input-success,
878
+ input[type="file"].usa-input-success,
879
+ input[type="date"].usa-input-success,
880
+ input[type="datetime-local"].usa-input-success,
881
+ input[type="month"].usa-input-success,
882
+ input[type="time"].usa-input-success,
883
+ input[type="week"].usa-input-success,
884
+ textarea.usa-input-success,
885
+ select.usa-input-success {
886
+ border: 3px solid #4aa564; }
887
+
888
+ .usa-input-error {
889
+ border-left: 4px solid #cd2026;
890
+ margin-top: 3rem;
891
+ padding-bottom: .8rem;
892
+ padding-left: 1.5rem;
893
+ padding-top: .8rem;
894
+ position: relative;
895
+ right: 1.9rem; }
896
+ .usa-input-error input {
897
+ border: 3px solid #cd2026;
898
+ width: calc(100% + 1.5rem); }
899
+ .usa-input-error label {
900
+ margin-top: 0; }
901
+
902
+ .usa-input-error-label {
903
+ display: block;
904
+ font-size: 1.7rem;
905
+ font-weight: 700; }
906
+
907
+ .usa-input-error-message {
908
+ color: #cd2026;
909
+ display: block;
910
+ font-size: 1.7rem;
911
+ font-weight: 700;
912
+ padding-bottom: 3px;
913
+ padding-top: 3px; }
914
+
915
+ label {
916
+ display: block;
917
+ margin-top: 3rem;
918
+ max-width: 46rem; }
919
+
920
+ textarea {
921
+ height: 16rem; }
922
+
923
+ select {
924
+ -moz-appearance: none;
925
+ -webkit-appearance: none;
926
+ appearance: none;
927
+ background-color: #ffffff;
928
+ background-image: url("../img/arrow-down.png");
929
+ background-image: url("../img/arrow-down.svg");
930
+ background-position: right 1.3rem center;
931
+ background-repeat: no-repeat;
932
+ background-size: 1.3rem; }
933
+
934
+ legend {
935
+ font-size: 3rem;
936
+ font-weight: 700; }
937
+
938
+ .usa-fieldset-inputs label {
939
+ margin-top: 0; }
940
+
941
+ .usa-form-hint {
942
+ color: #757575;
943
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
944
+ margin-bottom: 0; }
945
+
946
+ /**
947
+ * Custom checkboxes
948
+ */
949
+ input[type="checkbox"],
950
+ input[type="radio"] {
951
+ position: absolute;
952
+ left: -999em; }
953
+
954
+ input[type="checkbox"] + label,
955
+ input[type="radio"] + label {
956
+ cursor: pointer;
957
+ font-weight: 400;
958
+ margin-bottom: 0.5em; }
959
+
960
+ input[type="checkbox"] + label::before,
961
+ input[type="radio"] + label::before {
962
+ background: white;
963
+ border-radius: 0.3rem;
964
+ box-shadow: 0 0 0 1px #757575;
965
+ content: '\a0';
966
+ display: inline-block;
967
+ height: 1.8rem;
968
+ line-height: .8;
969
+ margin-right: .6em;
970
+ text-indent: .15em;
971
+ vertical-align: .2em;
972
+ width: 1.8rem; }
973
+
974
+ input[type="radio"] + label::before {
975
+ box-shadow: 0 0 0 2px #fff, 0 0 0 3px #757575;
976
+ height: 1.6rem;
977
+ width: 1.6rem; }
978
+
979
+ input[type="radio"] + label::before {
980
+ border-radius: 100%; }
981
+
982
+ input[type="checkbox"]:checked + label::before,
983
+ input[type="radio"]:checked + label::before {
984
+ background-color: #0071bc;
985
+ box-shadow: 0 0 0 1px #0071bc; }
986
+
987
+ input[type="radio"]:checked + label::before {
988
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }
989
+
990
+ input[type="radio"]:focus + label::before {
991
+ box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }
992
+
993
+ input[type="checkbox"]:checked + label::before {
994
+ background-image: url("../img/correct8.png");
995
+ background-image: url("../img/correct8.svg");
996
+ background-position: 50%;
997
+ background-repeat: no-repeat; }
998
+
999
+ input[type="checkbox"]:focus + label::before {
1000
+ box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }
1001
+
1002
+ input[type="checkbox"]:disabled + label {
1003
+ color: #5b616b; }
1004
+
1005
+ input[type="checkbox"]:disabled + label::before,
1006
+ input[type="radio"]:disabled + label::before {
1007
+ background: #d6d7d9;
1008
+ box-shadow: 0 0 0 1px #aeb0b5;
1009
+ cursor: not-allowed; }
1010
+
1011
+ input[type=range] {
1012
+ -webkit-appearance: none;
1013
+ border: none;
1014
+ padding-left: 0;
1015
+ width: 100%; }
1016
+
1017
+ input[type=range]:focus {
1018
+ box-shadow: none;
1019
+ outline: none; }
1020
+
1021
+ input[type=range]::-webkit-slider-runnable-track {
1022
+ background: #bdbdbd;
1023
+ border: 1px solid #757575;
1024
+ cursor: pointer;
1025
+ height: 1.2rem;
1026
+ width: 100%; }
1027
+
1028
+ input[type=range]::-moz-range-track {
1029
+ background: #0071bc;
1030
+ border: 1px solid #757575;
1031
+ cursor: pointer;
1032
+ height: 1.2rem;
1033
+ width: 100%; }
1034
+
1035
+ input[type=range]::-ms-track {
1036
+ background: transparent;
1037
+ color: transparent;
1038
+ cursor: pointer;
1039
+ height: 1.2rem;
1040
+ width: 100%; }
1041
+
1042
+ input[type=range]::-webkit-slider-thumb {
1043
+ -webkit-appearance: none;
1044
+ border: 1px solid #757575;
1045
+ height: 2.2rem;
1046
+ border-radius: 1.5rem;
1047
+ background: #eeeeee;
1048
+ cursor: pointer;
1049
+ margin-top: -.65rem;
1050
+ width: 2.2rem; }
1051
+
1052
+ input[type=range]::-moz-range-thumb {
1053
+ background: #eeeeee;
1054
+ border: 1px solid #757575;
1055
+ border-radius: 1.5rem;
1056
+ cursor: pointer;
1057
+ height: 2.2rem;
1058
+ width: 2.2rem; }
1059
+
1060
+ input[type=range]::-ms-thumb {
1061
+ background: #eeeeee;
1062
+ border: 1px solid #757575;
1063
+ border-radius: 1.5rem;
1064
+ cursor: pointer;
1065
+ height: 2.2rem;
1066
+ width: 2.2rem; }
1067
+
1068
+ input[type=range]::-ms-fill-lower {
1069
+ background: #bdbdbd;
1070
+ border: 1px solid #757575;
1071
+ border-radius: 2rem; }
1072
+
1073
+ input[type=range]::-ms-fill-upper {
1074
+ background: #bdbdbd;
1075
+ border: 1px solid #757575;
1076
+ border-radius: 2rem; }
1077
+
1078
+ input[type=range]:focus::-webkit-slider-thumb {
1079
+ border: 2px solid #3e94cf; }
1080
+
1081
+ input[type=range]:focus::-moz-range-thumb {
1082
+ border: 2px solid #3e94cf; }
1083
+
1084
+ input[type=range]:focus::-ms-thumb {
1085
+ border: 2px solid #3e94cf; }
1086
+
1087
+ .usa-date-of-birth label {
1088
+ margin-top: 0; }
1089
+ .usa-date-of-birth input[type=number]::-webkit-inner-spin-button,
1090
+ .usa-date-of-birth input[type=number]::-webkit-outer-spin-button {
1091
+ -webkit-appearance: none;
1092
+ appearance: none;
1093
+ margin: 0; }
1094
+ .usa-date-of-birth input[type=number] {
1095
+ -moz-appearance: textfield; }
1096
+
1097
+ .usa-form-group-day,
1098
+ .usa-form-group-month,
1099
+ .usa-form-group-year {
1100
+ float: left;
1101
+ clear: none;
1102
+ margin-right: 1.5rem;
1103
+ width: 5rem; }
1104
+
1105
+ .usa-form-group-year {
1106
+ width: 7rem; }
1107
+
1108
+ .usa-button,
1109
+ .usa-button-primary,
1110
+ .usa-button:visited,
1111
+ .usa-button-primary:visited,
1112
+ button,
1113
+ [type="button"],
1114
+ [type="submit"],
1115
+ [type="reset"],
1116
+ [type="button"],
1117
+ [type="submit"],
1118
+ [type="reset"],
1119
+ [type="image"] {
1120
+ appearance: none;
1121
+ background-color: #0071bc;
1122
+ border: 0;
1123
+ border-radius: 0.3rem;
1124
+ color: #ffffff;
1125
+ cursor: pointer;
1126
+ display: inline-block;
1127
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
1128
+ font-size: 1.7rem;
1129
+ font-weight: 700;
1130
+ line-height: 1;
1131
+ margin-top: .5em;
1132
+ margin-bottom: .5em;
1133
+ margin-right: .5em;
1134
+ outline: none;
1135
+ padding: 1rem 2rem;
1136
+ text-align: center;
1137
+ text-decoration: none;
1138
+ width: 100%;
1139
+ -webkit-font-smoothing: antialiased; }
1140
+ .usa-button:hover, .usa-button.usa-button-hover,
1141
+ .usa-button-primary:hover,
1142
+ .usa-button-primary.usa-button-hover,
1143
+ .usa-button:visited:hover,
1144
+ .usa-button:visited.usa-button-hover,
1145
+ .usa-button-primary:visited:hover,
1146
+ .usa-button-primary:visited.usa-button-hover,
1147
+ button:hover,
1148
+ button.usa-button-hover,
1149
+ [type="button"]:hover,
1150
+ [type="button"].usa-button-hover,
1151
+ [type="submit"]:hover,
1152
+ [type="submit"].usa-button-hover,
1153
+ [type="reset"]:hover,
1154
+ [type="reset"].usa-button-hover,
1155
+ [type="button"]:hover,
1156
+ [type="button"].usa-button-hover,
1157
+ [type="submit"]:hover,
1158
+ [type="submit"].usa-button-hover,
1159
+ [type="reset"]:hover,
1160
+ [type="reset"].usa-button-hover,
1161
+ [type="image"]:hover,
1162
+ [type="image"].usa-button-hover {
1163
+ background-color: #205493;
1164
+ border-bottom: 0;
1165
+ color: #ffffff;
1166
+ text-decoration: none; }
1167
+ .usa-button:focus, .usa-button.usa-button-focus,
1168
+ .usa-button-primary:focus,
1169
+ .usa-button-primary.usa-button-focus,
1170
+ .usa-button:visited:focus,
1171
+ .usa-button:visited.usa-button-focus,
1172
+ .usa-button-primary:visited:focus,
1173
+ .usa-button-primary:visited.usa-button-focus,
1174
+ button:focus,
1175
+ button.usa-button-focus,
1176
+ [type="button"]:focus,
1177
+ [type="button"].usa-button-focus,
1178
+ [type="submit"]:focus,
1179
+ [type="submit"].usa-button-focus,
1180
+ [type="reset"]:focus,
1181
+ [type="reset"].usa-button-focus,
1182
+ [type="button"]:focus,
1183
+ [type="button"].usa-button-focus,
1184
+ [type="submit"]:focus,
1185
+ [type="submit"].usa-button-focus,
1186
+ [type="reset"]:focus,
1187
+ [type="reset"].usa-button-focus,
1188
+ [type="image"]:focus,
1189
+ [type="image"].usa-button-focus {
1190
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
1191
+ .usa-button:active, .usa-button.usa-button-active,
1192
+ .usa-button-primary:active,
1193
+ .usa-button-primary.usa-button-active,
1194
+ .usa-button:visited:active,
1195
+ .usa-button:visited.usa-button-active,
1196
+ .usa-button-primary:visited:active,
1197
+ .usa-button-primary:visited.usa-button-active,
1198
+ button:active,
1199
+ button.usa-button-active,
1200
+ [type="button"]:active,
1201
+ [type="button"].usa-button-active,
1202
+ [type="submit"]:active,
1203
+ [type="submit"].usa-button-active,
1204
+ [type="reset"]:active,
1205
+ [type="reset"].usa-button-active,
1206
+ [type="button"]:active,
1207
+ [type="button"].usa-button-active,
1208
+ [type="submit"]:active,
1209
+ [type="submit"].usa-button-active,
1210
+ [type="reset"]:active,
1211
+ [type="reset"].usa-button-active,
1212
+ [type="image"]:active,
1213
+ [type="image"].usa-button-active {
1214
+ background-color: #112e51; }
1215
+ @media (min-width: 481px) {
1216
+ .usa-button,
1217
+ .usa-button-primary,
1218
+ .usa-button:visited,
1219
+ .usa-button-primary:visited,
1220
+ button,
1221
+ [type="button"],
1222
+ [type="submit"],
1223
+ [type="reset"],
1224
+ [type="button"],
1225
+ [type="submit"],
1226
+ [type="reset"],
1227
+ [type="image"] {
1228
+ width: auto; } }
1229
+ .usa-button.usa-button-primary-alt,
1230
+ .usa-button-primary.usa-button-primary-alt,
1231
+ .usa-button:visited.usa-button-primary-alt,
1232
+ .usa-button-primary:visited.usa-button-primary-alt,
1233
+ button.usa-button-primary-alt,
1234
+ [type="button"].usa-button-primary-alt,
1235
+ [type="submit"].usa-button-primary-alt,
1236
+ [type="reset"].usa-button-primary-alt,
1237
+ [type="button"].usa-button-primary-alt,
1238
+ [type="submit"].usa-button-primary-alt,
1239
+ [type="reset"].usa-button-primary-alt,
1240
+ [type="image"].usa-button-primary-alt {
1241
+ background-color: #02bfe7;
1242
+ color: #212121; }
1243
+ .usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover,
1244
+ .usa-button-primary.usa-button-primary-alt:hover,
1245
+ .usa-button-primary.usa-button-primary-alt.usa-button-hover,
1246
+ .usa-button:visited.usa-button-primary-alt:hover,
1247
+ .usa-button:visited.usa-button-primary-alt.usa-button-hover,
1248
+ .usa-button-primary:visited.usa-button-primary-alt:hover,
1249
+ .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
1250
+ button.usa-button-primary-alt:hover,
1251
+ button.usa-button-primary-alt.usa-button-hover,
1252
+ [type="button"].usa-button-primary-alt:hover,
1253
+ [type="button"].usa-button-primary-alt.usa-button-hover,
1254
+ [type="submit"].usa-button-primary-alt:hover,
1255
+ [type="submit"].usa-button-primary-alt.usa-button-hover,
1256
+ [type="reset"].usa-button-primary-alt:hover,
1257
+ [type="reset"].usa-button-primary-alt.usa-button-hover,
1258
+ [type="button"].usa-button-primary-alt:hover,
1259
+ [type="button"].usa-button-primary-alt.usa-button-hover,
1260
+ [type="submit"].usa-button-primary-alt:hover,
1261
+ [type="submit"].usa-button-primary-alt.usa-button-hover,
1262
+ [type="reset"].usa-button-primary-alt:hover,
1263
+ [type="reset"].usa-button-primary-alt.usa-button-hover,
1264
+ [type="image"].usa-button-primary-alt:hover,
1265
+ [type="image"].usa-button-primary-alt.usa-button-hover {
1266
+ background-color: #00a6d2; }
1267
+ .usa-button.usa-button-primary-alt:active, .usa-button.usa-button-primary-alt.usa-button-active,
1268
+ .usa-button-primary.usa-button-primary-alt:active,
1269
+ .usa-button-primary.usa-button-primary-alt.usa-button-active,
1270
+ .usa-button:visited.usa-button-primary-alt:active,
1271
+ .usa-button:visited.usa-button-primary-alt.usa-button-active,
1272
+ .usa-button-primary:visited.usa-button-primary-alt:active,
1273
+ .usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
1274
+ button.usa-button-primary-alt:active,
1275
+ button.usa-button-primary-alt.usa-button-active,
1276
+ [type="button"].usa-button-primary-alt:active,
1277
+ [type="button"].usa-button-primary-alt.usa-button-active,
1278
+ [type="submit"].usa-button-primary-alt:active,
1279
+ [type="submit"].usa-button-primary-alt.usa-button-active,
1280
+ [type="reset"].usa-button-primary-alt:active,
1281
+ [type="reset"].usa-button-primary-alt.usa-button-active,
1282
+ [type="button"].usa-button-primary-alt:active,
1283
+ [type="button"].usa-button-primary-alt.usa-button-active,
1284
+ [type="submit"].usa-button-primary-alt:active,
1285
+ [type="submit"].usa-button-primary-alt.usa-button-active,
1286
+ [type="reset"].usa-button-primary-alt:active,
1287
+ [type="reset"].usa-button-primary-alt.usa-button-active,
1288
+ [type="image"].usa-button-primary-alt:active,
1289
+ [type="image"].usa-button-primary-alt.usa-button-active {
1290
+ background-color: #046b99;
1291
+ color: #ffffff; }
1292
+ .usa-button.usa-button-secondary,
1293
+ .usa-button-primary.usa-button-secondary,
1294
+ .usa-button:visited.usa-button-secondary,
1295
+ .usa-button-primary:visited.usa-button-secondary,
1296
+ button.usa-button-secondary,
1297
+ [type="button"].usa-button-secondary,
1298
+ [type="submit"].usa-button-secondary,
1299
+ [type="reset"].usa-button-secondary,
1300
+ [type="button"].usa-button-secondary,
1301
+ [type="submit"].usa-button-secondary,
1302
+ [type="reset"].usa-button-secondary,
1303
+ [type="image"].usa-button-secondary {
1304
+ background-color: #e31c3d; }
1305
+ .usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover,
1306
+ .usa-button-primary.usa-button-secondary:hover,
1307
+ .usa-button-primary.usa-button-secondary.usa-button-hover,
1308
+ .usa-button:visited.usa-button-secondary:hover,
1309
+ .usa-button:visited.usa-button-secondary.usa-button-hover,
1310
+ .usa-button-primary:visited.usa-button-secondary:hover,
1311
+ .usa-button-primary:visited.usa-button-secondary.usa-button-hover,
1312
+ button.usa-button-secondary:hover,
1313
+ button.usa-button-secondary.usa-button-hover,
1314
+ [type="button"].usa-button-secondary:hover,
1315
+ [type="button"].usa-button-secondary.usa-button-hover,
1316
+ [type="submit"].usa-button-secondary:hover,
1317
+ [type="submit"].usa-button-secondary.usa-button-hover,
1318
+ [type="reset"].usa-button-secondary:hover,
1319
+ [type="reset"].usa-button-secondary.usa-button-hover,
1320
+ [type="button"].usa-button-secondary:hover,
1321
+ [type="button"].usa-button-secondary.usa-button-hover,
1322
+ [type="submit"].usa-button-secondary:hover,
1323
+ [type="submit"].usa-button-secondary.usa-button-hover,
1324
+ [type="reset"].usa-button-secondary:hover,
1325
+ [type="reset"].usa-button-secondary.usa-button-hover,
1326
+ [type="image"].usa-button-secondary:hover,
1327
+ [type="image"].usa-button-secondary.usa-button-hover {
1328
+ background-color: #cd2026; }
1329
+ .usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active,
1330
+ .usa-button-primary.usa-button-secondary:active,
1331
+ .usa-button-primary.usa-button-secondary.usa-button-active,
1332
+ .usa-button:visited.usa-button-secondary:active,
1333
+ .usa-button:visited.usa-button-secondary.usa-button-active,
1334
+ .usa-button-primary:visited.usa-button-secondary:active,
1335
+ .usa-button-primary:visited.usa-button-secondary.usa-button-active,
1336
+ button.usa-button-secondary:active,
1337
+ button.usa-button-secondary.usa-button-active,
1338
+ [type="button"].usa-button-secondary:active,
1339
+ [type="button"].usa-button-secondary.usa-button-active,
1340
+ [type="submit"].usa-button-secondary:active,
1341
+ [type="submit"].usa-button-secondary.usa-button-active,
1342
+ [type="reset"].usa-button-secondary:active,
1343
+ [type="reset"].usa-button-secondary.usa-button-active,
1344
+ [type="button"].usa-button-secondary:active,
1345
+ [type="button"].usa-button-secondary.usa-button-active,
1346
+ [type="submit"].usa-button-secondary:active,
1347
+ [type="submit"].usa-button-secondary.usa-button-active,
1348
+ [type="reset"].usa-button-secondary:active,
1349
+ [type="reset"].usa-button-secondary.usa-button-active,
1350
+ [type="image"].usa-button-secondary:active,
1351
+ [type="image"].usa-button-secondary.usa-button-active {
1352
+ background-color: #981b1e; }
1353
+ .usa-button.usa-button-gray,
1354
+ .usa-button-primary.usa-button-gray,
1355
+ .usa-button:visited.usa-button-gray,
1356
+ .usa-button-primary:visited.usa-button-gray,
1357
+ button.usa-button-gray,
1358
+ [type="button"].usa-button-gray,
1359
+ [type="submit"].usa-button-gray,
1360
+ [type="reset"].usa-button-gray,
1361
+ [type="button"].usa-button-gray,
1362
+ [type="submit"].usa-button-gray,
1363
+ [type="reset"].usa-button-gray,
1364
+ [type="image"].usa-button-gray {
1365
+ background-color: #5b616b; }
1366
+ .usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover,
1367
+ .usa-button-primary.usa-button-gray:hover,
1368
+ .usa-button-primary.usa-button-gray.usa-button-hover,
1369
+ .usa-button:visited.usa-button-gray:hover,
1370
+ .usa-button:visited.usa-button-gray.usa-button-hover,
1371
+ .usa-button-primary:visited.usa-button-gray:hover,
1372
+ .usa-button-primary:visited.usa-button-gray.usa-button-hover,
1373
+ button.usa-button-gray:hover,
1374
+ button.usa-button-gray.usa-button-hover,
1375
+ [type="button"].usa-button-gray:hover,
1376
+ [type="button"].usa-button-gray.usa-button-hover,
1377
+ [type="submit"].usa-button-gray:hover,
1378
+ [type="submit"].usa-button-gray.usa-button-hover,
1379
+ [type="reset"].usa-button-gray:hover,
1380
+ [type="reset"].usa-button-gray.usa-button-hover,
1381
+ [type="button"].usa-button-gray:hover,
1382
+ [type="button"].usa-button-gray.usa-button-hover,
1383
+ [type="submit"].usa-button-gray:hover,
1384
+ [type="submit"].usa-button-gray.usa-button-hover,
1385
+ [type="reset"].usa-button-gray:hover,
1386
+ [type="reset"].usa-button-gray.usa-button-hover,
1387
+ [type="image"].usa-button-gray:hover,
1388
+ [type="image"].usa-button-gray.usa-button-hover {
1389
+ background-color: #323a45; }
1390
+ .usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active,
1391
+ .usa-button-primary.usa-button-gray:active,
1392
+ .usa-button-primary.usa-button-gray.usa-button-active,
1393
+ .usa-button:visited.usa-button-gray:active,
1394
+ .usa-button:visited.usa-button-gray.usa-button-active,
1395
+ .usa-button-primary:visited.usa-button-gray:active,
1396
+ .usa-button-primary:visited.usa-button-gray.usa-button-active,
1397
+ button.usa-button-gray:active,
1398
+ button.usa-button-gray.usa-button-active,
1399
+ [type="button"].usa-button-gray:active,
1400
+ [type="button"].usa-button-gray.usa-button-active,
1401
+ [type="submit"].usa-button-gray:active,
1402
+ [type="submit"].usa-button-gray.usa-button-active,
1403
+ [type="reset"].usa-button-gray:active,
1404
+ [type="reset"].usa-button-gray.usa-button-active,
1405
+ [type="button"].usa-button-gray:active,
1406
+ [type="button"].usa-button-gray.usa-button-active,
1407
+ [type="submit"].usa-button-gray:active,
1408
+ [type="submit"].usa-button-gray.usa-button-active,
1409
+ [type="reset"].usa-button-gray:active,
1410
+ [type="reset"].usa-button-gray.usa-button-active,
1411
+ [type="image"].usa-button-gray:active,
1412
+ [type="image"].usa-button-gray.usa-button-active {
1413
+ background-color: #212121; }
1414
+ .usa-button.usa-button-outline,
1415
+ .usa-button-primary.usa-button-outline,
1416
+ .usa-button:visited.usa-button-outline,
1417
+ .usa-button-primary:visited.usa-button-outline,
1418
+ button.usa-button-outline,
1419
+ [type="button"].usa-button-outline,
1420
+ [type="submit"].usa-button-outline,
1421
+ [type="reset"].usa-button-outline,
1422
+ [type="button"].usa-button-outline,
1423
+ [type="submit"].usa-button-outline,
1424
+ [type="reset"].usa-button-outline,
1425
+ [type="image"].usa-button-outline {
1426
+ background-color: #ffffff;
1427
+ box-shadow: inset 0 0 0 2px #0071bc;
1428
+ color: #0071bc; }
1429
+ .usa-button.usa-button-outline:hover, .usa-button.usa-button-outline.usa-button-hover,
1430
+ .usa-button-primary.usa-button-outline:hover,
1431
+ .usa-button-primary.usa-button-outline.usa-button-hover,
1432
+ .usa-button:visited.usa-button-outline:hover,
1433
+ .usa-button:visited.usa-button-outline.usa-button-hover,
1434
+ .usa-button-primary:visited.usa-button-outline:hover,
1435
+ .usa-button-primary:visited.usa-button-outline.usa-button-hover,
1436
+ button.usa-button-outline:hover,
1437
+ button.usa-button-outline.usa-button-hover,
1438
+ [type="button"].usa-button-outline:hover,
1439
+ [type="button"].usa-button-outline.usa-button-hover,
1440
+ [type="submit"].usa-button-outline:hover,
1441
+ [type="submit"].usa-button-outline.usa-button-hover,
1442
+ [type="reset"].usa-button-outline:hover,
1443
+ [type="reset"].usa-button-outline.usa-button-hover,
1444
+ [type="button"].usa-button-outline:hover,
1445
+ [type="button"].usa-button-outline.usa-button-hover,
1446
+ [type="submit"].usa-button-outline:hover,
1447
+ [type="submit"].usa-button-outline.usa-button-hover,
1448
+ [type="reset"].usa-button-outline:hover,
1449
+ [type="reset"].usa-button-outline.usa-button-hover,
1450
+ [type="image"].usa-button-outline:hover,
1451
+ [type="image"].usa-button-outline.usa-button-hover {
1452
+ box-shadow: inset 0 0 0 2px #205493;
1453
+ color: #205493; }
1454
+ .usa-button.usa-button-outline:active, .usa-button.usa-button-outline.usa-button-active,
1455
+ .usa-button-primary.usa-button-outline:active,
1456
+ .usa-button-primary.usa-button-outline.usa-button-active,
1457
+ .usa-button:visited.usa-button-outline:active,
1458
+ .usa-button:visited.usa-button-outline.usa-button-active,
1459
+ .usa-button-primary:visited.usa-button-outline:active,
1460
+ .usa-button-primary:visited.usa-button-outline.usa-button-active,
1461
+ button.usa-button-outline:active,
1462
+ button.usa-button-outline.usa-button-active,
1463
+ [type="button"].usa-button-outline:active,
1464
+ [type="button"].usa-button-outline.usa-button-active,
1465
+ [type="submit"].usa-button-outline:active,
1466
+ [type="submit"].usa-button-outline.usa-button-active,
1467
+ [type="reset"].usa-button-outline:active,
1468
+ [type="reset"].usa-button-outline.usa-button-active,
1469
+ [type="button"].usa-button-outline:active,
1470
+ [type="button"].usa-button-outline.usa-button-active,
1471
+ [type="submit"].usa-button-outline:active,
1472
+ [type="submit"].usa-button-outline.usa-button-active,
1473
+ [type="reset"].usa-button-outline:active,
1474
+ [type="reset"].usa-button-outline.usa-button-active,
1475
+ [type="image"].usa-button-outline:active,
1476
+ [type="image"].usa-button-outline.usa-button-active {
1477
+ box-shadow: inset 0 0 0 2px #112e51;
1478
+ color: #112e51; }
1479
+ .usa-button.usa-button-outline:focus, .usa-button.usa-button-outline.usa-button-focus,
1480
+ .usa-button-primary.usa-button-outline:focus,
1481
+ .usa-button-primary.usa-button-outline.usa-button-focus,
1482
+ .usa-button:visited.usa-button-outline:focus,
1483
+ .usa-button:visited.usa-button-outline.usa-button-focus,
1484
+ .usa-button-primary:visited.usa-button-outline:focus,
1485
+ .usa-button-primary:visited.usa-button-outline.usa-button-focus,
1486
+ button.usa-button-outline:focus,
1487
+ button.usa-button-outline.usa-button-focus,
1488
+ [type="button"].usa-button-outline:focus,
1489
+ [type="button"].usa-button-outline.usa-button-focus,
1490
+ [type="submit"].usa-button-outline:focus,
1491
+ [type="submit"].usa-button-outline.usa-button-focus,
1492
+ [type="reset"].usa-button-outline:focus,
1493
+ [type="reset"].usa-button-outline.usa-button-focus,
1494
+ [type="button"].usa-button-outline:focus,
1495
+ [type="button"].usa-button-outline.usa-button-focus,
1496
+ [type="submit"].usa-button-outline:focus,
1497
+ [type="submit"].usa-button-outline.usa-button-focus,
1498
+ [type="reset"].usa-button-outline:focus,
1499
+ [type="reset"].usa-button-outline.usa-button-focus,
1500
+ [type="image"].usa-button-outline:focus,
1501
+ [type="image"].usa-button-outline.usa-button-focus {
1502
+ box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
1503
+ .usa-button.usa-button-outline-inverse,
1504
+ .usa-button-primary.usa-button-outline-inverse,
1505
+ .usa-button:visited.usa-button-outline-inverse,
1506
+ .usa-button-primary:visited.usa-button-outline-inverse,
1507
+ button.usa-button-outline-inverse,
1508
+ [type="button"].usa-button-outline-inverse,
1509
+ [type="submit"].usa-button-outline-inverse,
1510
+ [type="reset"].usa-button-outline-inverse,
1511
+ [type="button"].usa-button-outline-inverse,
1512
+ [type="submit"].usa-button-outline-inverse,
1513
+ [type="reset"].usa-button-outline-inverse,
1514
+ [type="image"].usa-button-outline-inverse {
1515
+ background: transparent;
1516
+ box-shadow: inset 0 0 0 2px #ffffff;
1517
+ color: #ffffff; }
1518
+ .usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-inverse.usa-button-hover,
1519
+ .usa-button-primary.usa-button-outline-inverse:hover,
1520
+ .usa-button-primary.usa-button-outline-inverse.usa-button-hover,
1521
+ .usa-button:visited.usa-button-outline-inverse:hover,
1522
+ .usa-button:visited.usa-button-outline-inverse.usa-button-hover,
1523
+ .usa-button-primary:visited.usa-button-outline-inverse:hover,
1524
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
1525
+ button.usa-button-outline-inverse:hover,
1526
+ button.usa-button-outline-inverse.usa-button-hover,
1527
+ [type="button"].usa-button-outline-inverse:hover,
1528
+ [type="button"].usa-button-outline-inverse.usa-button-hover,
1529
+ [type="submit"].usa-button-outline-inverse:hover,
1530
+ [type="submit"].usa-button-outline-inverse.usa-button-hover,
1531
+ [type="reset"].usa-button-outline-inverse:hover,
1532
+ [type="reset"].usa-button-outline-inverse.usa-button-hover,
1533
+ [type="button"].usa-button-outline-inverse:hover,
1534
+ [type="button"].usa-button-outline-inverse.usa-button-hover,
1535
+ [type="submit"].usa-button-outline-inverse:hover,
1536
+ [type="submit"].usa-button-outline-inverse.usa-button-hover,
1537
+ [type="reset"].usa-button-outline-inverse:hover,
1538
+ [type="reset"].usa-button-outline-inverse.usa-button-hover,
1539
+ [type="image"].usa-button-outline-inverse:hover,
1540
+ [type="image"].usa-button-outline-inverse.usa-button-hover {
1541
+ box-shadow: inset 0 0 0 2px #d6d7d9;
1542
+ color: #d6d7d9; }
1543
+ .usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-inverse.usa-button-active,
1544
+ .usa-button-primary.usa-button-outline-inverse:active,
1545
+ .usa-button-primary.usa-button-outline-inverse.usa-button-active,
1546
+ .usa-button:visited.usa-button-outline-inverse:active,
1547
+ .usa-button:visited.usa-button-outline-inverse.usa-button-active,
1548
+ .usa-button-primary:visited.usa-button-outline-inverse:active,
1549
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
1550
+ button.usa-button-outline-inverse:active,
1551
+ button.usa-button-outline-inverse.usa-button-active,
1552
+ [type="button"].usa-button-outline-inverse:active,
1553
+ [type="button"].usa-button-outline-inverse.usa-button-active,
1554
+ [type="submit"].usa-button-outline-inverse:active,
1555
+ [type="submit"].usa-button-outline-inverse.usa-button-active,
1556
+ [type="reset"].usa-button-outline-inverse:active,
1557
+ [type="reset"].usa-button-outline-inverse.usa-button-active,
1558
+ [type="button"].usa-button-outline-inverse:active,
1559
+ [type="button"].usa-button-outline-inverse.usa-button-active,
1560
+ [type="submit"].usa-button-outline-inverse:active,
1561
+ [type="submit"].usa-button-outline-inverse.usa-button-active,
1562
+ [type="reset"].usa-button-outline-inverse:active,
1563
+ [type="reset"].usa-button-outline-inverse.usa-button-active,
1564
+ [type="image"].usa-button-outline-inverse:active,
1565
+ [type="image"].usa-button-outline-inverse.usa-button-active {
1566
+ box-shadow: inset 0 0 0 2px #aeb0b5;
1567
+ color: #d6d7d9; }
1568
+ .usa-button.usa-button-outline-inverse:focus, .usa-button.usa-button-outline-inverse.usa-button-focus,
1569
+ .usa-button-primary.usa-button-outline-inverse:focus,
1570
+ .usa-button-primary.usa-button-outline-inverse.usa-button-focus,
1571
+ .usa-button:visited.usa-button-outline-inverse:focus,
1572
+ .usa-button:visited.usa-button-outline-inverse.usa-button-focus,
1573
+ .usa-button-primary:visited.usa-button-outline-inverse:focus,
1574
+ .usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
1575
+ button.usa-button-outline-inverse:focus,
1576
+ button.usa-button-outline-inverse.usa-button-focus,
1577
+ [type="button"].usa-button-outline-inverse:focus,
1578
+ [type="button"].usa-button-outline-inverse.usa-button-focus,
1579
+ [type="submit"].usa-button-outline-inverse:focus,
1580
+ [type="submit"].usa-button-outline-inverse.usa-button-focus,
1581
+ [type="reset"].usa-button-outline-inverse:focus,
1582
+ [type="reset"].usa-button-outline-inverse.usa-button-focus,
1583
+ [type="button"].usa-button-outline-inverse:focus,
1584
+ [type="button"].usa-button-outline-inverse.usa-button-focus,
1585
+ [type="submit"].usa-button-outline-inverse:focus,
1586
+ [type="submit"].usa-button-outline-inverse.usa-button-focus,
1587
+ [type="reset"].usa-button-outline-inverse:focus,
1588
+ [type="reset"].usa-button-outline-inverse.usa-button-focus,
1589
+ [type="image"].usa-button-outline-inverse:focus,
1590
+ [type="image"].usa-button-outline-inverse.usa-button-focus {
1591
+ box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
1592
+ .usa-button.usa-button-big,
1593
+ .usa-button-primary.usa-button-big,
1594
+ .usa-button:visited.usa-button-big,
1595
+ .usa-button-primary:visited.usa-button-big,
1596
+ button.usa-button-big,
1597
+ [type="button"].usa-button-big,
1598
+ [type="submit"].usa-button-big,
1599
+ [type="reset"].usa-button-big,
1600
+ [type="button"].usa-button-big,
1601
+ [type="submit"].usa-button-big,
1602
+ [type="reset"].usa-button-big,
1603
+ [type="image"].usa-button-big {
1604
+ font-size: 1.9rem;
1605
+ padding: 1.5rem 3rem; }
1606
+
1607
+ [type="submit"]:disabled,
1608
+ .usa-button-disabled {
1609
+ background-color: #d6d7d9;
1610
+ color: #323a45;
1611
+ cursor: default; }
1612
+ [type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
1613
+ .usa-button-disabled:hover,
1614
+ .usa-button-disabled.usa-button-hover,
1615
+ .usa-button-disabled:active,
1616
+ .usa-button-disabled.usa-button-active,
1617
+ .usa-button-disabled:focus {
1618
+ background-color: #d6d7d9;
1619
+ border: 0;
1620
+ box-shadow: none;
1621
+ color: #323a45; }
1622
+
1623
+ .usa-button-unstyled {
1624
+ background: none;
1625
+ border: 0;
1626
+ border-radius: 0;
1627
+ outline: 0;
1628
+ padding: 0;
1629
+ text-align: left; }
1630
+ .usa-button-unstyled:focus, .usa-button-unstyled:hover {
1631
+ box-shadow: initial; }
1632
+
1633
+ table {
1634
+ border-spacing: 0;
1635
+ margin: 2em 0;
1636
+ min-width: 100%; }
1637
+ table thead tr {
1638
+ background-color: #f1f1f1; }
1639
+ table thead th {
1640
+ text-align: left; }
1641
+ table th, table td {
1642
+ border: 1px solid #5b616b;
1643
+ padding: 1.5rem; }
1644
+
1645
+ .usa-table-borderless thead tr {
1646
+ background-color: transparent; }
1647
+ .usa-table-borderless thead tr th {
1648
+ border-top: 0; }
1649
+ .usa-table-borderless th, .usa-table-borderless td {
1650
+ border-left: 0;
1651
+ border-right: 0; }
1652
+
1653
+ img {
1654
+ max-width: 100%; }
1655
+
1656
+ .usa-label, .usa-label-big {
1657
+ background-color: #0071bc;
1658
+ border-radius: 0.3rem;
1659
+ color: #ffffff;
1660
+ font-size: 1.5rem;
1661
+ margin-right: .5rem;
1662
+ padding-bottom: 0.1rem;
1663
+ padding-left: 0.7rem;
1664
+ padding-right: 0.7rem;
1665
+ padding-top: 0.3rem;
1666
+ text-transform: uppercase; }
1667
+ .usa-label:only-of-type, .usa-label-big:only-of-type {
1668
+ margin-right: 0; }
1669
+
1670
+ .usa-label-big {
1671
+ font-size: 1.7rem;
1672
+ padding-left: .9rem;
1673
+ padding-right: .9rem; }
1674
+
1675
+ a.usa-label, a.usa-label-big {
1676
+ border-bottom: none; }
1677
+ a.usa-label:hover, a.usa-label-big:hover {
1678
+ background-color: #205493;
1679
+ border-bottom: none;
1680
+ color: #ffffff; }
1681
+
1682
+ .skipnav {
1683
+ -webkit-transition: all 0.2s ease-in-out;
1684
+ -moz-transition: all 0.2s ease-in-out;
1685
+ transition: all 0.2s ease-in-out;
1686
+ background: transparent;
1687
+ color: #212121;
1688
+ left: 0;
1689
+ padding-bottom: 1rem;
1690
+ padding-left: 1.5rem;
1691
+ padding-right: 1.5rem;
1692
+ padding-top: 1rem;
1693
+ position: absolute;
1694
+ top: -4.2rem;
1695
+ z-index: 100; }
1696
+ .skipnav:focus {
1697
+ -webkit-transition: all 0.2s ease-in-out;
1698
+ -moz-transition: all 0.2s ease-in-out;
1699
+ transition: all 0.2s ease-in-out;
1700
+ background: #ffffff;
1701
+ left: 0;
1702
+ outline: 0;
1703
+ position: absolute;
1704
+ top: 0; }
1705
+
1706
+ .usa-disclaimer {
1707
+ background-color: #f1f1f1;
1708
+ font-size: 1.3rem;
1709
+ padding-bottom: .5rem;
1710
+ padding-top: .5rem; }
1711
+ @media screen and (min-width: 481px) {
1712
+ .usa-disclaimer {
1713
+ font-size: 1.5rem; } }
1714
+
1715
+ .usa-disclaimer-stage {
1716
+ display: none;
1717
+ float: right; }
1718
+ @media screen and (min-width: 1201px) {
1719
+ .usa-disclaimer-stage {
1720
+ display: block; } }
1721
+
1722
+ .usa-flag_icon {
1723
+ margin-right: .2rem; }
1724
+
1725
+ .usa-sidenav-list {
1726
+ display: block;
1727
+ margin: 0;
1728
+ padding: 0;
1729
+ list-style-type: none; }
1730
+ .usa-sidenav-list li {
1731
+ display: list-item;
1732
+ margin: 0; }
1733
+ .usa-sidenav-list li:before {
1734
+ display: none; }
1735
+ .usa-sidenav-list li:after {
1736
+ display: none; }
1737
+ .usa-sidenav-list li {
1738
+ border-top: 1px solid #5b616b;
1739
+ font-size: 1.7rem; }
1740
+ .usa-sidenav-list li:first-child {
1741
+ border-top: none; }
1742
+ .usa-sidenav-list a {
1743
+ border: none;
1744
+ color: #212121;
1745
+ display: block;
1746
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
1747
+ line-height: 1;
1748
+ padding-bottom: 1rem;
1749
+ padding-left: 1.8rem;
1750
+ padding-right: 1rem;
1751
+ padding-top: 1rem; }
1752
+ .usa-sidenav-list a:hover {
1753
+ background-color: #f1f1f1;
1754
+ color: #0071bc;
1755
+ text-decoration: none; }
1756
+ .usa-sidenav-list a.usa-current {
1757
+ color: #0071bc;
1758
+ font-weight: 700; }
1759
+ .usa-sidenav-list a.usa-current {
1760
+ border-left: 4px solid #0071bc;
1761
+ padding-left: 1.4rem; }
1762
+
1763
+ .usa-sidenav-sub_list {
1764
+ margin: 0;
1765
+ width: 100%; }
1766
+ .usa-sidenav-sub_list li {
1767
+ border: none;
1768
+ font-size: 1.5rem; }
1769
+ .usa-sidenav-sub_list a {
1770
+ padding-left: 2.8rem;
1771
+ line-height: 1.3; }
1772
+ .usa-sidenav-sub_list a:hover,
1773
+ .usa-sidenav-sub_list a.usa-current {
1774
+ border: none;
1775
+ padding-left: 2.8rem; }
1776
+ .usa-sidenav-sub_list .usa-sidenav-sub_list a {
1777
+ padding-left: 3.8rem; }
1778
+ .usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
1779
+ padding-left: 3.8rem; }
1780
+
1781
+ .usa-footer .usa-unstyled-list {
1782
+ display: block; }
1783
+ .usa-footer .usa-footer-primary-link {
1784
+ color: #212121;
1785
+ display: block;
1786
+ font-weight: 700;
1787
+ margin-top: 0;
1788
+ padding-bottom: 2rem;
1789
+ padding-top: 2rem; }
1790
+ @media screen and (min-width: 600px) {
1791
+ .usa-footer .usa-footer-primary-link {
1792
+ border-top: none; } }
1793
+ .usa-footer a {
1794
+ font-weight: normal; }
1795
+
1796
+ .usa-footer-return-to-top {
1797
+ padding-bottom: 2rem;
1798
+ padding-top: 2rem; }
1799
+
1800
+ .usa-footer-primary-section {
1801
+ background-color: #f1f1f1; }
1802
+ .usa-footer-primary-section .usa-footer-primary-content {
1803
+ padding-left: 2.5rem;
1804
+ padding-right: 2.5rem; }
1805
+ .usa-footer-primary-section .usa-footer-primary-content li {
1806
+ margin-left: 1rem; }
1807
+ @media screen and (min-width: 600px) {
1808
+ .usa-footer-primary-section .usa-footer-primary-content li {
1809
+ margin-left: 0; } }
1810
+ @media screen and (min-width: 600px) {
1811
+ .usa-footer-primary-section .usa-footer-primary-content {
1812
+ padding-left: 0;
1813
+ padding-right: 0; } }
1814
+ @media screen and (min-width: 600px) {
1815
+ .usa-footer-primary-section .usa-grid-full {
1816
+ padding-left: 2.5rem;
1817
+ padding-right: 2.5rem; } }
1818
+
1819
+ @media screen and (min-width: min-width 600px 6) {
1820
+ .width-one-sixth {
1821
+ float: left;
1822
+ display: block;
1823
+ margin-right: 2.35765%;
1824
+ width: 14.70196%; }
1825
+ .width-one-sixth:last-child {
1826
+ margin-right: 0; } }
1827
+
1828
+ .usa-footer-medium .usa-footer-primary-section {
1829
+ padding: 0; }
1830
+ @media screen and (min-width: 600px) {
1831
+ .usa-footer-medium .usa-footer-primary-section {
1832
+ padding-top: 1rem;
1833
+ padding-bottom: 1rem; } }
1834
+ @media screen and (min-width: 600px) {
1835
+ .usa-footer-medium .usa-footer-nav ul {
1836
+ align-items: center;
1837
+ display: flex; } }
1838
+
1839
+ .usa-footer-slim .usa-footer-nav a {
1840
+ display: block; }
1841
+ .usa-footer-slim .usa-footer-primary-section {
1842
+ padding-bottom: 2rem; }
1843
+ @media screen and (min-width: 600px) {
1844
+ .usa-footer-slim .usa-footer-primary-section {
1845
+ padding-bottom: 1rem;
1846
+ padding-top: 1rem; }
1847
+ .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
1848
+ align-items: center;
1849
+ display: flex; } }
1850
+
1851
+ ul.usa-footer-primary-content,
1852
+ li.usa-footer-primary-content,
1853
+ li.usa-footer-primary-content {
1854
+ border-top: 1px solid #212121; }
1855
+ ul.usa-footer-primary-content:last-child,
1856
+ li.usa-footer-primary-content:last-child,
1857
+ li.usa-footer-primary-content:last-child {
1858
+ border-bottom: 1px solid #212121; }
1859
+ @media screen and (min-width: 600px) {
1860
+ ul.usa-footer-primary-content:last-child,
1861
+ li.usa-footer-primary-content:last-child,
1862
+ li.usa-footer-primary-content:last-child {
1863
+ border-bottom: none; } }
1864
+ @media screen and (min-width: 600px) {
1865
+ ul.usa-footer-primary-content,
1866
+ li.usa-footer-primary-content,
1867
+ li.usa-footer-primary-content {
1868
+ border: none; } }
1869
+
1870
+ .usa-sign_up-block {
1871
+ padding-bottom: 2rem;
1872
+ padding-left: 2.5rem;
1873
+ padding-right: 2.5rem; }
1874
+ .usa-sign_up-block label:first-of-type {
1875
+ margin-top: 0; }
1876
+ .usa-sign_up-block button {
1877
+ float: none;
1878
+ margin-right: 0;
1879
+ margin-top: 1.5rem; }
1880
+ .usa-sign_up-block input {
1881
+ width: 100%; }
1882
+ @media screen and (min-width: 600px) {
1883
+ .usa-sign_up-block {
1884
+ float: right;
1885
+ padding: 0; } }
1886
+
1887
+ .usa-footer-secondary_section {
1888
+ background-color: #d6d7d9;
1889
+ padding-top: 3rem;
1890
+ padding-bottom: 3rem; }
1891
+ .usa-footer-secondary_section a {
1892
+ color: #212121; }
1893
+
1894
+ @media screen and (min-width: 600px) {
1895
+ .usa-footer-big-secondary-section {
1896
+ padding-top: 5rem; } }
1897
+
1898
+ @media screen and (min-width: 600px) {
1899
+ .usa-footer-contact-links {
1900
+ text-align: right; } }
1901
+
1902
+ @media screen and (min-width: 600px) {
1903
+ .usa-footer-big .usa-footer-primary-section {
1904
+ padding-top: 3rem;
1905
+ padding-bottom: 4rem; } }
1906
+ .usa-footer-big ul {
1907
+ padding-bottom: 2.5rem; }
1908
+ .usa-footer-big ul:last-child {
1909
+ border-bottom: 1px solid #212121; }
1910
+ @media screen and (min-width: 600px) {
1911
+ .usa-footer-big ul:last-child {
1912
+ border-bottom: none; } }
1913
+ .usa-footer-big ul li {
1914
+ line-height: 2em; }
1915
+ @media screen and (min-width: 600px) {
1916
+ .usa-footer-big ul {
1917
+ padding-bottom: 0; } }
1918
+ .usa-footer-big ul .usa-footer-primary-link {
1919
+ background-image: url("../img/arrow-down.png");
1920
+ background-image: url("../img/arrow-down.svg");
1921
+ background-position: 1.5rem center;
1922
+ background-repeat: no-repeat;
1923
+ background-size: 1.3rem;
1924
+ padding-left: 3.5rem; }
1925
+ @media screen and (min-width: 600px) {
1926
+ .usa-footer-big ul .usa-footer-primary-link {
1927
+ background: none;
1928
+ padding-bottom: 0;
1929
+ padding-left: 0; } }
1930
+ .usa-footer-big ul.hidden {
1931
+ padding-bottom: 0; }
1932
+ .usa-footer-big ul.hidden .usa-footer-primary-link {
1933
+ background-image: url("../img/arrow-right.png");
1934
+ background-image: url("../img/arrow-right.svg");
1935
+ cursor: pointer;
1936
+ margin: 0; }
1937
+ @media screen and (min-width: 600px) {
1938
+ .usa-footer-big ul.hidden .usa-footer-primary-link {
1939
+ background: none;
1940
+ padding-left: 0; } }
1941
+ .usa-footer-big ul.hidden li {
1942
+ display: none; }
1943
+
1944
+ .usa-footer-topic {
1945
+ margin: 0;
1946
+ padding: 2rem 0; }
1947
+
1948
+ @media screen and (min-width: 600px) {
1949
+ .usa-sign_up-header {
1950
+ margin: 0;
1951
+ padding: 2rem 0; } }
1952
+
1953
+ .usa-footer-logo-img {
1954
+ max-width: 14rem; }
1955
+
1956
+ .usa-footer-slim-logo-img {
1957
+ float: left;
1958
+ max-width: 10rem; }
1959
+
1960
+ .usa-footer-logo-heading {
1961
+ margin-top: 2rem; }
1962
+
1963
+ .usa-footer-contact-heading {
1964
+ margin-top: 0; }
1965
+ @media screen and (min-width: 600px) {
1966
+ .usa-footer-contact-heading {
1967
+ margin-top: 1rem; } }
1968
+
1969
+ .usa-footer-slim-logo-heading {
1970
+ display: block;
1971
+ padding-top: 1rem; }
1972
+ @media screen and (min-width: 600px) {
1973
+ .usa-footer-slim-logo-heading {
1974
+ display: inline-block;
1975
+ padding-left: 1em; } }
1976
+
1977
+ @media screen and (min-width: 600px) {
1978
+ form {
1979
+ max-width: 32rem; } }
1980
+ form a {
1981
+ border-bottom: 0; }
1982
+ form button[type="submit"],
1983
+ form input[type="submit"] {
1984
+ display: block;
1985
+ margin-top: 2.5rem;
1986
+ margin-bottom: 1.5em; }
1987
+ @media screen and (min-width: 600px) {
1988
+ form button[type="submit"],
1989
+ form input[type="submit"] {
1990
+ padding-left: 2.7em;
1991
+ padding-right: 2.7em;
1992
+ width: auto; } }
1993
+ form input[name="password"] {
1994
+ margin-bottom: 1.1rem; }
1995
+
1996
+ .usa-form-note {
1997
+ float: right;
1998
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
1999
+ font-size: 1.5rem;
2000
+ margin: 0;
2001
+ margin-bottom: 1.5rem; }
2002
+ .usa-form-note + * {
2003
+ clear: both; }
2004
+
2005
+ fieldset {
2006
+ border: none;
2007
+ margin: 0;
2008
+ padding: 0; }
2009
+
2010
+ @media screen and (min-width: 600px) {
2011
+ .usa-form-large {
2012
+ max-width: 46rem; } }
2013
+
2014
+ @media screen and (min-width: 600px) {
2015
+ input.usa-input-tiny {
2016
+ max-width: 6rem; } }
2017
+
2018
+ @media screen and (min-width: 600px) {
2019
+ input.usa-input-medium {
2020
+ max-width: 12rem; } }
2021
+
2022
+ @media screen and (min-width: 600px) {
2023
+ .usa-input-grid {
2024
+ padding-right: 5%; } }
2025
+
2026
+ @media screen and (min-width: 600px) {
2027
+ .usa-input-grid:last-of-type {
2028
+ padding-right: 0; } }
2029
+
2030
+ @media screen and (min-width: 600px) {
2031
+ .usa-input-grid-small {
2032
+ float: left;
2033
+ width: 35%; } }
2034
+ .usa-input-grid-small input {
2035
+ margin-bottom: 3rem; }
2036
+ .usa-input-grid-small select {
2037
+ margin-bottom: 3rem; }
2038
+
2039
+ @media screen and (min-width: 600px) {
2040
+ .usa-input-grid-medium {
2041
+ float: left;
2042
+ width: 65%; } }
2043
+ .usa-input-grid-medium input {
2044
+ margin-bottom: 3rem; }
2045
+ .usa-input-grid-medium select {
2046
+ margin-bottom: 3rem; }
2047
+
2048
+ @media screen and (min-width: 600px) {
2049
+ .usa-input-grid-large {
2050
+ float: left;
2051
+ width: 100%; } }
2052
+ .usa-input-grid-large input {
2053
+ margin-bottom: 3rem; }
2054
+ .usa-input-grid-large select {
2055
+ margin-bottom: 3rem; }
2056
+
2057
+ .usa-form-width {
2058
+ max-width: 32rem; }
2059
+
2060
+ .usa-additional_text {
2061
+ float: right;
2062
+ font-style: italic;
2063
+ font-weight: normal; }
2064
+
2065
+ .usa-input-buttons-inline button,
2066
+ .usa-input-buttons-inline button[type="submit"],
2067
+ .usa-input-buttons-inline input[type="submit"], .usa-input-buttons-inline > * {
2068
+ display: inline;
2069
+ margin-right: 1.5em; }
2070
+
2071
+ .usa-checklist {
2072
+ list-style: none;
2073
+ margin-left: 0;
2074
+ padding-left: 0; }
2075
+ .usa-checklist li {
2076
+ display: inline-block;
2077
+ list-style: none;
2078
+ margin-bottom: 0em;
2079
+ margin-top: 0em;
2080
+ padding-left: 3em;
2081
+ text-indent: -2em; }
2082
+ .usa-checklist li:before {
2083
+ content: ' ';
2084
+ display: inline-block;
2085
+ height: .8em;
2086
+ margin-right: .2em;
2087
+ width: 1.8em; }
2088
+
2089
+ .usa-checklist-checked:before {
2090
+ background-image: url("../img/correct9.png");
2091
+ background-image: url("../img/correct9.svg");
2092
+ background-position: 100%;
2093
+ background-repeat: no-repeat;
2094
+ background-size: 100%; }
2095
+
2096
+ .usa-search {
2097
+ max-width: none;
2098
+ position: relative; }
2099
+ .usa-search:after {
2100
+ content: ".";
2101
+ display: block;
2102
+ height: 0;
2103
+ clear: both;
2104
+ visibility: hidden; }
2105
+ .usa-search [type="search"],
2106
+ .usa-search .usa-search-input {
2107
+ -webkit-appearance: none;
2108
+ border-bottom-right-radius: 0;
2109
+ border-right: none;
2110
+ border-top-right-radius: 0;
2111
+ float: left;
2112
+ height: 3.3rem;
2113
+ margin: 0;
2114
+ padding-bottom: 0;
2115
+ padding-top: 0;
2116
+ width: calc(100% - 4.5rem); }
2117
+ @media screen and (min-width: 481px) {
2118
+ .usa-search [type="search"],
2119
+ .usa-search .usa-search-input {
2120
+ width: calc(100% - 8.5rem); } }
2121
+ .usa-search [type="submit"],
2122
+ .usa-search .usa-search-submit {
2123
+ background-image: url("../img/search.png");
2124
+ background-image: url("../img/search.svg");
2125
+ background-position: 50%;
2126
+ background-repeat: no-repeat;
2127
+ border-bottom-left-radius: 0;
2128
+ border-top-left-radius: 0;
2129
+ height: 3.3rem;
2130
+ margin: 0;
2131
+ padding: 0;
2132
+ width: 4.5rem; }
2133
+ @media screen and (min-width: 481px) {
2134
+ .usa-search [type="submit"],
2135
+ .usa-search .usa-search-submit {
2136
+ background-image: none;
2137
+ width: 8.5rem; } }
2138
+ .usa-search .usa-search-submit-text {
2139
+ display: none; }
2140
+ @media screen and (min-width: 481px) {
2141
+ .usa-search .usa-search-submit-text {
2142
+ display: block; } }
2143
+ @media screen and (min-width: 481px) {
2144
+ .usa-search.usa-search-big [type="search"],
2145
+ .usa-search.usa-search-big .usa-search-input {
2146
+ height: 4.4rem;
2147
+ width: calc(100% - 11.6rem); }
2148
+ .usa-search.usa-search-big [type="submit"],
2149
+ .usa-search.usa-search-big .usa-search-submit {
2150
+ height: 4.4rem;
2151
+ font-size: 2rem;
2152
+ width: 11.6rem; } }
2153
+ @media screen and (min-width: 481px) {
2154
+ .usa-search.usa-search-small [type="search"],
2155
+ .usa-search.usa-search-small .usa-search-input {
2156
+ width: calc(100% - 4.5rem); }
2157
+ .usa-search.usa-search-small [type="submit"],
2158
+ .usa-search.usa-search-small .usa-search-submit {
2159
+ background-image: url("../img/search.png");
2160
+ background-image: url("../img/search.svg");
2161
+ background-position: 50%;
2162
+ background-repeat: no-repeat;
2163
+ width: 4.5rem; } }
2164
+
2165
+ .usa-alert {
2166
+ background-color: #eeeeee;
2167
+ background-position: 1rem 2rem;
2168
+ background-repeat: no-repeat;
2169
+ background-size: 4rem;
2170
+ margin-top: 1.5em;
2171
+ padding: 1em; }
2172
+ @media screen and (min-width: 600px) {
2173
+ .usa-alert {
2174
+ background-size: 5.2rem; } }
2175
+ .usa-alert ul {
2176
+ margin-bottom: 0;
2177
+ margin-top: 1em; }
2178
+
2179
+ .usa-alert-icon {
2180
+ display: table-cell;
2181
+ padding-right: 1rem; }
2182
+
2183
+ .usa-alert-body {
2184
+ display: table-cell;
2185
+ padding-left: 3.5rem;
2186
+ vertical-align: top; }
2187
+ @media screen and (min-width: 600px) {
2188
+ .usa-alert-body {
2189
+ padding-left: 5rem; } }
2190
+
2191
+ .usa-alert-heading {
2192
+ margin-bottom: .3rem;
2193
+ margin-top: 0; }
2194
+ @media screen and (min-width: 600px) {
2195
+ .usa-alert-heading {
2196
+ margin-top: .3rem; } }
2197
+
2198
+ .usa-alert-text {
2199
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
2200
+ margin-bottom: 0;
2201
+ margin-top: 0; }
2202
+
2203
+ .usa-alert-success {
2204
+ background-color: #E5FCDE;
2205
+ background-image: url("../img/alerts/success.png");
2206
+ background-image: url("../img/alerts/success.svg"); }
2207
+
2208
+ .usa-alert-warning {
2209
+ background-color: #FDF7DC;
2210
+ background-image: url("../img/alerts/warning.png");
2211
+ background-image: url("../img/alerts/warning.svg"); }
2212
+
2213
+ .usa-alert-error {
2214
+ background-color: #F9DEDE;
2215
+ background-image: url("../img/alerts/error.png");
2216
+ background-image: url("../img/alerts/error.svg"); }
2217
+
2218
+ .usa-alert-info {
2219
+ background-color: #E8F5FA;
2220
+ background-image: url("../img/alerts/info.png");
2221
+ background-image: url("../img/alerts/info.svg"); }
2222
+
2223
+ .usa-alert-no_icon {
2224
+ background-image: none; }
2225
+
2226
+ .usa-accordion + .usa-accordion,
2227
+ .usa-accordion + .usa-accordion-bordered,
2228
+ .usa-accordion-bordered + .usa-accordion,
2229
+ .usa-accordion-bordered + .usa-accordion-bordered {
2230
+ margin-top: 1rem; }
2231
+ .usa-accordion > ul,
2232
+ .usa-accordion-bordered > ul {
2233
+ color: #212121;
2234
+ margin: 0;
2235
+ padding: 0;
2236
+ width: 100%; }
2237
+ .usa-accordion > ul > li,
2238
+ .usa-accordion-bordered > ul > li {
2239
+ background-color: #f1f1f1;
2240
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
2241
+ list-style: none;
2242
+ margin-bottom: 6px;
2243
+ width: 100%; }
2244
+ .usa-accordion button[aria-expanded=false],
2245
+ .usa-accordion-bordered button[aria-expanded=false] {
2246
+ background-image: url("../img/plus.png");
2247
+ background-image: url("../img/plus.svg");
2248
+ background-repeat: no-repeat;
2249
+ background-size: 1.3rem; }
2250
+ .usa-accordion button,
2251
+ .usa-accordion-bordered button {
2252
+ background-color: #f1f1f1;
2253
+ background-image: url("../img/minus.png");
2254
+ background-image: url("../img/minus.svg");
2255
+ background-position: right 3rem center;
2256
+ background-repeat: no-repeat;
2257
+ background-size: 13px;
2258
+ color: #212121;
2259
+ cursor: pointer;
2260
+ display: inline-block;
2261
+ font-family: "Source Sans Pro", "Helvetica", "Arial", sans-serif;
2262
+ margin: 0;
2263
+ padding-bottom: 1.5rem;
2264
+ padding-left: 3rem;
2265
+ padding-right: 5.5rem;
2266
+ padding-top: 1.5rem;
2267
+ width: 100%; }
2268
+ .usa-accordion button:focus,
2269
+ .usa-accordion-bordered button:focus {
2270
+ box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
2271
+ .usa-accordion button:hover,
2272
+ .usa-accordion-bordered button:hover {
2273
+ background-color: #d6d7d9;
2274
+ color: #212121; }
2275
+ .usa-accordion button h1, .usa-accordion button h2, .usa-accordion button h3, .usa-accordion button h4, .usa-accordion button h5, .usa-accordion button h6,
2276
+ .usa-accordion-bordered button h1,
2277
+ .usa-accordion-bordered button h2,
2278
+ .usa-accordion-bordered button h3,
2279
+ .usa-accordion-bordered button h4,
2280
+ .usa-accordion-bordered button h5,
2281
+ .usa-accordion-bordered button h6 {
2282
+ margin: 0; }
2283
+
2284
+ .usa-accordion-bordered .usa-accordion-content {
2285
+ border-bottom: 3px solid #f1f1f1;
2286
+ border-left: 3px solid #f1f1f1;
2287
+ border-right: 3px solid #f1f1f1; }
2288
+
2289
+ .usa-accordion-content {
2290
+ display: block;
2291
+ background-color: white;
2292
+ overflow: auto;
2293
+ padding: 3rem; }
2294
+ .usa-accordion-content > *:first-child {
2295
+ margin-top: 0; }
2296
+ .usa-accordion-content > *:last-child {
2297
+ margin-bottom: 0; }