rack-app-foundation 0.1.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.
@@ -0,0 +1,3271 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Foundation for Sites by ZURB
4
+ * Version 6.1.2
5
+ * foundation.zurb.com
6
+ * Licensed under MIT Open Source
7
+ */
8
+ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
9
+ /**
10
+ * 1. Set default font family to sans-serif.
11
+ * 2. Prevent iOS and IE text size adjust after device orientation change,
12
+ * without disabling 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/10/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 of focused elements when they are also in an
90
+ * active/hover state.
91
+ */
92
+ a:active,
93
+ a:hover {
94
+ outline: 0; }
95
+
96
+ /* Text-level semantics
97
+ ========================================================================== */
98
+ /**
99
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
100
+ */
101
+ abbr[title] {
102
+ border-bottom: 1px dotted; }
103
+
104
+ /**
105
+ * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
106
+ */
107
+ b,
108
+ strong {
109
+ font-weight: bold; }
110
+
111
+ /**
112
+ * Address styling not present in Safari and Chrome.
113
+ */
114
+ dfn {
115
+ font-style: italic; }
116
+
117
+ /**
118
+ * Address variable `h1` font-size and margin within `section` and `article`
119
+ * contexts in Firefox 4+, Safari, and Chrome.
120
+ */
121
+ h1 {
122
+ font-size: 2em;
123
+ margin: 0.67em 0; }
124
+
125
+ /**
126
+ * Address styling not present in IE 8/9.
127
+ */
128
+ mark {
129
+ background: #ff0;
130
+ color: #000; }
131
+
132
+ /**
133
+ * Address inconsistent and variable font size in all browsers.
134
+ */
135
+ small {
136
+ font-size: 80%; }
137
+
138
+ /**
139
+ * Prevent `sub` and `sup` affecting `line-height` in all browsers.
140
+ */
141
+ sub,
142
+ sup {
143
+ font-size: 75%;
144
+ line-height: 0;
145
+ position: relative;
146
+ vertical-align: baseline; }
147
+
148
+ sup {
149
+ top: -0.5em; }
150
+
151
+ sub {
152
+ bottom: -0.25em; }
153
+
154
+ /* Embedded content
155
+ ========================================================================== */
156
+ /**
157
+ * Remove border when inside `a` element in IE 8/9/10.
158
+ */
159
+ img {
160
+ border: 0; }
161
+
162
+ /**
163
+ * Correct overflow not hidden in IE 9/10/11.
164
+ */
165
+ svg:not(:root) {
166
+ overflow: hidden; }
167
+
168
+ /* Grouping content
169
+ ========================================================================== */
170
+ /**
171
+ * Address margin not present in IE 8/9 and Safari.
172
+ */
173
+ figure {
174
+ margin: 1em 40px; }
175
+
176
+ /**
177
+ * Address differences between Firefox and other browsers.
178
+ */
179
+ hr {
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
+ */
304
+ input[type="search"] {
305
+ -webkit-appearance: textfield;
306
+ /* 1 */
307
+ box-sizing: content-box;
308
+ /* 2 */ }
309
+
310
+ /**
311
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
312
+ * Safari (but not Chrome) clips the cancel button when the search input has
313
+ * padding (and `textfield` appearance).
314
+ */
315
+ input[type="search"]::-webkit-search-cancel-button,
316
+ input[type="search"]::-webkit-search-decoration {
317
+ -webkit-appearance: none; }
318
+
319
+ /**
320
+ * Define consistent border, margin, and padding.
321
+ * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
322
+ */
323
+ /* fieldset {
324
+ border: 1px solid #c0c0c0;
325
+ margin: 0 2px;
326
+ padding: 0.35em 0.625em 0.75em;
327
+ } */
328
+ /**
329
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
330
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
331
+ */
332
+ legend {
333
+ border: 0;
334
+ /* 1 */
335
+ padding: 0;
336
+ /* 2 */ }
337
+
338
+ /**
339
+ * Remove default vertical scrollbar in IE 8/9/10/11.
340
+ */
341
+ textarea {
342
+ overflow: auto; }
343
+
344
+ /**
345
+ * Don't inherit the `font-weight` (applied by a rule above).
346
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
347
+ */
348
+ optgroup {
349
+ font-weight: bold; }
350
+
351
+ /* Tables
352
+ ========================================================================== */
353
+ /**
354
+ * Remove most spacing between table cells.
355
+ */
356
+ table {
357
+ border-collapse: collapse;
358
+ border-spacing: 0; }
359
+
360
+ td,
361
+ th {
362
+ padding: 0; }
363
+
364
+ .foundation-mq {
365
+ font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }
366
+
367
+ html {
368
+ font-size: 100%;
369
+ box-sizing: border-box; }
370
+
371
+ *,
372
+ *:before,
373
+ *:after {
374
+ box-sizing: inherit; }
375
+
376
+ body {
377
+ padding: 0;
378
+ margin: 0;
379
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
380
+ font-weight: normal;
381
+ line-height: 1.5;
382
+ color: #0a0a0a;
383
+ background: #fefefe;
384
+ -webkit-font-smoothing: antialiased;
385
+ -moz-osx-font-smoothing: grayscale; }
386
+
387
+ img {
388
+ max-width: 100%;
389
+ height: auto;
390
+ -ms-interpolation-mode: bicubic;
391
+ display: inline-block;
392
+ vertical-align: middle; }
393
+
394
+ textarea {
395
+ height: auto;
396
+ min-height: 50px;
397
+ border-radius: 0; }
398
+
399
+ select {
400
+ width: 100%;
401
+ border-radius: 0; }
402
+
403
+ #map_canvas img,
404
+ #map_canvas embed,
405
+ #map_canvas object,
406
+ .map_canvas img,
407
+ .map_canvas embed,
408
+ .map_canvas object,
409
+ .mqa-display img,
410
+ .mqa-display embed,
411
+ .mqa-display object {
412
+ max-width: none !important; }
413
+
414
+ button {
415
+ -webkit-appearance: none;
416
+ -moz-appearance: none;
417
+ background: transparent;
418
+ padding: 0;
419
+ border: 0;
420
+ border-radius: 0;
421
+ line-height: 1; }
422
+
423
+ .is-visible {
424
+ display: block !important; }
425
+
426
+ .is-hidden {
427
+ display: none !important; }
428
+
429
+ .row {
430
+ max-width: 75rem;
431
+ margin-left: auto;
432
+ margin-right: auto; }
433
+ .row::before, .row::after {
434
+ content: ' ';
435
+ display: table; }
436
+ .row::after {
437
+ clear: both; }
438
+ .row.collapse > .column, .row.collapse > .columns {
439
+ padding-left: 0;
440
+ padding-right: 0; }
441
+ .row .row {
442
+ margin-left: -0.625rem;
443
+ margin-right: -0.625rem; }
444
+ @media screen and (min-width: 40em) {
445
+ .row .row {
446
+ margin-left: -0.9375rem;
447
+ margin-right: -0.9375rem; } }
448
+ .row .row.collapse {
449
+ margin-left: 0;
450
+ margin-right: 0; }
451
+ .row.expanded {
452
+ max-width: none; }
453
+ .row.expanded .row {
454
+ margin-left: auto;
455
+ margin-right: auto; }
456
+
457
+ .column, .columns {
458
+ padding-left: 0.625rem;
459
+ padding-right: 0.625rem;
460
+ width: 100%;
461
+ float: left; }
462
+ @media screen and (min-width: 40em) {
463
+ .column, .columns {
464
+ padding-left: 0.9375rem;
465
+ padding-right: 0.9375rem; } }
466
+ .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
467
+ float: right; }
468
+ .column.end:last-child:last-child, .end.columns:last-child:last-child {
469
+ float: left; }
470
+
471
+ .column.row.row, .row.row.columns {
472
+ float: none; }
473
+ .row .column.row.row, .row .row.row.columns {
474
+ padding-left: 0;
475
+ padding-right: 0;
476
+ margin-left: 0;
477
+ margin-right: 0; }
478
+
479
+ .small-1 {
480
+ width: 8.33333%; }
481
+
482
+ .small-push-1 {
483
+ position: relative;
484
+ left: 8.33333%; }
485
+
486
+ .small-pull-1 {
487
+ position: relative;
488
+ left: -8.33333%; }
489
+
490
+ .small-offset-0 {
491
+ margin-left: 0%; }
492
+
493
+ .small-2 {
494
+ width: 16.66667%; }
495
+
496
+ .small-push-2 {
497
+ position: relative;
498
+ left: 16.66667%; }
499
+
500
+ .small-pull-2 {
501
+ position: relative;
502
+ left: -16.66667%; }
503
+
504
+ .small-offset-1 {
505
+ margin-left: 8.33333%; }
506
+
507
+ .small-3 {
508
+ width: 25%; }
509
+
510
+ .small-push-3 {
511
+ position: relative;
512
+ left: 25%; }
513
+
514
+ .small-pull-3 {
515
+ position: relative;
516
+ left: -25%; }
517
+
518
+ .small-offset-2 {
519
+ margin-left: 16.66667%; }
520
+
521
+ .small-4 {
522
+ width: 33.33333%; }
523
+
524
+ .small-push-4 {
525
+ position: relative;
526
+ left: 33.33333%; }
527
+
528
+ .small-pull-4 {
529
+ position: relative;
530
+ left: -33.33333%; }
531
+
532
+ .small-offset-3 {
533
+ margin-left: 25%; }
534
+
535
+ .small-5 {
536
+ width: 41.66667%; }
537
+
538
+ .small-push-5 {
539
+ position: relative;
540
+ left: 41.66667%; }
541
+
542
+ .small-pull-5 {
543
+ position: relative;
544
+ left: -41.66667%; }
545
+
546
+ .small-offset-4 {
547
+ margin-left: 33.33333%; }
548
+
549
+ .small-6 {
550
+ width: 50%; }
551
+
552
+ .small-push-6 {
553
+ position: relative;
554
+ left: 50%; }
555
+
556
+ .small-pull-6 {
557
+ position: relative;
558
+ left: -50%; }
559
+
560
+ .small-offset-5 {
561
+ margin-left: 41.66667%; }
562
+
563
+ .small-7 {
564
+ width: 58.33333%; }
565
+
566
+ .small-push-7 {
567
+ position: relative;
568
+ left: 58.33333%; }
569
+
570
+ .small-pull-7 {
571
+ position: relative;
572
+ left: -58.33333%; }
573
+
574
+ .small-offset-6 {
575
+ margin-left: 50%; }
576
+
577
+ .small-8 {
578
+ width: 66.66667%; }
579
+
580
+ .small-push-8 {
581
+ position: relative;
582
+ left: 66.66667%; }
583
+
584
+ .small-pull-8 {
585
+ position: relative;
586
+ left: -66.66667%; }
587
+
588
+ .small-offset-7 {
589
+ margin-left: 58.33333%; }
590
+
591
+ .small-9 {
592
+ width: 75%; }
593
+
594
+ .small-push-9 {
595
+ position: relative;
596
+ left: 75%; }
597
+
598
+ .small-pull-9 {
599
+ position: relative;
600
+ left: -75%; }
601
+
602
+ .small-offset-8 {
603
+ margin-left: 66.66667%; }
604
+
605
+ .small-10 {
606
+ width: 83.33333%; }
607
+
608
+ .small-push-10 {
609
+ position: relative;
610
+ left: 83.33333%; }
611
+
612
+ .small-pull-10 {
613
+ position: relative;
614
+ left: -83.33333%; }
615
+
616
+ .small-offset-9 {
617
+ margin-left: 75%; }
618
+
619
+ .small-11 {
620
+ width: 91.66667%; }
621
+
622
+ .small-push-11 {
623
+ position: relative;
624
+ left: 91.66667%; }
625
+
626
+ .small-pull-11 {
627
+ position: relative;
628
+ left: -91.66667%; }
629
+
630
+ .small-offset-10 {
631
+ margin-left: 83.33333%; }
632
+
633
+ .small-12 {
634
+ width: 100%; }
635
+
636
+ .small-offset-11 {
637
+ margin-left: 91.66667%; }
638
+
639
+ .small-up-1 > .column, .small-up-1 > .columns {
640
+ width: 100%;
641
+ float: left; }
642
+ .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
643
+ clear: none; }
644
+ .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
645
+ clear: both; }
646
+ .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
647
+ float: left; }
648
+
649
+ .small-up-2 > .column, .small-up-2 > .columns {
650
+ width: 50%;
651
+ float: left; }
652
+ .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
653
+ clear: none; }
654
+ .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
655
+ clear: both; }
656
+ .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
657
+ float: left; }
658
+
659
+ .small-up-3 > .column, .small-up-3 > .columns {
660
+ width: 33.33333%;
661
+ float: left; }
662
+ .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
663
+ clear: none; }
664
+ .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
665
+ clear: both; }
666
+ .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
667
+ float: left; }
668
+
669
+ .small-up-4 > .column, .small-up-4 > .columns {
670
+ width: 25%;
671
+ float: left; }
672
+ .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
673
+ clear: none; }
674
+ .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
675
+ clear: both; }
676
+ .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
677
+ float: left; }
678
+
679
+ .small-up-5 > .column, .small-up-5 > .columns {
680
+ width: 20%;
681
+ float: left; }
682
+ .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
683
+ clear: none; }
684
+ .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
685
+ clear: both; }
686
+ .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
687
+ float: left; }
688
+
689
+ .small-up-6 > .column, .small-up-6 > .columns {
690
+ width: 16.66667%;
691
+ float: left; }
692
+ .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
693
+ clear: none; }
694
+ .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
695
+ clear: both; }
696
+ .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
697
+ float: left; }
698
+
699
+ .small-up-7 > .column, .small-up-7 > .columns {
700
+ width: 14.28571%;
701
+ float: left; }
702
+ .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
703
+ clear: none; }
704
+ .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
705
+ clear: both; }
706
+ .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
707
+ float: left; }
708
+
709
+ .small-up-8 > .column, .small-up-8 > .columns {
710
+ width: 12.5%;
711
+ float: left; }
712
+ .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
713
+ clear: none; }
714
+ .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
715
+ clear: both; }
716
+ .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
717
+ float: left; }
718
+
719
+ .small-collapse > .column, .small-collapse > .columns {
720
+ padding-left: 0;
721
+ padding-right: 0; }
722
+
723
+ .small-collapse .row {
724
+ margin-left: 0;
725
+ margin-right: 0; }
726
+
727
+ .small-uncollapse > .column, .small-uncollapse > .columns {
728
+ padding-left: 0.625rem;
729
+ padding-right: 0.625rem; }
730
+
731
+ .small-centered {
732
+ float: none;
733
+ margin-left: auto;
734
+ margin-right: auto; }
735
+
736
+ .small-uncentered,
737
+ .small-push-0,
738
+ .small-pull-0 {
739
+ position: static;
740
+ margin-left: 0;
741
+ margin-right: 0;
742
+ float: left; }
743
+
744
+ @media screen and (min-width: 40em) {
745
+ .medium-1 {
746
+ width: 8.33333%; }
747
+ .medium-push-1 {
748
+ position: relative;
749
+ left: 8.33333%; }
750
+ .medium-pull-1 {
751
+ position: relative;
752
+ left: -8.33333%; }
753
+ .medium-offset-0 {
754
+ margin-left: 0%; }
755
+ .medium-2 {
756
+ width: 16.66667%; }
757
+ .medium-push-2 {
758
+ position: relative;
759
+ left: 16.66667%; }
760
+ .medium-pull-2 {
761
+ position: relative;
762
+ left: -16.66667%; }
763
+ .medium-offset-1 {
764
+ margin-left: 8.33333%; }
765
+ .medium-3 {
766
+ width: 25%; }
767
+ .medium-push-3 {
768
+ position: relative;
769
+ left: 25%; }
770
+ .medium-pull-3 {
771
+ position: relative;
772
+ left: -25%; }
773
+ .medium-offset-2 {
774
+ margin-left: 16.66667%; }
775
+ .medium-4 {
776
+ width: 33.33333%; }
777
+ .medium-push-4 {
778
+ position: relative;
779
+ left: 33.33333%; }
780
+ .medium-pull-4 {
781
+ position: relative;
782
+ left: -33.33333%; }
783
+ .medium-offset-3 {
784
+ margin-left: 25%; }
785
+ .medium-5 {
786
+ width: 41.66667%; }
787
+ .medium-push-5 {
788
+ position: relative;
789
+ left: 41.66667%; }
790
+ .medium-pull-5 {
791
+ position: relative;
792
+ left: -41.66667%; }
793
+ .medium-offset-4 {
794
+ margin-left: 33.33333%; }
795
+ .medium-6 {
796
+ width: 50%; }
797
+ .medium-push-6 {
798
+ position: relative;
799
+ left: 50%; }
800
+ .medium-pull-6 {
801
+ position: relative;
802
+ left: -50%; }
803
+ .medium-offset-5 {
804
+ margin-left: 41.66667%; }
805
+ .medium-7 {
806
+ width: 58.33333%; }
807
+ .medium-push-7 {
808
+ position: relative;
809
+ left: 58.33333%; }
810
+ .medium-pull-7 {
811
+ position: relative;
812
+ left: -58.33333%; }
813
+ .medium-offset-6 {
814
+ margin-left: 50%; }
815
+ .medium-8 {
816
+ width: 66.66667%; }
817
+ .medium-push-8 {
818
+ position: relative;
819
+ left: 66.66667%; }
820
+ .medium-pull-8 {
821
+ position: relative;
822
+ left: -66.66667%; }
823
+ .medium-offset-7 {
824
+ margin-left: 58.33333%; }
825
+ .medium-9 {
826
+ width: 75%; }
827
+ .medium-push-9 {
828
+ position: relative;
829
+ left: 75%; }
830
+ .medium-pull-9 {
831
+ position: relative;
832
+ left: -75%; }
833
+ .medium-offset-8 {
834
+ margin-left: 66.66667%; }
835
+ .medium-10 {
836
+ width: 83.33333%; }
837
+ .medium-push-10 {
838
+ position: relative;
839
+ left: 83.33333%; }
840
+ .medium-pull-10 {
841
+ position: relative;
842
+ left: -83.33333%; }
843
+ .medium-offset-9 {
844
+ margin-left: 75%; }
845
+ .medium-11 {
846
+ width: 91.66667%; }
847
+ .medium-push-11 {
848
+ position: relative;
849
+ left: 91.66667%; }
850
+ .medium-pull-11 {
851
+ position: relative;
852
+ left: -91.66667%; }
853
+ .medium-offset-10 {
854
+ margin-left: 83.33333%; }
855
+ .medium-12 {
856
+ width: 100%; }
857
+ .medium-offset-11 {
858
+ margin-left: 91.66667%; }
859
+ .medium-up-1 > .column, .medium-up-1 > .columns {
860
+ width: 100%;
861
+ float: left; }
862
+ .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
863
+ clear: none; }
864
+ .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
865
+ clear: both; }
866
+ .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
867
+ float: left; }
868
+ .medium-up-2 > .column, .medium-up-2 > .columns {
869
+ width: 50%;
870
+ float: left; }
871
+ .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
872
+ clear: none; }
873
+ .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
874
+ clear: both; }
875
+ .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
876
+ float: left; }
877
+ .medium-up-3 > .column, .medium-up-3 > .columns {
878
+ width: 33.33333%;
879
+ float: left; }
880
+ .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
881
+ clear: none; }
882
+ .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
883
+ clear: both; }
884
+ .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
885
+ float: left; }
886
+ .medium-up-4 > .column, .medium-up-4 > .columns {
887
+ width: 25%;
888
+ float: left; }
889
+ .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
890
+ clear: none; }
891
+ .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
892
+ clear: both; }
893
+ .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
894
+ float: left; }
895
+ .medium-up-5 > .column, .medium-up-5 > .columns {
896
+ width: 20%;
897
+ float: left; }
898
+ .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
899
+ clear: none; }
900
+ .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
901
+ clear: both; }
902
+ .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
903
+ float: left; }
904
+ .medium-up-6 > .column, .medium-up-6 > .columns {
905
+ width: 16.66667%;
906
+ float: left; }
907
+ .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
908
+ clear: none; }
909
+ .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
910
+ clear: both; }
911
+ .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
912
+ float: left; }
913
+ .medium-up-7 > .column, .medium-up-7 > .columns {
914
+ width: 14.28571%;
915
+ float: left; }
916
+ .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
917
+ clear: none; }
918
+ .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
919
+ clear: both; }
920
+ .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
921
+ float: left; }
922
+ .medium-up-8 > .column, .medium-up-8 > .columns {
923
+ width: 12.5%;
924
+ float: left; }
925
+ .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
926
+ clear: none; }
927
+ .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
928
+ clear: both; }
929
+ .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
930
+ float: left; }
931
+ .medium-collapse > .column, .medium-collapse > .columns {
932
+ padding-left: 0;
933
+ padding-right: 0; }
934
+ .medium-collapse .row {
935
+ margin-left: 0;
936
+ margin-right: 0; }
937
+ .medium-uncollapse > .column, .medium-uncollapse > .columns {
938
+ padding-left: 0.9375rem;
939
+ padding-right: 0.9375rem; }
940
+ .medium-centered {
941
+ float: none;
942
+ margin-left: auto;
943
+ margin-right: auto; }
944
+ .medium-uncentered,
945
+ .medium-push-0,
946
+ .medium-pull-0 {
947
+ position: static;
948
+ margin-left: 0;
949
+ margin-right: 0;
950
+ float: left; } }
951
+
952
+ @media screen and (min-width: 64em) {
953
+ .large-1 {
954
+ width: 8.33333%; }
955
+ .large-push-1 {
956
+ position: relative;
957
+ left: 8.33333%; }
958
+ .large-pull-1 {
959
+ position: relative;
960
+ left: -8.33333%; }
961
+ .large-offset-0 {
962
+ margin-left: 0%; }
963
+ .large-2 {
964
+ width: 16.66667%; }
965
+ .large-push-2 {
966
+ position: relative;
967
+ left: 16.66667%; }
968
+ .large-pull-2 {
969
+ position: relative;
970
+ left: -16.66667%; }
971
+ .large-offset-1 {
972
+ margin-left: 8.33333%; }
973
+ .large-3 {
974
+ width: 25%; }
975
+ .large-push-3 {
976
+ position: relative;
977
+ left: 25%; }
978
+ .large-pull-3 {
979
+ position: relative;
980
+ left: -25%; }
981
+ .large-offset-2 {
982
+ margin-left: 16.66667%; }
983
+ .large-4 {
984
+ width: 33.33333%; }
985
+ .large-push-4 {
986
+ position: relative;
987
+ left: 33.33333%; }
988
+ .large-pull-4 {
989
+ position: relative;
990
+ left: -33.33333%; }
991
+ .large-offset-3 {
992
+ margin-left: 25%; }
993
+ .large-5 {
994
+ width: 41.66667%; }
995
+ .large-push-5 {
996
+ position: relative;
997
+ left: 41.66667%; }
998
+ .large-pull-5 {
999
+ position: relative;
1000
+ left: -41.66667%; }
1001
+ .large-offset-4 {
1002
+ margin-left: 33.33333%; }
1003
+ .large-6 {
1004
+ width: 50%; }
1005
+ .large-push-6 {
1006
+ position: relative;
1007
+ left: 50%; }
1008
+ .large-pull-6 {
1009
+ position: relative;
1010
+ left: -50%; }
1011
+ .large-offset-5 {
1012
+ margin-left: 41.66667%; }
1013
+ .large-7 {
1014
+ width: 58.33333%; }
1015
+ .large-push-7 {
1016
+ position: relative;
1017
+ left: 58.33333%; }
1018
+ .large-pull-7 {
1019
+ position: relative;
1020
+ left: -58.33333%; }
1021
+ .large-offset-6 {
1022
+ margin-left: 50%; }
1023
+ .large-8 {
1024
+ width: 66.66667%; }
1025
+ .large-push-8 {
1026
+ position: relative;
1027
+ left: 66.66667%; }
1028
+ .large-pull-8 {
1029
+ position: relative;
1030
+ left: -66.66667%; }
1031
+ .large-offset-7 {
1032
+ margin-left: 58.33333%; }
1033
+ .large-9 {
1034
+ width: 75%; }
1035
+ .large-push-9 {
1036
+ position: relative;
1037
+ left: 75%; }
1038
+ .large-pull-9 {
1039
+ position: relative;
1040
+ left: -75%; }
1041
+ .large-offset-8 {
1042
+ margin-left: 66.66667%; }
1043
+ .large-10 {
1044
+ width: 83.33333%; }
1045
+ .large-push-10 {
1046
+ position: relative;
1047
+ left: 83.33333%; }
1048
+ .large-pull-10 {
1049
+ position: relative;
1050
+ left: -83.33333%; }
1051
+ .large-offset-9 {
1052
+ margin-left: 75%; }
1053
+ .large-11 {
1054
+ width: 91.66667%; }
1055
+ .large-push-11 {
1056
+ position: relative;
1057
+ left: 91.66667%; }
1058
+ .large-pull-11 {
1059
+ position: relative;
1060
+ left: -91.66667%; }
1061
+ .large-offset-10 {
1062
+ margin-left: 83.33333%; }
1063
+ .large-12 {
1064
+ width: 100%; }
1065
+ .large-offset-11 {
1066
+ margin-left: 91.66667%; }
1067
+ .large-up-1 > .column, .large-up-1 > .columns {
1068
+ width: 100%;
1069
+ float: left; }
1070
+ .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
1071
+ clear: none; }
1072
+ .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
1073
+ clear: both; }
1074
+ .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
1075
+ float: left; }
1076
+ .large-up-2 > .column, .large-up-2 > .columns {
1077
+ width: 50%;
1078
+ float: left; }
1079
+ .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
1080
+ clear: none; }
1081
+ .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
1082
+ clear: both; }
1083
+ .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
1084
+ float: left; }
1085
+ .large-up-3 > .column, .large-up-3 > .columns {
1086
+ width: 33.33333%;
1087
+ float: left; }
1088
+ .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
1089
+ clear: none; }
1090
+ .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
1091
+ clear: both; }
1092
+ .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
1093
+ float: left; }
1094
+ .large-up-4 > .column, .large-up-4 > .columns {
1095
+ width: 25%;
1096
+ float: left; }
1097
+ .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
1098
+ clear: none; }
1099
+ .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
1100
+ clear: both; }
1101
+ .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
1102
+ float: left; }
1103
+ .large-up-5 > .column, .large-up-5 > .columns {
1104
+ width: 20%;
1105
+ float: left; }
1106
+ .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
1107
+ clear: none; }
1108
+ .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
1109
+ clear: both; }
1110
+ .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
1111
+ float: left; }
1112
+ .large-up-6 > .column, .large-up-6 > .columns {
1113
+ width: 16.66667%;
1114
+ float: left; }
1115
+ .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
1116
+ clear: none; }
1117
+ .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
1118
+ clear: both; }
1119
+ .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
1120
+ float: left; }
1121
+ .large-up-7 > .column, .large-up-7 > .columns {
1122
+ width: 14.28571%;
1123
+ float: left; }
1124
+ .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
1125
+ clear: none; }
1126
+ .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
1127
+ clear: both; }
1128
+ .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
1129
+ float: left; }
1130
+ .large-up-8 > .column, .large-up-8 > .columns {
1131
+ width: 12.5%;
1132
+ float: left; }
1133
+ .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
1134
+ clear: none; }
1135
+ .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
1136
+ clear: both; }
1137
+ .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
1138
+ float: left; }
1139
+ .large-collapse > .column, .large-collapse > .columns {
1140
+ padding-left: 0;
1141
+ padding-right: 0; }
1142
+ .large-collapse .row {
1143
+ margin-left: 0;
1144
+ margin-right: 0; }
1145
+ .large-uncollapse > .column, .large-uncollapse > .columns {
1146
+ padding-left: 0.9375rem;
1147
+ padding-right: 0.9375rem; }
1148
+ .large-centered {
1149
+ float: none;
1150
+ margin-left: auto;
1151
+ margin-right: auto; }
1152
+ .large-uncentered,
1153
+ .large-push-0,
1154
+ .large-pull-0 {
1155
+ position: static;
1156
+ margin-left: 0;
1157
+ margin-right: 0;
1158
+ float: left; } }
1159
+
1160
+ div,
1161
+ dl,
1162
+ dt,
1163
+ dd,
1164
+ ul,
1165
+ ol,
1166
+ li,
1167
+ h1,
1168
+ h2,
1169
+ h3,
1170
+ h4,
1171
+ h5,
1172
+ h6,
1173
+ pre,
1174
+ form,
1175
+ p,
1176
+ blockquote,
1177
+ th,
1178
+ td {
1179
+ margin: 0;
1180
+ padding: 0; }
1181
+
1182
+ p {
1183
+ font-size: inherit;
1184
+ line-height: 1.6;
1185
+ margin-bottom: 1rem;
1186
+ text-rendering: optimizeLegibility; }
1187
+
1188
+ em,
1189
+ i {
1190
+ font-style: italic;
1191
+ line-height: inherit; }
1192
+
1193
+ strong,
1194
+ b {
1195
+ font-weight: bold;
1196
+ line-height: inherit; }
1197
+
1198
+ small {
1199
+ font-size: 80%;
1200
+ line-height: inherit; }
1201
+
1202
+ h1,
1203
+ h2,
1204
+ h3,
1205
+ h4,
1206
+ h5,
1207
+ h6 {
1208
+ font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
1209
+ font-weight: normal;
1210
+ font-style: normal;
1211
+ color: inherit;
1212
+ text-rendering: optimizeLegibility;
1213
+ margin-top: 0;
1214
+ margin-bottom: 0.5rem;
1215
+ line-height: 1.4; }
1216
+ h1 small,
1217
+ h2 small,
1218
+ h3 small,
1219
+ h4 small,
1220
+ h5 small,
1221
+ h6 small {
1222
+ color: #cacaca;
1223
+ line-height: 0; }
1224
+
1225
+ h1 {
1226
+ font-size: 1.5rem; }
1227
+
1228
+ h2 {
1229
+ font-size: 1.25rem; }
1230
+
1231
+ h3 {
1232
+ font-size: 1.1875rem; }
1233
+
1234
+ h4 {
1235
+ font-size: 1.125rem; }
1236
+
1237
+ h5 {
1238
+ font-size: 1.0625rem; }
1239
+
1240
+ h6 {
1241
+ font-size: 1rem; }
1242
+
1243
+ @media screen and (min-width: 40em) {
1244
+ h1 {
1245
+ font-size: 3rem; }
1246
+ h2 {
1247
+ font-size: 2.5rem; }
1248
+ h3 {
1249
+ font-size: 1.9375rem; }
1250
+ h4 {
1251
+ font-size: 1.5625rem; }
1252
+ h5 {
1253
+ font-size: 1.25rem; }
1254
+ h6 {
1255
+ font-size: 1rem; } }
1256
+
1257
+ a {
1258
+ color: #2199e8;
1259
+ text-decoration: none;
1260
+ line-height: inherit;
1261
+ cursor: pointer; }
1262
+ a:hover, a:focus {
1263
+ color: #1585cf; }
1264
+ a img {
1265
+ border: 0; }
1266
+
1267
+ hr {
1268
+ max-width: 75rem;
1269
+ height: 0;
1270
+ border-right: 0;
1271
+ border-top: 0;
1272
+ border-bottom: 1px solid #cacaca;
1273
+ border-left: 0;
1274
+ margin: 1.25rem auto;
1275
+ clear: both; }
1276
+
1277
+ ul,
1278
+ ol,
1279
+ dl {
1280
+ line-height: 1.6;
1281
+ margin-bottom: 1rem;
1282
+ list-style-position: outside; }
1283
+
1284
+ li {
1285
+ font-size: inherit; }
1286
+
1287
+ ul {
1288
+ list-style-type: disc;
1289
+ margin-left: 1.25rem; }
1290
+
1291
+ ol {
1292
+ margin-left: 1.25rem; }
1293
+
1294
+ ul ul, ol ul, ul ol, ol ol {
1295
+ margin-left: 1.25rem;
1296
+ margin-bottom: 0; }
1297
+
1298
+ dl {
1299
+ margin-bottom: 1rem; }
1300
+ dl dt {
1301
+ margin-bottom: 0.3rem;
1302
+ font-weight: bold; }
1303
+
1304
+ blockquote {
1305
+ margin: 0 0 1rem;
1306
+ padding: 0.5625rem 1.25rem 0 1.1875rem;
1307
+ border-left: 1px solid #cacaca; }
1308
+ blockquote, blockquote p {
1309
+ line-height: 1.6;
1310
+ color: #8a8a8a; }
1311
+
1312
+ cite {
1313
+ display: block;
1314
+ font-size: 0.8125rem;
1315
+ color: #8a8a8a; }
1316
+ cite:before {
1317
+ content: '\2014 \0020'; }
1318
+
1319
+ abbr {
1320
+ color: #0a0a0a;
1321
+ cursor: help;
1322
+ border-bottom: 1px dotted #0a0a0a; }
1323
+
1324
+ code {
1325
+ font-family: Consolas, "Liberation Mono", Courier, monospace;
1326
+ font-weight: normal;
1327
+ color: #0a0a0a;
1328
+ background-color: #e6e6e6;
1329
+ border: 1px solid #cacaca;
1330
+ padding: 0.125rem 0.3125rem 0.0625rem; }
1331
+
1332
+ kbd {
1333
+ padding: 0.125rem 0.25rem 0;
1334
+ margin: 0;
1335
+ background-color: #e6e6e6;
1336
+ color: #0a0a0a;
1337
+ font-family: Consolas, "Liberation Mono", Courier, monospace; }
1338
+
1339
+ .subheader {
1340
+ margin-top: 0.2rem;
1341
+ margin-bottom: 0.5rem;
1342
+ font-weight: normal;
1343
+ line-height: 1.4;
1344
+ color: #8a8a8a; }
1345
+
1346
+ .lead {
1347
+ font-size: 125%;
1348
+ line-height: 1.6; }
1349
+
1350
+ .stat {
1351
+ font-size: 2.5rem;
1352
+ line-height: 1; }
1353
+ p + .stat {
1354
+ margin-top: -1rem; }
1355
+
1356
+ .no-bullet {
1357
+ margin-left: 0;
1358
+ list-style: none; }
1359
+
1360
+ .text-left {
1361
+ text-align: left; }
1362
+
1363
+ .text-right {
1364
+ text-align: right; }
1365
+
1366
+ .text-center {
1367
+ text-align: center; }
1368
+
1369
+ .text-justify {
1370
+ text-align: justify; }
1371
+
1372
+ @media screen and (min-width: 40em) {
1373
+ .medium-text-left {
1374
+ text-align: left; }
1375
+ .medium-text-right {
1376
+ text-align: right; }
1377
+ .medium-text-center {
1378
+ text-align: center; }
1379
+ .medium-text-justify {
1380
+ text-align: justify; } }
1381
+
1382
+ @media screen and (min-width: 64em) {
1383
+ .large-text-left {
1384
+ text-align: left; }
1385
+ .large-text-right {
1386
+ text-align: right; }
1387
+ .large-text-center {
1388
+ text-align: center; }
1389
+ .large-text-justify {
1390
+ text-align: justify; } }
1391
+
1392
+ .show-for-print {
1393
+ display: none !important; }
1394
+
1395
+ @media print {
1396
+ * {
1397
+ background: transparent !important;
1398
+ color: black !important;
1399
+ box-shadow: none !important;
1400
+ text-shadow: none !important; }
1401
+ .show-for-print {
1402
+ display: block !important; }
1403
+ .hide-for-print {
1404
+ display: none !important; }
1405
+ table.show-for-print {
1406
+ display: table !important; }
1407
+ thead.show-for-print {
1408
+ display: table-header-group !important; }
1409
+ tbody.show-for-print {
1410
+ display: table-row-group !important; }
1411
+ tr.show-for-print {
1412
+ display: table-row !important; }
1413
+ td.show-for-print {
1414
+ display: table-cell !important; }
1415
+ th.show-for-print {
1416
+ display: table-cell !important; }
1417
+ a,
1418
+ a:visited {
1419
+ text-decoration: underline; }
1420
+ a[href]:after {
1421
+ content: " (" attr(href) ")"; }
1422
+ .ir a:after,
1423
+ a[href^='javascript:']:after,
1424
+ a[href^='#']:after {
1425
+ content: ''; }
1426
+ abbr[title]:after {
1427
+ content: " (" attr(title) ")"; }
1428
+ pre,
1429
+ blockquote {
1430
+ border: 1px solid #999;
1431
+ page-break-inside: avoid; }
1432
+ thead {
1433
+ display: table-header-group; }
1434
+ tr,
1435
+ img {
1436
+ page-break-inside: avoid; }
1437
+ img {
1438
+ max-width: 100% !important; }
1439
+ @page {
1440
+ margin: 0.5cm; }
1441
+ p,
1442
+ h2,
1443
+ h3 {
1444
+ orphans: 3;
1445
+ widows: 3; }
1446
+ h2,
1447
+ h3 {
1448
+ page-break-after: avoid; } }
1449
+
1450
+ .button {
1451
+ display: inline-block;
1452
+ text-align: center;
1453
+ line-height: 1;
1454
+ cursor: pointer;
1455
+ -webkit-appearance: none;
1456
+ transition: background-color 0.25s ease-out, color 0.25s ease-out;
1457
+ vertical-align: middle;
1458
+ border: 1px solid transparent;
1459
+ border-radius: 0;
1460
+ padding: 0.85em 1em;
1461
+ margin: 0 0 1rem 0;
1462
+ font-size: 0.9rem;
1463
+ background-color: #2199e8;
1464
+ color: #fff; }
1465
+ [data-whatinput='mouse'] .button {
1466
+ outline: 0; }
1467
+ .button:hover, .button:focus {
1468
+ background-color: #1583cc;
1469
+ color: #fff; }
1470
+ .button.tiny {
1471
+ font-size: 0.6rem; }
1472
+ .button.small {
1473
+ font-size: 0.75rem; }
1474
+ .button.large {
1475
+ font-size: 1.25rem; }
1476
+ .button.expanded {
1477
+ display: block;
1478
+ width: 100%;
1479
+ margin-left: 0;
1480
+ margin-right: 0; }
1481
+ .button.primary {
1482
+ background-color: #2199e8;
1483
+ color: #fff; }
1484
+ .button.primary:hover, .button.primary:focus {
1485
+ background-color: #147cc0;
1486
+ color: #fff; }
1487
+ .button.secondary {
1488
+ background-color: #777;
1489
+ color: #fff; }
1490
+ .button.secondary:hover, .button.secondary:focus {
1491
+ background-color: #5f5f5f;
1492
+ color: #fff; }
1493
+ .button.success {
1494
+ background-color: #3adb76;
1495
+ color: #fff; }
1496
+ .button.success:hover, .button.success:focus {
1497
+ background-color: #22bb5b;
1498
+ color: #fff; }
1499
+ .button.alert {
1500
+ background-color: #ec5840;
1501
+ color: #fff; }
1502
+ .button.alert:hover, .button.alert:focus {
1503
+ background-color: #da3116;
1504
+ color: #fff; }
1505
+ .button.warning {
1506
+ background-color: #ffae00;
1507
+ color: #fff; }
1508
+ .button.warning:hover, .button.warning:focus {
1509
+ background-color: #cc8b00;
1510
+ color: #fff; }
1511
+ .button.hollow {
1512
+ border: 1px solid #2199e8;
1513
+ color: #2199e8; }
1514
+ .button.hollow, .button.hollow:hover, .button.hollow:focus {
1515
+ background-color: transparent; }
1516
+ .button.hollow:hover, .button.hollow:focus {
1517
+ border-color: #0c4d78;
1518
+ color: #0c4d78; }
1519
+ .button.hollow.primary {
1520
+ border: 1px solid #2199e8;
1521
+ color: #2199e8; }
1522
+ .button.hollow.primary:hover, .button.hollow.primary:focus {
1523
+ border-color: #0c4d78;
1524
+ color: #0c4d78; }
1525
+ .button.hollow.secondary {
1526
+ border: 1px solid #777;
1527
+ color: #777; }
1528
+ .button.hollow.secondary:hover, .button.hollow.secondary:focus {
1529
+ border-color: #3c3c3c;
1530
+ color: #3c3c3c; }
1531
+ .button.hollow.success {
1532
+ border: 1px solid #3adb76;
1533
+ color: #3adb76; }
1534
+ .button.hollow.success:hover, .button.hollow.success:focus {
1535
+ border-color: #157539;
1536
+ color: #157539; }
1537
+ .button.hollow.alert {
1538
+ border: 1px solid #ec5840;
1539
+ color: #ec5840; }
1540
+ .button.hollow.alert:hover, .button.hollow.alert:focus {
1541
+ border-color: #881f0e;
1542
+ color: #881f0e; }
1543
+ .button.hollow.warning {
1544
+ border: 1px solid #ffae00;
1545
+ color: #ffae00; }
1546
+ .button.hollow.warning:hover, .button.hollow.warning:focus {
1547
+ border-color: #805700;
1548
+ color: #805700; }
1549
+ .button.disabled, .button[disabled] {
1550
+ opacity: 0.25;
1551
+ cursor: not-allowed;
1552
+ pointer-events: none; }
1553
+ .button.dropdown::after {
1554
+ content: '';
1555
+ display: block;
1556
+ width: 0;
1557
+ height: 0;
1558
+ border: inset 0.4em;
1559
+ border-color: #fefefe transparent transparent;
1560
+ border-top-style: solid;
1561
+ border-bottom-width: 0;
1562
+ position: relative;
1563
+ top: 0.4em;
1564
+ float: right;
1565
+ margin-left: 1em;
1566
+ display: inline-block; }
1567
+ .button.arrow-only::after {
1568
+ margin-left: 0;
1569
+ float: none;
1570
+ top: 0.2em; }
1571
+
1572
+ [type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
1573
+ textarea {
1574
+ display: block;
1575
+ box-sizing: border-box;
1576
+ width: 100%;
1577
+ height: 2.4375rem;
1578
+ padding: 0.5rem;
1579
+ border: 1px solid #cacaca;
1580
+ margin: 0 0 1rem;
1581
+ font-family: inherit;
1582
+ font-size: 1rem;
1583
+ color: #0a0a0a;
1584
+ background-color: #fefefe;
1585
+ box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
1586
+ border-radius: 0;
1587
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
1588
+ -webkit-appearance: none;
1589
+ -moz-appearance: none; }
1590
+ [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
1591
+ textarea:focus {
1592
+ border: 1px solid #8a8a8a;
1593
+ background-color: #fefefe;
1594
+ outline: none;
1595
+ box-shadow: 0 0 5px #cacaca;
1596
+ transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
1597
+
1598
+ textarea {
1599
+ max-width: 100%; }
1600
+ textarea[rows] {
1601
+ height: auto; }
1602
+
1603
+ input:disabled, input[readonly],
1604
+ textarea:disabled,
1605
+ textarea[readonly] {
1606
+ background-color: #e6e6e6;
1607
+ cursor: default; }
1608
+
1609
+ [type='submit'],
1610
+ [type='button'] {
1611
+ border-radius: 0;
1612
+ -webkit-appearance: none;
1613
+ -moz-appearance: none; }
1614
+
1615
+ input[type='search'] {
1616
+ box-sizing: border-box; }
1617
+
1618
+ [type='file'],
1619
+ [type='checkbox'],
1620
+ [type='radio'] {
1621
+ margin: 0 0 1rem; }
1622
+
1623
+ [type='checkbox'] + label,
1624
+ [type='radio'] + label {
1625
+ display: inline-block;
1626
+ margin-left: 0.5rem;
1627
+ margin-right: 1rem;
1628
+ margin-bottom: 0;
1629
+ vertical-align: baseline; }
1630
+
1631
+ label > [type='checkbox'],
1632
+ label > [type='label'] {
1633
+ margin-right: 0.5rem; }
1634
+
1635
+ [type='file'] {
1636
+ width: 100%; }
1637
+
1638
+ label {
1639
+ display: block;
1640
+ margin: 0;
1641
+ font-size: 0.875rem;
1642
+ font-weight: normal;
1643
+ line-height: 1.8;
1644
+ color: #0a0a0a; }
1645
+ label.middle {
1646
+ margin: 0 0 1rem;
1647
+ padding: 0.5625rem 0; }
1648
+
1649
+ .help-text {
1650
+ margin-top: -0.5rem;
1651
+ font-size: 0.8125rem;
1652
+ font-style: italic;
1653
+ color: #333; }
1654
+
1655
+ .input-group {
1656
+ display: table;
1657
+ width: 100%;
1658
+ margin-bottom: 1rem; }
1659
+ .input-group > :first-child {
1660
+ border-radius: 0 0 0 0; }
1661
+ .input-group > :last-child > * {
1662
+ border-radius: 0 0 0 0; }
1663
+
1664
+ .input-group-label, .input-group-field, .input-group-button {
1665
+ display: table-cell;
1666
+ margin: 0;
1667
+ vertical-align: middle; }
1668
+
1669
+ .input-group-label {
1670
+ text-align: center;
1671
+ width: 1%;
1672
+ height: 100%;
1673
+ padding: 0 1rem;
1674
+ background: #e6e6e6;
1675
+ color: #0a0a0a;
1676
+ border: 1px solid #cacaca;
1677
+ white-space: nowrap; }
1678
+ .input-group-label:first-child {
1679
+ border-right: 0; }
1680
+ .input-group-label:last-child {
1681
+ border-left: 0; }
1682
+
1683
+ .input-group-field {
1684
+ border-radius: 0;
1685
+ height: 2.5rem; }
1686
+
1687
+ .input-group-button {
1688
+ height: 100%;
1689
+ padding-top: 0;
1690
+ padding-bottom: 0;
1691
+ text-align: center;
1692
+ width: 1%; }
1693
+ .input-group-button a,
1694
+ .input-group-button input,
1695
+ .input-group-button button {
1696
+ margin: 0; }
1697
+
1698
+ fieldset {
1699
+ border: 0;
1700
+ padding: 0;
1701
+ margin: 0; }
1702
+
1703
+ legend {
1704
+ margin-bottom: 0.5rem;
1705
+ max-width: 100%; }
1706
+
1707
+ .fieldset {
1708
+ border: 1px solid #cacaca;
1709
+ padding: 1.25rem;
1710
+ margin: 1.125rem 0; }
1711
+ .fieldset legend {
1712
+ background: #fefefe;
1713
+ padding: 0 0.1875rem;
1714
+ margin: 0;
1715
+ margin-left: -0.1875rem; }
1716
+
1717
+ select {
1718
+ height: 2.4375rem;
1719
+ padding: 0.5rem;
1720
+ border: 1px solid #cacaca;
1721
+ margin: 0 0 1rem;
1722
+ font-size: 1rem;
1723
+ font-family: inherit;
1724
+ line-height: normal;
1725
+ color: #0a0a0a;
1726
+ background-color: #fefefe;
1727
+ border-radius: 0;
1728
+ -webkit-appearance: none;
1729
+ -moz-appearance: none;
1730
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
1731
+ background-size: 9px 6px;
1732
+ background-position: right center;
1733
+ background-origin: content-box;
1734
+ background-repeat: no-repeat; }
1735
+ @media screen and (min-width: 0\0) {
1736
+ select {
1737
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
1738
+ select:disabled {
1739
+ background-color: #e6e6e6;
1740
+ cursor: default; }
1741
+ select::-ms-expand {
1742
+ display: none; }
1743
+ select[multiple] {
1744
+ height: auto; }
1745
+
1746
+ .is-invalid-input:not(:focus) {
1747
+ background-color: rgba(236, 88, 64, 0.1);
1748
+ border-color: #ec5840; }
1749
+
1750
+ .is-invalid-label {
1751
+ color: #ec5840; }
1752
+
1753
+ .form-error {
1754
+ display: none;
1755
+ margin-top: -0.5rem;
1756
+ margin-bottom: 1rem;
1757
+ font-size: 0.75rem;
1758
+ font-weight: bold;
1759
+ color: #ec5840; }
1760
+ .form-error.is-visible {
1761
+ display: block; }
1762
+
1763
+ .hide {
1764
+ display: none !important; }
1765
+
1766
+ .invisible {
1767
+ visibility: hidden; }
1768
+
1769
+ @media screen and (min-width: 0em) and (max-width: 39.9375em) {
1770
+ .hide-for-small-only {
1771
+ display: none !important; } }
1772
+
1773
+ @media screen and (max-width: 0em), screen and (min-width: 40em) {
1774
+ .show-for-small-only {
1775
+ display: none !important; } }
1776
+
1777
+ @media screen and (min-width: 40em) {
1778
+ .hide-for-medium {
1779
+ display: none !important; } }
1780
+
1781
+ @media screen and (max-width: 39.9375em) {
1782
+ .show-for-medium {
1783
+ display: none !important; } }
1784
+
1785
+ @media screen and (min-width: 40em) and (max-width: 63.9375em) {
1786
+ .hide-for-medium-only {
1787
+ display: none !important; } }
1788
+
1789
+ @media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
1790
+ .show-for-medium-only {
1791
+ display: none !important; } }
1792
+
1793
+ @media screen and (min-width: 64em) {
1794
+ .hide-for-large {
1795
+ display: none !important; } }
1796
+
1797
+ @media screen and (max-width: 63.9375em) {
1798
+ .show-for-large {
1799
+ display: none !important; } }
1800
+
1801
+ @media screen and (min-width: 64em) and (max-width: 74.9375em) {
1802
+ .hide-for-large-only {
1803
+ display: none !important; } }
1804
+
1805
+ @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
1806
+ .show-for-large-only {
1807
+ display: none !important; } }
1808
+
1809
+ .show-for-sr,
1810
+ .show-on-focus {
1811
+ position: absolute !important;
1812
+ width: 1px;
1813
+ height: 1px;
1814
+ overflow: hidden;
1815
+ clip: rect(0, 0, 0, 0); }
1816
+
1817
+ .show-on-focus:active, .show-on-focus:focus {
1818
+ position: static !important;
1819
+ height: auto;
1820
+ width: auto;
1821
+ overflow: visible;
1822
+ clip: auto; }
1823
+
1824
+ .show-for-landscape,
1825
+ .hide-for-portrait {
1826
+ display: block !important; }
1827
+ @media screen and (orientation: landscape) {
1828
+ .show-for-landscape,
1829
+ .hide-for-portrait {
1830
+ display: block !important; } }
1831
+ @media screen and (orientation: portrait) {
1832
+ .show-for-landscape,
1833
+ .hide-for-portrait {
1834
+ display: none !important; } }
1835
+
1836
+ .hide-for-landscape,
1837
+ .show-for-portrait {
1838
+ display: none !important; }
1839
+ @media screen and (orientation: landscape) {
1840
+ .hide-for-landscape,
1841
+ .show-for-portrait {
1842
+ display: none !important; } }
1843
+ @media screen and (orientation: portrait) {
1844
+ .hide-for-landscape,
1845
+ .show-for-portrait {
1846
+ display: block !important; } }
1847
+
1848
+ .float-left {
1849
+ float: left !important; }
1850
+
1851
+ .float-right {
1852
+ float: right !important; }
1853
+
1854
+ .float-center {
1855
+ display: block;
1856
+ margin-left: auto;
1857
+ margin-right: auto; }
1858
+
1859
+ .clearfix::before, .clearfix::after {
1860
+ content: ' ';
1861
+ display: table; }
1862
+
1863
+ .clearfix::after {
1864
+ clear: both; }
1865
+
1866
+ .accordion {
1867
+ list-style-type: none;
1868
+ background: #fefefe;
1869
+ border: 1px solid #e6e6e6;
1870
+ border-bottom: 0;
1871
+ border-radius: 0;
1872
+ margin-left: 0; }
1873
+
1874
+ .accordion-title {
1875
+ display: block;
1876
+ padding: 1.25rem 1rem;
1877
+ line-height: 1;
1878
+ font-size: 0.75rem;
1879
+ color: #2199e8;
1880
+ position: relative;
1881
+ border-bottom: 1px solid #e6e6e6; }
1882
+ .accordion-title:hover, .accordion-title:focus {
1883
+ background-color: #e6e6e6; }
1884
+ .accordion-title::before {
1885
+ content: '+';
1886
+ position: absolute;
1887
+ right: 1rem;
1888
+ top: 50%;
1889
+ margin-top: -0.5rem; }
1890
+ .is-active > .accordion-title::before {
1891
+ content: '–'; }
1892
+
1893
+ .accordion-content {
1894
+ padding: 1rem;
1895
+ display: none;
1896
+ border-bottom: 1px solid #e6e6e6;
1897
+ background-color: #fefefe; }
1898
+
1899
+ .is-accordion-submenu-parent > a {
1900
+ position: relative; }
1901
+ .is-accordion-submenu-parent > a::after {
1902
+ content: '';
1903
+ display: block;
1904
+ width: 0;
1905
+ height: 0;
1906
+ border: inset 6px;
1907
+ border-color: #2199e8 transparent transparent;
1908
+ border-top-style: solid;
1909
+ border-bottom-width: 0;
1910
+ position: absolute;
1911
+ top: 50%;
1912
+ margin-top: -4px;
1913
+ right: 1rem; }
1914
+
1915
+ .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
1916
+ -webkit-transform-origin: 50% 50%;
1917
+ -ms-transform-origin: 50% 50%;
1918
+ transform-origin: 50% 50%;
1919
+ -webkit-transform: scaleY(-1);
1920
+ -ms-transform: scaleY(-1);
1921
+ transform: scaleY(-1); }
1922
+
1923
+ .badge {
1924
+ display: inline-block;
1925
+ padding: 0.3em;
1926
+ min-width: 2.1em;
1927
+ font-size: 0.6rem;
1928
+ text-align: center;
1929
+ border-radius: 50%;
1930
+ background: #2199e8;
1931
+ color: #fefefe; }
1932
+ .badge.secondary {
1933
+ background: #777;
1934
+ color: #fefefe; }
1935
+ .badge.success {
1936
+ background: #3adb76;
1937
+ color: #fefefe; }
1938
+ .badge.alert {
1939
+ background: #ec5840;
1940
+ color: #fefefe; }
1941
+ .badge.warning {
1942
+ background: #ffae00;
1943
+ color: #fefefe; }
1944
+
1945
+ .breadcrumbs {
1946
+ list-style: none;
1947
+ margin: 0 0 1rem 0; }
1948
+ .breadcrumbs::before, .breadcrumbs::after {
1949
+ content: ' ';
1950
+ display: table; }
1951
+ .breadcrumbs::after {
1952
+ clear: both; }
1953
+ .breadcrumbs li {
1954
+ float: left;
1955
+ color: #0a0a0a;
1956
+ font-size: 0.6875rem;
1957
+ cursor: default;
1958
+ text-transform: uppercase; }
1959
+ .breadcrumbs li:not(:last-child)::after {
1960
+ color: #cacaca;
1961
+ content: "/";
1962
+ margin: 0 0.75rem;
1963
+ position: relative;
1964
+ top: 1px;
1965
+ opacity: 1; }
1966
+ .breadcrumbs a {
1967
+ color: #2199e8; }
1968
+ .breadcrumbs a:hover {
1969
+ text-decoration: underline; }
1970
+ .breadcrumbs .disabled {
1971
+ color: #cacaca; }
1972
+
1973
+ .button-group {
1974
+ margin-bottom: 1rem;
1975
+ font-size: 0.9rem; }
1976
+ .button-group::before, .button-group::after {
1977
+ content: ' ';
1978
+ display: table; }
1979
+ .button-group::after {
1980
+ clear: both; }
1981
+ .button-group .button {
1982
+ float: left;
1983
+ margin: 0;
1984
+ font-size: inherit; }
1985
+ .button-group .button:not(:last-child) {
1986
+ border-right: 1px solid #fefefe; }
1987
+ .button-group.tiny {
1988
+ font-size: 0.6rem; }
1989
+ .button-group.small {
1990
+ font-size: 0.75rem; }
1991
+ .button-group.large {
1992
+ font-size: 1.25rem; }
1993
+ .button-group.expanded {
1994
+ display: table;
1995
+ table-layout: fixed;
1996
+ width: 100%; }
1997
+ .button-group.expanded::before, .button-group.expanded::after {
1998
+ display: none; }
1999
+ .button-group.expanded .button {
2000
+ display: table-cell;
2001
+ float: none; }
2002
+ .button-group.primary .button {
2003
+ background-color: #2199e8;
2004
+ color: #fefefe; }
2005
+ .button-group.primary .button:hover, .button-group.primary .button:focus {
2006
+ background-color: #147cc0;
2007
+ color: #fefefe; }
2008
+ .button-group.secondary .button {
2009
+ background-color: #777;
2010
+ color: #fefefe; }
2011
+ .button-group.secondary .button:hover, .button-group.secondary .button:focus {
2012
+ background-color: #5f5f5f;
2013
+ color: #fefefe; }
2014
+ .button-group.success .button {
2015
+ background-color: #3adb76;
2016
+ color: #fefefe; }
2017
+ .button-group.success .button:hover, .button-group.success .button:focus {
2018
+ background-color: #22bb5b;
2019
+ color: #fefefe; }
2020
+ .button-group.alert .button {
2021
+ background-color: #ec5840;
2022
+ color: #fefefe; }
2023
+ .button-group.alert .button:hover, .button-group.alert .button:focus {
2024
+ background-color: #da3116;
2025
+ color: #fefefe; }
2026
+ .button-group.warning .button {
2027
+ background-color: #ffae00;
2028
+ color: #fefefe; }
2029
+ .button-group.warning .button:hover, .button-group.warning .button:focus {
2030
+ background-color: #cc8b00;
2031
+ color: #fefefe; }
2032
+ .button-group.stacked .button, .button-group.stacked-for-small .button {
2033
+ width: 100%; }
2034
+ .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
2035
+ border-right: 1px solid; }
2036
+ @media screen and (min-width: 40em) {
2037
+ .button-group.stacked-for-small .button {
2038
+ width: auto; }
2039
+ .button-group.stacked-for-small .button:not(:last-child) {
2040
+ border-right: 1px solid #fefefe; } }
2041
+ @media screen and (min-width: 0em) and (max-width: 39.9375em) {
2042
+ .button-group.stacked-for-small.expanded {
2043
+ display: block; }
2044
+ .button-group.stacked-for-small.expanded .button {
2045
+ display: block;
2046
+ border-right: 0; } }
2047
+
2048
+ .callout {
2049
+ margin: 0 0 1rem 0;
2050
+ padding: 1rem;
2051
+ border: 1px solid rgba(10, 10, 10, 0.25);
2052
+ border-radius: 0;
2053
+ position: relative;
2054
+ color: #0a0a0a;
2055
+ background-color: white; }
2056
+ .callout > :first-child {
2057
+ margin-top: 0; }
2058
+ .callout > :last-child {
2059
+ margin-bottom: 0; }
2060
+ .callout.primary {
2061
+ background-color: #def0fc; }
2062
+ .callout.secondary {
2063
+ background-color: #ebebeb; }
2064
+ .callout.success {
2065
+ background-color: #e1faea; }
2066
+ .callout.alert {
2067
+ background-color: #fce6e2; }
2068
+ .callout.warning {
2069
+ background-color: #fff3d9; }
2070
+ .callout.small {
2071
+ padding-top: 0.5rem;
2072
+ padding-right: 0.5rem;
2073
+ padding-bottom: 0.5rem;
2074
+ padding-left: 0.5rem; }
2075
+ .callout.large {
2076
+ padding-top: 3rem;
2077
+ padding-right: 3rem;
2078
+ padding-bottom: 3rem;
2079
+ padding-left: 3rem; }
2080
+
2081
+ .close-button {
2082
+ position: absolute;
2083
+ color: #8a8a8a;
2084
+ right: 1rem;
2085
+ top: 0.5rem;
2086
+ font-size: 2em;
2087
+ line-height: 1;
2088
+ cursor: pointer; }
2089
+ [data-whatinput='mouse'] .close-button {
2090
+ outline: 0; }
2091
+ .close-button:hover, .close-button:focus {
2092
+ color: #0a0a0a; }
2093
+
2094
+ .is-drilldown {
2095
+ position: relative;
2096
+ overflow: hidden; }
2097
+
2098
+ .is-drilldown-submenu {
2099
+ position: absolute;
2100
+ top: 0;
2101
+ left: 100%;
2102
+ z-index: -1;
2103
+ height: 100%;
2104
+ width: 100%;
2105
+ background: #fefefe;
2106
+ transition: -webkit-transform 0.15s linear;
2107
+ transition: transform 0.15s linear;
2108
+ transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
2109
+ .is-drilldown-submenu.is-active {
2110
+ z-index: 1;
2111
+ display: block;
2112
+ -webkit-transform: translateX(-100%);
2113
+ -ms-transform: translateX(-100%);
2114
+ transform: translateX(-100%); }
2115
+ .is-drilldown-submenu.is-closing {
2116
+ -webkit-transform: translateX(100%);
2117
+ -ms-transform: translateX(100%);
2118
+ transform: translateX(100%); }
2119
+
2120
+ .is-drilldown-submenu-parent > a {
2121
+ position: relative; }
2122
+ .is-drilldown-submenu-parent > a::after {
2123
+ content: '';
2124
+ display: block;
2125
+ width: 0;
2126
+ height: 0;
2127
+ border: inset 6px;
2128
+ border-color: transparent transparent transparent #2199e8;
2129
+ border-left-style: solid;
2130
+ border-right-width: 0;
2131
+ position: absolute;
2132
+ top: 50%;
2133
+ margin-top: -6px;
2134
+ right: 1rem; }
2135
+
2136
+ .js-drilldown-back > a::before {
2137
+ content: '';
2138
+ display: block;
2139
+ width: 0;
2140
+ height: 0;
2141
+ border: inset 6px;
2142
+ border-color: transparent #2199e8 transparent transparent;
2143
+ border-right-style: solid;
2144
+ border-left-width: 0;
2145
+ border-left-width: 0;
2146
+ display: inline-block;
2147
+ vertical-align: middle;
2148
+ margin-right: 0.75rem; }
2149
+
2150
+ .dropdown-pane {
2151
+ background-color: #fefefe;
2152
+ border: 1px solid #cacaca;
2153
+ border-radius: 0;
2154
+ display: block;
2155
+ font-size: 1rem;
2156
+ padding: 1rem;
2157
+ position: absolute;
2158
+ visibility: hidden;
2159
+ width: 300px;
2160
+ z-index: 10; }
2161
+ .dropdown-pane.is-open {
2162
+ visibility: visible; }
2163
+
2164
+ .dropdown-pane.tiny {
2165
+ width: 100px; }
2166
+
2167
+ .dropdown-pane.small {
2168
+ width: 200px; }
2169
+
2170
+ .dropdown-pane.large {
2171
+ width: 400px; }
2172
+
2173
+ [data-whatinput='mouse'] .dropdown.menu a {
2174
+ outline: 0; }
2175
+
2176
+ .no-js .dropdown.menu ul {
2177
+ display: none; }
2178
+
2179
+ .dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
2180
+ top: 100%;
2181
+ left: 0;
2182
+ right: auto; }
2183
+
2184
+ .dropdown.menu.align-right .is-dropdown-submenu.first-sub {
2185
+ top: 100%;
2186
+ left: auto;
2187
+ right: 0; }
2188
+
2189
+ .is-dropdown-menu.vertical {
2190
+ width: 100px; }
2191
+ .is-dropdown-menu.vertical.align-right {
2192
+ float: right; }
2193
+ .is-dropdown-menu.vertical > li .is-dropdown-submenu {
2194
+ top: 0;
2195
+ left: 100%; }
2196
+
2197
+ .is-dropdown-submenu-parent {
2198
+ position: relative; }
2199
+ .is-dropdown-submenu-parent a::after {
2200
+ float: right;
2201
+ margin-top: 3px;
2202
+ margin-left: 10px; }
2203
+ .is-dropdown-submenu-parent.is-down-arrow a {
2204
+ padding-right: 1.5rem;
2205
+ position: relative; }
2206
+ .is-dropdown-submenu-parent.is-down-arrow > a::after {
2207
+ content: '';
2208
+ display: block;
2209
+ width: 0;
2210
+ height: 0;
2211
+ border: inset 5px;
2212
+ border-color: #2199e8 transparent transparent;
2213
+ border-top-style: solid;
2214
+ border-bottom-width: 0;
2215
+ position: absolute;
2216
+ top: 0.825rem;
2217
+ right: 5px; }
2218
+ .is-dropdown-submenu-parent.is-left-arrow > a::after {
2219
+ content: '';
2220
+ display: block;
2221
+ width: 0;
2222
+ height: 0;
2223
+ border: inset 5px;
2224
+ border-color: transparent #2199e8 transparent transparent;
2225
+ border-right-style: solid;
2226
+ border-left-width: 0;
2227
+ float: left;
2228
+ margin-left: 0;
2229
+ margin-right: 10px; }
2230
+ .is-dropdown-submenu-parent.is-right-arrow > a::after {
2231
+ content: '';
2232
+ display: block;
2233
+ width: 0;
2234
+ height: 0;
2235
+ border: inset 5px;
2236
+ border-color: transparent transparent transparent #2199e8;
2237
+ border-left-style: solid;
2238
+ border-right-width: 0; }
2239
+ .is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
2240
+ right: 0;
2241
+ left: auto; }
2242
+ .is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
2243
+ left: 0;
2244
+ right: auto; }
2245
+ .is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
2246
+ top: 100%; }
2247
+ .is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
2248
+ left: auto;
2249
+ right: 100%; }
2250
+
2251
+ .is-dropdown-submenu {
2252
+ display: none;
2253
+ position: absolute;
2254
+ top: 0;
2255
+ left: 100%;
2256
+ min-width: 200px;
2257
+ z-index: 1;
2258
+ background: #fefefe;
2259
+ border: 1px solid #cacaca; }
2260
+ .is-dropdown-submenu .is-dropdown-submenu {
2261
+ margin-top: -1px; }
2262
+ .is-dropdown-submenu > li {
2263
+ width: 100%; }
2264
+ .is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
2265
+ display: block; }
2266
+
2267
+ .flex-video {
2268
+ position: relative;
2269
+ height: 0;
2270
+ padding-bottom: 75%;
2271
+ margin-bottom: 1rem;
2272
+ overflow: hidden; }
2273
+ .flex-video iframe,
2274
+ .flex-video object,
2275
+ .flex-video embed,
2276
+ .flex-video video {
2277
+ position: absolute;
2278
+ top: 0;
2279
+ left: 0;
2280
+ width: 100%;
2281
+ height: 100%; }
2282
+ .flex-video.widescreen {
2283
+ padding-bottom: 56.25%; }
2284
+ .flex-video.vimeo {
2285
+ padding-top: 0; }
2286
+
2287
+ .label {
2288
+ display: inline-block;
2289
+ padding: 0.33333rem 0.5rem;
2290
+ font-size: 0.8rem;
2291
+ line-height: 1;
2292
+ white-space: nowrap;
2293
+ cursor: default;
2294
+ border-radius: 0;
2295
+ background: #2199e8;
2296
+ color: #fefefe; }
2297
+ .label.secondary {
2298
+ background: #777;
2299
+ color: #fefefe; }
2300
+ .label.success {
2301
+ background: #3adb76;
2302
+ color: #fefefe; }
2303
+ .label.alert {
2304
+ background: #ec5840;
2305
+ color: #fefefe; }
2306
+ .label.warning {
2307
+ background: #ffae00;
2308
+ color: #fefefe; }
2309
+
2310
+ .media-object {
2311
+ margin-bottom: 1rem;
2312
+ display: block; }
2313
+ .media-object img {
2314
+ max-width: none; }
2315
+ @media screen and (min-width: 0em) and (max-width: 39.9375em) {
2316
+ .media-object.stack-for-small .media-object-section {
2317
+ display: block;
2318
+ padding: 0;
2319
+ padding-bottom: 1rem; }
2320
+ .media-object.stack-for-small .media-object-section img {
2321
+ width: 100%; } }
2322
+
2323
+ .media-object-section {
2324
+ display: table-cell;
2325
+ vertical-align: top; }
2326
+ .media-object-section:first-child {
2327
+ padding-right: 1rem; }
2328
+ .media-object-section:last-child:not(:nth-child(2)) {
2329
+ padding-left: 1rem; }
2330
+ .media-object-section.middle {
2331
+ vertical-align: middle; }
2332
+ .media-object-section.bottom {
2333
+ vertical-align: bottom; }
2334
+
2335
+ .menu {
2336
+ margin: 0;
2337
+ list-style-type: none; }
2338
+ .menu > li {
2339
+ display: table-cell;
2340
+ vertical-align: middle; }
2341
+ [data-whatinput='mouse'] .menu > li {
2342
+ outline: 0; }
2343
+ .menu > li > a {
2344
+ display: block;
2345
+ padding: 0.7rem 1rem;
2346
+ line-height: 1; }
2347
+ .menu input,
2348
+ .menu a,
2349
+ .menu button {
2350
+ margin-bottom: 0; }
2351
+ .menu > li > a > img,
2352
+ .menu > li > a > i {
2353
+ vertical-align: middle; }
2354
+ .menu > li > a > span {
2355
+ vertical-align: middle; }
2356
+ .menu > li > a > img,
2357
+ .menu > li > a > i {
2358
+ display: inline-block;
2359
+ margin-right: 0.25rem; }
2360
+ .menu > li {
2361
+ display: table-cell; }
2362
+ .menu.vertical > li {
2363
+ display: block; }
2364
+ @media screen and (min-width: 40em) {
2365
+ .menu.medium-horizontal > li {
2366
+ display: table-cell; }
2367
+ .menu.medium-vertical > li {
2368
+ display: block; } }
2369
+ @media screen and (min-width: 64em) {
2370
+ .menu.large-horizontal > li {
2371
+ display: table-cell; }
2372
+ .menu.large-vertical > li {
2373
+ display: block; } }
2374
+ .menu.simple li {
2375
+ line-height: 1;
2376
+ display: inline-block;
2377
+ margin-right: 1rem; }
2378
+ .menu.simple a {
2379
+ padding: 0; }
2380
+ .menu.align-right > li {
2381
+ float: right; }
2382
+ .menu.expanded {
2383
+ display: table;
2384
+ table-layout: fixed;
2385
+ width: 100%; }
2386
+ .menu.expanded > li:first-child:last-child {
2387
+ width: 100%; }
2388
+ .menu.icon-top > li > a {
2389
+ text-align: center; }
2390
+ .menu.icon-top > li > a > img,
2391
+ .menu.icon-top > li > a > i {
2392
+ display: block;
2393
+ margin: 0 auto 0.25rem; }
2394
+ .menu.nested {
2395
+ margin-left: 1rem; }
2396
+
2397
+ .menu-text {
2398
+ font-weight: bold;
2399
+ color: inherit;
2400
+ line-height: 1;
2401
+ padding-top: 0;
2402
+ padding-bottom: 0;
2403
+ padding: 0.7rem 1rem; }
2404
+
2405
+ .no-js [data-responsive-menu] ul {
2406
+ display: none; }
2407
+
2408
+ html,
2409
+ body {
2410
+ height: 100%; }
2411
+
2412
+ .off-canvas-wrapper {
2413
+ width: 100%;
2414
+ overflow-x: hidden;
2415
+ position: relative;
2416
+ -webkit-backface-visibility: hidden;
2417
+ backface-visibility: hidden;
2418
+ -webkit-overflow-scrolling: auto; }
2419
+
2420
+ .off-canvas-wrapper-inner {
2421
+ position: relative;
2422
+ width: 100%;
2423
+ transition: -webkit-transform 0.5s ease;
2424
+ transition: transform 0.5s ease;
2425
+ transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
2426
+ .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
2427
+ content: ' ';
2428
+ display: table; }
2429
+ .off-canvas-wrapper-inner::after {
2430
+ clear: both; }
2431
+
2432
+ .off-canvas-content,
2433
+ .off-canvas-content {
2434
+ min-height: 100%;
2435
+ background: #fefefe;
2436
+ transition: -webkit-transform 0.5s ease;
2437
+ transition: transform 0.5s ease;
2438
+ transition: transform 0.5s ease, -webkit-transform 0.5s ease;
2439
+ -webkit-backface-visibility: hidden;
2440
+ backface-visibility: hidden;
2441
+ z-index: 1;
2442
+ box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }
2443
+
2444
+ .js-off-canvas-exit {
2445
+ display: none;
2446
+ position: absolute;
2447
+ top: 0;
2448
+ left: 0;
2449
+ width: 100%;
2450
+ height: 100%;
2451
+ background: rgba(254, 254, 254, 0.25);
2452
+ cursor: pointer;
2453
+ transition: background 0.5s ease; }
2454
+
2455
+ .off-canvas {
2456
+ position: absolute;
2457
+ background: #e6e6e6;
2458
+ z-index: -1;
2459
+ max-height: 100%;
2460
+ overflow-y: auto;
2461
+ -webkit-transform: translateX(0);
2462
+ -ms-transform: translateX(0);
2463
+ transform: translateX(0); }
2464
+ [data-whatinput='mouse'] .off-canvas {
2465
+ outline: 0; }
2466
+ .off-canvas.position-left {
2467
+ left: -250px;
2468
+ top: 0;
2469
+ width: 250px; }
2470
+ .is-open-left {
2471
+ -webkit-transform: translateX(250px);
2472
+ -ms-transform: translateX(250px);
2473
+ transform: translateX(250px); }
2474
+ .off-canvas.position-right {
2475
+ right: -250px;
2476
+ top: 0;
2477
+ width: 250px; }
2478
+ .is-open-right {
2479
+ -webkit-transform: translateX(-250px);
2480
+ -ms-transform: translateX(-250px);
2481
+ transform: translateX(-250px); }
2482
+
2483
+ @media screen and (min-width: 40em) {
2484
+ .position-left.reveal-for-medium {
2485
+ left: 0;
2486
+ z-index: auto;
2487
+ position: fixed; }
2488
+ .position-left.reveal-for-medium ~ .off-canvas-content {
2489
+ margin-left: 250px; }
2490
+ .position-right.reveal-for-medium {
2491
+ right: 0;
2492
+ z-index: auto;
2493
+ position: fixed; }
2494
+ .position-right.reveal-for-medium ~ .off-canvas-content {
2495
+ margin-right: 250px; } }
2496
+
2497
+ @media screen and (min-width: 64em) {
2498
+ .position-left.reveal-for-large {
2499
+ left: 0;
2500
+ z-index: auto;
2501
+ position: fixed; }
2502
+ .position-left.reveal-for-large ~ .off-canvas-content {
2503
+ margin-left: 250px; }
2504
+ .position-right.reveal-for-large {
2505
+ right: 0;
2506
+ z-index: auto;
2507
+ position: fixed; }
2508
+ .position-right.reveal-for-large ~ .off-canvas-content {
2509
+ margin-right: 250px; } }
2510
+
2511
+ .orbit {
2512
+ position: relative; }
2513
+
2514
+ .orbit-container {
2515
+ position: relative;
2516
+ margin: 0;
2517
+ overflow: hidden;
2518
+ list-style: none; }
2519
+
2520
+ .orbit-slide {
2521
+ width: 100%;
2522
+ max-height: 100%; }
2523
+ .orbit-slide.no-motionui.is-active {
2524
+ top: 0;
2525
+ left: 0; }
2526
+
2527
+ .orbit-figure {
2528
+ margin: 0; }
2529
+
2530
+ .orbit-image {
2531
+ margin: 0;
2532
+ width: 100%;
2533
+ max-width: 100%; }
2534
+
2535
+ .orbit-caption {
2536
+ position: absolute;
2537
+ bottom: 0;
2538
+ width: 100%;
2539
+ padding: 1rem;
2540
+ margin-bottom: 0;
2541
+ color: #fefefe;
2542
+ background-color: rgba(10, 10, 10, 0.5); }
2543
+
2544
+ .orbit-previous, .orbit-next {
2545
+ position: absolute;
2546
+ top: 50%;
2547
+ -webkit-transform: translateY(-50%);
2548
+ -ms-transform: translateY(-50%);
2549
+ transform: translateY(-50%);
2550
+ z-index: 10;
2551
+ padding: 1rem;
2552
+ color: #fefefe; }
2553
+ [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
2554
+ outline: 0; }
2555
+ .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
2556
+ background-color: rgba(10, 10, 10, 0.5); }
2557
+
2558
+ .orbit-previous {
2559
+ left: 0; }
2560
+
2561
+ .orbit-next {
2562
+ left: auto;
2563
+ right: 0; }
2564
+
2565
+ .orbit-bullets {
2566
+ position: relative;
2567
+ margin-top: 0.8rem;
2568
+ margin-bottom: 0.8rem;
2569
+ text-align: center; }
2570
+ [data-whatinput='mouse'] .orbit-bullets {
2571
+ outline: 0; }
2572
+ .orbit-bullets button {
2573
+ width: 1.2rem;
2574
+ height: 1.2rem;
2575
+ margin: 0.1rem;
2576
+ background-color: #cacaca;
2577
+ border-radius: 50%; }
2578
+ .orbit-bullets button:hover {
2579
+ background-color: #8a8a8a; }
2580
+ .orbit-bullets button.is-active {
2581
+ background-color: #8a8a8a; }
2582
+
2583
+ .pagination {
2584
+ margin-left: 0;
2585
+ margin-bottom: 1rem; }
2586
+ .pagination::before, .pagination::after {
2587
+ content: ' ';
2588
+ display: table; }
2589
+ .pagination::after {
2590
+ clear: both; }
2591
+ .pagination li {
2592
+ font-size: 0.875rem;
2593
+ margin-right: 0.0625rem;
2594
+ border-radius: 0;
2595
+ display: none; }
2596
+ .pagination li:last-child, .pagination li:first-child {
2597
+ display: inline-block; }
2598
+ @media screen and (min-width: 40em) {
2599
+ .pagination li {
2600
+ display: inline-block; } }
2601
+ .pagination a,
2602
+ .pagination button {
2603
+ color: #0a0a0a;
2604
+ display: block;
2605
+ padding: 0.1875rem 0.625rem;
2606
+ border-radius: 0; }
2607
+ .pagination a:hover,
2608
+ .pagination button:hover {
2609
+ background: #e6e6e6; }
2610
+ .pagination .current {
2611
+ padding: 0.1875rem 0.625rem;
2612
+ background: #2199e8;
2613
+ color: #fefefe;
2614
+ cursor: default; }
2615
+ .pagination .disabled {
2616
+ padding: 0.1875rem 0.625rem;
2617
+ color: #cacaca;
2618
+ cursor: default; }
2619
+ .pagination .disabled:hover {
2620
+ background: transparent; }
2621
+ .pagination .ellipsis::after {
2622
+ content: '…';
2623
+ padding: 0.1875rem 0.625rem;
2624
+ color: #0a0a0a; }
2625
+
2626
+ .pagination-previous a::before,
2627
+ .pagination-previous.disabled::before {
2628
+ content: '«';
2629
+ display: inline-block;
2630
+ margin-right: 0.5rem; }
2631
+
2632
+ .pagination-next a::after,
2633
+ .pagination-next.disabled::after {
2634
+ content: '»';
2635
+ display: inline-block;
2636
+ margin-left: 0.5rem; }
2637
+
2638
+ .progress {
2639
+ background-color: #cacaca;
2640
+ height: 1rem;
2641
+ margin-bottom: 1rem;
2642
+ border-radius: 0; }
2643
+ .progress.primary .progress-meter {
2644
+ background-color: #2199e8; }
2645
+ .progress.secondary .progress-meter {
2646
+ background-color: #777; }
2647
+ .progress.success .progress-meter {
2648
+ background-color: #3adb76; }
2649
+ .progress.alert .progress-meter {
2650
+ background-color: #ec5840; }
2651
+ .progress.warning .progress-meter {
2652
+ background-color: #ffae00; }
2653
+
2654
+ .progress-meter {
2655
+ position: relative;
2656
+ display: block;
2657
+ width: 0%;
2658
+ height: 100%;
2659
+ background-color: #2199e8; }
2660
+
2661
+ .progress-meter-text {
2662
+ position: absolute;
2663
+ top: 50%;
2664
+ left: 50%;
2665
+ -webkit-transform: translate(-50%, -50%);
2666
+ -ms-transform: translate(-50%, -50%);
2667
+ transform: translate(-50%, -50%);
2668
+ position: absolute;
2669
+ margin: 0;
2670
+ font-size: 0.75rem;
2671
+ font-weight: bold;
2672
+ color: #fefefe;
2673
+ white-space: nowrap; }
2674
+
2675
+ .slider {
2676
+ position: relative;
2677
+ height: 0.5rem;
2678
+ margin-top: 1.25rem;
2679
+ margin-bottom: 2.25rem;
2680
+ background-color: #e6e6e6;
2681
+ cursor: pointer;
2682
+ -webkit-user-select: none;
2683
+ -moz-user-select: none;
2684
+ -ms-user-select: none;
2685
+ user-select: none;
2686
+ -ms-touch-action: none;
2687
+ touch-action: none; }
2688
+
2689
+ .slider-fill {
2690
+ position: absolute;
2691
+ top: 0;
2692
+ left: 0;
2693
+ display: inline-block;
2694
+ max-width: 100%;
2695
+ height: 0.5rem;
2696
+ background-color: #cacaca;
2697
+ transition: all 0.2s ease-in-out; }
2698
+ .slider-fill.is-dragging {
2699
+ transition: all 0s linear; }
2700
+
2701
+ .slider-handle {
2702
+ position: absolute;
2703
+ top: 50%;
2704
+ -webkit-transform: translateY(-50%);
2705
+ -ms-transform: translateY(-50%);
2706
+ transform: translateY(-50%);
2707
+ position: absolute;
2708
+ left: 0;
2709
+ z-index: 1;
2710
+ display: inline-block;
2711
+ width: 1.4rem;
2712
+ height: 1.4rem;
2713
+ background-color: #2199e8;
2714
+ transition: all 0.2s ease-in-out;
2715
+ -ms-touch-action: manipulation;
2716
+ touch-action: manipulation;
2717
+ border-radius: 0; }
2718
+ [data-whatinput='mouse'] .slider-handle {
2719
+ outline: 0; }
2720
+ .slider-handle:hover {
2721
+ background-color: #1583cc; }
2722
+ .slider-handle.is-dragging {
2723
+ transition: all 0s linear; }
2724
+
2725
+ .slider.disabled,
2726
+ .slider[disabled] {
2727
+ opacity: 0.25;
2728
+ cursor: not-allowed; }
2729
+
2730
+ .slider.vertical {
2731
+ display: inline-block;
2732
+ width: 0.5rem;
2733
+ height: 12.5rem;
2734
+ margin: 0 1.25rem;
2735
+ -webkit-transform: scale(1, -1);
2736
+ -ms-transform: scale(1, -1);
2737
+ transform: scale(1, -1); }
2738
+ .slider.vertical .slider-fill {
2739
+ top: 0;
2740
+ width: 0.5rem;
2741
+ max-height: 100%; }
2742
+ .slider.vertical .slider-handle {
2743
+ position: absolute;
2744
+ top: 0;
2745
+ left: 50%;
2746
+ width: 1.4rem;
2747
+ height: 1.4rem;
2748
+ -webkit-transform: translateX(-50%);
2749
+ -ms-transform: translateX(-50%);
2750
+ transform: translateX(-50%); }
2751
+
2752
+ .sticky-container {
2753
+ position: relative; }
2754
+
2755
+ .sticky {
2756
+ position: absolute;
2757
+ z-index: 0;
2758
+ -webkit-transform: translate3d(0, 0, 0);
2759
+ transform: translate3d(0, 0, 0); }
2760
+
2761
+ .sticky.is-stuck {
2762
+ position: fixed;
2763
+ z-index: 5; }
2764
+ .sticky.is-stuck.is-at-top {
2765
+ top: 0; }
2766
+ .sticky.is-stuck.is-at-bottom {
2767
+ bottom: 0; }
2768
+
2769
+ .sticky.is-anchored {
2770
+ position: absolute;
2771
+ left: auto;
2772
+ right: auto; }
2773
+ .sticky.is-anchored.is-at-bottom {
2774
+ bottom: 0; }
2775
+
2776
+ body.is-reveal-open {
2777
+ overflow: hidden; }
2778
+
2779
+ .reveal-overlay {
2780
+ display: none;
2781
+ position: fixed;
2782
+ top: 0;
2783
+ bottom: 0;
2784
+ left: 0;
2785
+ right: 0;
2786
+ z-index: 1005;
2787
+ background-color: rgba(10, 10, 10, 0.45);
2788
+ overflow-y: scroll; }
2789
+
2790
+ .reveal {
2791
+ display: none;
2792
+ z-index: 1006;
2793
+ padding: 1rem;
2794
+ border: 1px solid #cacaca;
2795
+ margin: 6.25rem auto 0;
2796
+ background-color: #fefefe;
2797
+ border-radius: 0;
2798
+ position: absolute;
2799
+ overflow-y: auto; }
2800
+ [data-whatinput='mouse'] .reveal {
2801
+ outline: 0; }
2802
+ @media screen and (min-width: 40em) {
2803
+ .reveal {
2804
+ min-height: 0; } }
2805
+ .reveal .column, .reveal .columns,
2806
+ .reveal .columns {
2807
+ min-width: 0; }
2808
+ .reveal > :last-child {
2809
+ margin-bottom: 0; }
2810
+ @media screen and (min-width: 40em) {
2811
+ .reveal {
2812
+ width: 600px;
2813
+ max-width: 75rem; } }
2814
+ @media screen and (min-width: 40em) {
2815
+ .reveal .reveal {
2816
+ left: auto;
2817
+ right: auto;
2818
+ margin: 0 auto; } }
2819
+ .reveal.collapse {
2820
+ padding: 0; }
2821
+ @media screen and (min-width: 40em) {
2822
+ .reveal.tiny {
2823
+ width: 30%;
2824
+ max-width: 75rem; } }
2825
+ @media screen and (min-width: 40em) {
2826
+ .reveal.small {
2827
+ width: 50%;
2828
+ max-width: 75rem; } }
2829
+ @media screen and (min-width: 40em) {
2830
+ .reveal.large {
2831
+ width: 90%;
2832
+ max-width: 75rem; } }
2833
+ .reveal.full {
2834
+ top: 0;
2835
+ left: 0;
2836
+ width: 100%;
2837
+ height: 100%;
2838
+ height: 100vh;
2839
+ min-height: 100vh;
2840
+ max-width: none;
2841
+ margin-left: 0;
2842
+ border: 0; }
2843
+
2844
+ .switch {
2845
+ margin-bottom: 1rem;
2846
+ outline: 0;
2847
+ position: relative;
2848
+ -webkit-user-select: none;
2849
+ -moz-user-select: none;
2850
+ -ms-user-select: none;
2851
+ user-select: none;
2852
+ color: #fefefe;
2853
+ font-weight: bold;
2854
+ font-size: 0.875rem; }
2855
+
2856
+ .switch-input {
2857
+ opacity: 0;
2858
+ position: absolute; }
2859
+
2860
+ .switch-paddle {
2861
+ background: #cacaca;
2862
+ cursor: pointer;
2863
+ display: block;
2864
+ position: relative;
2865
+ width: 4rem;
2866
+ height: 2rem;
2867
+ transition: all 0.25s ease-out;
2868
+ border-radius: 0;
2869
+ color: inherit;
2870
+ font-weight: inherit; }
2871
+ input + .switch-paddle {
2872
+ margin: 0; }
2873
+ .switch-paddle::after {
2874
+ background: #fefefe;
2875
+ content: '';
2876
+ display: block;
2877
+ position: absolute;
2878
+ height: 1.5rem;
2879
+ left: 0.25rem;
2880
+ top: 0.25rem;
2881
+ width: 1.5rem;
2882
+ transition: all 0.25s ease-out;
2883
+ -webkit-transform: translate3d(0, 0, 0);
2884
+ transform: translate3d(0, 0, 0);
2885
+ border-radius: 0; }
2886
+ input:checked ~ .switch-paddle {
2887
+ background: #2199e8; }
2888
+ input:checked ~ .switch-paddle::after {
2889
+ left: 2.25rem; }
2890
+ [data-whatinput='mouse'] input:focus ~ .switch-paddle {
2891
+ outline: 0; }
2892
+
2893
+ .switch-active, .switch-inactive {
2894
+ position: absolute;
2895
+ top: 50%;
2896
+ -webkit-transform: translateY(-50%);
2897
+ -ms-transform: translateY(-50%);
2898
+ transform: translateY(-50%); }
2899
+
2900
+ .switch-active {
2901
+ left: 8%;
2902
+ display: none; }
2903
+ input:checked + label > .switch-active {
2904
+ display: block; }
2905
+
2906
+ .switch-inactive {
2907
+ right: 15%; }
2908
+ input:checked + label > .switch-inactive {
2909
+ display: none; }
2910
+
2911
+ .switch.tiny .switch-paddle {
2912
+ width: 3rem;
2913
+ height: 1.5rem;
2914
+ font-size: 0.625rem; }
2915
+
2916
+ .switch.tiny .switch-paddle::after {
2917
+ width: 1rem;
2918
+ height: 1rem; }
2919
+
2920
+ .switch.tiny input:checked ~ .switch-paddle:after {
2921
+ left: 1.75rem; }
2922
+
2923
+ .switch.small .switch-paddle {
2924
+ width: 3.5rem;
2925
+ height: 1.75rem;
2926
+ font-size: 0.75rem; }
2927
+
2928
+ .switch.small .switch-paddle::after {
2929
+ width: 1.25rem;
2930
+ height: 1.25rem; }
2931
+
2932
+ .switch.small input:checked ~ .switch-paddle:after {
2933
+ left: 2rem; }
2934
+
2935
+ .switch.large .switch-paddle {
2936
+ width: 5rem;
2937
+ height: 2.5rem;
2938
+ font-size: 1rem; }
2939
+
2940
+ .switch.large .switch-paddle::after {
2941
+ width: 2rem;
2942
+ height: 2rem; }
2943
+
2944
+ .switch.large input:checked ~ .switch-paddle:after {
2945
+ left: 2.75rem; }
2946
+
2947
+ table {
2948
+ width: 100%;
2949
+ margin-bottom: 1rem;
2950
+ border-radius: 0; }
2951
+ table thead,
2952
+ table tbody,
2953
+ table tfoot {
2954
+ border: 1px solid #f1f1f1;
2955
+ background-color: #fefefe; }
2956
+ table caption {
2957
+ font-weight: bold;
2958
+ padding: 0.5rem 0.625rem 0.625rem; }
2959
+ table thead,
2960
+ table tfoot {
2961
+ background: #f8f8f8;
2962
+ color: #0a0a0a; }
2963
+ table thead tr,
2964
+ table tfoot tr {
2965
+ background: transparent; }
2966
+ table thead th,
2967
+ table thead td,
2968
+ table tfoot th,
2969
+ table tfoot td {
2970
+ padding: 0.5rem 0.625rem 0.625rem;
2971
+ font-weight: bold;
2972
+ text-align: left; }
2973
+ table tbody tr:nth-child(even) {
2974
+ background-color: #f1f1f1; }
2975
+ table tbody th,
2976
+ table tbody td {
2977
+ padding: 0.5rem 0.625rem 0.625rem; }
2978
+
2979
+ @media screen and (max-width: 63.9375em) {
2980
+ table.stack thead {
2981
+ display: none; }
2982
+ table.stack tfoot {
2983
+ display: none; }
2984
+ table.stack tr,
2985
+ table.stack th,
2986
+ table.stack td {
2987
+ display: block; }
2988
+ table.stack td {
2989
+ border-top: 0; } }
2990
+
2991
+ table.scroll {
2992
+ display: block;
2993
+ width: 100%;
2994
+ overflow-x: auto; }
2995
+
2996
+ table.hover tr:hover {
2997
+ background-color: #f9f9f9; }
2998
+
2999
+ table.hover tr:nth-of-type(even):hover {
3000
+ background-color: #ececec; }
3001
+
3002
+ .tabs {
3003
+ margin: 0;
3004
+ list-style-type: none;
3005
+ background: #fefefe;
3006
+ border: 1px solid #e6e6e6; }
3007
+ .tabs::before, .tabs::after {
3008
+ content: ' ';
3009
+ display: table; }
3010
+ .tabs::after {
3011
+ clear: both; }
3012
+
3013
+ .tabs.vertical > li {
3014
+ width: auto;
3015
+ float: none;
3016
+ display: block; }
3017
+
3018
+ .tabs.simple > li > a {
3019
+ padding: 0; }
3020
+ .tabs.simple > li > a:hover {
3021
+ background: transparent; }
3022
+
3023
+ .tabs.primary {
3024
+ background: #2199e8; }
3025
+ .tabs.primary > li > a {
3026
+ color: #fefefe; }
3027
+ .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
3028
+ background: #1893e4; }
3029
+
3030
+ .tabs-title {
3031
+ float: left; }
3032
+ .tabs-title > a {
3033
+ display: block;
3034
+ padding: 1.25rem 1.5rem;
3035
+ line-height: 1;
3036
+ font-size: 12px;
3037
+ color: #2199e8; }
3038
+ .tabs-title > a:hover {
3039
+ background: #fefefe; }
3040
+ .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
3041
+ background: #e6e6e6; }
3042
+
3043
+ .tabs-content {
3044
+ background: #fefefe;
3045
+ transition: all 0.5s ease;
3046
+ border: 1px solid #e6e6e6;
3047
+ border-top: 0; }
3048
+
3049
+ .tabs-content.vertical {
3050
+ border: 1px solid #e6e6e6;
3051
+ border-left: 0; }
3052
+
3053
+ .tabs-panel {
3054
+ display: none;
3055
+ padding: 1rem; }
3056
+ .tabs-panel.is-active {
3057
+ display: block; }
3058
+
3059
+ .thumbnail {
3060
+ border: solid 4px #fefefe;
3061
+ box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
3062
+ display: inline-block;
3063
+ line-height: 0;
3064
+ max-width: 100%;
3065
+ transition: box-shadow 200ms ease-out;
3066
+ border-radius: 0;
3067
+ margin-bottom: 1rem; }
3068
+ .thumbnail:hover, .thumbnail:focus {
3069
+ box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }
3070
+
3071
+ .title-bar {
3072
+ background: #0a0a0a;
3073
+ color: #fefefe;
3074
+ padding: 0.5rem; }
3075
+ .title-bar::before, .title-bar::after {
3076
+ content: ' ';
3077
+ display: table; }
3078
+ .title-bar::after {
3079
+ clear: both; }
3080
+ .title-bar .menu-icon {
3081
+ margin-left: 0.25rem;
3082
+ margin-right: 0.5rem; }
3083
+
3084
+ .title-bar-left {
3085
+ float: left; }
3086
+
3087
+ .title-bar-right {
3088
+ float: right;
3089
+ text-align: right; }
3090
+
3091
+ .title-bar-title {
3092
+ font-weight: bold;
3093
+ vertical-align: middle;
3094
+ display: inline-block; }
3095
+
3096
+ .menu-icon {
3097
+ position: relative;
3098
+ display: inline-block;
3099
+ vertical-align: middle;
3100
+ cursor: pointer;
3101
+ width: 20px;
3102
+ height: 16px; }
3103
+ .menu-icon::after {
3104
+ content: '';
3105
+ position: absolute;
3106
+ display: block;
3107
+ width: 100%;
3108
+ height: 2px;
3109
+ background: #fefefe;
3110
+ top: 0;
3111
+ left: 0;
3112
+ box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
3113
+ .menu-icon:hover::after {
3114
+ background: #cacaca;
3115
+ box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
3116
+
3117
+ .menu-icon.dark {
3118
+ position: relative;
3119
+ display: inline-block;
3120
+ vertical-align: middle;
3121
+ cursor: pointer;
3122
+ width: 20px;
3123
+ height: 16px; }
3124
+ .menu-icon.dark::after {
3125
+ content: '';
3126
+ position: absolute;
3127
+ display: block;
3128
+ width: 100%;
3129
+ height: 2px;
3130
+ background: #0a0a0a;
3131
+ top: 0;
3132
+ left: 0;
3133
+ box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
3134
+ .menu-icon.dark:hover::after {
3135
+ background: #8a8a8a;
3136
+ box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }
3137
+
3138
+ .has-tip {
3139
+ border-bottom: dotted 1px #8a8a8a;
3140
+ font-weight: bold;
3141
+ position: relative;
3142
+ display: inline-block;
3143
+ cursor: help; }
3144
+
3145
+ .tooltip {
3146
+ background-color: #0a0a0a;
3147
+ color: #fefefe;
3148
+ font-size: 80%;
3149
+ padding: 0.75rem;
3150
+ position: absolute;
3151
+ z-index: 10;
3152
+ top: calc(100% + 0.6495rem);
3153
+ max-width: 10rem !important;
3154
+ border-radius: 0; }
3155
+ .tooltip::before {
3156
+ content: '';
3157
+ display: block;
3158
+ width: 0;
3159
+ height: 0;
3160
+ border: inset 0.75rem;
3161
+ border-color: transparent transparent #0a0a0a;
3162
+ border-bottom-style: solid;
3163
+ border-top-width: 0;
3164
+ bottom: 100%;
3165
+ position: absolute;
3166
+ left: 50%;
3167
+ -webkit-transform: translateX(-50%);
3168
+ -ms-transform: translateX(-50%);
3169
+ transform: translateX(-50%); }
3170
+ .tooltip.top::before {
3171
+ content: '';
3172
+ display: block;
3173
+ width: 0;
3174
+ height: 0;
3175
+ border: inset 0.75rem;
3176
+ border-color: #0a0a0a transparent transparent;
3177
+ border-top-style: solid;
3178
+ border-bottom-width: 0;
3179
+ top: 100%;
3180
+ bottom: auto; }
3181
+ .tooltip.left::before {
3182
+ content: '';
3183
+ display: block;
3184
+ width: 0;
3185
+ height: 0;
3186
+ border: inset 0.75rem;
3187
+ border-color: transparent transparent transparent #0a0a0a;
3188
+ border-left-style: solid;
3189
+ border-right-width: 0;
3190
+ bottom: auto;
3191
+ left: 100%;
3192
+ top: 50%;
3193
+ -webkit-transform: translateY(-50%);
3194
+ -ms-transform: translateY(-50%);
3195
+ transform: translateY(-50%); }
3196
+ .tooltip.right::before {
3197
+ content: '';
3198
+ display: block;
3199
+ width: 0;
3200
+ height: 0;
3201
+ border: inset 0.75rem;
3202
+ border-color: transparent #0a0a0a transparent transparent;
3203
+ border-right-style: solid;
3204
+ border-left-width: 0;
3205
+ bottom: auto;
3206
+ left: auto;
3207
+ right: 100%;
3208
+ top: 50%;
3209
+ -webkit-transform: translateY(-50%);
3210
+ -ms-transform: translateY(-50%);
3211
+ transform: translateY(-50%); }
3212
+
3213
+ .top-bar {
3214
+ padding: 0.5rem; }
3215
+ .top-bar::before, .top-bar::after {
3216
+ content: ' ';
3217
+ display: table; }
3218
+ .top-bar::after {
3219
+ clear: both; }
3220
+ .top-bar,
3221
+ .top-bar ul {
3222
+ background-color: #e6e6e6; }
3223
+ .top-bar input {
3224
+ width: 200px;
3225
+ margin-right: 1rem; }
3226
+ .top-bar input.button {
3227
+ width: auto; }
3228
+
3229
+ @media screen and (max-width: 39.9375em) {
3230
+ .stacked-for-small .top-bar-title {
3231
+ width: 100%; }
3232
+ .stacked-for-small .top-bar-right {
3233
+ width: 100%; }
3234
+ .stacked-for-small .top-bar-left {
3235
+ width: 100%; } }
3236
+
3237
+ @media screen and (max-width: 63.9375em) {
3238
+ .stacked-for-medium .top-bar-title {
3239
+ width: 100%; }
3240
+ .stacked-for-medium .top-bar-right {
3241
+ width: 100%; }
3242
+ .stacked-for-medium .top-bar-left {
3243
+ width: 100%; } }
3244
+
3245
+ @media screen and (max-width: 74.9375em) {
3246
+ .stacked-for-large .top-bar-title {
3247
+ width: 100%; }
3248
+ .stacked-for-large .top-bar-right {
3249
+ width: 100%; }
3250
+ .stacked-for-large .top-bar-left {
3251
+ width: 100%; } }
3252
+
3253
+ @media screen and (min-width: 0em) and (max-width: 39.9375em) {
3254
+ .top-bar-title {
3255
+ width: 100%; }
3256
+ .top-bar-right {
3257
+ width: 100%; }
3258
+ .top-bar-left {
3259
+ width: 100%; } }
3260
+
3261
+ .top-bar-title {
3262
+ float: left;
3263
+ margin-right: 1rem; }
3264
+
3265
+ .top-bar-left {
3266
+ float: left; }
3267
+
3268
+ .top-bar-right {
3269
+ float: right; }
3270
+
3271
+ /*# sourceMappingURL=foundation.css.map */