opsask 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/.yardoc/checksums +4 -0
  4. data/.yardoc/object_types +0 -0
  5. data/.yardoc/objects/root.dat +0 -0
  6. data/.yardoc/proxy_types +0 -0
  7. data/Gemfile +15 -0
  8. data/Gemfile.lock +75 -0
  9. data/LICENSE +13 -0
  10. data/Rakefile +30 -0
  11. data/Readme.md +3 -0
  12. data/VERSION +1 -0
  13. data/bin/opsask +4 -0
  14. data/lib/opsask/app.rb +540 -0
  15. data/lib/opsask/main.rb +54 -0
  16. data/lib/opsask/metadata.rb +29 -0
  17. data/lib/opsask.rb +3 -0
  18. data/opsask.gemspec +29 -0
  19. data/public/css/foundation.css +5068 -0
  20. data/public/css/foundation.min.css +1 -0
  21. data/public/css/normalize.css +410 -0
  22. data/public/css/style.css +152 -0
  23. data/public/favicon.ico +0 -0
  24. data/public/fonts/DINMittelschriftStd.woff +0 -0
  25. data/public/img/.gitkeep +1 -0
  26. data/public/js/foundation/foundation.abide.js +256 -0
  27. data/public/js/foundation/foundation.accordion.js +49 -0
  28. data/public/js/foundation/foundation.alert.js +37 -0
  29. data/public/js/foundation/foundation.clearing.js +485 -0
  30. data/public/js/foundation/foundation.dropdown.js +208 -0
  31. data/public/js/foundation/foundation.equalizer.js +64 -0
  32. data/public/js/foundation/foundation.interchange.js +326 -0
  33. data/public/js/foundation/foundation.joyride.js +848 -0
  34. data/public/js/foundation/foundation.js +587 -0
  35. data/public/js/foundation/foundation.magellan.js +171 -0
  36. data/public/js/foundation/foundation.offcanvas.js +39 -0
  37. data/public/js/foundation/foundation.orbit.js +464 -0
  38. data/public/js/foundation/foundation.reveal.js +399 -0
  39. data/public/js/foundation/foundation.tab.js +58 -0
  40. data/public/js/foundation/foundation.tooltip.js +215 -0
  41. data/public/js/foundation/foundation.topbar.js +387 -0
  42. data/public/js/foundation/jquery.cookie.js +8 -0
  43. data/public/js/foundation.min.js +10 -0
  44. data/public/js/opsask.js +19 -0
  45. data/public/js/vendor/fastclick.js +9 -0
  46. data/public/js/vendor/jquery.cookie.js +8 -0
  47. data/public/js/vendor/jquery.js +26 -0
  48. data/public/js/vendor/modernizr.js +8 -0
  49. data/public/js/vendor/placeholder.js +2 -0
  50. data/tasks/generate-email-summary.rb +73 -0
  51. data/tasks/send-email-summary.sh +13 -0
  52. data/views/_components.erb +6 -0
  53. data/views/_count.erb +11 -0
  54. data/views/_flash.erb +3 -0
  55. data/views/_form.erb +37 -0
  56. data/views/_queue.erb +16 -0
  57. data/views/agile.erb +6 -0
  58. data/views/glance.erb +19 -0
  59. data/views/index.erb +27 -0
  60. data/views/layout.erb +43 -0
  61. data/views/stragglers.erb +6 -0
  62. data/views/untracked.erb +6 -0
  63. metadata +217 -0
