cssbt 0.1.0.pre → 0.1.0

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