@@ -0,0 +1,5068 @@
1
+ meta.foundation-version {
2
+ font-family: "/5.1.0/"; }
3
+
4
+ meta.foundation-mq-small {
5
+ font-family: "/only screen and (max-width: 40em)/";
6
+ width: 0em; }
7
+
8
+ meta.foundation-mq-medium {
9
+ font-family: "/only screen and (min-width:40.063em)/";
10
+ width: 40.063em; }
11
+
12
+ meta.foundation-mq-large {
13
+ font-family: "/only screen and (min-width:64.063em)/";
14
+ width: 64.063em; }
15
+
16
+ meta.foundation-mq-xlarge {
17
+ font-family: "/only screen and (min-width:90.063em)/";
18
+ width: 90.063em; }
19
+
20
+ meta.foundation-mq-xxlarge {
21
+ font-family: "/only screen and (min-width:120.063em)/";
22
+ width: 120.063em; }
23
+
24
+ meta.foundation-data-attribute-namespace {
25
+ font-family: false; }
26
+
27
+ html, body {
28
+ height: 100%; }
29
+
30
+ *,
31
+ *:before,
32
+ *:after {
33
+ -moz-box-sizing: border-box;
34
+ -webkit-box-sizing: border-box;
35
+ box-sizing: border-box; }
36
+
37
+ html,
38
+ body {
39
+ font-size: 100%; }
40
+
41
+ body {
42
+ background: white;
43
+ color: #222222;
44
+ padding: 0;
45
+ margin: 0;
46
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
47
+ font-weight: normal;
48
+ font-style: normal;
49
+ line-height: 1;
50
+ position: relative;
51
+ cursor: default; }
52
+
53
+ a:hover {
54
+ cursor: pointer; }
55
+
56
+ img,
57
+ object,
58
+ embed {
59
+ max-width: 100%;
60
+ height: auto; }
61
+
62
+ object,
63
+ embed {
64
+ height: 100%; }
65
+
66
+ img {
67
+ -ms-interpolation-mode: bicubic; }
68
+
69
+ #map_canvas img,
70
+ #map_canvas embed,
71
+ #map_canvas object,
72
+ .map_canvas img,
73
+ .map_canvas embed,
74
+ .map_canvas object {
75
+ max-width: none !important; }
76
+
77
+ .left {
78
+ float: left !important; }
79
+
80
+ .right {
81
+ float: right !important; }
82
+
83
+ .clearfix {
84
+ *zoom: 1; }
85
+ .clearfix:before, .clearfix:after {
86
+ content: " ";
87
+ display: table; }
88
+ .clearfix:after {
89
+ clear: both; }
90
+
91
+ .hide {
92
+ display: none; }
93
+
94
+ .antialiased {
95
+ -webkit-font-smoothing: antialiased;
96
+ -moz-osx-font-smoothing: grayscale; }
97
+
98
+ img {
99
+ display: inline-block;
100
+ vertical-align: middle; }
101
+
102
+ textarea {
103
+ height: auto;
104
+ min-height: 50px; }
105
+
106
+ select {
107
+ width: 100%; }
108
+
109
+ .row {
110
+ width: 100%;
111
+ margin-left: auto;
112
+ margin-right: auto;
113
+ margin-top: 0;
114
+ margin-bottom: 0;
115
+ /*max-width: 62.5em;*/
116
+ *zoom: 1; }
117
+ .row:before, .row:after {
118
+ content: " ";
119
+ display: table; }
120
+ .row:after {
121
+ clear: both; }
122
+ .row.collapse > .column,
123
+ .row.collapse > .columns {
124
+ padding-left: 0;
125
+ padding-right: 0;
126
+ float: left; }
127
+ .row.collapse .row {
128
+ margin-left: 0;
129
+ margin-right: 0; }
130
+ .row .row {
131
+ width: auto;
132
+ margin-left: -0.9375em;
133
+ margin-right: -0.9375em;
134
+ margin-top: 0;
135
+ margin-bottom: 0;
136
+ max-width: none;
137
+ *zoom: 1; }
138
+ .row .row:before, .row .row:after {
139
+ content: " ";
140
+ display: table; }
141
+ .row .row:after {
142
+ clear: both; }
143
+ .row .row.collapse {
144
+ width: auto;
145
+ margin: 0;
146
+ max-width: none;
147
+ *zoom: 1; }
148
+ .row .row.collapse:before, .row .row.collapse:after {
149
+ content: " ";
150
+ display: table; }
151
+ .row .row.collapse:after {
152
+ clear: both; }
153
+
154
+ .column,
155
+ .columns {
156
+ padding-left: 0.9375em;
157
+ padding-right: 0.9375em;
158
+ width: 100%;
159
+ float: left; }
160
+
161
+ @media only screen {
162
+ .column.small-centered,
163
+ .columns.small-centered {
164
+ margin-left: auto;
165
+ margin-right: auto;
166
+ float: none; }
167
+
168
+ .column.small-uncentered,
169
+ .columns.small-uncentered {
170
+ margin-left: 0;
171
+ margin-right: 0;
172
+ float: left; }
173
+
174
+ .column.small-uncentered.opposite,
175
+ .columns.small-uncentered.opposite {
176
+ float: right; }
177
+
178
+ .small-push-0 {
179
+ left: 0%;
180
+ right: auto; }
181
+
182
+ .small-pull-0 {
183
+ right: 0%;
184
+ left: auto; }
185
+
186
+ .small-push-1 {
187
+ left: 8.33333%;
188
+ right: auto; }
189
+
190
+ .small-pull-1 {
191
+ right: 8.33333%;
192
+ left: auto; }
193
+
194
+ .small-push-2 {
195
+ left: 16.66667%;
196
+ right: auto; }
197
+
198
+ .small-pull-2 {
199
+ right: 16.66667%;
200
+ left: auto; }
201
+
202
+ .small-push-3 {
203
+ left: 25%;
204
+ right: auto; }
205
+
206
+ .small-pull-3 {
207
+ right: 25%;
208
+ left: auto; }
209
+
210
+ .small-push-4 {
211
+ left: 33.33333%;
212
+ right: auto; }
213
+
214
+ .small-pull-4 {
215
+ right: 33.33333%;
216
+ left: auto; }
217
+
218
+ .small-push-5 {
219
+ left: 41.66667%;
220
+ right: auto; }
221
+
222
+ .small-pull-5 {
223
+ right: 41.66667%;
224
+ left: auto; }
225
+
226
+ .small-push-6 {
227
+ left: 50%;
228
+ right: auto; }
229
+
230
+ .small-pull-6 {
231
+ right: 50%;
232
+ left: auto; }
233
+
234
+ .small-push-7 {
235
+ left: 58.33333%;
236
+ right: auto; }
237
+
238
+ .small-pull-7 {
239
+ right: 58.33333%;
240
+ left: auto; }
241
+
242
+ .small-push-8 {
243
+ left: 66.66667%;
244
+ right: auto; }
245
+
246
+ .small-pull-8 {
247
+ right: 66.66667%;
248
+ left: auto; }
249
+
250
+ .small-push-9 {
251
+ left: 75%;
252
+ right: auto; }
253
+
254
+ .small-pull-9 {
255
+ right: 75%;
256
+ left: auto; }
257
+
258
+ .small-push-10 {
259
+ left: 83.33333%;
260
+ right: auto; }
261
+
262
+ .small-pull-10 {
263
+ right: 83.33333%;
264
+ left: auto; }
265
+
266
+ .small-push-11 {
267
+ left: 91.66667%;
268
+ right: auto; }
269
+
270
+ .small-pull-11 {
271
+ right: 91.66667%;
272
+ left: auto; }
273
+
274
+ .column,
275
+ .columns {
276
+ position: relative;
277
+ padding-left: 0.9375em;
278
+ padding-right: 0.9375em;
279
+ float: left; }
280
+
281
+ .small-1 {
282
+ width: 8.33333%; }
283
+
284
+ .small-2 {
285
+ width: 16.66667%; }
286
+
287
+ .small-3 {
288
+ width: 25%; }
289
+
290
+ .small-4 {
291
+ width: 33.33333%; }
292
+
293
+ .small-5 {
294
+ width: 41.66667%; }
295
+
296
+ .small-6 {
297
+ width: 50%; }
298
+
299
+ .small-7 {
300
+ width: 58.33333%; }
301
+
302
+ .small-8 {
303
+ width: 66.66667%; }
304
+
305
+ .small-9 {
306
+ width: 75%; }
307
+
308
+ .small-10 {
309
+ width: 83.33333%; }
310
+
311
+ .small-11 {
312
+ width: 91.66667%; }
313
+
314
+ .small-12 {
315
+ width: 100%; }
316
+
317
+ [class*="column"] + [class*="column"]:last-child {
318
+ float: right; }
319
+
320
+ [class*="column"] + [class*="column"].end {
321
+ float: left; }
322
+
323
+ .small-offset-0 {
324
+ margin-left: 0% !important; }
325
+
326
+ .small-offset-1 {
327
+ margin-left: 8.33333% !important; }
328
+
329
+ .small-offset-2 {
330
+ margin-left: 16.66667% !important; }
331
+
332
+ .small-offset-3 {
333
+ margin-left: 25% !important; }
334
+
335
+ .small-offset-4 {
336
+ margin-left: 33.33333% !important; }
337
+
338
+ .small-offset-5 {
339
+ margin-left: 41.66667% !important; }
340
+
341
+ .small-offset-6 {
342
+ margin-left: 50% !important; }
343
+
344
+ .small-offset-7 {
345
+ margin-left: 58.33333% !important; }
346
+
347
+ .small-offset-8 {
348
+ margin-left: 66.66667% !important; }
349
+
350
+ .small-offset-9 {
351
+ margin-left: 75% !important; }
352
+
353
+ .small-offset-10 {
354
+ margin-left: 83.33333% !important; }
355
+
356
+ .small-offset-11 {
357
+ margin-left: 91.66667% !important; }
358
+
359
+ .small-reset-order,
360
+ .small-reset-order {
361
+ margin-left: 0;
362
+ margin-right: 0;
363
+ left: auto;
364
+ right: auto;
365
+ float: left; } }
366
+ @media only screen and (min-width: 40.063em) {
367
+ .column.medium-centered,
368
+ .columns.medium-centered {
369
+ margin-left: auto;
370
+ margin-right: auto;
371
+ float: none; }
372
+
373
+ .column.medium-uncentered,
374
+ .columns.medium-uncentered {
375
+ margin-left: 0;
376
+ margin-right: 0;
377
+ float: left; }
378
+
379
+ .column.medium-uncentered.opposite,
380
+ .columns.medium-uncentered.opposite {
381
+ float: right; }
382
+
383
+ .medium-push-0 {
384
+ left: 0%;
385
+ right: auto; }
386
+
387
+ .medium-pull-0 {
388
+ right: 0%;
389
+ left: auto; }
390
+
391
+ .medium-push-1 {
392
+ left: 8.33333%;
393
+ right: auto; }
394
+
395
+ .medium-pull-1 {
396
+ right: 8.33333%;
397
+ left: auto; }
398
+
399
+ .medium-push-2 {
400
+ left: 16.66667%;
401
+ right: auto; }
402
+
403
+ .medium-pull-2 {
404
+ right: 16.66667%;
405
+ left: auto; }
406
+
407
+ .medium-push-3 {
408
+ left: 25%;
409
+ right: auto; }
410
+
411
+ .medium-pull-3 {
412
+ right: 25%;
413
+ left: auto; }
414
+
415
+ .medium-push-4 {
416
+ left: 33.33333%;
417
+ right: auto; }
418
+
419
+ .medium-pull-4 {
420
+ right: 33.33333%;
421
+ left: auto; }
422
+
423
+ .medium-push-5 {
424
+ left: 41.66667%;
425
+ right: auto; }
426
+
427
+ .medium-pull-5 {
428
+ right: 41.66667%;
429
+ left: auto; }
430
+
431
+ .medium-push-6 {
432
+ left: 50%;
433
+ right: auto; }
434
+
435
+ .medium-pull-6 {
436
+ right: 50%;
437
+ left: auto; }
438
+
439
+ .medium-push-7 {
440
+ left: 58.33333%;
441
+ right: auto; }
442
+
443
+ .medium-pull-7 {
444
+ right: 58.33333%;
445
+ left: auto; }
446
+
447
+ .medium-push-8 {
448
+ left: 66.66667%;
449
+ right: auto; }
450
+
451
+ .medium-pull-8 {
452
+ right: 66.66667%;
453
+ left: auto; }
454
+
455
+ .medium-push-9 {
456
+ left: 75%;
457
+ right: auto; }
458
+
459
+ .medium-pull-9 {
460
+ right: 75%;
461
+ left: auto; }
462
+
463
+ .medium-push-10 {
464
+ left: 83.33333%;
465
+ right: auto; }
466
+
467
+ .medium-pull-10 {
468
+ right: 83.33333%;
469
+ left: auto; }
470
+
471
+ .medium-push-11 {
472
+ left: 91.66667%;
473
+ right: auto; }
474
+
475
+ .medium-pull-11 {
476
+ right: 91.66667%;
477
+ left: auto; }
478
+
479
+ .column,
480
+ .columns {
481
+ position: relative;
482
+ padding-left: 0.9375em;
483
+ padding-right: 0.9375em;
484
+ float: left; }
485
+
486
+ .medium-1 {
487
+ width: 8.33333%; }
488
+
489
+ .medium-2 {
490
+ width: 16.66667%; }
491
+
492
+ .medium-3 {
493
+ width: 25%; }
494
+
495
+ .medium-4 {
496
+ width: 33.33333%; }
497
+
498
+ .medium-5 {
499
+ width: 41.66667%; }
500
+
501
+ .medium-6 {
502
+ width: 50%; }
503
+
504
+ .medium-7 {
505
+ width: 58.33333%; }
506
+
507
+ .medium-8 {
508
+ width: 66.66667%; }
509
+
510
+ .medium-9 {
511
+ width: 75%; }
512
+
513
+ .medium-10 {
514
+ width: 83.33333%; }
515
+
516
+ .medium-11 {
517
+ width: 91.66667%; }
518
+
519
+ .medium-12 {
520
+ width: 100%; }
521
+
522
+ [class*="column"] + [class*="column"]:last-child {
523
+ float: right; }
524
+
525
+ [class*="column"] + [class*="column"].end {
526
+ float: left; }
527
+
528
+ .medium-offset-0 {
529
+ margin-left: 0% !important; }
530
+
531
+ .medium-offset-1 {
532
+ margin-left: 8.33333% !important; }
533
+
534
+ .medium-offset-2 {
535
+ margin-left: 16.66667% !important; }
536
+
537
+ .medium-offset-3 {
538
+ margin-left: 25% !important; }
539
+
540
+ .medium-offset-4 {
541
+ margin-left: 33.33333% !important; }
542
+
543
+ .medium-offset-5 {
544
+ margin-left: 41.66667% !important; }
545
+
546
+ .medium-offset-6 {
547
+ margin-left: 50% !important; }
548
+
549
+ .medium-offset-7 {
550
+ margin-left: 58.33333% !important; }
551
+
552
+ .medium-offset-8 {
553
+ margin-left: 66.66667% !important; }
554
+
555
+ .medium-offset-9 {
556
+ margin-left: 75% !important; }
557
+
558
+ .medium-offset-10 {
559
+ margin-left: 83.33333% !important; }
560
+
561
+ .medium-offset-11 {
562
+ margin-left: 91.66667% !important; }
563
+
564
+ .medium-reset-order,
565
+ .medium-reset-order {
566
+ margin-left: 0;
567
+ margin-right: 0;
568
+ left: auto;
569
+ right: auto;
570
+ float: left; }
571
+
572
+ .push-0 {
573
+ left: 0%;
574
+ right: auto; }
575
+
576
+ .pull-0 {
577
+ right: 0%;
578
+ left: auto; }
579
+
580
+ .push-1 {
581
+ left: 8.33333%;
582
+ right: auto; }
583
+
584
+ .pull-1 {
585
+ right: 8.33333%;
586
+ left: auto; }
587
+
588
+ .push-2 {
589
+ left: 16.66667%;
590
+ right: auto; }
591
+
592
+ .pull-2 {
593
+ right: 16.66667%;
594
+ left: auto; }
595
+
596
+ .push-3 {
597
+ left: 25%;
598
+ right: auto; }
599
+
600
+ .pull-3 {
601
+ right: 25%;
602
+ left: auto; }
603
+
604
+ .push-4 {
605
+ left: 33.33333%;
606
+ right: auto; }
607
+
608
+ .pull-4 {
609
+ right: 33.33333%;
610
+ left: auto; }
611
+
612
+ .push-5 {
613
+ left: 41.66667%;
614
+ right: auto; }
615
+
616
+ .pull-5 {
617
+ right: 41.66667%;
618
+ left: auto; }
619
+
620
+ .push-6 {
621
+ left: 50%;
622
+ right: auto; }
623
+
624
+ .pull-6 {
625
+ right: 50%;
626
+ left: auto; }
627
+
628
+ .push-7 {
629
+ left: 58.33333%;
630
+ right: auto; }
631
+
632
+ .pull-7 {
633
+ right: 58.33333%;
634
+ left: auto; }
635
+
636
+ .push-8 {
637
+ left: 66.66667%;
638
+ right: auto; }
639
+
640
+ .pull-8 {
641
+ right: 66.66667%;
642
+ left: auto; }
643
+
644
+ .push-9 {
645
+ left: 75%;
646
+ right: auto; }
647
+
648
+ .pull-9 {
649
+ right: 75%;
650
+ left: auto; }
651
+
652
+ .push-10 {
653
+ left: 83.33333%;
654
+ right: auto; }
655
+
656
+ .pull-10 {
657
+ right: 83.33333%;
658
+ left: auto; }
659
+
660
+ .push-11 {
661
+ left: 91.66667%;
662
+ right: auto; }
663
+
664
+ .pull-11 {
665
+ right: 91.66667%;
666
+ left: auto; } }
667
+ @media only screen and (min-width: 64.063em) {
668
+ .column.large-centered,
669
+ .columns.large-centered {
670
+ margin-left: auto;
671
+ margin-right: auto;
672
+ float: none; }
673
+
674
+ .column.large-uncentered,
675
+ .columns.large-uncentered {
676
+ margin-left: 0;
677
+ margin-right: 0;
678
+ float: left; }
679
+
680
+ .column.large-uncentered.opposite,
681
+ .columns.large-uncentered.opposite {
682
+ float: right; }
683
+
684
+ .large-push-0 {
685
+ left: 0%;
686
+ right: auto; }
687
+
688
+ .large-pull-0 {
689
+ right: 0%;
690
+ left: auto; }
691
+
692
+ .large-push-1 {
693
+ left: 8.33333%;
694
+ right: auto; }
695
+
696
+ .large-pull-1 {
697
+ right: 8.33333%;
698
+ left: auto; }
699
+
700
+ .large-push-2 {
701
+ left: 16.66667%;
702
+ right: auto; }
703
+
704
+ .large-pull-2 {
705
+ right: 16.66667%;
706
+ left: auto; }
707
+
708
+ .large-push-3 {
709
+ left: 25%;
710
+ right: auto; }
711
+
712
+ .large-pull-3 {
713
+ right: 25%;
714
+ left: auto; }
715
+
716
+ .large-push-4 {
717
+ left: 33.33333%;
718
+ right: auto; }
719
+
720
+ .large-pull-4 {
721
+ right: 33.33333%;
722
+ left: auto; }
723
+
724
+ .large-push-5 {
725
+ left: 41.66667%;
726
+ right: auto; }
727
+
728
+ .large-pull-5 {
729
+ right: 41.66667%;
730
+ left: auto; }
731
+
732
+ .large-push-6 {
733
+ left: 50%;
734
+ right: auto; }
735
+
736
+ .large-pull-6 {
737
+ right: 50%;
738
+ left: auto; }
739
+
740
+ .large-push-7 {
741
+ left: 58.33333%;
742
+ right: auto; }
743
+
744
+ .large-pull-7 {
745
+ right: 58.33333%;
746
+ left: auto; }
747
+
748
+ .large-push-8 {
749
+ left: 66.66667%;
750
+ right: auto; }
751
+
752
+ .large-pull-8 {
753
+ right: 66.66667%;
754
+ left: auto; }
755
+
756
+ .large-push-9 {
757
+ left: 75%;
758
+ right: auto; }
759
+
760
+ .large-pull-9 {
761
+ right: 75%;
762
+ left: auto; }
763
+
764
+ .large-push-10 {
765
+ left: 83.33333%;
766
+ right: auto; }
767
+
768
+ .large-pull-10 {
769
+ right: 83.33333%;
770
+ left: auto; }
771
+
772
+ .large-push-11 {
773
+ left: 91.66667%;
774
+ right: auto; }
775
+
776
+ .large-pull-11 {
777
+ right: 91.66667%;
778
+ left: auto; }
779
+
780
+ .column,
781
+ .columns {
782
+ position: relative;
783
+ padding-left: 0.9375em;
784
+ padding-right: 0.9375em;
785
+ float: left; }
786
+
787
+ .large-1 {
788
+ width: 8.33333%; }
789
+
790
+ .large-2 {
791
+ width: 16.66667%; }
792
+
793
+ .large-3 {
794
+ width: 25%; }
795
+
796
+ .large-4 {
797
+ width: 33.33333%; }
798
+
799
+ .large-5 {
800
+ width: 41.66667%; }
801
+
802
+ .large-6 {
803
+ width: 50%; }
804
+
805
+ .large-7 {
806
+ width: 58.33333%; }
807
+
808
+ .large-8 {
809
+ width: 66.66667%; }
810
+
811
+ .large-9 {
812
+ width: 75%; }
813
+
814
+ .large-10 {
815
+ width: 83.33333%; }
816
+
817
+ .large-11 {
818
+ width: 91.66667%; }
819
+
820
+ .large-12 {
821
+ width: 100%; }
822
+
823
+ [class*="column"] + [class*="column"]:last-child {
824
+ float: right; }
825
+
826
+ [class*="column"] + [class*="column"].end {
827
+ float: left; }
828
+
829
+ .large-offset-0 {
830
+ margin-left: 0% !important; }
831
+
832
+ .large-offset-1 {
833
+ margin-left: 8.33333% !important; }
834
+
835
+ .large-offset-2 {
836
+ margin-left: 16.66667% !important; }
837
+
838
+ .large-offset-3 {
839
+ margin-left: 25% !important; }
840
+
841
+ .large-offset-4 {
842
+ margin-left: 33.33333% !important; }
843
+
844
+ .large-offset-5 {
845
+ margin-left: 41.66667% !important; }
846
+
847
+ .large-offset-6 {
848
+ margin-left: 50% !important; }
849
+
850
+ .large-offset-7 {
851
+ margin-left: 58.33333% !important; }
852
+
853
+ .large-offset-8 {
854
+ margin-left: 66.66667% !important; }
855
+
856
+ .large-offset-9 {
857
+ margin-left: 75% !important; }
858
+
859
+ .large-offset-10 {
860
+ margin-left: 83.33333% !important; }
861
+
862
+ .large-offset-11 {
863
+ margin-left: 91.66667% !important; }
864
+
865
+ .large-reset-order,
866
+ .large-reset-order {
867
+ margin-left: 0;
868
+ margin-right: 0;
869
+ left: auto;
870
+ right: auto;
871
+ float: left; }
872
+
873
+ .push-0 {
874
+ left: 0%;
875
+ right: auto; }
876
+
877
+ .pull-0 {
878
+ right: 0%;
879
+ left: auto; }
880
+
881
+ .push-1 {
882
+ left: 8.33333%;
883
+ right: auto; }
884
+
885
+ .pull-1 {
886
+ right: 8.33333%;
887
+ left: auto; }
888
+
889
+ .push-2 {
890
+ left: 16.66667%;
891
+ right: auto; }
892
+
893
+ .pull-2 {
894
+ right: 16.66667%;
895
+ left: auto; }
896
+
897
+ .push-3 {
898
+ left: 25%;
899
+ right: auto; }
900
+
901
+ .pull-3 {
902
+ right: 25%;
903
+ left: auto; }
904
+
905
+ .push-4 {
906
+ left: 33.33333%;
907
+ right: auto; }
908
+
909
+ .pull-4 {
910
+ right: 33.33333%;
911
+ left: auto; }
912
+
913
+ .push-5 {
914
+ left: 41.66667%;
915
+ right: auto; }
916
+
917
+ .pull-5 {
918
+ right: 41.66667%;
919
+ left: auto; }
920
+
921
+ .push-6 {
922
+ left: 50%;
923
+ right: auto; }
924
+
925
+ .pull-6 {
926
+ right: 50%;
927
+ left: auto; }
928
+
929
+ .push-7 {
930
+ left: 58.33333%;
931
+ right: auto; }
932
+
933
+ .pull-7 {
934
+ right: 58.33333%;
935
+ left: auto; }
936
+
937
+ .push-8 {
938
+ left: 66.66667%;
939
+ right: auto; }
940
+
941
+ .pull-8 {
942
+ right: 66.66667%;
943
+ left: auto; }
944
+
945
+ .push-9 {
946
+ left: 75%;
947
+ right: auto; }
948
+
949
+ .pull-9 {
950
+ right: 75%;
951
+ left: auto; }
952
+
953
+ .push-10 {
954
+ left: 83.33333%;
955
+ right: auto; }
956
+
957
+ .pull-10 {
958
+ right: 83.33333%;
959
+ left: auto; }
960
+
961
+ .push-11 {
962
+ left: 91.66667%;
963
+ right: auto; }
964
+
965
+ .pull-11 {
966
+ right: 91.66667%;
967
+ left: auto; } }
968
+ meta.foundation-mq-topbar {
969
+ font-family: "/only screen and (min-width:40.063em)/";
970
+ width: 58.75em; }
971
+
972
+ /* Wrapped around .top-bar to contain to grid width */
973
+ .contain-to-grid {
974
+ width: 100%;
975
+ background: #333333; }
976
+ .contain-to-grid .top-bar {
977
+ margin-bottom: 0; }
978
+
979
+ .fixed {
980
+ width: 100%;
981
+ left: 0;
982
+ position: fixed;
983
+ top: 0;
984
+ z-index: 99; }
985
+ .fixed.expanded:not(.top-bar) {
986
+ overflow-y: auto;
987
+ height: auto;
988
+ width: 100%;
989
+ max-height: 100%; }
990
+ .fixed.expanded:not(.top-bar) .title-area {
991
+ position: fixed;
992
+ width: 100%;
993
+ z-index: 99; }
994
+ .fixed.expanded:not(.top-bar) .top-bar-section {
995
+ z-index: 98;
996
+ margin-top: 45px; }
997
+
998
+ .top-bar {
999
+ overflow: hidden;
1000
+ height: 45px;
1001
+ line-height: 45px;
1002
+ position: relative;
1003
+ background: #333333;
1004
+ margin-bottom: 0; }
1005
+ .top-bar ul {
1006
+ margin-bottom: 0;
1007
+ list-style: none; }
1008
+ .top-bar .row {
1009
+ max-width: none; }
1010
+ .top-bar form,
1011
+ .top-bar input {
1012
+ margin-bottom: 0; }
1013
+ .top-bar input {
1014
+ height: auto;
1015
+ padding-top: .35rem;
1016
+ padding-bottom: .35rem;
1017
+ font-size: 0.75rem; }
1018
+ .top-bar .button {
1019
+ padding-top: .45rem;
1020
+ padding-bottom: .35rem;
1021
+ margin-bottom: 0;
1022
+ font-size: 0.75rem; }
1023
+ .top-bar .title-area {
1024
+ position: relative;
1025
+ margin: 0; }
1026
+ .top-bar .name {
1027
+ height: 45px;
1028
+ margin: 0;
1029
+ font-size: 16px; }
1030
+ .top-bar .name h1 {
1031
+ line-height: 45px;
1032
+ font-size: 1.0625rem;
1033
+ margin: 0; }
1034
+ .top-bar .name h1 a {
1035
+ font-weight: normal;
1036
+ color: white;
1037
+ width: 50%;
1038
+ display: block;
1039
+ padding: 0 15px; }
1040
+ .top-bar .toggle-topbar {
1041
+ position: absolute;
1042
+ right: 0;
1043
+ top: 0; }
1044
+ .top-bar .toggle-topbar a {
1045
+ color: white;
1046
+ text-transform: uppercase;
1047
+ font-size: 0.8125rem;
1048
+ font-weight: bold;
1049
+ position: relative;
1050
+ display: block;
1051
+ padding: 0 15px;
1052
+ height: 45px;
1053
+ line-height: 45px; }
1054
+ .top-bar .toggle-topbar.menu-icon {
1055
+ right: 15px;
1056
+ top: 50%;
1057
+ margin-top: -16px;
1058
+ padding-left: 40px; }
1059
+ .top-bar .toggle-topbar.menu-icon a {
1060
+ height: 34px;
1061
+ line-height: 33px;
1062
+ padding: 0;
1063
+ padding-right: 25px;
1064
+ color: white;
1065
+ position: relative; }
1066
+ .top-bar .toggle-topbar.menu-icon a::after {
1067
+ content: "";
1068
+ position: absolute;
1069
+ right: 0;
1070
+ display: block;
1071
+ width: 16px;
1072
+ top: 0;
1073
+ height: 0;
1074
+ -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
1075
+ box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
1076
+ .top-bar.expanded {
1077
+ height: auto;
1078
+ background: transparent; }
1079
+ .top-bar.expanded .title-area {
1080
+ background: #333333; }
1081
+ .top-bar.expanded .toggle-topbar a {
1082
+ color: #888888; }
1083
+ .top-bar.expanded .toggle-topbar a span {
1084
+ -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
1085
+ box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }
1086
+
1087
+ .top-bar-section {
1088
+ left: 0;
1089
+ position: relative;
1090
+ width: auto;
1091
+ -webkit-transition: left 300ms ease-out;
1092
+ -moz-transition: left 300ms ease-out;
1093
+ transition: left 300ms ease-out; }
1094
+ .top-bar-section ul {
1095
+ width: 100%;
1096
+ height: auto;
1097
+ display: block;
1098
+ background: #333333;
1099
+ font-size: 16px;
1100
+ margin: 0; }
1101
+ .top-bar-section .divider,
1102
+ .top-bar-section [role="separator"] {
1103
+ border-top: solid 1px #1a1a1a;
1104
+ clear: both;
1105
+ height: 1px;
1106
+ width: 100%; }
1107
+ .top-bar-section ul li > a {
1108
+ display: block;
1109
+ width: 100%;
1110
+ color: white;
1111
+ padding: 12px 0 12px 0;
1112
+ padding-left: 15px;
1113
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
1114
+ font-size: 0.8125rem;
1115
+ font-weight: normal;
1116
+ background: #333333; }
1117
+ .top-bar-section ul li > a.button {
1118
+ background: #2ba6cb;
1119
+ font-size: 0.8125rem;
1120
+ padding-right: 15px;
1121
+ padding-left: 15px; }
1122
+ .top-bar-section ul li > a.button:hover {
1123
+ background: #1f7994; }
1124
+ .top-bar-section ul li > a.button.secondary {
1125
+ background: #e9e9e9; }
1126
+ .top-bar-section ul li > a.button.secondary:hover {
1127
+ background: #cfcfcf; }
1128
+ .top-bar-section ul li > a.button.success {
1129
+ background: #5da423; }
1130
+ .top-bar-section ul li > a.button.success:hover {
1131
+ background: #49821c; }
1132
+ .top-bar-section ul li > a.button.alert {
1133
+ background: #c60f13; }
1134
+ .top-bar-section ul li > a.button.alert:hover {
1135
+ background: #a20c10; }
1136
+ .top-bar-section ul li:hover > a {
1137
+ background: #272727;
1138
+ color: white; }
1139
+ .top-bar-section ul li.active > a {
1140
+ background: #2ba6cb;
1141
+ color: white; }
1142
+ .top-bar-section ul li.active > a:hover {
1143
+ background: #258faf;
1144
+ color: white; }
1145
+ .top-bar-section .has-form {
1146
+ padding: 15px; }
1147
+ .top-bar-section .has-dropdown {
1148
+ position: relative; }
1149
+ .top-bar-section .has-dropdown > a:after {
1150
+ content: "";
1151
+ display: block;
1152
+ width: 0;
1153
+ height: 0;
1154
+ border: inset 5px;
1155
+ border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
1156
+ border-left-style: solid;
1157
+ margin-right: 15px;
1158
+ margin-top: -4.5px;
1159
+ position: absolute;
1160
+ top: 50%;
1161
+ right: 0; }
1162
+ .top-bar-section .has-dropdown.moved {
1163
+ position: static; }
1164
+ .top-bar-section .has-dropdown.moved > .dropdown {
1165
+ display: block; }
1166
+ .top-bar-section .dropdown {
1167
+ position: absolute;
1168
+ left: 100%;
1169
+ top: 0;
1170
+ display: none;
1171
+ z-index: 99; }
1172
+ .top-bar-section .dropdown li {
1173
+ width: 100%;
1174
+ height: auto; }
1175
+ .top-bar-section .dropdown li a {
1176
+ font-weight: normal;
1177
+ padding: 8px 15px; }
1178
+ .top-bar-section .dropdown li a.parent-link {
1179
+ font-weight: normal; }
1180
+ .top-bar-section .dropdown li.title h5 {
1181
+ margin-bottom: 0; }
1182
+ .top-bar-section .dropdown li.title h5 a {
1183
+ color: white;
1184
+ line-height: 22.5px;
1185
+ display: block; }
1186
+ .top-bar-section .dropdown li.has-form {
1187
+ padding: 8px 15px; }
1188
+ .top-bar-section .dropdown li .button {
1189
+ top: auto; }
1190
+ .top-bar-section .dropdown label {
1191
+ padding: 8px 15px 2px;
1192
+ margin-bottom: 0;
1193
+ text-transform: uppercase;
1194
+ color: #777777;
1195
+ font-weight: bold;
1196
+ font-size: 0.625rem; }
1197
+
1198
+ .js-generated {
1199
+ display: block; }
1200
+
1201
+ @media only screen and (min-width: 40.063em) {
1202
+ .top-bar {
1203
+ background: #333333;
1204
+ *zoom: 1;
1205
+ overflow: visible; }
1206
+ .top-bar:before, .top-bar:after {
1207
+ content: " ";
1208
+ display: table; }
1209
+ .top-bar:after {
1210
+ clear: both; }
1211
+ .top-bar .toggle-topbar {
1212
+ display: none; }
1213
+ .top-bar .title-area {
1214
+ float: left; }
1215
+ .top-bar .name h1 a {
1216
+ width: auto; }
1217
+ .top-bar input,
1218
+ .top-bar .button {
1219
+ font-size: 0.875rem;
1220
+ position: relative;
1221
+ top: 7px; }
1222
+ .top-bar.expanded {
1223
+ background: #333333; }
1224
+
1225
+ .contain-to-grid .top-bar {
1226
+ max-width: 62.5em;
1227
+ margin: 0 auto;
1228
+ margin-bottom: 0; }
1229
+
1230
+ .top-bar-section {
1231
+ -webkit-transition: none 0 0;
1232
+ -moz-transition: none 0 0;
1233
+ transition: none 0 0;
1234
+ left: 0 !important; }
1235
+ .top-bar-section ul {
1236
+ width: auto;
1237
+ height: auto !important;
1238
+ display: inline; }
1239
+ .top-bar-section ul li {
1240
+ float: left; }
1241
+ .top-bar-section ul li .js-generated {
1242
+ display: none; }
1243
+ .top-bar-section li.hover > a:not(.button) {
1244
+ background: #272727;
1245
+ color: white; }
1246
+ .top-bar-section li:not(.has-form) a:not(.button) {
1247
+ padding: 0 15px;
1248
+ line-height: 45px;
1249
+ background: #333333; }
1250
+ .top-bar-section li:not(.has-form) a:not(.button):hover {
1251
+ background: #272727; }
1252
+ .top-bar-section li.active:not(.has-form) a:not(.button) {
1253
+ padding: 0 15px;
1254
+ line-height: 45px;
1255
+ color: white;
1256
+ background: #2ba6cb; }
1257
+ .top-bar-section li.active:not(.has-form) a:not(.button):hover {
1258
+ background: #258faf; }
1259
+ .top-bar-section .has-dropdown > a {
1260
+ padding-right: 35px !important; }
1261
+ .top-bar-section .has-dropdown > a:after {
1262
+ content: "";
1263
+ display: block;
1264
+ width: 0;
1265
+ height: 0;
1266
+ border: inset 5px;
1267
+ border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
1268
+ border-top-style: solid;
1269
+ margin-top: -2.5px;
1270
+ top: 22.5px; }
1271
+ .top-bar-section .has-dropdown.moved {
1272
+ position: relative; }
1273
+ .top-bar-section .has-dropdown.moved > .dropdown {
1274
+ display: none; }
1275
+ .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
1276
+ display: block; }
1277
+ .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
1278
+ border: none;
1279
+ content: "\00bb";
1280
+ top: 1rem;
1281
+ margin-top: -2px;
1282
+ right: 5px;
1283
+ line-height: 1.2; }
1284
+ .top-bar-section .dropdown {
1285
+ left: 0;
1286
+ top: auto;
1287
+ background: transparent;
1288
+ min-width: 100%; }
1289
+ .top-bar-section .dropdown li a {
1290
+ color: white;
1291
+ line-height: 1;
1292
+ white-space: nowrap;
1293
+ padding: 12px 15px;
1294
+ background: #333333; }
1295
+ .top-bar-section .dropdown li label {
1296
+ white-space: nowrap;
1297
+ background: #333333; }
1298
+ .top-bar-section .dropdown li .dropdown {
1299
+ left: 100%;
1300
+ top: 0; }
1301
+ .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
1302
+ border-bottom: none;
1303
+ border-top: none;
1304
+ border-right: solid 1px #4e4e4e;
1305
+ clear: none;
1306
+ height: 45px;
1307
+ width: 0; }
1308
+ .top-bar-section .has-form {
1309
+ background: #333333;
1310
+ padding: 0 15px;
1311
+ height: 45px; }
1312
+ .top-bar-section .right li .dropdown {
1313
+ left: auto;
1314
+ right: 0; }
1315
+ .top-bar-section .right li .dropdown li .dropdown {
1316
+ right: 100%; }
1317
+ .top-bar-section .left li .dropdown {
1318
+ right: auto;
1319
+ left: 0; }
1320
+ .top-bar-section .left li .dropdown li .dropdown {
1321
+ left: 100%; }
1322
+
1323
+ .no-js .top-bar-section ul li:hover > a {
1324
+ background: #272727;
1325
+ color: white; }
1326
+ .no-js .top-bar-section ul li:active > a {
1327
+ background: #2ba6cb;
1328
+ color: white; }
1329
+ .no-js .top-bar-section .has-dropdown:hover > .dropdown {
1330
+ display: block; } }
1331
+ .breadcrumbs {
1332
+ display: block;
1333
+ padding: 0.5625rem 0.875rem 0.5625rem;
1334
+ overflow: hidden;
1335
+ margin-left: 0;
1336
+ list-style: none;
1337
+ border-style: solid;
1338
+ border-width: 1px;
1339
+ background-color: whitesmoke;
1340
+ border-color: #dddddd;
1341
+ -webkit-border-radius: 3px;
1342
+ border-radius: 3px; }
1343
+ .breadcrumbs > * {
1344
+ margin: 0;
1345
+ float: left;
1346
+ font-size: 0.6875rem;
1347
+ text-transform: uppercase; }
1348
+ .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
1349
+ text-decoration: underline; }
1350
+ .breadcrumbs > * a,
1351
+ .breadcrumbs > * span {
1352
+ text-transform: uppercase;
1353
+ color: #2ba6cb; }
1354
+ .breadcrumbs > *.current {
1355
+ cursor: default;
1356
+ color: #333333; }
1357
+ .breadcrumbs > *.current a {
1358
+ cursor: default;
1359
+ color: #333333; }
1360
+ .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
1361
+ text-decoration: none; }
1362
+ .breadcrumbs > *.unavailable {
1363
+ color: #999999; }
1364
+ .breadcrumbs > *.unavailable a {
1365
+ color: #999999; }
1366
+ .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
1367
+ .breadcrumbs > *.unavailable a:focus {
1368
+ text-decoration: none;
1369
+ color: #999999;
1370
+ cursor: default; }
1371
+ .breadcrumbs > *:before {
1372
+ content: "/";
1373
+ color: #aaaaaa;
1374
+ margin: 0 0.75rem;
1375
+ position: relative;
1376
+ top: 1px; }
1377
+ .breadcrumbs > *:first-child:before {
1378
+ content: " ";
1379
+ margin: 0; }
1380
+
1381
+ .alert-box {
1382
+ border-style: solid;
1383
+ border-width: 1px;
1384
+ display: block;
1385
+ font-weight: normal;
1386
+ margin-bottom: 1.25rem;
1387
+ position: relative;
1388
+ padding: 0.875rem 1.5rem 0.875rem 0.875rem;
1389
+ font-size: 0.8125rem;
1390
+ background-color: #2ba6cb;
1391
+ border-color: #258faf;
1392
+ color: white; }
1393
+ .alert-box .close {
1394
+ font-size: 1.375rem;
1395
+ padding: 9px 6px 4px;
1396
+ line-height: 0;
1397
+ position: absolute;
1398
+ top: 50%;
1399
+ margin-top: -0.6875rem;
1400
+ right: 0.25rem;
1401
+ color: #333333;
1402
+ opacity: 0.3; }
1403
+ .alert-box .close:hover, .alert-box .close:focus {
1404
+ opacity: 0.5; }
1405
+ .alert-box.radius {
1406
+ -webkit-border-radius: 3px;
1407
+ border-radius: 3px; }
1408
+ .alert-box.round {
1409
+ -webkit-border-radius: 1000px;
1410
+ border-radius: 1000px; }
1411
+ .alert-box.success {
1412
+ background-color: #5da423;
1413
+ border-color: #508d1e;
1414
+ color: white; }
1415
+ .alert-box.alert {
1416
+ background-color: #c60f13;
1417
+ border-color: #aa0d10;
1418
+ color: white; }
1419
+ .alert-box.secondary {
1420
+ background-color: #e9e9e9;
1421
+ border-color: #c8c8c8;
1422
+ color: #4f4f4f; }
1423
+ .alert-box.warning {
1424
+ background-color: #f08a24;
1425
+ border-color: #de770f;
1426
+ color: white; }
1427
+ .alert-box.info {
1428
+ background-color: #a0d3e8;
1429
+ border-color: #74bfdd;
1430
+ color: #4f4f4f; }
1431
+
1432
+ .inline-list {
1433
+ margin: 0 auto 1.0625rem auto;
1434
+ margin-left: -1.375rem;
1435
+ margin-right: 0;
1436
+ padding: 0;
1437
+ list-style: none;
1438
+ overflow: hidden; }
1439
+ .inline-list > li {
1440
+ list-style: none;
1441
+ float: left;
1442
+ margin-left: 1.375rem;
1443
+ display: block; }
1444
+ .inline-list > li > * {
1445
+ display: block; }
1446
+
1447
+ button, .button {
1448
+ border-style: solid;
1449
+ border-width: 0px;
1450
+ cursor: pointer;
1451
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
1452
+ font-weight: normal;
1453
+ line-height: normal;
1454
+ margin: 0 0 1.25rem;
1455
+ position: relative;
1456
+ text-decoration: none;
1457
+ text-align: center;
1458
+ display: inline-block;
1459
+ padding-top: 1rem;
1460
+ padding-right: 2rem;
1461
+ padding-bottom: 1.0625rem;
1462
+ padding-left: 2rem;
1463
+ font-size: 1rem;
1464
+ /* @else { font-size: $padding - rem-calc(2); } */
1465
+ background-color: #2ba6cb;
1466
+ border-color: #2285a2;
1467
+ color: white;
1468
+ -webkit-transition: background-color 300ms ease-out;
1469
+ -moz-transition: background-color 300ms ease-out;
1470
+ transition: background-color 300ms ease-out;
1471
+ padding-top: 1.0625rem;
1472
+ padding-bottom: 1rem;
1473
+ -webkit-appearance: none;
1474
+ border: none;
1475
+ font-weight: normal !important; }
1476
+ button:hover, button:focus, .button:hover, .button:focus {
1477
+ background-color: #2285a2; }
1478
+ button:hover, button:focus, .button:hover, .button:focus {
1479
+ color: white; }
1480
+ button.secondary, .button.secondary {
1481
+ background-color: #e9e9e9;
1482
+ border-color: #bababa;
1483
+ color: #333333; }
1484
+ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
1485
+ background-color: #bababa; }
1486
+ button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
1487
+ color: #333333; }
1488
+ button.success, .button.success {
1489
+ background-color: #5da423;
1490
+ border-color: #4a831c;
1491
+ color: white; }
1492
+ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
1493
+ background-color: #4a831c; }
1494
+ button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
1495
+ color: white; }
1496
+ button.alert, .button.alert {
1497
+ background-color: #c60f13;
1498
+ border-color: #9e0c0f;
1499
+ color: white; }
1500
+ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
1501
+ background-color: #9e0c0f; }
1502
+ button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
1503
+ color: white; }
1504
+ button.large, .button.large {
1505
+ padding-top: 1.125rem;
1506
+ padding-right: 2.25rem;
1507
+ padding-bottom: 1.1875rem;
1508
+ padding-left: 2.25rem;
1509
+ font-size: 1.25rem;
1510
+ /* @else { font-size: $padding - rem-calc(2); } */ }
1511
+ button.small, .button.small {
1512
+ padding-top: 0.875rem;
1513
+ padding-right: 1.75rem;
1514
+ padding-bottom: 0.9375rem;
1515
+ padding-left: 1.75rem;
1516
+ font-size: 0.8125rem;
1517
+ /* @else { font-size: $padding - rem-calc(2); } */ }
1518
+ button.tiny, .button.tiny {
1519
+ padding-top: 0.625rem;
1520
+ padding-right: 1.25rem;
1521
+ padding-bottom: 0.6875rem;
1522
+ padding-left: 1.25rem;
1523
+ font-size: 0.6875rem;
1524
+ /* @else { font-size: $padding - rem-calc(2); } */ }
1525
+ button.expand, .button.expand {
1526
+ padding-right: 0;
1527
+ padding-left: 0;
1528
+ width: 100%; }
1529
+ button.left-align, .button.left-align {
1530
+ text-align: left;
1531
+ text-indent: 0.75rem; }
1532
+ button.right-align, .button.right-align {
1533
+ text-align: right;
1534
+ padding-right: 0.75rem; }
1535
+ button.radius, .button.radius {
1536
+ -webkit-border-radius: 3px;
1537
+ border-radius: 3px; }
1538
+ button.round, .button.round {
1539
+ -webkit-border-radius: 1000px;
1540
+ border-radius: 1000px; }
1541
+ button.disabled, button[disabled], .button.disabled, .button[disabled] {
1542
+ background-color: #2ba6cb;
1543
+ border-color: #2285a2;
1544
+ color: white;
1545
+ cursor: default;
1546
+ opacity: 0.7;
1547
+ -webkit-box-shadow: none;
1548
+ box-shadow: none; }
1549
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1550
+ background-color: #2285a2; }
1551
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1552
+ color: white; }
1553
+ button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
1554
+ background-color: #2ba6cb; }
1555
+ button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
1556
+ background-color: #e9e9e9;
1557
+ border-color: #bababa;
1558
+ color: #333333;
1559
+ cursor: default;
1560
+ opacity: 0.7;
1561
+ -webkit-box-shadow: none;
1562
+ box-shadow: none; }
1563
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1564
+ background-color: #bababa; }
1565
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1566
+ color: #333333; }
1567
+ button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
1568
+ background-color: #e9e9e9; }
1569
+ button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
1570
+ background-color: #5da423;
1571
+ border-color: #4a831c;
1572
+ color: white;
1573
+ cursor: default;
1574
+ opacity: 0.7;
1575
+ -webkit-box-shadow: none;
1576
+ box-shadow: none; }
1577
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1578
+ background-color: #4a831c; }
1579
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1580
+ color: white; }
1581
+ button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
1582
+ background-color: #5da423; }
1583
+ button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
1584
+ background-color: #c60f13;
1585
+ border-color: #9e0c0f;
1586
+ color: white;
1587
+ cursor: default;
1588
+ opacity: 0.7;
1589
+ -webkit-box-shadow: none;
1590
+ box-shadow: none; }
1591
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1592
+ background-color: #9e0c0f; }
1593
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1594
+ color: white; }
1595
+ button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
1596
+ background-color: #c60f13; }
1597
+
1598
+ @media only screen and (min-width: 40.063em) {
1599
+ button, .button {
1600
+ display: inline-block; } }
1601
+ .button-group {
1602
+ list-style: none;
1603
+ margin: 0;
1604
+ left: 0;
1605
+ *zoom: 1; }
1606
+ .button-group:before, .button-group:after {
1607
+ content: " ";
1608
+ display: table; }
1609
+ .button-group:after {
1610
+ clear: both; }
1611
+ .button-group li {
1612
+ margin: 0;
1613
+ float: left; }
1614
+ .button-group li > button, .button-group li .button {
1615
+ border-left: 1px solid;
1616
+ border-color: rgba(255, 255, 255, 0.5); }
1617
+ .button-group li:first-child button, .button-group li:first-child .button {
1618
+ border-left: 0; }
1619
+ .button-group li:first-child {
1620
+ margin-left: 0; }
1621
+ .button-group.radius > * > button, .button-group.radius > * .button {
1622
+ border-left: 1px solid;
1623
+ border-color: rgba(255, 255, 255, 0.5); }
1624
+ .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
1625
+ border-left: 0; }
1626
+ .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
1627
+ -moz-border-radius-bottomleft: 3px;
1628
+ -moz-border-radius-topleft: 3px;
1629
+ -webkit-border-bottom-left-radius: 3px;
1630
+ -webkit-border-top-left-radius: 3px;
1631
+ border-bottom-left-radius: 3px;
1632
+ border-top-left-radius: 3px; }
1633
+ .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
1634
+ -moz-border-radius-bottomright: 3px;
1635
+ -moz-border-radius-topright: 3px;
1636
+ -webkit-border-bottom-right-radius: 3px;
1637
+ -webkit-border-top-right-radius: 3px;
1638
+ border-bottom-right-radius: 3px;
1639
+ border-top-right-radius: 3px; }
1640
+ .button-group.round > * > button, .button-group.round > * .button {
1641
+ border-left: 1px solid;
1642
+ border-color: rgba(255, 255, 255, 0.5); }
1643
+ .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
1644
+ border-left: 0; }
1645
+ .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
1646
+ -moz-border-radius-bottomleft: 1000px;
1647
+ -moz-border-radius-topleft: 1000px;
1648
+ -webkit-border-bottom-left-radius: 1000px;
1649
+ -webkit-border-top-left-radius: 1000px;
1650
+ border-bottom-left-radius: 1000px;
1651
+ border-top-left-radius: 1000px; }
1652
+ .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
1653
+ -moz-border-radius-bottomright: 1000px;
1654
+ -moz-border-radius-topright: 1000px;
1655
+ -webkit-border-bottom-right-radius: 1000px;
1656
+ -webkit-border-top-right-radius: 1000px;
1657
+ border-bottom-right-radius: 1000px;
1658
+ border-top-right-radius: 1000px; }
1659
+ .button-group.even-2 li {
1660
+ width: 50%; }
1661
+ .button-group.even-2 li > button, .button-group.even-2 li .button {
1662
+ border-left: 1px solid;
1663
+ border-color: rgba(255, 255, 255, 0.5); }
1664
+ .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
1665
+ border-left: 0; }
1666
+ .button-group.even-2 li button, .button-group.even-2 li .button {
1667
+ width: 100%; }
1668
+ .button-group.even-3 li {
1669
+ width: 33.33333%; }
1670
+ .button-group.even-3 li > button, .button-group.even-3 li .button {
1671
+ border-left: 1px solid;
1672
+ border-color: rgba(255, 255, 255, 0.5); }
1673
+ .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
1674
+ border-left: 0; }
1675
+ .button-group.even-3 li button, .button-group.even-3 li .button {
1676
+ width: 100%; }
1677
+ .button-group.even-4 li {
1678
+ width: 25%; }
1679
+ .button-group.even-4 li > button, .button-group.even-4 li .button {
1680
+ border-left: 1px solid;
1681
+ border-color: rgba(255, 255, 255, 0.5); }
1682
+ .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
1683
+ border-left: 0; }
1684
+ .button-group.even-4 li button, .button-group.even-4 li .button {
1685
+ width: 100%; }
1686
+ .button-group.even-5 li {
1687
+ width: 20%; }
1688
+ .button-group.even-5 li > button, .button-group.even-5 li .button {
1689
+ border-left: 1px solid;
1690
+ border-color: rgba(255, 255, 255, 0.5); }
1691
+ .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
1692
+ border-left: 0; }
1693
+ .button-group.even-5 li button, .button-group.even-5 li .button {
1694
+ width: 100%; }
1695
+ .button-group.even-6 li {
1696
+ width: 16.66667%; }
1697
+ .button-group.even-6 li > button, .button-group.even-6 li .button {
1698
+ border-left: 1px solid;
1699
+ border-color: rgba(255, 255, 255, 0.5); }
1700
+ .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
1701
+ border-left: 0; }
1702
+ .button-group.even-6 li button, .button-group.even-6 li .button {
1703
+ width: 100%; }
1704
+ .button-group.even-7 li {
1705
+ width: 14.28571%; }
1706
+ .button-group.even-7 li > button, .button-group.even-7 li .button {
1707
+ border-left: 1px solid;
1708
+ border-color: rgba(255, 255, 255, 0.5); }
1709
+ .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
1710
+ border-left: 0; }
1711
+ .button-group.even-7 li button, .button-group.even-7 li .button {
1712
+ width: 100%; }
1713
+ .button-group.even-8 li {
1714
+ width: 12.5%; }
1715
+ .button-group.even-8 li > button, .button-group.even-8 li .button {
1716
+ border-left: 1px solid;
1717
+ border-color: rgba(255, 255, 255, 0.5); }
1718
+ .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
1719
+ border-left: 0; }
1720
+ .button-group.even-8 li button, .button-group.even-8 li .button {
1721
+ width: 100%; }
1722
+
1723
+ .button-bar {
1724
+ *zoom: 1; }
1725
+ .button-bar:before, .button-bar:after {
1726
+ content: " ";
1727
+ display: table; }
1728
+ .button-bar:after {
1729
+ clear: both; }
1730
+ .button-bar .button-group {
1731
+ float: left;
1732
+ margin-right: 0.625rem; }
1733
+ .button-bar .button-group div {
1734
+ overflow: hidden; }
1735
+
1736
+ /* Panels */
1737
+ .panel {
1738
+ border-style: solid;
1739
+ border-width: 1px;
1740
+ border-color: #d8d8d8;
1741
+ margin-bottom: 1.25rem;
1742
+ padding: 1.25rem;
1743
+ background: #f2f2f2; }
1744
+ .panel > :first-child {
1745
+ margin-top: 0; }
1746
+ .panel > :last-child {
1747
+ margin-bottom: 0; }
1748
+ .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
1749
+ color: #333333; }
1750
+ .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
1751
+ line-height: 1;
1752
+ margin-bottom: 0.625rem; }
1753
+ .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
1754
+ line-height: 1.4; }
1755
+ .panel.callout {
1756
+ border-style: solid;
1757
+ border-width: 1px;
1758
+ border-color: #c5e8f3;
1759
+ margin-bottom: 1.25rem;
1760
+ padding: 1.25rem;
1761
+ background: #f2fafc; }
1762
+ .panel.callout > :first-child {
1763
+ margin-top: 0; }
1764
+ .panel.callout > :last-child {
1765
+ margin-bottom: 0; }
1766
+ .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
1767
+ color: #333333; }
1768
+ .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
1769
+ line-height: 1;
1770
+ margin-bottom: 0.625rem; }
1771
+ .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
1772
+ line-height: 1.4; }
1773
+ .panel.callout a {
1774
+ color: #2ba6cb; }
1775
+ .panel.radius {
1776
+ -webkit-border-radius: 3px;
1777
+ border-radius: 3px; }
1778
+
1779
+ .dropdown.button, button.dropdown {
1780
+ position: relative;
1781
+ padding-right: 3.5625rem; }
1782
+ .dropdown.button:before, button.dropdown:before {
1783
+ position: absolute;
1784
+ content: "";
1785
+ width: 0;
1786
+ height: 0;
1787
+ display: block;
1788
+ border-style: solid;
1789
+ border-color: white transparent transparent transparent;
1790
+ top: 50%; }
1791
+ .dropdown.button:before, button.dropdown:before {
1792
+ border-width: 0.375rem;
1793
+ right: 1.40625rem;
1794
+ margin-top: -0.15625rem; }
1795
+ .dropdown.button:before, button.dropdown:before {
1796
+ border-color: white transparent transparent transparent; }
1797
+ .dropdown.button.tiny, button.dropdown.tiny {
1798
+ padding-right: 2.625rem; }
1799
+ .dropdown.button.tiny:before, button.dropdown.tiny:before {
1800
+ border-width: 0.375rem;
1801
+ right: 1.125rem;
1802
+ margin-top: -0.125rem; }
1803
+ .dropdown.button.tiny:before, button.dropdown.tiny:before {
1804
+ border-color: white transparent transparent transparent; }
1805
+ .dropdown.button.small, button.dropdown.small {
1806
+ padding-right: 3.0625rem; }
1807
+ .dropdown.button.small:before, button.dropdown.small:before {
1808
+ border-width: 0.4375rem;
1809
+ right: 1.3125rem;
1810
+ margin-top: -0.15625rem; }
1811
+ .dropdown.button.small:before, button.dropdown.small:before {
1812
+ border-color: white transparent transparent transparent; }
1813
+ .dropdown.button.large, button.dropdown.large {
1814
+ padding-right: 3.625rem; }
1815
+ .dropdown.button.large:before, button.dropdown.large:before {
1816
+ border-width: 0.3125rem;
1817
+ right: 1.71875rem;
1818
+ margin-top: -0.15625rem; }
1819
+ .dropdown.button.large:before, button.dropdown.large:before {
1820
+ border-color: white transparent transparent transparent; }
1821
+ .dropdown.button.secondary:before, button.dropdown.secondary:before {
1822
+ border-color: #333333 transparent transparent transparent; }
1823
+
1824
+ /* Image Thumbnails */
1825
+ .th {
1826
+ line-height: 0;
1827
+ display: inline-block;
1828
+ border: solid 4px white;
1829
+ max-width: 100%;
1830
+ -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
1831
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
1832
+ -webkit-transition: all 200ms ease-out;
1833
+ -moz-transition: all 200ms ease-out;
1834
+ transition: all 200ms ease-out; }
1835
+ .th:hover, .th:focus {
1836
+ -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
1837
+ box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
1838
+ .th.radius {
1839
+ -webkit-border-radius: 3px;
1840
+ border-radius: 3px; }
1841
+
1842
+ /* Pricing Tables */
1843
+ .pricing-table {
1844
+ border: solid 1px #dddddd;
1845
+ margin-left: 0;
1846
+ margin-bottom: 1.25rem; }
1847
+ .pricing-table * {
1848
+ list-style: none;
1849
+ line-height: 1; }
1850
+ .pricing-table .title {
1851
+ background-color: #333333;
1852
+ padding: 0.9375rem 1.25rem;
1853
+ text-align: center;
1854
+ color: #eeeeee;
1855
+ font-weight: normal;
1856
+ font-size: 1rem;
1857
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
1858
+ .pricing-table .price {
1859
+ background-color: #f6f6f6;
1860
+ padding: 0.9375rem 1.25rem;
1861
+ text-align: center;
1862
+ color: #333333;
1863
+ font-weight: normal;
1864
+ font-size: 2rem;
1865
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
1866
+ .pricing-table .description {
1867
+ background-color: white;
1868
+ padding: 0.9375rem;
1869
+ text-align: center;
1870
+ color: #777777;
1871
+ font-size: 0.75rem;
1872
+ font-weight: normal;
1873
+ line-height: 1.4;
1874
+ border-bottom: dotted 1px #dddddd; }
1875
+ .pricing-table .bullet-item {
1876
+ background-color: white;
1877
+ padding: 0.9375rem;
1878
+ text-align: center;
1879
+ color: #333333;
1880
+ font-size: 0.875rem;
1881
+ font-weight: normal;
1882
+ border-bottom: dotted 1px #dddddd; }
1883
+ .pricing-table .cta-button {
1884
+ background-color: white;
1885
+ text-align: center;
1886
+ padding: 1.25rem 1.25rem 0; }
1887
+
1888
+ @-webkit-keyframes rotate {
1889
+ from {
1890
+ -webkit-transform: rotate(0deg); }
1891
+
1892
+ to {
1893
+ -webkit-transform: rotate(360deg); } }
1894
+
1895
+ @-moz-keyframes rotate {
1896
+ from {
1897
+ -moz-transform: rotate(0deg); }
1898
+
1899
+ to {
1900
+ -moz-transform: rotate(360deg); } }
1901
+
1902
+ @-o-keyframes rotate {
1903
+ from {
1904
+ -o-transform: rotate(0deg); }
1905
+
1906
+ to {
1907
+ -o-transform: rotate(360deg); } }
1908
+
1909
+ @keyframes rotate {
1910
+ from {
1911
+ transform: rotate(0deg); }
1912
+
1913
+ to {
1914
+ transform: rotate(360deg); } }
1915
+
1916
+ /* Orbit Graceful Loading */
1917
+ .slideshow-wrapper {
1918
+ position: relative; }
1919
+ .slideshow-wrapper ul {
1920
+ list-style-type: none;
1921
+ margin: 0; }
1922
+ .slideshow-wrapper ul li,
1923
+ .slideshow-wrapper ul li .orbit-caption {
1924
+ display: none; }
1925
+ .slideshow-wrapper ul li:first-child {
1926
+ display: block; }
1927
+ .slideshow-wrapper .orbit-container {
1928
+ background-color: transparent; }
1929
+ .slideshow-wrapper .orbit-container li {
1930
+ display: block; }
1931
+ .slideshow-wrapper .orbit-container li .orbit-caption {
1932
+ display: block; }
1933
+
1934
+ .preloader {
1935
+ display: block;
1936
+ width: 40px;
1937
+ height: 40px;
1938
+ position: absolute;
1939
+ top: 50%;
1940
+ left: 50%;
1941
+ margin-top: -20px;
1942
+ margin-left: -20px;
1943
+ border: solid 3px;
1944
+ border-color: #555555 white;
1945
+ -webkit-border-radius: 1000px;
1946
+ border-radius: 1000px;
1947
+ -webkit-animation-name: rotate;
1948
+ -webkit-animation-duration: 1.5s;
1949
+ -webkit-animation-iteration-count: infinite;
1950
+ -webkit-animation-timing-function: linear;
1951
+ -moz-animation-name: rotate;
1952
+ -moz-animation-duration: 1.5s;
1953
+ -moz-animation-iteration-count: infinite;
1954
+ -moz-animation-timing-function: linear;
1955
+ -o-animation-name: rotate;
1956
+ -o-animation-duration: 1.5s;
1957
+ -o-animation-iteration-count: infinite;
1958
+ -o-animation-timing-function: linear;
1959
+ animation-name: rotate;
1960
+ animation-duration: 1.5s;
1961
+ animation-iteration-count: infinite;
1962
+ animation-timing-function: linear; }
1963
+
1964
+ .orbit-container {
1965
+ overflow: hidden;
1966
+ width: 100%;
1967
+ position: relative;
1968
+ background: none; }
1969
+ .orbit-container .orbit-slides-container {
1970
+ list-style: none;
1971
+ margin: 0;
1972
+ padding: 0;
1973
+ position: relative;
1974
+ -webkit-transform: translateZ(0); }
1975
+ .orbit-container .orbit-slides-container img {
1976
+ display: block;
1977
+ max-width: 100%; }
1978
+ .orbit-container .orbit-slides-container > * {
1979
+ position: absolute;
1980
+ top: 0;
1981
+ width: 100%;
1982
+ margin-left: 100%; }
1983
+ .orbit-container .orbit-slides-container > *:first-child {
1984
+ margin-left: 0%; }
1985
+ .orbit-container .orbit-slides-container > * .orbit-caption {
1986
+ position: absolute;
1987
+ bottom: 0;
1988
+ background-color: rgba(51, 51, 51, 0.8);
1989
+ color: white;
1990
+ width: 100%;
1991
+ padding: 0.625rem 0.875rem;
1992
+ font-size: 0.875rem; }
1993
+ .orbit-container .orbit-slide-number {
1994
+ position: absolute;
1995
+ top: 10px;
1996
+ left: 10px;
1997
+ font-size: 12px;
1998
+ color: white;
1999
+ background: rgba(0, 0, 0, 0);
2000
+ z-index: 10; }
2001
+ .orbit-container .orbit-slide-number span {
2002
+ font-weight: 700;
2003
+ padding: 0.3125rem; }
2004
+ .orbit-container .orbit-timer {
2005
+ position: absolute;
2006
+ top: 12px;
2007
+ right: 10px;
2008
+ height: 6px;
2009
+ width: 100px;
2010
+ z-index: 10; }
2011
+ .orbit-container .orbit-timer .orbit-progress {
2012
+ height: 3px;
2013
+ background-color: rgba(255, 255, 255, 0.3);
2014
+ display: block;
2015
+ width: 0%;
2016
+ position: relative;
2017
+ right: 20px;
2018
+ top: 5px; }
2019
+ .orbit-container .orbit-timer > span {
2020
+ display: none;
2021
+ position: absolute;
2022
+ top: 0px;
2023
+ right: 0;
2024
+ width: 11px;
2025
+ height: 14px;
2026
+ border: solid 4px white;
2027
+ border-top: none;
2028
+ border-bottom: none; }
2029
+ .orbit-container .orbit-timer.paused > span {
2030
+ right: -4px;
2031
+ top: 0px;
2032
+ width: 11px;
2033
+ height: 14px;
2034
+ border: inset 8px;
2035
+ border-right-style: solid;
2036
+ border-color: transparent transparent transparent white; }
2037
+ .orbit-container .orbit-timer.paused > span.dark {
2038
+ border-color: transparent transparent transparent #333333; }
2039
+ .orbit-container:hover .orbit-timer > span {
2040
+ display: block; }
2041
+ .orbit-container .orbit-prev,
2042
+ .orbit-container .orbit-next {
2043
+ position: absolute;
2044
+ top: 45%;
2045
+ margin-top: -25px;
2046
+ width: 36px;
2047
+ height: 60px;
2048
+ line-height: 50px;
2049
+ color: white;
2050
+ background-color: none;
2051
+ text-indent: -9999px !important;
2052
+ z-index: 10; }
2053
+ .orbit-container .orbit-prev:hover,
2054
+ .orbit-container .orbit-next:hover {
2055
+ background-color: rgba(0, 0, 0, 0.3); }
2056
+ .orbit-container .orbit-prev > span,
2057
+ .orbit-container .orbit-next > span {
2058
+ position: absolute;
2059
+ top: 50%;
2060
+ margin-top: -10px;
2061
+ display: block;
2062
+ width: 0;
2063
+ height: 0;
2064
+ border: inset 10px; }
2065
+ .orbit-container .orbit-prev {
2066
+ left: 0; }
2067
+ .orbit-container .orbit-prev > span {
2068
+ border-right-style: solid;
2069
+ border-color: transparent;
2070
+ border-right-color: white; }
2071
+ .orbit-container .orbit-prev:hover > span {
2072
+ border-right-color: white; }
2073
+ .orbit-container .orbit-next {
2074
+ right: 0; }
2075
+ .orbit-container .orbit-next > span {
2076
+ border-color: transparent;
2077
+ border-left-style: solid;
2078
+ border-left-color: white;
2079
+ left: 50%;
2080
+ margin-left: -4px; }
2081
+ .orbit-container .orbit-next:hover > span {
2082
+ border-left-color: white; }
2083
+
2084
+ .orbit-bullets-container {
2085
+ text-align: center; }
2086
+
2087
+ .orbit-bullets {
2088
+ margin: 0 auto 30px auto;
2089
+ overflow: hidden;
2090
+ position: relative;
2091
+ top: 10px;
2092
+ float: none;
2093
+ text-align: center;
2094
+ display: block; }
2095
+ .orbit-bullets li {
2096
+ display: inline-block;
2097
+ width: 0.5625rem;
2098
+ height: 0.5625rem;
2099
+ background: #cccccc;
2100
+ float: none;
2101
+ margin-right: 6px;
2102
+ -webkit-border-radius: 1000px;
2103
+ border-radius: 1000px; }
2104
+ .orbit-bullets li.active {
2105
+ background: #999999; }
2106
+ .orbit-bullets li:last-child {
2107
+ margin-right: 0; }
2108
+
2109
+ .touch .orbit-container .orbit-prev,
2110
+ .touch .orbit-container .orbit-next {
2111
+ display: none; }
2112
+ .touch .orbit-bullets {
2113
+ display: none; }
2114
+
2115
+ @media only screen and (min-width: 40.063em) {
2116
+ .touch .orbit-container .orbit-prev,
2117
+ .touch .orbit-container .orbit-next {
2118
+ display: inherit; }
2119
+ .touch .orbit-bullets {
2120
+ display: block; } }
2121
+ @media only screen and (max-width: 40em) {
2122
+ .orbit-stack-on-small .orbit-slides-container {
2123
+ height: auto !important; }
2124
+ .orbit-stack-on-small .orbit-slides-container > * {
2125
+ position: relative;
2126
+ margin-left: 0% !important; }
2127
+ .orbit-stack-on-small .orbit-timer,
2128
+ .orbit-stack-on-small .orbit-next,
2129
+ .orbit-stack-on-small .orbit-prev,
2130
+ .orbit-stack-on-small .orbit-bullets {
2131
+ display: none; } }
2132
+ [data-magellan-expedition] {
2133
+ background: white;
2134
+ z-index: 50;
2135
+ min-width: 100%;
2136
+ padding: 10px; }
2137
+ [data-magellan-expedition] .sub-nav {
2138
+ margin-bottom: 0; }
2139
+ [data-magellan-expedition] .sub-nav dd {
2140
+ margin-bottom: 0; }
2141
+ [data-magellan-expedition] .sub-nav a {
2142
+ line-height: 1.8em; }
2143
+
2144
+ .tabs {
2145
+ *zoom: 1;
2146
+ margin-bottom: 0 !important; }
2147
+ .tabs:before, .tabs:after {
2148
+ content: " ";
2149
+ display: table; }
2150
+ .tabs:after {
2151
+ clear: both; }
2152
+ .tabs dd {
2153
+ position: relative;
2154
+ margin-bottom: 0 !important;
2155
+ top: 1px;
2156
+ float: left; }
2157
+ .tabs dd > a {
2158
+ display: block;
2159
+ background: #efefef;
2160
+ color: #222222;
2161
+ padding-top: 1rem;
2162
+ padding-right: 2rem;
2163
+ padding-bottom: 1.0625rem;
2164
+ padding-left: 2rem;
2165
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
2166
+ font-size: 1rem; }
2167
+ .tabs dd > a:hover {
2168
+ background: #e1e1e1; }
2169
+ .tabs dd.active a {
2170
+ background: white; }
2171
+ .tabs.radius dd:first-child a {
2172
+ -moz-border-radius-bottomleft: 3px;
2173
+ -moz-border-radius-topleft: 3px;
2174
+ -webkit-border-bottom-left-radius: 3px;
2175
+ -webkit-border-top-left-radius: 3px;
2176
+ border-bottom-left-radius: 3px;
2177
+ border-top-left-radius: 3px; }
2178
+ .tabs.radius dd:last-child a {
2179
+ -moz-border-radius-bottomright: 3px;
2180
+ -moz-border-radius-topright: 3px;
2181
+ -webkit-border-bottom-right-radius: 3px;
2182
+ -webkit-border-top-right-radius: 3px;
2183
+ border-bottom-right-radius: 3px;
2184
+ border-top-right-radius: 3px; }
2185
+ .tabs.vertical dd {
2186
+ position: inherit;
2187
+ float: none;
2188
+ display: block;
2189
+ top: auto; }
2190
+
2191
+ .tabs-content {
2192
+ *zoom: 1;
2193
+ margin-bottom: 1.5rem;
2194
+ width: 100%; }
2195
+ .tabs-content:before, .tabs-content:after {
2196
+ content: " ";
2197
+ display: table; }
2198
+ .tabs-content:after {
2199
+ clear: both; }
2200
+ .tabs-content > .content {
2201
+ display: none;
2202
+ float: left;
2203
+ padding: 0.9375em 0;
2204
+ width: 100%; }
2205
+ .tabs-content > .content.active {
2206
+ display: block; }
2207
+ .tabs-content > .content.contained {
2208
+ padding: 0.9375em; }
2209
+ .tabs-content.vertical {
2210
+ display: block; }
2211
+ .tabs-content.vertical > .content {
2212
+ padding: 0 0.9375em; }
2213
+
2214
+ @media only screen and (min-width: 40.063em) {
2215
+ .tabs.vertical {
2216
+ width: 20%;
2217
+ float: left;
2218
+ margin-bottom: 1.25rem; }
2219
+
2220
+ .tabs-content.vertical {
2221
+ width: 80%;
2222
+ float: left;
2223
+ margin-left: -1px; } }
2224
+ ul.pagination {
2225
+ display: block;
2226
+ height: 1.5rem;
2227
+ margin-left: -0.3125rem; }
2228
+ ul.pagination li {
2229
+ height: 1.5rem;
2230
+ color: #222222;
2231
+ font-size: 0.875rem;
2232
+ margin-left: 0.3125rem; }
2233
+ ul.pagination li a {
2234
+ display: block;
2235
+ padding: 0.0625rem 0.625rem 0.0625rem;
2236
+ color: #999999;
2237
+ -webkit-border-radius: 3px;
2238
+ border-radius: 3px; }
2239
+ ul.pagination li:hover a,
2240
+ ul.pagination li a:focus {
2241
+ background: #e6e6e6; }
2242
+ ul.pagination li.unavailable a {
2243
+ cursor: default;
2244
+ color: #999999; }
2245
+ ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
2246
+ background: transparent; }
2247
+ ul.pagination li.current a {
2248
+ background: #2ba6cb;
2249
+ color: white;
2250
+ font-weight: bold;
2251
+ cursor: default; }
2252
+ ul.pagination li.current a:hover, ul.pagination li.current a:focus {
2253
+ background: #2ba6cb; }
2254
+ ul.pagination li {
2255
+ float: left;
2256
+ display: block; }
2257
+
2258
+ /* Pagination centred wrapper */
2259
+ .pagination-centered {
2260
+ text-align: center; }
2261
+ .pagination-centered ul.pagination li {
2262
+ float: none;
2263
+ display: inline-block; }
2264
+
2265
+ .side-nav {
2266
+ display: block;
2267
+ margin: 0;
2268
+ padding: 0.875rem 0;
2269
+ list-style-type: none;
2270
+ list-style-position: inside;
2271
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
2272
+ .side-nav li {
2273
+ margin: 0 0 0.4375rem 0;
2274
+ font-size: 0.875rem; }
2275
+ .side-nav li a:not(.button) {
2276
+ display: block;
2277
+ color: #2ba6cb; }
2278
+ .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
2279
+ color: #67c3df; }
2280
+ .side-nav li.active > a:first-child:not(.button) {
2281
+ color: #67c3df;
2282
+ font-weight: normal;
2283
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
2284
+ .side-nav li.divider {
2285
+ border-top: 1px solid;
2286
+ height: 0;
2287
+ padding: 0;
2288
+ list-style: none;
2289
+ border-top-color: white; }
2290
+
2291
+ .accordion {
2292
+ *zoom: 1;
2293
+ margin-bottom: 0; }
2294
+ .accordion:before, .accordion:after {
2295
+ content: " ";
2296
+ display: table; }
2297
+ .accordion:after {
2298
+ clear: both; }
2299
+ .accordion dd {
2300
+ display: block;
2301
+ margin-bottom: 0 !important; }
2302
+ .accordion dd.active a {
2303
+ background: #e8e8e8; }
2304
+ .accordion dd > a {
2305
+ background: #efefef;
2306
+ color: #222222;
2307
+ padding: 1rem;
2308
+ display: block;
2309
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
2310
+ font-size: 1rem; }
2311
+ .accordion dd > a:hover {
2312
+ background: #e3e3e3; }
2313
+ .accordion .content {
2314
+ display: none;
2315
+ padding: 0.9375em; }
2316
+ .accordion .content.active {
2317
+ display: block;
2318
+ background: white; }
2319
+
2320
+ .text-left {
2321
+ text-align: left !important; }
2322
+
2323
+ .text-right {
2324
+ text-align: right !important; }
2325
+
2326
+ .text-center {
2327
+ text-align: center !important; }
2328
+
2329
+ .text-justify {
2330
+ text-align: justify !important; }
2331
+
2332
+ @media only screen and (max-width: 40em) {
2333
+ .small-only-text-left {
2334
+ text-align: left !important; }
2335
+
2336
+ .small-only-text-right {
2337
+ text-align: right !important; }
2338
+
2339
+ .small-only-text-center {
2340
+ text-align: center !important; }
2341
+
2342
+ .small-only-text-justify {
2343
+ text-align: justify !important; } }
2344
+ @media only screen {
2345
+ .small-text-left {
2346
+ text-align: left !important; }
2347
+
2348
+ .small-text-right {
2349
+ text-align: right !important; }
2350
+
2351
+ .small-text-center {
2352
+ text-align: center !important; }
2353
+
2354
+ .small-text-justify {
2355
+ text-align: justify !important; } }
2356
+ @media only screen and (min-width: 40.063em) and (max-width: 64em) {
2357
+ .medium-only-text-left {
2358
+ text-align: left !important; }
2359
+
2360
+ .medium-only-text-right {
2361
+ text-align: right !important; }
2362
+
2363
+ .medium-only-text-center {
2364
+ text-align: center !important; }
2365
+
2366
+ .medium-only-text-justify {
2367
+ text-align: justify !important; } }
2368
+ @media only screen and (min-width: 40.063em) {
2369
+ .medium-text-left {
2370
+ text-align: left !important; }
2371
+
2372
+ .medium-text-right {
2373
+ text-align: right !important; }
2374
+
2375
+ .medium-text-center {
2376
+ text-align: center !important; }
2377
+
2378
+ .medium-text-justify {
2379
+ text-align: justify !important; } }
2380
+ @media only screen and (min-width: 64.063em) and (max-width: 90em) {
2381
+ .large-only-text-left {
2382
+ text-align: left !important; }
2383
+
2384
+ .large-only-text-right {
2385
+ text-align: right !important; }
2386
+
2387
+ .large-only-text-center {
2388
+ text-align: center !important; }
2389
+
2390
+ .large-only-text-justify {
2391
+ text-align: justify !important; } }
2392
+ @media only screen and (min-width: 64.063em) {
2393
+ .large-text-left {
2394
+ text-align: left !important; }
2395
+
2396
+ .large-text-right {
2397
+ text-align: right !important; }
2398
+
2399
+ .large-text-center {
2400
+ text-align: center !important; }
2401
+
2402
+ .large-text-justify {
2403
+ text-align: justify !important; } }
2404
+ @media only screen and (min-width: 90.063em) and (max-width: 120em) {
2405
+ .xlarge-only-text-left {
2406
+ text-align: left !important; }
2407
+
2408
+ .xlarge-only-text-right {
2409
+ text-align: right !important; }
2410
+
2411
+ .xlarge-only-text-center {
2412
+ text-align: center !important; }
2413
+
2414
+ .xlarge-only-text-justify {
2415
+ text-align: justify !important; } }
2416
+ @media only screen and (min-width: 90.063em) {
2417
+ .xlarge-text-left {
2418
+ text-align: left !important; }
2419
+
2420
+ .xlarge-text-right {
2421
+ text-align: right !important; }
2422
+
2423
+ .xlarge-text-center {
2424
+ text-align: center !important; }
2425
+
2426
+ .xlarge-text-justify {
2427
+ text-align: justify !important; } }
2428
+ @media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
2429
+ .xxlarge-only-text-left {
2430
+ text-align: left !important; }
2431
+
2432
+ .xxlarge-only-text-right {
2433
+ text-align: right !important; }
2434
+
2435
+ .xxlarge-only-text-center {
2436
+ text-align: center !important; }
2437
+
2438
+ .xxlarge-only-text-justify {
2439
+ text-align: justify !important; } }
2440
+ @media only screen and (min-width: 120.063em) {
2441
+ .xxlarge-text-left {
2442
+ text-align: left !important; }
2443
+
2444
+ .xxlarge-text-right {
2445
+ text-align: right !important; }
2446
+
2447
+ .xxlarge-text-center {
2448
+ text-align: center !important; }
2449
+
2450
+ .xxlarge-text-justify {
2451
+ text-align: justify !important; } }
2452
+ /* Typography resets */
2453
+ div,
2454
+ dl,
2455
+ dt,
2456
+ dd,
2457
+ ul,
2458
+ ol,
2459
+ li,
2460
+ h1,
2461
+ h2,
2462
+ h3,
2463
+ h4,
2464
+ h5,
2465
+ h6,
2466
+ pre,
2467
+ form,
2468
+ p,
2469
+ blockquote,
2470
+ th,
2471
+ td {
2472
+ margin: 0;
2473
+ padding: 0; }
2474
+
2475
+ /* Default Link Styles */
2476
+ a {
2477
+ color: #2ba6cb;
2478
+ text-decoration: none;
2479
+ line-height: inherit; }
2480
+ a:hover, a:focus {
2481
+ color: #258faf; }
2482
+ a img {
2483
+ border: none; }
2484
+
2485
+ /* Default paragraph styles */
2486
+ p {
2487
+ font-family: inherit;
2488
+ font-weight: normal;
2489
+ font-size: 1rem;
2490
+ line-height: 1.6;
2491
+ margin-bottom: 1.25rem;
2492
+ text-rendering: optimizeLegibility; }
2493
+ p.lead {
2494
+ font-size: 1.21875rem;
2495
+ line-height: 1.6; }
2496
+ p aside {
2497
+ font-size: 0.875rem;
2498
+ line-height: 1.35;
2499
+ font-style: italic; }
2500
+
2501
+ /* Default header styles */
2502
+ h1, h2, h3, h4, h5, h6 {
2503
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
2504
+ font-weight: normal;
2505
+ font-style: normal;
2506
+ color: #222222;
2507
+ text-rendering: optimizeLegibility;
2508
+ margin-top: 0.2rem;
2509
+ margin-bottom: 0.5rem;
2510
+ line-height: 1.4; }
2511
+ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
2512
+ font-size: 60%;
2513
+ color: #6f6f6f;
2514
+ line-height: 0; }
2515
+
2516
+ h1 {
2517
+ font-size: 2.125rem; }
2518
+
2519
+ h2 {
2520
+ font-size: 1.6875rem; }
2521
+
2522
+ h3 {
2523
+ font-size: 1.375rem; }
2524
+
2525
+ h4 {
2526
+ font-size: 1.125rem; }
2527
+
2528
+ h5 {
2529
+ font-size: 1.125rem; }
2530
+
2531
+ h6 {
2532
+ font-size: 1rem; }
2533
+
2534
+ .subheader {
2535
+ line-height: 1.4;
2536
+ color: #6f6f6f;
2537
+ font-weight: normal;
2538
+ margin-top: 0.2rem;
2539
+ margin-bottom: 0.5rem; }
2540
+
2541
+ hr {
2542
+ border: solid #dddddd;
2543
+ border-width: 1px 0 0;
2544
+ clear: both;
2545
+ margin: 1.25rem 0 1.1875rem;
2546
+ height: 0; }
2547
+
2548
+ /* Helpful Typography Defaults */
2549
+ em,
2550
+ i {
2551
+ font-style: italic;
2552
+ line-height: inherit; }
2553
+
2554
+ strong,
2555
+ b {
2556
+ font-weight: bold;
2557
+ line-height: inherit; }
2558
+
2559
+ small {
2560
+ font-size: 60%;
2561
+ line-height: inherit; }
2562
+
2563
+ code {
2564
+ font-family: Consolas, "Liberation Mono", Courier, monospace;
2565
+ font-weight: bold;
2566
+ color: #910b0e; }
2567
+
2568
+ /* Lists */
2569
+ ul,
2570
+ ol,
2571
+ dl {
2572
+ font-size: 1rem;
2573
+ line-height: 1.6;
2574
+ margin-bottom: 1.25rem;
2575
+ list-style-position: outside;
2576
+ font-family: inherit; }
2577
+
2578
+ ul {
2579
+ margin-left: 1.1rem; }
2580
+ ul.no-bullet {
2581
+ margin-left: 0; }
2582
+ ul.no-bullet li ul,
2583
+ ul.no-bullet li ol {
2584
+ margin-left: 1.25rem;
2585
+ margin-bottom: 0;
2586
+ list-style: none; }
2587
+
2588
+ /* Unordered Lists */
2589
+ ul li ul,
2590
+ ul li ol {
2591
+ margin-left: 1.25rem;
2592
+ margin-bottom: 0; }
2593
+ ul.square li ul, ul.circle li ul, ul.disc li ul {
2594
+ list-style: inherit; }
2595
+ ul.square {
2596
+ list-style-type: square;
2597
+ margin-left: 1.1rem; }
2598
+ ul.circle {
2599
+ list-style-type: circle;
2600
+ margin-left: 1.1rem; }
2601
+ ul.disc {
2602
+ list-style-type: disc;
2603
+ margin-left: 1.1rem; }
2604
+ ul.no-bullet {
2605
+ list-style: none; }
2606
+
2607
+ /* Ordered Lists */
2608
+ ol {
2609
+ margin-left: 1.4rem; }
2610
+ ol li ul,
2611
+ ol li ol {
2612
+ margin-left: 1.25rem;
2613
+ margin-bottom: 0; }
2614
+
2615
+ /* Definition Lists */
2616
+ dl dt {
2617
+ margin-bottom: 0.3rem;
2618
+ font-weight: bold; }
2619
+ dl dd {
2620
+ margin-bottom: 0.75rem; }
2621
+
2622
+ /* Abbreviations */
2623
+ abbr,
2624
+ acronym {
2625
+ text-transform: uppercase;
2626
+ font-size: 90%;
2627
+ color: #222222;
2628
+ border-bottom: 1px dotted #dddddd;
2629
+ cursor: help; }
2630
+
2631
+ abbr {
2632
+ text-transform: none; }
2633
+
2634
+ /* Blockquotes */
2635
+ blockquote {
2636
+ margin: 0 0 1.25rem;
2637
+ padding: 0.5625rem 1.25rem 0 1.1875rem;
2638
+ border-left: 1px solid #dddddd; }
2639
+ blockquote cite {
2640
+ display: block;
2641
+ font-size: 0.8125rem;
2642
+ color: #555555; }
2643
+ blockquote cite:before {
2644
+ content: "\2014 \0020"; }
2645
+ blockquote cite a,
2646
+ blockquote cite a:visited {
2647
+ color: #555555; }
2648
+
2649
+ blockquote,
2650
+ blockquote p {
2651
+ line-height: 1.6;
2652
+ color: #6f6f6f; }
2653
+
2654
+ /* Microformats */
2655
+ .vcard {
2656
+ display: inline-block;
2657
+ margin: 0 0 1.25rem 0;
2658
+ border: 1px solid #dddddd;
2659
+ padding: 0.625rem 0.75rem; }
2660
+ .vcard li {
2661
+ margin: 0;
2662
+ display: block; }
2663
+ .vcard .fn {
2664
+ font-weight: bold;
2665
+ font-size: 0.9375rem; }
2666
+
2667
+ .vevent .summary {
2668
+ font-weight: bold; }
2669
+ .vevent abbr {
2670
+ cursor: default;
2671
+ text-decoration: none;
2672
+ font-weight: bold;
2673
+ border: none;
2674
+ padding: 0 0.0625rem; }
2675
+
2676
+ @media only screen and (min-width: 40.063em) {
2677
+ h1, h2, h3, h4, h5, h6 {
2678
+ line-height: 1.4; }
2679
+
2680
+ h1 {
2681
+ font-size: 2.75rem; }
2682
+
2683
+ h2 {
2684
+ font-size: 2.3125rem; }
2685
+
2686
+ h3 {
2687
+ font-size: 1.6875rem; }
2688
+
2689
+ h4 {
2690
+ font-size: 1.4375rem; } }
2691
+ /*
2692
+ * Print styles.
2693
+ *
2694
+ * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
2695
+ * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
2696
+ */
2697
+ .print-only {
2698
+ display: none !important; }
2699
+
2700
+ @media print {
2701
+ * {
2702
+ background: transparent !important;
2703
+ color: black !important;
2704
+ /* Black prints faster: h5bp.com/s */
2705
+ box-shadow: none !important;
2706
+ text-shadow: none !important; }
2707
+
2708
+ a,
2709
+ a:visited {
2710
+ text-decoration: underline; }
2711
+
2712
+ a[href]:after {
2713
+ content: " (" attr(href) ")"; }
2714
+
2715
+ abbr[title]:after {
2716
+ content: " (" attr(title) ")"; }
2717
+
2718
+ .ir a:after,
2719
+ a[href^="javascript:"]:after,
2720
+ a[href^="#"]:after {
2721
+ content: ""; }
2722
+
2723
+ pre,
2724
+ blockquote {
2725
+ border: 1px solid #999999;
2726
+ page-break-inside: avoid; }
2727
+
2728
+ thead {
2729
+ display: table-header-group;
2730
+ /* h5bp.com/t */ }
2731
+
2732
+ tr,
2733
+ img {
2734
+ page-break-inside: avoid; }
2735
+
2736
+ img {
2737
+ max-width: 100% !important; }
2738
+
2739
+ @page {
2740
+ margin: 0.5cm; }
2741
+
2742
+ p,
2743
+ h2,
2744
+ h3 {
2745
+ orphans: 3;
2746
+ widows: 3; }
2747
+
2748
+ h2,
2749
+ h3 {
2750
+ page-break-after: avoid; }
2751
+
2752
+ .hide-on-print {
2753
+ display: none !important; }
2754
+
2755
+ .print-only {
2756
+ display: block !important; }
2757
+
2758
+ .hide-for-print {
2759
+ display: none !important; }
2760
+
2761
+ .show-for-print {
2762
+ display: inherit !important; } }
2763
+ .split.button {
2764
+ position: relative;
2765
+ padding-right: 5.0625rem; }
2766
+ .split.button span {
2767
+ display: block;
2768
+ height: 100%;
2769
+ position: absolute;
2770
+ right: 0;
2771
+ top: 0;
2772
+ border-left: solid 1px; }
2773
+ .split.button span:before {
2774
+ position: absolute;
2775
+ content: "";
2776
+ width: 0;
2777
+ height: 0;
2778
+ display: block;
2779
+ border-style: inset;
2780
+ top: 50%;
2781
+ left: 50%; }
2782
+ .split.button span:active {
2783
+ background-color: rgba(0, 0, 0, 0.1); }
2784
+ .split.button span {
2785
+ border-left-color: rgba(255, 255, 255, 0.5); }
2786
+ .split.button span {
2787
+ width: 3.09375rem; }
2788
+ .split.button span:before {
2789
+ border-top-style: solid;
2790
+ border-width: 0.375rem;
2791
+ top: 48%;
2792
+ margin-left: -0.375rem; }
2793
+ .split.button span:before {
2794
+ border-color: white transparent transparent transparent; }
2795
+ .split.button.secondary span {
2796
+ border-left-color: rgba(255, 255, 255, 0.5); }
2797
+ .split.button.secondary span:before {
2798
+ border-color: white transparent transparent transparent; }
2799
+ .split.button.alert span {
2800
+ border-left-color: rgba(255, 255, 255, 0.5); }
2801
+ .split.button.success span {
2802
+ border-left-color: rgba(255, 255, 255, 0.5); }
2803
+ .split.button.tiny {
2804
+ padding-right: 3.75rem; }
2805
+ .split.button.tiny span {
2806
+ width: 2.25rem; }
2807
+ .split.button.tiny span:before {
2808
+ border-top-style: solid;
2809
+ border-width: 0.375rem;
2810
+ top: 48%;
2811
+ margin-left: -0.375rem; }
2812
+ .split.button.small {
2813
+ padding-right: 4.375rem; }
2814
+ .split.button.small span {
2815
+ width: 2.625rem; }
2816
+ .split.button.small span:before {
2817
+ border-top-style: solid;
2818
+ border-width: 0.4375rem;
2819
+ top: 48%;
2820
+ margin-left: -0.375rem; }
2821
+ .split.button.large {
2822
+ padding-right: 5.5rem; }
2823
+ .split.button.large span {
2824
+ width: 3.4375rem; }
2825
+ .split.button.large span:before {
2826
+ border-top-style: solid;
2827
+ border-width: 0.3125rem;
2828
+ top: 48%;
2829
+ margin-left: -0.375rem; }
2830
+ .split.button.expand {
2831
+ padding-left: 2rem; }
2832
+ .split.button.secondary span:before {
2833
+ border-color: #333333 transparent transparent transparent; }
2834
+ .split.button.radius span {
2835
+ -moz-border-radius-bottomright: 3px;
2836
+ -moz-border-radius-topright: 3px;
2837
+ -webkit-border-bottom-right-radius: 3px;
2838
+ -webkit-border-top-right-radius: 3px;
2839
+ border-bottom-right-radius: 3px;
2840
+ border-top-right-radius: 3px; }
2841
+ .split.button.round span {
2842
+ -moz-border-radius-bottomright: 1000px;
2843
+ -moz-border-radius-topright: 1000px;
2844
+ -webkit-border-bottom-right-radius: 1000px;
2845
+ -webkit-border-top-right-radius: 1000px;
2846
+ border-bottom-right-radius: 1000px;
2847
+ border-top-right-radius: 1000px; }
2848
+
2849
+ .reveal-modal-bg {
2850
+ position: fixed;
2851
+ height: 100%;
2852
+ width: 100%;
2853
+ background: black;
2854
+ background: rgba(0, 0, 0, 0.45);
2855
+ z-index: 98;
2856
+ display: none;
2857
+ top: 0;
2858
+ left: 0; }
2859
+
2860
+ dialog, .reveal-modal {
2861
+ visibility: hidden;
2862
+ display: none;
2863
+ position: absolute;
2864
+ left: 50%;
2865
+ z-index: 99;
2866
+ height: auto;
2867
+ margin-left: -40%;
2868
+ width: 80%;
2869
+ background-color: white;
2870
+ padding: 1.25rem;
2871
+ border: solid 1px #666666;
2872
+ -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
2873
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
2874
+ top: 6.25rem; }
2875
+ dialog .column,
2876
+ dialog .columns, .reveal-modal .column,
2877
+ .reveal-modal .columns {
2878
+ min-width: 0; }
2879
+ dialog > :first-child, .reveal-modal > :first-child {
2880
+ margin-top: 0; }
2881
+ dialog > :last-child, .reveal-modal > :last-child {
2882
+ margin-bottom: 0; }
2883
+ dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
2884
+ font-size: 1.375rem;
2885
+ line-height: 1;
2886
+ position: absolute;
2887
+ top: 0.5rem;
2888
+ right: 0.6875rem;
2889
+ color: #aaaaaa;
2890
+ font-weight: bold;
2891
+ cursor: pointer; }
2892
+
2893
+ dialog[open] {
2894
+ display: block;
2895
+ visibility: visible; }
2896
+
2897
+ @media only screen and (min-width: 40.063em) {
2898
+ dialog, .reveal-modal {
2899
+ padding: 1.875rem;
2900
+ top: 6.25rem; }
2901
+ dialog.tiny, .reveal-modal.tiny {
2902
+ margin-left: -15%;
2903
+ width: 30%; }
2904
+ dialog.small, .reveal-modal.small {
2905
+ margin-left: -20%;
2906
+ width: 40%; }
2907
+ dialog.medium, .reveal-modal.medium {
2908
+ margin-left: -30%;
2909
+ width: 60%; }
2910
+ dialog.large, .reveal-modal.large {
2911
+ margin-left: -35%;
2912
+ width: 70%; }
2913
+ dialog.xlarge, .reveal-modal.xlarge {
2914
+ margin-left: -47.5%;
2915
+ width: 95%; } }
2916
+ @media print {
2917
+ dialog, .reveal-modal {
2918
+ background: white !important; } }
2919
+ /* Tooltips */
2920
+ .has-tip {
2921
+ border-bottom: dotted 1px #cccccc;
2922
+ cursor: help;
2923
+ font-weight: bold;
2924
+ color: #333333; }
2925
+ .has-tip:hover, .has-tip:focus {
2926
+ border-bottom: dotted 1px #134b5b;
2927
+ color: #2ba6cb; }
2928
+ .has-tip.tip-left, .has-tip.tip-right {
2929
+ float: none !important; }
2930
+
2931
+ .tooltip {
2932
+ display: none;
2933
+ position: absolute;
2934
+ z-index: 999;
2935
+ font-weight: normal;
2936
+ font-size: 0.875rem;
2937
+ line-height: 1.3;
2938
+ padding: 0.75rem;
2939
+ max-width: 85%;
2940
+ left: 50%;
2941
+ width: 100%;
2942
+ color: white;
2943
+ background: #333333; }
2944
+ .tooltip > .nub {
2945
+ display: block;
2946
+ left: 5px;
2947
+ position: absolute;
2948
+ width: 0;
2949
+ height: 0;
2950
+ border: solid 5px;
2951
+ border-color: transparent transparent #333333 transparent;
2952
+ top: -10px; }
2953
+ .tooltip.radius {
2954
+ -webkit-border-radius: 3px;
2955
+ border-radius: 3px; }
2956
+ .tooltip.round {
2957
+ -webkit-border-radius: 1000px;
2958
+ border-radius: 1000px; }
2959
+ .tooltip.round > .nub {
2960
+ left: 2rem; }
2961
+ .tooltip.opened {
2962
+ color: #2ba6cb !important;
2963
+ border-bottom: dotted 1px #134b5b !important; }
2964
+
2965
+ .tap-to-close {
2966
+ display: block;
2967
+ font-size: 0.625rem;
2968
+ color: #777777;
2969
+ font-weight: normal; }
2970
+
2971
+ @media only screen and (min-width: 40.063em) {
2972
+ .tooltip > .nub {
2973
+ border-color: transparent transparent #333333 transparent;
2974
+ top: -10px; }
2975
+ .tooltip.tip-top > .nub {
2976
+ border-color: #333333 transparent transparent transparent;
2977
+ top: auto;
2978
+ bottom: -10px; }
2979
+ .tooltip.tip-left, .tooltip.tip-right {
2980
+ float: none !important; }
2981
+ .tooltip.tip-left > .nub {
2982
+ border-color: transparent transparent transparent #333333;
2983
+ right: -10px;
2984
+ left: auto;
2985
+ top: 50%;
2986
+ margin-top: -5px; }
2987
+ .tooltip.tip-right > .nub {
2988
+ border-color: transparent #333333 transparent transparent;
2989
+ right: auto;
2990
+ left: -10px;
2991
+ top: 50%;
2992
+ margin-top: -5px; } }
2993
+ /* Clearing Styles */
2994
+ .clearing-thumbs, [data-clearing] {
2995
+ *zoom: 1;
2996
+ margin-bottom: 0;
2997
+ margin-left: 0;
2998
+ list-style: none; }
2999
+ .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
3000
+ content: " ";
3001
+ display: table; }
3002
+ .clearing-thumbs:after, [data-clearing]:after {
3003
+ clear: both; }
3004
+ .clearing-thumbs li, [data-clearing] li {
3005
+ float: left;
3006
+ margin-right: 10px; }
3007
+ .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
3008
+ margin-right: 0; }
3009
+
3010
+ .clearing-blackout {
3011
+ background: #333333;
3012
+ position: fixed;
3013
+ width: 100%;
3014
+ height: 100%;
3015
+ top: 0;
3016
+ left: 0;
3017
+ z-index: 998; }
3018
+ .clearing-blackout .clearing-close {
3019
+ display: block; }
3020
+
3021
+ .clearing-container {
3022
+ position: relative;
3023
+ z-index: 998;
3024
+ height: 100%;
3025
+ overflow: hidden;
3026
+ margin: 0; }
3027
+
3028
+ .clearing-touch-label {
3029
+ position: absolute;
3030
+ top: 50%;
3031
+ left: 50%;
3032
+ color: #aaa;
3033
+ font-size: 0.6em; }
3034
+
3035
+ .visible-img {
3036
+ height: 95%;
3037
+ position: relative; }
3038
+ .visible-img img {
3039
+ position: absolute;
3040
+ left: 50%;
3041
+ top: 50%;
3042
+ margin-left: -50%;
3043
+ max-height: 100%;
3044
+ max-width: 100%; }
3045
+
3046
+ .clearing-caption {
3047
+ color: #cccccc;
3048
+ font-size: 0.875em;
3049
+ line-height: 1.3;
3050
+ margin-bottom: 0;
3051
+ text-align: center;
3052
+ bottom: 0;
3053
+ background: #333333;
3054
+ width: 100%;
3055
+ padding: 10px 30px 20px;
3056
+ position: absolute;
3057
+ left: 0; }
3058
+
3059
+ .clearing-close {
3060
+ z-index: 999;
3061
+ padding-left: 20px;
3062
+ padding-top: 10px;
3063
+ font-size: 30px;
3064
+ line-height: 1;
3065
+ color: #cccccc;
3066
+ display: none; }
3067
+ .clearing-close:hover, .clearing-close:focus {
3068
+ color: #ccc; }
3069
+
3070
+ .clearing-assembled .clearing-container {
3071
+ height: 100%; }
3072
+ .clearing-assembled .clearing-container .carousel > ul {
3073
+ display: none; }
3074
+
3075
+ .clearing-feature li {
3076
+ display: none; }
3077
+ .clearing-feature li.clearing-featured-img {
3078
+ display: block; }
3079
+
3080
+ @media only screen and (min-width: 40.063em) {
3081
+ .clearing-main-prev,
3082
+ .clearing-main-next {
3083
+ position: absolute;
3084
+ height: 100%;
3085
+ width: 40px;
3086
+ top: 0; }
3087
+ .clearing-main-prev > span,
3088
+ .clearing-main-next > span {
3089
+ position: absolute;
3090
+ top: 50%;
3091
+ display: block;
3092
+ width: 0;
3093
+ height: 0;
3094
+ border: solid 12px; }
3095
+ .clearing-main-prev > span:hover,
3096
+ .clearing-main-next > span:hover {
3097
+ opacity: 0.8; }
3098
+
3099
+ .clearing-main-prev {
3100
+ left: 0; }
3101
+ .clearing-main-prev > span {
3102
+ left: 5px;
3103
+ border-color: transparent;
3104
+ border-right-color: #cccccc; }
3105
+
3106
+ .clearing-main-next {
3107
+ right: 0; }
3108
+ .clearing-main-next > span {
3109
+ border-color: transparent;
3110
+ border-left-color: #cccccc; }
3111
+
3112
+ .clearing-main-prev.disabled,
3113
+ .clearing-main-next.disabled {
3114
+ opacity: 0.3; }
3115
+
3116
+ .clearing-assembled .clearing-container .carousel {
3117
+ background: rgba(51, 51, 51, 0.8);
3118
+ height: 120px;
3119
+ margin-top: 10px;
3120
+ text-align: center; }
3121
+ .clearing-assembled .clearing-container .carousel > ul {
3122
+ display: inline-block;
3123
+ z-index: 999;
3124
+ height: 100%;
3125
+ position: relative;
3126
+ float: none; }
3127
+ .clearing-assembled .clearing-container .carousel > ul li {
3128
+ display: block;
3129
+ width: 120px;
3130
+ min-height: inherit;
3131
+ float: left;
3132
+ overflow: hidden;
3133
+ margin-right: 0;
3134
+ padding: 0;
3135
+ position: relative;
3136
+ cursor: pointer;
3137
+ opacity: 0.4; }
3138
+ .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
3139
+ height: 100%;
3140
+ max-width: none; }
3141
+ .clearing-assembled .clearing-container .carousel > ul li a.th {
3142
+ border: none;
3143
+ -webkit-box-shadow: none;
3144
+ box-shadow: none;
3145
+ display: block; }
3146
+ .clearing-assembled .clearing-container .carousel > ul li img {
3147
+ cursor: pointer !important;
3148
+ width: 100% !important; }
3149
+ .clearing-assembled .clearing-container .carousel > ul li.visible {
3150
+ opacity: 1; }
3151
+ .clearing-assembled .clearing-container .carousel > ul li:hover {
3152
+ opacity: 0.8; }
3153
+ .clearing-assembled .clearing-container .visible-img {
3154
+ background: #333333;
3155
+ overflow: hidden;
3156
+ height: 85%; }
3157
+
3158
+ .clearing-close {
3159
+ position: absolute;
3160
+ top: 10px;
3161
+ right: 20px;
3162
+ padding-left: 0;
3163
+ padding-top: 0; } }
3164
+ /* Progress Bar */
3165
+ .progress {
3166
+ background-color: #f6f6f6;
3167
+ height: 1.5625rem;
3168
+ border: 1px solid white;
3169
+ padding: 0.125rem;
3170
+ margin-bottom: 0.625rem; }
3171
+ .progress .meter {
3172
+ background: #2ba6cb;
3173
+ height: 100%;
3174
+ display: block; }
3175
+ .progress.secondary .meter {
3176
+ background: #e9e9e9;
3177
+ height: 100%;
3178
+ display: block; }
3179
+ .progress.success .meter {
3180
+ background: #5da423;
3181
+ height: 100%;
3182
+ display: block; }
3183
+ .progress.alert .meter {
3184
+ background: #c60f13;
3185
+ height: 100%;
3186
+ display: block; }
3187
+ .progress.radius {
3188
+ -webkit-border-radius: 3px;
3189
+ border-radius: 3px; }
3190
+ .progress.radius .meter {
3191
+ -webkit-border-radius: 2px;
3192
+ border-radius: 2px; }
3193
+ .progress.round {
3194
+ -webkit-border-radius: 1000px;
3195
+ border-radius: 1000px; }
3196
+ .progress.round .meter {
3197
+ -webkit-border-radius: 999px;
3198
+ border-radius: 999px; }
3199
+
3200
+ .sub-nav {
3201
+ display: block;
3202
+ width: auto;
3203
+ overflow: hidden;
3204
+ margin: -0.25rem 0 1.125rem;
3205
+ padding-top: 0.25rem;
3206
+ margin-right: 0;
3207
+ margin-left: -0.75rem; }
3208
+ .sub-nav dt {
3209
+ text-transform: uppercase; }
3210
+ .sub-nav dt,
3211
+ .sub-nav dd,
3212
+ .sub-nav li {
3213
+ float: left;
3214
+ display: inline;
3215
+ margin-left: 1rem;
3216
+ margin-bottom: 0.625rem;
3217
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
3218
+ font-weight: normal;
3219
+ font-size: 0.875rem;
3220
+ color: #999999; }
3221
+ .sub-nav dt a,
3222
+ .sub-nav dd a,
3223
+ .sub-nav li a {
3224
+ text-decoration: none;
3225
+ color: #999999;
3226
+ padding: 0.1875rem 1rem; }
3227
+ .sub-nav dt a:hover,
3228
+ .sub-nav dd a:hover,
3229
+ .sub-nav li a:hover {
3230
+ color: #737373; }
3231
+ .sub-nav dt.active a,
3232
+ .sub-nav dd.active a,
3233
+ .sub-nav li.active a {
3234
+ -webkit-border-radius: 3px;
3235
+ border-radius: 3px;
3236
+ font-weight: normal;
3237
+ background: #2ba6cb;
3238
+ padding: 0.1875rem 1rem;
3239
+ cursor: default;
3240
+ color: white; }
3241
+ .sub-nav dt.active a:hover,
3242
+ .sub-nav dd.active a:hover,
3243
+ .sub-nav li.active a:hover {
3244
+ background: #258faf; }
3245
+
3246
+ /* Foundation Joyride */
3247
+ .joyride-list {
3248
+ display: none; }
3249
+
3250
+ /* Default styles for the container */
3251
+ .joyride-tip-guide {
3252
+ display: none;
3253
+ position: absolute;
3254
+ background: #333333;
3255
+ color: white;
3256
+ z-index: 101;
3257
+ top: 0;
3258
+ left: 2.5%;
3259
+ font-family: inherit;
3260
+ font-weight: normal;
3261
+ width: 95%; }
3262
+
3263
+ .lt-ie9 .joyride-tip-guide {
3264
+ max-width: 800px;
3265
+ left: 50%;
3266
+ margin-left: -400px; }
3267
+
3268
+ .joyride-content-wrapper {
3269
+ width: 100%;
3270
+ padding: 1.125rem 1.25rem 1.5rem; }
3271
+ .joyride-content-wrapper .button {
3272
+ margin-bottom: 0 !important; }
3273
+
3274
+ /* Add a little css triangle pip, older browser just miss out on the fanciness of it */
3275
+ .joyride-tip-guide .joyride-nub {
3276
+ display: block;
3277
+ position: absolute;
3278
+ left: 22px;
3279
+ width: 0;
3280
+ height: 0;
3281
+ border: 10px solid #333333; }
3282
+ .joyride-tip-guide .joyride-nub.top {
3283
+ border-top-style: solid;
3284
+ border-color: #333333;
3285
+ border-top-color: transparent !important;
3286
+ border-left-color: transparent !important;
3287
+ border-right-color: transparent !important;
3288
+ top: -20px; }
3289
+ .joyride-tip-guide .joyride-nub.bottom {
3290
+ border-bottom-style: solid;
3291
+ border-color: #333333 !important;
3292
+ border-bottom-color: transparent !important;
3293
+ border-left-color: transparent !important;
3294
+ border-right-color: transparent !important;
3295
+ bottom: -20px; }
3296
+ .joyride-tip-guide .joyride-nub.right {
3297
+ right: -20px; }
3298
+ .joyride-tip-guide .joyride-nub.left {
3299
+ left: -20px; }
3300
+
3301
+ /* Typography */
3302
+ .joyride-tip-guide h1,
3303
+ .joyride-tip-guide h2,
3304
+ .joyride-tip-guide h3,
3305
+ .joyride-tip-guide h4,
3306
+ .joyride-tip-guide h5,
3307
+ .joyride-tip-guide h6 {
3308
+ line-height: 1.25;
3309
+ margin: 0;
3310
+ font-weight: bold;
3311
+ color: white; }
3312
+
3313
+ .joyride-tip-guide p {
3314
+ margin: 0 0 1.125rem 0;
3315
+ font-size: 0.875rem;
3316
+ line-height: 1.3; }
3317
+
3318
+ .joyride-timer-indicator-wrap {
3319
+ width: 50px;
3320
+ height: 3px;
3321
+ border: solid 1px #555555;
3322
+ position: absolute;
3323
+ right: 1.0625rem;
3324
+ bottom: 1rem; }
3325
+
3326
+ .joyride-timer-indicator {
3327
+ display: block;
3328
+ width: 0;
3329
+ height: inherit;
3330
+ background: #666666; }
3331
+
3332
+ .joyride-close-tip {
3333
+ position: absolute;
3334
+ right: 12px;
3335
+ top: 10px;
3336
+ color: #777777 !important;
3337
+ text-decoration: none;
3338
+ font-size: 24px;
3339
+ font-weight: normal;
3340
+ line-height: 0.5 !important; }
3341
+ .joyride-close-tip:hover, .joyride-close-tip:focus {
3342
+ color: #eeeeee !important; }
3343
+
3344
+ .joyride-modal-bg {
3345
+ position: fixed;
3346
+ height: 100%;
3347
+ width: 100%;
3348
+ background: transparent;
3349
+ background: rgba(0, 0, 0, 0.5);
3350
+ z-index: 100;
3351
+ display: none;
3352
+ top: 0;
3353
+ left: 0;
3354
+ cursor: pointer; }
3355
+
3356
+ .joyride-expose-wrapper {
3357
+ background-color: #ffffff;
3358
+ position: absolute;
3359
+ border-radius: 3px;
3360
+ z-index: 102;
3361
+ -moz-box-shadow: 0 0 30px white;
3362
+ -webkit-box-shadow: 0 0 15px white;
3363
+ box-shadow: 0 0 15px white; }
3364
+
3365
+ .joyride-expose-cover {
3366
+ background: transparent;
3367
+ border-radius: 3px;
3368
+ position: absolute;
3369
+ z-index: 9999;
3370
+ top: 0;
3371
+ left: 0; }
3372
+
3373
+ /* Styles for screens that are at least 768px; */
3374
+ @media only screen and (min-width: 40.063em) {
3375
+ .joyride-tip-guide {
3376
+ width: 300px;
3377
+ left: inherit; }
3378
+ .joyride-tip-guide .joyride-nub.bottom {
3379
+ border-color: #333333 !important;
3380
+ border-bottom-color: transparent !important;
3381
+ border-left-color: transparent !important;
3382
+ border-right-color: transparent !important;
3383
+ bottom: -20px; }
3384
+ .joyride-tip-guide .joyride-nub.right {
3385
+ border-color: #333333 !important;
3386
+ border-top-color: transparent !important;
3387
+ border-right-color: transparent !important;
3388
+ border-bottom-color: transparent !important;
3389
+ top: 22px;
3390
+ left: auto;
3391
+ right: -20px; }
3392
+ .joyride-tip-guide .joyride-nub.left {
3393
+ border-color: #333333 !important;
3394
+ border-top-color: transparent !important;
3395
+ border-left-color: transparent !important;
3396
+ border-bottom-color: transparent !important;
3397
+ top: 22px;
3398
+ left: -20px;
3399
+ right: auto; } }
3400
+ .label {
3401
+ font-weight: normal;
3402
+ font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
3403
+ text-align: center;
3404
+ text-decoration: none;
3405
+ line-height: 1;
3406
+ white-space: nowrap;
3407
+ display: inline-block;
3408
+ position: relative;
3409
+ /*margin-bottom: inherit;*/
3410
+ padding: 0.25rem 0.5rem 0.375rem;
3411
+ font-size: 0.6875rem;
3412
+ background-color: #2ba6cb;
3413
+ color: white; }
3414
+ .label.radius {
3415
+ -webkit-border-radius: 3px;
3416
+ border-radius: 3px; }
3417
+ .label.round {
3418
+ -webkit-border-radius: 1000px;
3419
+ border-radius: 1000px; }
3420
+ .label.alert {
3421
+ background-color: #c60f13;
3422
+ color: white; }
3423
+ .label.success {
3424
+ background-color: #5da423;
3425
+ color: white; }
3426
+ .label.secondary {
3427
+ background-color: #e9e9e9;
3428
+ color: #333333; }
3429
+
3430
+ .text-left {
3431
+ text-align: left !important; }
3432
+
3433
+ .text-right {
3434
+ text-align: right !important; }
3435
+
3436
+ .text-center {
3437
+ text-align: center !important; }
3438
+
3439
+ .text-justify {
3440
+ text-align: justify !important; }
3441
+
3442
+ @media only screen and (max-width: 40em) {
3443
+ .small-only-text-left {
3444
+ text-align: left !important; }
3445
+
3446
+ .small-only-text-right {
3447
+ text-align: right !important; }
3448
+
3449
+ .small-only-text-center {
3450
+ text-align: center !important; }
3451
+
3452
+ .small-only-text-justify {
3453
+ text-align: justify !important; } }
3454
+ @media only screen {
3455
+ .small-text-left {
3456
+ text-align: left !important; }
3457
+
3458
+ .small-text-right {
3459
+ text-align: right !important; }
3460
+
3461
+ .small-text-center {
3462
+ text-align: center !important; }
3463
+
3464
+ .small-text-justify {
3465
+ text-align: justify !important; } }
3466
+ @media only screen and (min-width: 40.063em) and (max-width: 64em) {
3467
+ .medium-only-text-left {
3468
+ text-align: left !important; }
3469
+
3470
+ .medium-only-text-right {
3471
+ text-align: right !important; }
3472
+
3473
+ .medium-only-text-center {
3474
+ text-align: center !important; }
3475
+
3476
+ .medium-only-text-justify {
3477
+ text-align: justify !important; } }
3478
+ @media only screen and (min-width: 40.063em) {
3479
+ .medium-text-left {
3480
+ text-align: left !important; }
3481
+
3482
+ .medium-text-right {
3483
+ text-align: right !important; }
3484
+
3485
+ .medium-text-center {
3486
+ text-align: center !important; }
3487
+
3488
+ .medium-text-justify {
3489
+ text-align: justify !important; } }
3490
+ @media only screen and (min-width: 64.063em) and (max-width: 90em) {
3491
+ .large-only-text-left {
3492
+ text-align: left !important; }
3493
+
3494
+ .large-only-text-right {
3495
+ text-align: right !important; }
3496
+
3497
+ .large-only-text-center {
3498
+ text-align: center !important; }
3499
+
3500
+ .large-only-text-justify {
3501
+ text-align: justify !important; } }
3502
+ @media only screen and (min-width: 64.063em) {
3503
+ .large-text-left {
3504
+ text-align: left !important; }
3505
+
3506
+ .large-text-right {
3507
+ text-align: right !important; }
3508
+
3509
+ .large-text-center {
3510
+ text-align: center !important; }
3511
+
3512
+ .large-text-justify {
3513
+ text-align: justify !important; } }
3514
+ @media only screen and (min-width: 90.063em) and (max-width: 120em) {
3515
+ .xlarge-only-text-left {
3516
+ text-align: left !important; }
3517
+
3518
+ .xlarge-only-text-right {
3519
+ text-align: right !important; }
3520
+
3521
+ .xlarge-only-text-center {
3522
+ text-align: center !important; }
3523
+
3524
+ .xlarge-only-text-justify {
3525
+ text-align: justify !important; } }
3526
+ @media only screen and (min-width: 90.063em) {
3527
+ .xlarge-text-left {
3528
+ text-align: left !important; }
3529
+
3530
+ .xlarge-text-right {
3531
+ text-align: right !important; }
3532
+
3533
+ .xlarge-text-center {
3534
+ text-align: center !important; }
3535
+
3536
+ .xlarge-text-justify {
3537
+ text-align: justify !important; } }
3538
+ @media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
3539
+ .xxlarge-only-text-left {
3540
+ text-align: left !important; }
3541
+
3542
+ .xxlarge-only-text-right {
3543
+ text-align: right !important; }
3544
+
3545
+ .xxlarge-only-text-center {
3546
+ text-align: center !important; }
3547
+
3548
+ .xxlarge-only-text-justify {
3549
+ text-align: justify !important; } }
3550
+ @media only screen and (min-width: 120.063em) {
3551
+ .xxlarge-text-left {
3552
+ text-align: left !important; }
3553
+
3554
+ .xxlarge-text-right {
3555
+ text-align: right !important; }
3556
+
3557
+ .xxlarge-text-center {
3558
+ text-align: center !important; }
3559
+
3560
+ .xxlarge-text-justify {
3561
+ text-align: justify !important; } }
3562
+ .off-canvas-wrap {
3563
+ -webkit-backface-visibility: hidden;
3564
+ position: relative;
3565
+ width: 100%;
3566
+ overflow-x: hidden; }
3567
+ .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
3568
+ height: 100%; }
3569
+
3570
+ .inner-wrap {
3571
+ -webkit-backface-visibility: hidden;
3572
+ position: relative;
3573
+ width: 100%;
3574
+ *zoom: 1;
3575
+ -webkit-transition: -webkit-transform 500ms ease;
3576
+ -moz-transition: -moz-transform 500ms ease;
3577
+ -ms-transition: -ms-transform 500ms ease;
3578
+ -o-transition: -o-transform 500ms ease;
3579
+ transition: transform 500ms ease; }
3580
+ .inner-wrap:before, .inner-wrap:after {
3581
+ content: " ";
3582
+ display: table; }
3583
+ .inner-wrap:after {
3584
+ clear: both; }
3585
+
3586
+ nav.tab-bar {
3587
+ -webkit-backface-visibility: hidden;
3588
+ background: #333333;
3589
+ color: white;
3590
+ height: 2.8125rem;
3591
+ line-height: 2.8125rem;
3592
+ position: relative; }
3593
+ nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
3594
+ color: white;
3595
+ font-weight: bold;
3596
+ line-height: 2.8125rem;
3597
+ margin: 0; }
3598
+ nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
3599
+ font-size: 1.125rem; }
3600
+
3601
+ section.left-small {
3602
+ width: 2.8125rem;
3603
+ height: 2.8125rem;
3604
+ position: absolute;
3605
+ top: 0;
3606
+ border-right: solid 1px #1a1a1a;
3607
+ box-shadow: 1px 0 0 #4e4e4e;
3608
+ left: 0; }
3609
+
3610
+ section.right-small {
3611
+ width: 2.8125rem;
3612
+ height: 2.8125rem;
3613
+ position: absolute;
3614
+ top: 0;
3615
+ border-left: solid 1px #4e4e4e;
3616
+ box-shadow: -1px 0 0 #1a1a1a;
3617
+ right: 0; }
3618
+
3619
+ section.tab-bar-section {
3620
+ padding: 0 0.625rem;
3621
+ position: absolute;
3622
+ text-align: center;
3623
+ height: 2.8125rem;
3624
+ top: 0; }
3625
+ @media only screen and (min-width: 40.063em) {
3626
+ section.tab-bar-section {
3627
+ text-align: left; } }
3628
+ section.tab-bar-section.left {
3629
+ left: 0;
3630
+ right: 2.8125rem; }
3631
+ section.tab-bar-section.right {
3632
+ left: 2.8125rem;
3633
+ right: 0; }
3634
+ section.tab-bar-section.middle {
3635
+ left: 2.8125rem;
3636
+ right: 2.8125rem; }
3637
+
3638
+ a.menu-icon {
3639
+ text-indent: 2.1875rem;
3640
+ width: 2.8125rem;
3641
+ height: 2.8125rem;
3642
+ display: block;
3643
+ line-height: 2.0625rem;
3644
+ padding: 0;
3645
+ color: white;
3646
+ position: relative; }
3647
+ a.menu-icon span {
3648
+ position: absolute;
3649
+ display: block;
3650
+ width: 1rem;
3651
+ height: 0;
3652
+ left: 0.8125rem;
3653
+ top: 0.3125rem;
3654
+ -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
3655
+ box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
3656
+ a.menu-icon:hover span {
3657
+ -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
3658
+ box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }
3659
+
3660
+ .left-off-canvas-menu {
3661
+ -webkit-backface-visibility: hidden;
3662
+ width: 250px;
3663
+ top: 0;
3664
+ bottom: 0;
3665
+ position: absolute;
3666
+ overflow-y: auto;
3667
+ background: #333333;
3668
+ z-index: 1001;
3669
+ box-sizing: content-box;
3670
+ -webkit-transform: translate3d(-100%, 0, 0);
3671
+ -moz-transform: translate3d(-100%, 0, 0);
3672
+ -ms-transform: translate3d(-100%, 0, 0);
3673
+ -o-transform: translate3d(-100%, 0, 0);
3674
+ transform: translate3d(-100%, 0, 0);
3675
+ left: 0; }
3676
+ .left-off-canvas-menu * {
3677
+ -webkit-backface-visibility: hidden; }
3678
+
3679
+ .right-off-canvas-menu {
3680
+ -webkit-backface-visibility: hidden;
3681
+ width: 250px;
3682
+ top: 0;
3683
+ bottom: 0;
3684
+ position: absolute;
3685
+ overflow-y: auto;
3686
+ background: #333333;
3687
+ z-index: 1001;
3688
+ box-sizing: content-box;
3689
+ -webkit-transform: translate3d(100%, 0, 0);
3690
+ -moz-transform: translate3d(100%, 0, 0);
3691
+ -ms-transform: translate3d(100%, 0, 0);
3692
+ -o-transform: translate3d(100%, 0, 0);
3693
+ transform: translate3d(100%, 0, 0);
3694
+ right: 0; }
3695
+
3696
+ ul.off-canvas-list {
3697
+ list-style-type: none;
3698
+ padding: 0;
3699
+ margin: 0; }
3700
+ ul.off-canvas-list li label {
3701
+ padding: 0.3rem 0.9375rem;
3702
+ color: #999999;
3703
+ text-transform: uppercase;
3704
+ font-weight: bold;
3705
+ background: #444444;
3706
+ border-top: 1px solid #5e5e5e;
3707
+ border-bottom: none;
3708
+ margin: 0; }
3709
+ ul.off-canvas-list li a {
3710
+ display: block;
3711
+ padding: 0.66667rem;
3712
+ color: rgba(255, 255, 255, 0.7);
3713
+ border-bottom: 1px solid #262626; }
3714
+
3715
+ .move-right > .inner-wrap {
3716
+ -webkit-transform: translate3d(250px, 0, 0);
3717
+ -moz-transform: translate3d(250px, 0, 0);
3718
+ -ms-transform: translate3d(250px, 0, 0);
3719
+ -o-transform: translate3d(250px, 0, 0);
3720
+ transform: translate3d(250px, 0, 0); }
3721
+ .move-right a.exit-off-canvas {
3722
+ -webkit-backface-visibility: hidden;
3723
+ transition: background 300ms ease;
3724
+ cursor: pointer;
3725
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
3726
+ display: block;
3727
+ position: absolute;
3728
+ background: rgba(255, 255, 255, 0.2);
3729
+ top: 0;
3730
+ bottom: 0;
3731
+ left: 0;
3732
+ right: 0;
3733
+ z-index: 1002;
3734
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
3735
+ @media only screen and (min-width: 40.063em) {
3736
+ .move-right a.exit-off-canvas:hover {
3737
+ background: rgba(255, 255, 255, 0.05); } }
3738
+
3739
+ .move-left > .inner-wrap {
3740
+ -webkit-transform: translate3d(-250px, 0, 0);
3741
+ -moz-transform: translate3d(-250px, 0, 0);
3742
+ -ms-transform: translate3d(-250px, 0, 0);
3743
+ -o-transform: translate3d(-250px, 0, 0);
3744
+ transform: translate3d(-250px, 0, 0); }
3745
+ .move-left a.exit-off-canvas {
3746
+ -webkit-backface-visibility: hidden;
3747
+ transition: background 300ms ease;
3748
+ cursor: pointer;
3749
+ box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
3750
+ display: block;
3751
+ position: absolute;
3752
+ background: rgba(255, 255, 255, 0.2);
3753
+ top: 0;
3754
+ bottom: 0;
3755
+ left: 0;
3756
+ right: 0;
3757
+ z-index: 1002;
3758
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
3759
+ @media only screen and (min-width: 40.063em) {
3760
+ .move-left a.exit-off-canvas:hover {
3761
+ background: rgba(255, 255, 255, 0.05); } }
3762
+
3763
+ .csstransforms.no-csstransforms3d .left-off-canvas-menu {
3764
+ -webkit-transform: translate(-100%, 0);
3765
+ -moz-transform: translate(-100%, 0);
3766
+ -ms-transform: translate(-100%, 0);
3767
+ -o-transform: translate(-100%, 0);
3768
+ transform: translate(-100%, 0); }
3769
+ .csstransforms.no-csstransforms3d .right-off-canvas-menu {
3770
+ -webkit-transform: translate(100%, 0);
3771
+ -moz-transform: translate(100%, 0);
3772
+ -ms-transform: translate(100%, 0);
3773
+ -o-transform: translate(100%, 0);
3774
+ transform: translate(100%, 0); }
3775
+ .csstransforms.no-csstransforms3d .move-left > .inner-wrap {
3776
+ -webkit-transform: translate(-250px, 0);
3777
+ -moz-transform: translate(-250px, 0);
3778
+ -ms-transform: translate(-250px, 0);
3779
+ -o-transform: translate(-250px, 0);
3780
+ transform: translate(-250px, 0); }
3781
+ .csstransforms.no-csstransforms3d .move-right > .inner-wrap {
3782
+ -webkit-transform: translate(250px, 0);
3783
+ -moz-transform: translate(250px, 0);
3784
+ -ms-transform: translate(250px, 0);
3785
+ -o-transform: translate(250px, 0);
3786
+ transform: translate(250px, 0); }
3787
+
3788
+ .no-csstransforms .left-off-canvas-menu {
3789
+ left: -250px; }
3790
+ .no-csstransforms .right-off-canvas-menu {
3791
+ right: -250px; }
3792
+ .no-csstransforms .move-left > .inner-wrap {
3793
+ right: 250px; }
3794
+ .no-csstransforms .move-right > .inner-wrap {
3795
+ left: 250px; }
3796
+
3797
+ @media only screen and (max-width: 40em) {
3798
+ .f-dropdown {
3799
+ max-width: 100%;
3800
+ left: 0; } }
3801
+ /* Foundation Dropdowns */
3802
+ .f-dropdown {
3803
+ position: absolute;
3804
+ left: -9999px;
3805
+ list-style: none;
3806
+ margin-left: 0;
3807
+ width: 100%;
3808
+ max-height: none;
3809
+ height: auto;
3810
+ background: white;
3811
+ border: solid 1px #cccccc;
3812
+ font-size: 16px;
3813
+ z-index: 99;
3814
+ margin-top: 2px;
3815
+ max-width: 200px; }
3816
+ .f-dropdown > *:first-child {
3817
+ margin-top: 0; }
3818
+ .f-dropdown > *:last-child {
3819
+ margin-bottom: 0; }
3820
+ .f-dropdown:before {
3821
+ content: "";
3822
+ display: block;
3823
+ width: 0;
3824
+ height: 0;
3825
+ border: inset 6px;
3826
+ border-color: transparent transparent white transparent;
3827
+ border-bottom-style: solid;
3828
+ position: absolute;
3829
+ top: -12px;
3830
+ left: 10px;
3831
+ z-index: 99; }
3832
+ .f-dropdown:after {
3833
+ content: "";
3834
+ display: block;
3835
+ width: 0;
3836
+ height: 0;
3837
+ border: inset 7px;
3838
+ border-color: transparent transparent #cccccc transparent;
3839
+ border-bottom-style: solid;
3840
+ position: absolute;
3841
+ top: -14px;
3842
+ left: 9px;
3843
+ z-index: 98; }
3844
+ .f-dropdown.right:before {
3845
+ left: auto;
3846
+ right: 10px; }
3847
+ .f-dropdown.right:after {
3848
+ left: auto;
3849
+ right: 9px; }
3850
+ .f-dropdown li {
3851
+ font-size: 0.875rem;
3852
+ cursor: pointer;
3853
+ line-height: 1.125rem;
3854
+ margin: 0; }
3855
+ .f-dropdown li:hover, .f-dropdown li:focus {
3856
+ background: #eeeeee; }
3857
+ .f-dropdown li a {
3858
+ display: block;
3859
+ padding: 0.5rem;
3860
+ color: #555555; }
3861
+ .f-dropdown.content {
3862
+ position: absolute;
3863
+ left: -9999px;
3864
+ list-style: none;
3865
+ margin-left: 0;
3866
+ padding: 1.25rem;
3867
+ width: 100%;
3868
+ height: auto;
3869
+ max-height: none;
3870
+ background: white;
3871
+ border: solid 1px #cccccc;
3872
+ font-size: 16px;
3873
+ z-index: 99;
3874
+ max-width: 200px; }
3875
+ .f-dropdown.content > *:first-child {
3876
+ margin-top: 0; }
3877
+ .f-dropdown.content > *:last-child {
3878
+ margin-bottom: 0; }
3879
+ .f-dropdown.tiny {
3880
+ max-width: 200px; }
3881
+ .f-dropdown.small {
3882
+ max-width: 300px; }
3883
+ .f-dropdown.medium {
3884
+ max-width: 500px; }
3885
+ .f-dropdown.large {
3886
+ max-width: 800px; }
3887
+
3888
+ table {
3889
+ background: white;
3890
+ margin-bottom: 1.25rem;
3891
+ border: solid 1px #dddddd; }
3892
+ table thead,
3893
+ table tfoot {
3894
+ background: whitesmoke; }
3895
+ table thead tr th,
3896
+ table thead tr td,
3897
+ table tfoot tr th,
3898
+ table tfoot tr td {
3899
+ padding: 0.5rem 0.625rem 0.625rem;
3900
+ font-size: 0.875rem;
3901
+ font-weight: bold;
3902
+ color: #222222;
3903
+ text-align: left; }
3904
+ table tr th,
3905
+ table tr td {
3906
+ padding: 0.5625rem 0.625rem;
3907
+ font-size: 0.875rem;
3908
+ color: #222222; }
3909
+ table tr.even, table tr.alt, table tr:nth-of-type(even) {
3910
+ background: #f9f9f9; }
3911
+ table thead tr th,
3912
+ table tfoot tr th,
3913
+ table tbody tr td,
3914
+ table tr td,
3915
+ table tfoot tr td {
3916
+ display: table-cell;
3917
+ line-height: 1.125rem; }
3918
+
3919
+ /* Standard Forms */
3920
+ form {
3921
+ margin: 0 0 1rem; }
3922
+
3923
+ /* Using forms within rows, we need to set some defaults */
3924
+ form .row .row {
3925
+ margin: 0 -0.5rem; }
3926
+ form .row .row .column,
3927
+ form .row .row .columns {
3928
+ padding: 0 0.5rem; }
3929
+ form .row .row.collapse {
3930
+ margin: 0; }
3931
+ form .row .row.collapse .column,
3932
+ form .row .row.collapse .columns {
3933
+ padding: 0; }
3934
+ form .row .row.collapse input {
3935
+ -moz-border-radius-bottomright: 0;
3936
+ -moz-border-radius-topright: 0;
3937
+ -webkit-border-bottom-right-radius: 0;
3938
+ -webkit-border-top-right-radius: 0; }
3939
+ form .row input.column,
3940
+ form .row input.columns,
3941
+ form .row textarea.column,
3942
+ form .row textarea.columns {
3943
+ padding-left: 0.5rem; }
3944
+
3945
+ /* Label Styles */
3946
+ label {
3947
+ font-size: 0.875rem;
3948
+ color: #4d4d4d;
3949
+ cursor: pointer;
3950
+ display: block;
3951
+ font-weight: normal;
3952
+ line-height: 1.5;
3953
+ margin-bottom: 0;
3954
+ /* Styles for required inputs */ }
3955
+ label.right {
3956
+ float: none;
3957
+ text-align: right; }
3958
+ label.inline {
3959
+ margin: 0 0 1rem 0;
3960
+ padding: 0.625rem 0; }
3961
+ label small {
3962
+ text-transform: capitalize;
3963
+ color: #676767; }
3964
+
3965
+ select {
3966
+ -webkit-appearance: none !important;
3967
+ background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
3968
+ background-position-x: 97%;
3969
+ background-position-y: center;
3970
+ border: 1px solid #cccccc;
3971
+ padding: 0.5rem;
3972
+ font-size: 0.875rem;
3973
+ -webkit-border-radius: 0;
3974
+ border-radius: 0; }
3975
+ select.radius {
3976
+ -webkit-border-radius: 3px;
3977
+ border-radius: 3px; }
3978
+ select:hover {
3979
+ background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
3980
+ background-position-x: 97%;
3981
+ background-position-y: center;
3982
+ border-color: #999999; }
3983
+
3984
+ select::-ms-expand {
3985
+ display: none; }
3986
+
3987
+ @-moz-document url-prefix() {
3988
+ select {
3989
+ background: #fafafa; }
3990
+
3991
+ select:hover {
3992
+ background: #f3f3f3; } }
3993
+
3994
+ /* Attach elements to the beginning or end of an input */
3995
+ .prefix,
3996
+ .postfix {
3997
+ display: block;
3998
+ position: relative;
3999
+ z-index: 2;
4000
+ text-align: center;
4001
+ width: 100%;
4002
+ padding-top: 0;
4003
+ padding-bottom: 0;
4004
+ border-style: solid;
4005
+ border-width: 1px;
4006
+ overflow: hidden;
4007
+ font-size: 0.875rem;
4008
+ height: 2.3125rem;
4009
+ line-height: 2.3125rem; }
4010
+
4011
+ /* Adjust padding, alignment and radius if pre/post element is a button */
4012
+ .postfix.button {
4013
+ padding-left: 0;
4014
+ padding-right: 0;
4015
+ padding-top: 0;
4016
+ padding-bottom: 0;
4017
+ text-align: center;
4018
+ line-height: 2.125rem;
4019
+ border: none; }
4020
+
4021
+ .prefix.button {
4022
+ padding-left: 0;
4023
+ padding-right: 0;
4024
+ padding-top: 0;
4025
+ padding-bottom: 0;
4026
+ text-align: center;
4027
+ line-height: 2.125rem;
4028
+ border: none; }
4029
+
4030
+ .prefix.button.radius {
4031
+ -webkit-border-radius: 0;
4032
+ border-radius: 0;
4033
+ -moz-border-radius-bottomleft: 3px;
4034
+ -moz-border-radius-topleft: 3px;
4035
+ -webkit-border-bottom-left-radius: 3px;
4036
+ -webkit-border-top-left-radius: 3px;
4037
+ border-bottom-left-radius: 3px;
4038
+ border-top-left-radius: 3px; }
4039
+
4040
+ .postfix.button.radius {
4041
+ -webkit-border-radius: 0;
4042
+ border-radius: 0;
4043
+ -moz-border-radius-bottomright: 3px;
4044
+ -moz-border-radius-topright: 3px;
4045
+ -webkit-border-bottom-right-radius: 3px;
4046
+ -webkit-border-top-right-radius: 3px;
4047
+ border-bottom-right-radius: 3px;
4048
+ border-top-right-radius: 3px; }
4049
+
4050
+ .prefix.button.round {
4051
+ -webkit-border-radius: 0;
4052
+ border-radius: 0;
4053
+ -moz-border-radius-bottomleft: 1000px;
4054
+ -moz-border-radius-topleft: 1000px;
4055
+ -webkit-border-bottom-left-radius: 1000px;
4056
+ -webkit-border-top-left-radius: 1000px;
4057
+ border-bottom-left-radius: 1000px;
4058
+ border-top-left-radius: 1000px; }
4059
+
4060
+ .postfix.button.round {
4061
+ -webkit-border-radius: 0;
4062
+ border-radius: 0;
4063
+ -moz-border-radius-bottomright: 1000px;
4064
+ -moz-border-radius-topright: 1000px;
4065
+ -webkit-border-bottom-right-radius: 1000px;
4066
+ -webkit-border-top-right-radius: 1000px;
4067
+ border-bottom-right-radius: 1000px;
4068
+ border-top-right-radius: 1000px; }
4069
+
4070
+ /* Separate prefix and postfix styles when on span or label so buttons keep their own */
4071
+ span.prefix, label.prefix {
4072
+ background: #f2f2f2;
4073
+ border-right: none;
4074
+ color: #333333;
4075
+ border-color: #cccccc; }
4076
+ span.prefix.radius, label.prefix.radius {
4077
+ -webkit-border-radius: 0;
4078
+ border-radius: 0;
4079
+ -moz-border-radius-bottomleft: 3px;
4080
+ -moz-border-radius-topleft: 3px;
4081
+ -webkit-border-bottom-left-radius: 3px;
4082
+ -webkit-border-top-left-radius: 3px;
4083
+ border-bottom-left-radius: 3px;
4084
+ border-top-left-radius: 3px; }
4085
+
4086
+ span.postfix, label.postfix {
4087
+ background: #f2f2f2;
4088
+ border-left: none;
4089
+ color: #333333;
4090
+ border-color: #cccccc; }
4091
+ span.postfix.radius, label.postfix.radius {
4092
+ -webkit-border-radius: 0;
4093
+ border-radius: 0;
4094
+ -moz-border-radius-bottomright: 3px;
4095
+ -moz-border-radius-topright: 3px;
4096
+ -webkit-border-bottom-right-radius: 3px;
4097
+ -webkit-border-top-right-radius: 3px;
4098
+ border-bottom-right-radius: 3px;
4099
+ border-top-right-radius: 3px; }
4100
+
4101
+ /* We use this to get basic styling on all basic form elements */
4102
+ input[type="text"],
4103
+ input[type="password"],
4104
+ input[type="date"],
4105
+ input[type="datetime"],
4106
+ input[type="datetime-local"],
4107
+ input[type="month"],
4108
+ input[type="week"],
4109
+ input[type="email"],
4110
+ input[type="number"],
4111
+ input[type="search"],
4112
+ input[type="tel"],
4113
+ input[type="time"],
4114
+ input[type="url"],
4115
+ textarea {
4116
+ -webkit-appearance: none;
4117
+ background-color: white;
4118
+ font-family: inherit;
4119
+ border: 1px solid #cccccc;
4120
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4121
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4122
+ color: rgba(0, 0, 0, 0.75);
4123
+ display: block;
4124
+ font-size: 0.875rem;
4125
+ margin: 0 0 1rem 0;
4126
+ padding: 0.5rem;
4127
+ height: 2.3125rem;
4128
+ width: 100%;
4129
+ -moz-box-sizing: border-box;
4130
+ -webkit-box-sizing: border-box;
4131
+ box-sizing: border-box;
4132
+ -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
4133
+ -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
4134
+ transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
4135
+ input[type="text"]:focus,
4136
+ input[type="password"]:focus,
4137
+ input[type="date"]:focus,
4138
+ input[type="datetime"]:focus,
4139
+ input[type="datetime-local"]:focus,
4140
+ input[type="month"]:focus,
4141
+ input[type="week"]:focus,
4142
+ input[type="email"]:focus,
4143
+ input[type="number"]:focus,
4144
+ input[type="search"]:focus,
4145
+ input[type="tel"]:focus,
4146
+ input[type="time"]:focus,
4147
+ input[type="url"]:focus,
4148
+ textarea:focus {
4149
+ -webkit-box-shadow: 0 0 5px #999999;
4150
+ -moz-box-shadow: 0 0 5px #999999;
4151
+ box-shadow: 0 0 5px #999999;
4152
+ border-color: #999999; }
4153
+ input[type="text"]:focus,
4154
+ input[type="password"]:focus,
4155
+ input[type="date"]:focus,
4156
+ input[type="datetime"]:focus,
4157
+ input[type="datetime-local"]:focus,
4158
+ input[type="month"]:focus,
4159
+ input[type="week"]:focus,
4160
+ input[type="email"]:focus,
4161
+ input[type="number"]:focus,
4162
+ input[type="search"]:focus,
4163
+ input[type="tel"]:focus,
4164
+ input[type="time"]:focus,
4165
+ input[type="url"]:focus,
4166
+ textarea:focus {
4167
+ background: #fafafa;
4168
+ border-color: #999999;
4169
+ outline: none; }
4170
+ input[type="text"][disabled],
4171
+ input[type="password"][disabled],
4172
+ input[type="date"][disabled],
4173
+ input[type="datetime"][disabled],
4174
+ input[type="datetime-local"][disabled],
4175
+ input[type="month"][disabled],
4176
+ input[type="week"][disabled],
4177
+ input[type="email"][disabled],
4178
+ input[type="number"][disabled],
4179
+ input[type="search"][disabled],
4180
+ input[type="tel"][disabled],
4181
+ input[type="time"][disabled],
4182
+ input[type="url"][disabled],
4183
+ textarea[disabled] {
4184
+ background-color: #dddddd; }
4185
+ input[type="text"].radius,
4186
+ input[type="password"].radius,
4187
+ input[type="date"].radius,
4188
+ input[type="datetime"].radius,
4189
+ input[type="datetime-local"].radius,
4190
+ input[type="month"].radius,
4191
+ input[type="week"].radius,
4192
+ input[type="email"].radius,
4193
+ input[type="number"].radius,
4194
+ input[type="search"].radius,
4195
+ input[type="tel"].radius,
4196
+ input[type="time"].radius,
4197
+ input[type="url"].radius,
4198
+ textarea.radius {
4199
+ -webkit-border-radius: 3px;
4200
+ border-radius: 3px; }
4201
+
4202
+ /* Add height value for select elements to match text input height */
4203
+ select {
4204
+ height: 2.3125rem; }
4205
+
4206
+ /* Adjust margin for form elements below */
4207
+ input[type="file"],
4208
+ input[type="checkbox"],
4209
+ input[type="radio"],
4210
+ select {
4211
+ margin: 0 0 1rem 0; }
4212
+
4213
+ input[type="checkbox"] + label,
4214
+ input[type="radio"] + label {
4215
+ display: inline-block;
4216
+ margin-left: 0.5rem;
4217
+ margin-right: 1rem;
4218
+ margin-bottom: 0;
4219
+ vertical-align: baseline; }
4220
+
4221
+ /* Normalize file input width */
4222
+ input[type="file"] {
4223
+ width: 100%; }
4224
+
4225
+ /* We add basic fieldset styling */
4226
+ fieldset {
4227
+ border: solid 1px #dddddd;
4228
+ padding: 1.25rem;
4229
+ margin: 1.125rem 0; }
4230
+ fieldset legend {
4231
+ font-weight: bold;
4232
+ background: white;
4233
+ padding: 0 0.1875rem;
4234
+ margin: 0;
4235
+ margin-left: -0.1875rem; }
4236
+
4237
+ /* Error Handling */
4238
+ [data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
4239
+ display: block;
4240
+ padding: 0.375rem 0.5625rem 0.5625rem;
4241
+ margin-top: -1px;
4242
+ margin-bottom: 1rem;
4243
+ font-size: 0.75rem;
4244
+ font-weight: normal;
4245
+ font-style: italic;
4246
+ background: #c60f13;
4247
+ color: white; }
4248
+ [data-abide] span.error, [data-abide] small.error {
4249
+ display: none; }
4250
+
4251
+ span.error, small.error {
4252
+ display: block;
4253
+ padding: 0.375rem 0.5625rem 0.5625rem;
4254
+ margin-top: -1px;
4255
+ margin-bottom: 1rem;
4256
+ font-size: 0.75rem;
4257
+ font-weight: normal;
4258
+ font-style: italic;
4259
+ background: #c60f13;
4260
+ color: white; }
4261
+
4262
+ .error input,
4263
+ .error textarea,
4264
+ .error select {
4265
+ margin-bottom: 0; }
4266
+ .error input[type="checkbox"],
4267
+ .error input[type="radio"] {
4268
+ margin-bottom: 1rem; }
4269
+ .error label,
4270
+ .error label.error {
4271
+ color: #c60f13; }
4272
+ .error small.error {
4273
+ display: block;
4274
+ padding: 0.375rem 0.5625rem 0.5625rem;
4275
+ margin-top: -1px;
4276
+ margin-bottom: 1rem;
4277
+ font-size: 0.75rem;
4278
+ font-weight: normal;
4279
+ font-style: italic;
4280
+ background: #c60f13;
4281
+ color: white; }
4282
+ .error > label > small {
4283
+ color: #676767;
4284
+ background: transparent;
4285
+ padding: 0;
4286
+ text-transform: capitalize;
4287
+ font-style: normal;
4288
+ font-size: 60%;
4289
+ margin: 0;
4290
+ display: inline; }
4291
+ .error span.error-message {
4292
+ display: block; }
4293
+
4294
+ input.error,
4295
+ textarea.error {
4296
+ margin-bottom: 0; }
4297
+
4298
+ label.error {
4299
+ color: #c60f13; }
4300
+
4301
+ [class*="block-grid-"] {
4302
+ display: block;
4303
+ padding: 0;
4304
+ margin: 0 -0.625rem;
4305
+ *zoom: 1; }
4306
+ [class*="block-grid-"]:before, [class*="block-grid-"]:after {
4307
+ content: " ";
4308
+ display: table; }
4309
+ [class*="block-grid-"]:after {
4310
+ clear: both; }
4311
+ [class*="block-grid-"] > li {
4312
+ display: block;
4313
+ height: auto;
4314
+ float: left;
4315
+ padding: 0 0.625rem 1.25rem; }
4316
+
4317
+ @media only screen {
4318
+ .small-block-grid-1 > li {
4319
+ width: 100%;
4320
+ list-style: none; }
4321
+ .small-block-grid-1 > li:nth-of-type(n) {
4322
+ clear: none; }
4323
+ .small-block-grid-1 > li:nth-of-type(1n+1) {
4324
+ clear: both; }
4325
+
4326
+ .small-block-grid-2 > li {
4327
+ width: 50%;
4328
+ list-style: none; }
4329
+ .small-block-grid-2 > li:nth-of-type(n) {
4330
+ clear: none; }
4331
+ .small-block-grid-2 > li:nth-of-type(2n+1) {
4332
+ clear: both; }
4333
+
4334
+ .small-block-grid-3 > li {
4335
+ width: 33.33333%;
4336
+ list-style: none; }
4337
+ .small-block-grid-3 > li:nth-of-type(n) {
4338
+ clear: none; }
4339
+ .small-block-grid-3 > li:nth-of-type(3n+1) {
4340
+ clear: both; }
4341
+
4342
+ .small-block-grid-4 > li {
4343
+ width: 25%;
4344
+ list-style: none; }
4345
+ .small-block-grid-4 > li:nth-of-type(n) {
4346
+ clear: none; }
4347
+ .small-block-grid-4 > li:nth-of-type(4n+1) {
4348
+ clear: both; }
4349
+
4350
+ .small-block-grid-5 > li {
4351
+ width: 20%;
4352
+ list-style: none; }
4353
+ .small-block-grid-5 > li:nth-of-type(n) {
4354
+ clear: none; }
4355
+ .small-block-grid-5 > li:nth-of-type(5n+1) {
4356
+ clear: both; }
4357
+
4358
+ .small-block-grid-6 > li {
4359
+ width: 16.66667%;
4360
+ list-style: none; }
4361
+ .small-block-grid-6 > li:nth-of-type(n) {
4362
+ clear: none; }
4363
+ .small-block-grid-6 > li:nth-of-type(6n+1) {
4364
+ clear: both; }
4365
+
4366
+ .small-block-grid-7 > li {
4367
+ width: 14.28571%;
4368
+ list-style: none; }
4369
+ .small-block-grid-7 > li:nth-of-type(n) {
4370
+ clear: none; }
4371
+ .small-block-grid-7 > li:nth-of-type(7n+1) {
4372
+ clear: both; }
4373
+
4374
+ .small-block-grid-8 > li {
4375
+ width: 12.5%;
4376
+ list-style: none; }
4377
+ .small-block-grid-8 > li:nth-of-type(n) {
4378
+ clear: none; }
4379
+ .small-block-grid-8 > li:nth-of-type(8n+1) {
4380
+ clear: both; }
4381
+
4382
+ .small-block-grid-9 > li {
4383
+ width: 11.11111%;
4384
+ list-style: none; }
4385
+ .small-block-grid-9 > li:nth-of-type(n) {
4386
+ clear: none; }
4387
+ .small-block-grid-9 > li:nth-of-type(9n+1) {
4388
+ clear: both; }
4389
+
4390
+ .small-block-grid-10 > li {
4391
+ width: 10%;
4392
+ list-style: none; }
4393
+ .small-block-grid-10 > li:nth-of-type(n) {
4394
+ clear: none; }
4395
+ .small-block-grid-10 > li:nth-of-type(10n+1) {
4396
+ clear: both; }
4397
+
4398
+ .small-block-grid-11 > li {
4399
+ width: 9.09091%;
4400
+ list-style: none; }
4401
+ .small-block-grid-11 > li:nth-of-type(n) {
4402
+ clear: none; }
4403
+ .small-block-grid-11 > li:nth-of-type(11n+1) {
4404
+ clear: both; }
4405
+
4406
+ .small-block-grid-12 > li {
4407
+ width: 8.33333%;
4408
+ list-style: none; }
4409
+ .small-block-grid-12 > li:nth-of-type(n) {
4410
+ clear: none; }
4411
+ .small-block-grid-12 > li:nth-of-type(12n+1) {
4412
+ clear: both; } }
4413
+ @media only screen and (min-width: 40.063em) {
4414
+ .medium-block-grid-1 > li {
4415
+ width: 100%;
4416
+ list-style: none; }
4417
+ .medium-block-grid-1 > li:nth-of-type(n) {
4418
+ clear: none; }
4419
+ .medium-block-grid-1 > li:nth-of-type(1n+1) {
4420
+ clear: both; }
4421
+
4422
+ .medium-block-grid-2 > li {
4423
+ width: 50%;
4424
+ list-style: none; }
4425
+ .medium-block-grid-2 > li:nth-of-type(n) {
4426
+ clear: none; }
4427
+ .medium-block-grid-2 > li:nth-of-type(2n+1) {
4428
+ clear: both; }
4429
+
4430
+ .medium-block-grid-3 > li {
4431
+ width: 33.33333%;
4432
+ list-style: none; }
4433
+ .medium-block-grid-3 > li:nth-of-type(n) {
4434
+ clear: none; }
4435
+ .medium-block-grid-3 > li:nth-of-type(3n+1) {
4436
+ clear: both; }
4437
+
4438
+ .medium-block-grid-4 > li {
4439
+ width: 25%;
4440
+ list-style: none; }
4441
+ .medium-block-grid-4 > li:nth-of-type(n) {
4442
+ clear: none; }
4443
+ .medium-block-grid-4 > li:nth-of-type(4n+1) {
4444
+ clear: both; }
4445
+
4446
+ .medium-block-grid-5 > li {
4447
+ width: 20%;
4448
+ list-style: none; }
4449
+ .medium-block-grid-5 > li:nth-of-type(n) {
4450
+ clear: none; }
4451
+ .medium-block-grid-5 > li:nth-of-type(5n+1) {
4452
+ clear: both; }
4453
+
4454
+ .medium-block-grid-6 > li {
4455
+ width: 16.66667%;
4456
+ list-style: none; }
4457
+ .medium-block-grid-6 > li:nth-of-type(n) {
4458
+ clear: none; }
4459
+ .medium-block-grid-6 > li:nth-of-type(6n+1) {
4460
+ clear: both; }
4461
+
4462
+ .medium-block-grid-7 > li {
4463
+ width: 14.28571%;
4464
+ list-style: none; }
4465
+ .medium-block-grid-7 > li:nth-of-type(n) {
4466
+ clear: none; }
4467
+ .medium-block-grid-7 > li:nth-of-type(7n+1) {
4468
+ clear: both; }
4469
+
4470
+ .medium-block-grid-8 > li {
4471
+ width: 12.5%;
4472
+ list-style: none; }
4473
+ .medium-block-grid-8 > li:nth-of-type(n) {
4474
+ clear: none; }
4475
+ .medium-block-grid-8 > li:nth-of-type(8n+1) {
4476
+ clear: both; }
4477
+
4478
+ .medium-block-grid-9 > li {
4479
+ width: 11.11111%;
4480
+ list-style: none; }
4481
+ .medium-block-grid-9 > li:nth-of-type(n) {
4482
+ clear: none; }
4483
+ .medium-block-grid-9 > li:nth-of-type(9n+1) {
4484
+ clear: both; }
4485
+
4486
+ .medium-block-grid-10 > li {
4487
+ width: 10%;
4488
+ list-style: none; }
4489
+ .medium-block-grid-10 > li:nth-of-type(n) {
4490
+ clear: none; }
4491
+ .medium-block-grid-10 > li:nth-of-type(10n+1) {
4492
+ clear: both; }
4493
+
4494
+ .medium-block-grid-11 > li {
4495
+ width: 9.09091%;
4496
+ list-style: none; }
4497
+ .medium-block-grid-11 > li:nth-of-type(n) {
4498
+ clear: none; }
4499
+ .medium-block-grid-11 > li:nth-of-type(11n+1) {
4500
+ clear: both; }
4501
+
4502
+ .medium-block-grid-12 > li {
4503
+ width: 8.33333%;
4504
+ list-style: none; }
4505
+ .medium-block-grid-12 > li:nth-of-type(n) {
4506
+ clear: none; }
4507
+ .medium-block-grid-12 > li:nth-of-type(12n+1) {
4508
+ clear: both; } }
4509
+ @media only screen and (min-width: 64.063em) {
4510
+ .large-block-grid-1 > li {
4511
+ width: 100%;
4512
+ list-style: none; }
4513
+ .large-block-grid-1 > li:nth-of-type(n) {
4514
+ clear: none; }
4515
+ .large-block-grid-1 > li:nth-of-type(1n+1) {
4516
+ clear: both; }
4517
+
4518
+ .large-block-grid-2 > li {
4519
+ width: 50%;
4520
+ list-style: none; }
4521
+ .large-block-grid-2 > li:nth-of-type(n) {
4522
+ clear: none; }
4523
+ .large-block-grid-2 > li:nth-of-type(2n+1) {
4524
+ clear: both; }
4525
+
4526
+ .large-block-grid-3 > li {
4527
+ width: 33.33333%;
4528
+ list-style: none; }
4529
+ .large-block-grid-3 > li:nth-of-type(n) {
4530
+ clear: none; }
4531
+ .large-block-grid-3 > li:nth-of-type(3n+1) {
4532
+ clear: both; }
4533
+
4534
+ .large-block-grid-4 > li {
4535
+ width: 25%;
4536
+ list-style: none; }
4537
+ .large-block-grid-4 > li:nth-of-type(n) {
4538
+ clear: none; }
4539
+ .large-block-grid-4 > li:nth-of-type(4n+1) {
4540
+ clear: both; }
4541
+
4542
+ .large-block-grid-5 > li {
4543
+ width: 20%;
4544
+ list-style: none; }
4545
+ .large-block-grid-5 > li:nth-of-type(n) {
4546
+ clear: none; }
4547
+ .large-block-grid-5 > li:nth-of-type(5n+1) {
4548
+ clear: both; }
4549
+
4550
+ .large-block-grid-6 > li {
4551
+ width: 16.66667%;
4552
+ list-style: none; }
4553
+ .large-block-grid-6 > li:nth-of-type(n) {
4554
+ clear: none; }
4555
+ .large-block-grid-6 > li:nth-of-type(6n+1) {
4556
+ clear: both; }
4557
+
4558
+ .large-block-grid-7 > li {
4559
+ width: 14.28571%;
4560
+ list-style: none; }
4561
+ .large-block-grid-7 > li:nth-of-type(n) {
4562
+ clear: none; }
4563
+ .large-block-grid-7 > li:nth-of-type(7n+1) {
4564
+ clear: both; }
4565
+
4566
+ .large-block-grid-8 > li {
4567
+ width: 12.5%;
4568
+ list-style: none; }
4569
+ .large-block-grid-8 > li:nth-of-type(n) {
4570
+ clear: none; }
4571
+ .large-block-grid-8 > li:nth-of-type(8n+1) {
4572
+ clear: both; }
4573
+
4574
+ .large-block-grid-9 > li {
4575
+ width: 11.11111%;
4576
+ list-style: none; }
4577
+ .large-block-grid-9 > li:nth-of-type(n) {
4578
+ clear: none; }
4579
+ .large-block-grid-9 > li:nth-of-type(9n+1) {
4580
+ clear: both; }
4581
+
4582
+ .large-block-grid-10 > li {
4583
+ width: 10%;
4584
+ list-style: none; }
4585
+ .large-block-grid-10 > li:nth-of-type(n) {
4586
+ clear: none; }
4587
+ .large-block-grid-10 > li:nth-of-type(10n+1) {
4588
+ clear: both; }
4589
+
4590
+ .large-block-grid-11 > li {
4591
+ width: 9.09091%;
4592
+ list-style: none; }
4593
+ .large-block-grid-11 > li:nth-of-type(n) {
4594
+ clear: none; }
4595
+ .large-block-grid-11 > li:nth-of-type(11n+1) {
4596
+ clear: both; }
4597
+
4598
+ .large-block-grid-12 > li {
4599
+ width: 8.33333%;
4600
+ list-style: none; }
4601
+ .large-block-grid-12 > li:nth-of-type(n) {
4602
+ clear: none; }
4603
+ .large-block-grid-12 > li:nth-of-type(12n+1) {
4604
+ clear: both; } }
4605
+ .flex-video {
4606
+ position: relative;
4607
+ padding-top: 1.5625rem;
4608
+ padding-bottom: 67.5%;
4609
+ height: 0;
4610
+ margin-bottom: 1rem;
4611
+ overflow: hidden; }
4612
+ .flex-video.widescreen {
4613
+ padding-bottom: 56.55%; }
4614
+ .flex-video.vimeo {
4615
+ padding-top: 0; }
4616
+ .flex-video iframe,
4617
+ .flex-video object,
4618
+ .flex-video embed,
4619
+ .flex-video video {
4620
+ position: absolute;
4621
+ top: 0;
4622
+ left: 0;
4623
+ width: 100%;
4624
+ height: 100%; }
4625
+
4626
+ .keystroke,
4627
+ kbd {
4628
+ background-color: #ededed;
4629
+ border-color: #dddddd;
4630
+ color: #222222;
4631
+ border-style: solid;
4632
+ border-width: 1px;
4633
+ margin: 0;
4634
+ font-family: "Consolas", "Menlo", "Courier", monospace;
4635
+ font-size: 0.875rem;
4636
+ padding: 0.125rem 0.25rem 0;
4637
+ -webkit-border-radius: 3px;
4638
+ border-radius: 3px; }
4639
+
4640
+ /* Foundation Visibility HTML Classes */
4641
+ .show-for-small,
4642
+ .show-for-small-only,
4643
+ .show-for-medium-down,
4644
+ .show-for-large-down,
4645
+ .hide-for-medium,
4646
+ .hide-for-medium-up,
4647
+ .hide-for-medium-only,
4648
+ .hide-for-large,
4649
+ .hide-for-large-up,
4650
+ .hide-for-large-only,
4651
+ .hide-for-xlarge,
4652
+ .hide-for-xlarge-up,
4653
+ .hide-for-xlarge-only,
4654
+ .hide-for-xxlarge-up,
4655
+ .hide-for-xxlarge-only {
4656
+ display: inherit !important; }
4657
+
4658
+ .hide-for-small,
4659
+ .hide-for-small-only,
4660
+ .hide-for-medium-down,
4661
+ .show-for-medium,
4662
+ .show-for-medium-up,
4663
+ .show-for-medium-only,
4664
+ .hide-for-large-down,
4665
+ .show-for-large,
4666
+ .show-for-large-up,
4667
+ .show-for-large-only,
4668
+ .show-for-xlarge,
4669
+ .show-for-xlarge-up,
4670
+ .show-for-xlarge-only,
4671
+ .show-for-xxlarge-up,
4672
+ .show-for-xxlarge-only {
4673
+ display: none !important; }
4674
+
4675
+ /* Specific visibility for tables */
4676
+ table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
4677
+ display: table; }
4678
+
4679
+ thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
4680
+ display: table-header-group !important; }
4681
+
4682
+ tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
4683
+ display: table-row-group !important; }
4684
+
4685
+ tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
4686
+ display: table-row !important; }
4687
+
4688
+ td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
4689
+ th.show-for-small,
4690
+ th.show-for-small-only,
4691
+ th.show-for-medium-down,
4692
+ th.show-for-large-down,
4693
+ th.hide-for-medium,
4694
+ th.hide-for-medium-up,
4695
+ th.hide-for-large,
4696
+ th.hide-for-large-up,
4697
+ th.hide-for-xlarge,
4698
+ th.hide-for-xlarge-up,
4699
+ th.hide-for-xxlarge-up {
4700
+ display: table-cell !important; }
4701
+
4702
+ /* Medium Displays: 641px and up */
4703
+ @media only screen and (min-width: 40.063em) {
4704
+ .hide-for-small,
4705
+ .hide-for-small-only,
4706
+ .show-for-medium,
4707
+ .show-for-medium-down,
4708
+ .show-for-medium-up,
4709
+ .show-for-medium-only,
4710
+ .hide-for-large,
4711
+ .hide-for-large-up,
4712
+ .hide-for-large-only,
4713
+ .hide-for-xlarge,
4714
+ .hide-for-xlarge-up,
4715
+ .hide-for-xlarge-only,
4716
+ .hide-for-xxlarge-up,
4717
+ .hide-for-xxlarge-only {
4718
+ display: inherit !important; }
4719
+
4720
+ .show-for-small,
4721
+ .show-for-small-only,
4722
+ .hide-for-medium,
4723
+ .hide-for-medium-down,
4724
+ .hide-for-medium-up,
4725
+ .hide-for-medium-only,
4726
+ .hide-for-large-down,
4727
+ .show-for-large,
4728
+ .show-for-large-up,
4729
+ .show-for-large-only,
4730
+ .show-for-xlarge,
4731
+ .show-for-xlarge-up,
4732
+ .show-for-xlarge-only,
4733
+ .show-for-xxlarge-up,
4734
+ .show-for-xxlarge-only {
4735
+ display: none !important; }
4736
+
4737
+ /* Specific visibility for tables */
4738
+ table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
4739
+ display: table; }
4740
+
4741
+ thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
4742
+ display: table-header-group !important; }
4743
+
4744
+ tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
4745
+ display: table-row-group !important; }
4746
+
4747
+ tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
4748
+ display: table-row !important; }
4749
+
4750
+ td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
4751
+ th.hide-for-small,
4752
+ th.hide-for-small-only,
4753
+ th.show-for-medium,
4754
+ th.show-for-medium-down,
4755
+ th.show-for-medium-up,
4756
+ th.show-for-medium-only,
4757
+ th.hide-for-large,
4758
+ th.hide-for-large-up,
4759
+ th.hide-for-large-only,
4760
+ th.hide-for-xlarge,
4761
+ th.hide-for-xlarge-up,
4762
+ th.hide-for-xlarge-only,
4763
+ th.hide-for-xxlarge-up,
4764
+ th.hide-for-xxlarge-only {
4765
+ display: table-cell !important; } }
4766
+ /* Large Displays: 1024px and up */
4767
+ @media only screen and (min-width: 64.063em) {
4768
+ .hide-for-small,
4769
+ .hide-for-small-only,
4770
+ .hide-for-medium,
4771
+ .hide-for-medium-down,
4772
+ .hide-for-medium-only,
4773
+ .show-for-medium-up,
4774
+ .show-for-large,
4775
+ .show-for-large-up,
4776
+ .show-for-large-only,
4777
+ .hide-for-xlarge,
4778
+ .hide-for-xlarge-up,
4779
+ .hide-for-xlarge-only,
4780
+ .hide-for-xxlarge-up,
4781
+ .hide-for-xxlarge-only {
4782
+ display: inherit !important; }
4783
+
4784
+ .show-for-small-only,
4785
+ .show-for-medium,
4786
+ .show-for-medium-down,
4787
+ .show-for-medium-only,
4788
+ .hide-for-large,
4789
+ .hide-for-large-up,
4790
+ .hide-for-large-only,
4791
+ .show-for-xlarge,
4792
+ .show-for-xlarge-up,
4793
+ .show-for-xlarge-only,
4794
+ .show-for-xxlarge-up,
4795
+ .show-for-xxlarge-only {
4796
+ display: none !important; }
4797
+
4798
+ /* Specific visibility for tables */
4799
+ table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
4800
+ display: table; }
4801
+
4802
+ thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
4803
+ display: table-header-group !important; }
4804
+
4805
+ tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
4806
+ display: table-row-group !important; }
4807
+
4808
+ tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
4809
+ display: table-row !important; }
4810
+
4811
+ td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
4812
+ th.hide-for-small,
4813
+ th.hide-for-small-only,
4814
+ th.hide-for-medium,
4815
+ th.hide-for-medium-down,
4816
+ th.hide-for-medium-only,
4817
+ th.show-for-medium-up,
4818
+ th.show-for-large,
4819
+ th.show-for-large-up,
4820
+ th.show-for-large-only,
4821
+ th.hide-for-xlarge,
4822
+ th.hide-for-xlarge-up,
4823
+ th.hide-for-xlarge-only,
4824
+ th.hide-for-xxlarge-up,
4825
+ th.hide-for-xxlarge-only {
4826
+ display: table-cell !important; } }
4827
+ /* X-Large Displays: 1441 and up */
4828
+ @media only screen and (min-width: 90.063em) {
4829
+ .hide-for-small,
4830
+ .hide-for-small-only,
4831
+ .hide-for-medium,
4832
+ .hide-for-medium-down,
4833
+ .hide-for-medium-only,
4834
+ .show-for-medium-up,
4835
+ .show-for-large-up,
4836
+ .hide-for-large-only,
4837
+ .show-for-xlarge,
4838
+ .show-for-xlarge-up,
4839
+ .show-for-xlarge-only,
4840
+ .hide-for-xxlarge-up,
4841
+ .hide-for-xxlarge-only {
4842
+ display: inherit !important; }
4843
+
4844
+ .show-for-small-only,
4845
+ .show-for-medium,
4846
+ .show-for-medium-down,
4847
+ .show-for-medium-only,
4848
+ .show-for-large,
4849
+ .show-for-large-only,
4850
+ .show-for-large-down,
4851
+ .hide-for-xlarge,
4852
+ .hide-for-xlarge-up,
4853
+ .hide-for-xlarge-only,
4854
+ .show-for-xxlarge-up,
4855
+ .show-for-xxlarge-only {
4856
+ display: none !important; }
4857
+
4858
+ /* Specific visibility for tables */
4859
+ table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
4860
+ display: table; }
4861
+
4862
+ thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
4863
+ display: table-header-group !important; }
4864
+
4865
+ tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
4866
+ display: table-row-group !important; }
4867
+
4868
+ tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
4869
+ display: table-row !important; }
4870
+
4871
+ td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
4872
+ th.hide-for-small,
4873
+ th.hide-for-small-only,
4874
+ th.hide-for-medium,
4875
+ th.hide-for-medium-down,
4876
+ th.hide-for-medium-only,
4877
+ th.show-for-medium-up,
4878
+ th.show-for-large-up,
4879
+ th.hide-for-large-only,
4880
+ th.show-for-xlarge,
4881
+ th.show-for-xlarge-up,
4882
+ th.show-for-xlarge-only,
4883
+ th.hide-for-xxlarge-up,
4884
+ th.hide-for-xxlarge-only {
4885
+ display: table-cell !important; } }
4886
+ /* XX-Large Displays: 1920 and up */
4887
+ @media only screen and (min-width: 120.063em) {
4888
+ .hide-for-small,
4889
+ .hide-for-small-only,
4890
+ .hide-for-medium,
4891
+ .hide-for-medium-down,
4892
+ .hide-for-medium-only,
4893
+ .show-for-medium-up,
4894
+ .show-for-large-up,
4895
+ .hide-for-large-only,
4896
+ .hide-for-xlarge-only,
4897
+ .show-for-xlarge-up,
4898
+ .show-for-xxlarge-up,
4899
+ .show-for-xxlarge-only {
4900
+ display: inherit !important; }
4901
+
4902
+ .show-for-small-only,
4903
+ .show-for-medium,
4904
+ .show-for-medium-down,
4905
+ .show-for-medium-only,
4906
+ .show-for-large,
4907
+ .show-for-large-only,
4908
+ .show-for-large-down,
4909
+ .hide-for-xlarge,
4910
+ .show-for-xlarge-only,
4911
+ .hide-for-xxlarge-up,
4912
+ .hide-for-xxlarge-only {
4913
+ display: none !important; }
4914
+
4915
+ /* Specific visibility for tables */
4916
+ table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
4917
+ display: table; }
4918
+
4919
+ thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
4920
+ display: table-header-group !important; }
4921
+
4922
+ tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
4923
+ display: table-row-group !important; }
4924
+
4925
+ tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
4926
+ display: table-row !important; }
4927
+
4928
+ td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
4929
+ th.hide-for-small,
4930
+ th.hide-for-small-only,
4931
+ th.hide-for-medium,
4932
+ th.hide-for-medium-down,
4933
+ th.hide-for-medium-only,
4934
+ th.show-for-medium-up,
4935
+ th.show-for-large-up,
4936
+ th.hide-for-xlarge-only,
4937
+ th.show-for-xlarge-up,
4938
+ th.show-for-xxlarge-up,
4939
+ th.show-for-xxlarge-only {
4940
+ display: table-cell !important; } }
4941
+ /* Orientation targeting */
4942
+ .show-for-landscape,
4943
+ .hide-for-portrait {
4944
+ display: inherit !important; }
4945
+
4946
+ .hide-for-landscape,
4947
+ .show-for-portrait {
4948
+ display: none !important; }
4949
+
4950
+ /* Specific visibility for tables */
4951
+ table.hide-for-landscape, table.show-for-portrait {
4952
+ display: table; }
4953
+
4954
+ thead.hide-for-landscape, thead.show-for-portrait {
4955
+ display: table-header-group !important; }
4956
+
4957
+ tbody.hide-for-landscape, tbody.show-for-portrait {
4958
+ display: table-row-group !important; }
4959
+
4960
+ tr.hide-for-landscape, tr.show-for-portrait {
4961
+ display: table-row !important; }
4962
+
4963
+ td.hide-for-landscape, td.show-for-portrait,
4964
+ th.hide-for-landscape,
4965
+ th.show-for-portrait {
4966
+ display: table-cell !important; }
4967
+
4968
+ @media only screen and (orientation: landscape) {
4969
+ .show-for-landscape,
4970
+ .hide-for-portrait {
4971
+ display: inherit !important; }
4972
+
4973
+ .hide-for-landscape,
4974
+ .show-for-portrait {
4975
+ display: none !important; }
4976
+
4977
+ /* Specific visibility for tables */
4978
+ table.show-for-landscape, table.hide-for-portrait {
4979
+ display: table; }
4980
+
4981
+ thead.show-for-landscape, thead.hide-for-portrait {
4982
+ display: table-header-group !important; }
4983
+
4984
+ tbody.show-for-landscape, tbody.hide-for-portrait {
4985
+ display: table-row-group !important; }
4986
+
4987
+ tr.show-for-landscape, tr.hide-for-portrait {
4988
+ display: table-row !important; }
4989
+
4990
+ td.show-for-landscape, td.hide-for-portrait,
4991
+ th.show-for-landscape,
4992
+ th.hide-for-portrait {
4993
+ display: table-cell !important; } }
4994
+ @media only screen and (orientation: portrait) {
4995
+ .show-for-portrait,
4996
+ .hide-for-landscape {
4997
+ display: inherit !important; }
4998
+
4999
+ .hide-for-portrait,
5000
+ .show-for-landscape {
5001
+ display: none !important; }
5002
+
5003
+ /* Specific visibility for tables */
5004
+ table.show-for-portrait, table.hide-for-landscape {
5005
+ display: table; }
5006
+
5007
+ thead.show-for-portrait, thead.hide-for-landscape {
5008
+ display: table-header-group !important; }
5009
+
5010
+ tbody.show-for-portrait, tbody.hide-for-landscape {
5011
+ display: table-row-group !important; }
5012
+
5013
+ tr.show-for-portrait, tr.hide-for-landscape {
5014
+ display: table-row !important; }
5015
+
5016
+ td.show-for-portrait, td.hide-for-landscape,
5017
+ th.show-for-portrait,
5018
+ th.hide-for-landscape {
5019
+ display: table-cell !important; } }
5020
+ /* Touch-enabled device targeting */
5021
+ .show-for-touch {
5022
+ display: none !important; }
5023
+
5024
+ .hide-for-touch {
5025
+ display: inherit !important; }
5026
+
5027
+ .touch .show-for-touch {
5028
+ display: inherit !important; }
5029
+
5030
+ .touch .hide-for-touch {
5031
+ display: none !important; }
5032
+
5033
+ /* Specific visibility for tables */
5034
+ table.hide-for-touch {
5035
+ display: table; }
5036
+
5037
+ .touch table.show-for-touch {
5038
+ display: table; }
5039
+
5040
+ thead.hide-for-touch {
5041
+ display: table-header-group !important; }
5042
+
5043
+ .touch thead.show-for-touch {
5044
+ display: table-header-group !important; }
5045
+
5046
+ tbody.hide-for-touch {
5047
+ display: table-row-group !important; }
5048
+
5049
+ .touch tbody.show-for-touch {
5050
+ display: table-row-group !important; }
5051
+
5052
+ tr.hide-for-touch {
5053
+ display: table-row !important; }
5054
+
5055
+ .touch tr.show-for-touch {
5056
+ display: table-row !important; }
5057
+
5058
+ td.hide-for-touch {
5059
+ display: table-cell !important; }
5060
+
5061
+ .touch td.show-for-touch {
5062
+ display: table-cell !important; }
5063
+
5064
+ th.hide-for-touch {
5065
+ display: table-cell !important; }
5066
+
5067
+ .touch th.show-for-touch {
5068
+ display: table-cell !important; }