Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / stylesheets / app.css @ ac8a6905

History | View | Annotate | Download (410.3 kB)

1
/* line 264, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2
*,
3
*:before,
4
*:after {
5
  -moz-box-sizing: border-box;
6
  -webkit-box-sizing: border-box;
7
  box-sizing: border-box;
8
}
9

    
10
/* line 269, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
11
html,
12
body {
13
  font-size: 100%;
14
}
15

    
16
/* line 272, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
17
body {
18
  background: white;
19
  color: #222222;
20
  padding: 0;
21
  margin: 0;
22
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
23
  font-weight: normal;
24
  font-style: normal;
25
  line-height: 1;
26
  position: relative;
27
  cursor: default;
28
}
29

    
30
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
31
a:hover {
32
  cursor: pointer;
33
}
34

    
35
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
36
a:focus {
37
  outline: none;
38
}
39

    
40
/* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
41
img,
42
object,
43
embed {
44
  max-width: 100%;
45
  height: auto;
46
}
47

    
48
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
49
object,
50
embed {
51
  height: 100%;
52
}
53

    
54
/* line 297, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
55
img {
56
  -ms-interpolation-mode: bicubic;
57
}
58

    
59
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
60
#map_canvas img,
61
#map_canvas embed,
62
#map_canvas object,
63
.map_canvas img,
64
.map_canvas embed,
65
.map_canvas object {
66
  max-width: none !important;
67
}
68

    
69
/* line 308, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
70
.left {
71
  float: left !important;
72
}
73

    
74
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
75
.right {
76
  float: right !important;
77
}
78

    
79
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
80
.text-left {
81
  text-align: left !important;
82
}
83

    
84
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
85
.text-right {
86
  text-align: right !important;
87
}
88

    
89
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
90
.text-center {
91
  text-align: center !important;
92
}
93

    
94
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
95
.text-justify {
96
  text-align: justify !important;
97
}
98

    
99
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
100
.hide {
101
  display: none;
102
}
103

    
104
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
105
.antialiased {
106
  -webkit-font-smoothing: antialiased;
107
}
108

    
109
/* line 323, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
110
img {
111
  display: inline-block;
112
  vertical-align: middle;
113
}
114

    
115
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
116
textarea {
117
  height: auto;
118
  min-height: 50px;
119
}
120

    
121
/* line 336, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
122
select {
123
  width: 100%;
124
}
125

    
126
/* Grid HTML Classes */
127
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
128
.row {
129
  width: 100%;
130
  margin-left: auto;
131
  margin-right: auto;
132
  margin-top: 0;
133
  margin-bottom: 0;
134
  max-width: 1200px;
135
  *zoom: 1;
136
}
137
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
138
.row:before, .row:after {
139
  content: " ";
140
  display: table;
141
}
142
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
143
.row:after {
144
  clear: both;
145
}
146
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
147
.row.collapse .column,
148
.row.collapse .columns {
149
  position: relative;
150
  padding-left: 0;
151
  padding-right: 0;
152
  float: left;
153
}
154
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
155
.row .row {
156
  width: auto;
157
  margin-left: -0.9375em;
158
  margin-right: -0.9375em;
159
  margin-top: 0;
160
  margin-bottom: 0;
161
  max-width: none;
162
  *zoom: 1;
163
}
164
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
165
.row .row:before, .row .row:after {
166
  content: " ";
167
  display: table;
168
}
169
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
170
.row .row:after {
171
  clear: both;
172
}
173
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
174
.row .row.collapse {
175
  width: auto;
176
  margin: 0;
177
  max-width: none;
178
  *zoom: 1;
179
}
180
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
181
.row .row.collapse:before, .row .row.collapse:after {
182
  content: " ";
183
  display: table;
184
}
185
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
186
.row .row.collapse:after {
187
  clear: both;
188
}
189

    
190
/* line 130, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
191
.column,
192
.columns {
193
  position: relative;
194
  padding-left: 0.9375em;
195
  padding-right: 0.9375em;
196
  width: 100%;
197
  float: left;
198
}
199

    
200
@media only screen {
201
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
202
  .column,
203
  .columns {
204
    position: relative;
205
    padding-left: 0.9375em;
206
    padding-right: 0.9375em;
207
    float: left;
208
  }
209

    
210
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
211
  .small-1 {
212
    position: relative;
213
    width: 8.33333%;
214
  }
215

    
216
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
217
  .small-2 {
218
    position: relative;
219
    width: 16.66667%;
220
  }
221

    
222
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
223
  .small-3 {
224
    position: relative;
225
    width: 25%;
226
  }
227

    
228
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
229
  .small-4 {
230
    position: relative;
231
    width: 33.33333%;
232
  }
233

    
234
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
235
  .small-5 {
236
    position: relative;
237
    width: 41.66667%;
238
  }
239

    
240
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
241
  .small-6 {
242
    position: relative;
243
    width: 50%;
244
  }
245

    
246
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
247
  .small-7 {
248
    position: relative;
249
    width: 58.33333%;
250
  }
251

    
252
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
253
  .small-8 {
254
    position: relative;
255
    width: 66.66667%;
256
  }
257

    
258
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
259
  .small-9 {
260
    position: relative;
261
    width: 75%;
262
  }
263

    
264
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
265
  .small-10 {
266
    position: relative;
267
    width: 83.33333%;
268
  }
269

    
270
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
271
  .small-11 {
272
    position: relative;
273
    width: 91.66667%;
274
  }
275

    
276
  /* line 138, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
277
  .small-12 {
278
    position: relative;
279
    width: 100%;
280
  }
281

    
282
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
283
  .small-offset-0 {
284
    position: relative;
285
    margin-left: 0%;
286
  }
287

    
288
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
289
  .small-offset-1 {
290
    position: relative;
291
    margin-left: 8.33333%;
292
  }
293

    
294
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
295
  .small-offset-2 {
296
    position: relative;
297
    margin-left: 16.66667%;
298
  }
299

    
300
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
301
  .small-offset-3 {
302
    position: relative;
303
    margin-left: 25%;
304
  }
305

    
306
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
307
  .small-offset-4 {
308
    position: relative;
309
    margin-left: 33.33333%;
310
  }
311

    
312
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
313
  .small-offset-5 {
314
    position: relative;
315
    margin-left: 41.66667%;
316
  }
317

    
318
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
319
  .small-offset-6 {
320
    position: relative;
321
    margin-left: 50%;
322
  }
323

    
324
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
325
  .small-offset-7 {
326
    position: relative;
327
    margin-left: 58.33333%;
328
  }
329

    
330
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
331
  .small-offset-8 {
332
    position: relative;
333
    margin-left: 66.66667%;
334
  }
335

    
336
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
337
  .small-offset-9 {
338
    position: relative;
339
    margin-left: 75%;
340
  }
341

    
342
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
343
  .small-offset-10 {
344
    position: relative;
345
    margin-left: 83.33333%;
346
  }
347

    
348
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
349
  [class*="column"] + [class*="column"]:last-child {
350
    float: right;
351
  }
352

    
353
  /* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
354
  [class*="column"] + [class*="column"].end {
355
    float: left;
356
  }
357

    
358
  /* line 149, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
359
  .column.small-centered,
360
  .columns.small-centered {
361
    position: relative;
362
    margin-left: auto;
363
    margin-right: auto;
364
    float: none !important;
365
  }
366
}
367
/* Styles for screens that are atleast 768px; */
368
@media only screen and (min-width: 768px) {
369
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
370
  .large-1 {
371
    position: relative;
372
    width: 8.33333%;
373
  }
374

    
375
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
376
  .large-2 {
377
    position: relative;
378
    width: 16.66667%;
379
  }
380

    
381
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
382
  .large-3 {
383
    position: relative;
384
    width: 25%;
385
  }
386

    
387
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
388
  .large-4 {
389
    position: relative;
390
    width: 33.33333%;
391
  }
392

    
393
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
394
  .large-5 {
395
    position: relative;
396
    width: 41.66667%;
397
  }
398

    
399
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
400
  .large-6 {
401
    position: relative;
402
    width: 50%;
403
  }
404

    
405
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
406
  .large-7 {
407
    position: relative;
408
    width: 58.33333%;
409
  }
410

    
411
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
412
  .large-8 {
413
    position: relative;
414
    width: 66.66667%;
415
  }
416

    
417
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
418
  .large-9 {
419
    position: relative;
420
    width: 75%;
421
  }
422

    
423
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
424
  .large-10 {
425
    position: relative;
426
    width: 83.33333%;
427
  }
428

    
429
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
430
  .large-11 {
431
    position: relative;
432
    width: 91.66667%;
433
  }
434

    
435
  /* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
436
  .large-12 {
437
    position: relative;
438
    width: 100%;
439
  }
440

    
441
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
442
  .row .large-offset-0 {
443
    position: relative;
444
    margin-left: 0%;
445
  }
446

    
447
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
448
  .row .large-offset-1 {
449
    position: relative;
450
    margin-left: 8.33333%;
451
  }
452

    
453
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
454
  .row .large-offset-2 {
455
    position: relative;
456
    margin-left: 16.66667%;
457
  }
458

    
459
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
460
  .row .large-offset-3 {
461
    position: relative;
462
    margin-left: 25%;
463
  }
464

    
465
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
466
  .row .large-offset-4 {
467
    position: relative;
468
    margin-left: 33.33333%;
469
  }
470

    
471
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
472
  .row .large-offset-5 {
473
    position: relative;
474
    margin-left: 41.66667%;
475
  }
476

    
477
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
478
  .row .large-offset-6 {
479
    position: relative;
480
    margin-left: 50%;
481
  }
482

    
483
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
484
  .row .large-offset-7 {
485
    position: relative;
486
    margin-left: 58.33333%;
487
  }
488

    
489
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
490
  .row .large-offset-8 {
491
    position: relative;
492
    margin-left: 66.66667%;
493
  }
494

    
495
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
496
  .row .large-offset-9 {
497
    position: relative;
498
    margin-left: 75%;
499
  }
500

    
501
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
502
  .row .large-offset-10 {
503
    position: relative;
504
    margin-left: 83.33333%;
505
  }
506

    
507
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
508
  .row .large-offset-11 {
509
    position: relative;
510
    margin-left: 91.66667%;
511
  }
512

    
513
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
514
  .push-1 {
515
    position: relative;
516
    left: 8.33333%;
517
    right: auto;
518
  }
519

    
520
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
521
  .pull-1 {
522
    position: relative;
523
    right: 8.33333%;
524
    left: auto;
525
  }
526

    
527
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
528
  .push-2 {
529
    position: relative;
530
    left: 16.66667%;
531
    right: auto;
532
  }
533

    
534
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
535
  .pull-2 {
536
    position: relative;
537
    right: 16.66667%;
538
    left: auto;
539
  }
540

    
541
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
542
  .push-3 {
543
    position: relative;
544
    left: 25%;
545
    right: auto;
546
  }
547

    
548
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
549
  .pull-3 {
550
    position: relative;
551
    right: 25%;
552
    left: auto;
553
  }
554

    
555
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
556
  .push-4 {
557
    position: relative;
558
    left: 33.33333%;
559
    right: auto;
560
  }
561

    
562
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
563
  .pull-4 {
564
    position: relative;
565
    right: 33.33333%;
566
    left: auto;
567
  }
568

    
569
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
570
  .push-5 {
571
    position: relative;
572
    left: 41.66667%;
573
    right: auto;
574
  }
575

    
576
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
577
  .pull-5 {
578
    position: relative;
579
    right: 41.66667%;
580
    left: auto;
581
  }
582

    
583
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
584
  .push-6 {
585
    position: relative;
586
    left: 50%;
587
    right: auto;
588
  }
589

    
590
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
591
  .pull-6 {
592
    position: relative;
593
    right: 50%;
594
    left: auto;
595
  }
596

    
597
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
598
  .push-7 {
599
    position: relative;
600
    left: 58.33333%;
601
    right: auto;
602
  }
603

    
604
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
605
  .pull-7 {
606
    position: relative;
607
    right: 58.33333%;
608
    left: auto;
609
  }
610

    
611
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
612
  .push-8 {
613
    position: relative;
614
    left: 66.66667%;
615
    right: auto;
616
  }
617

    
618
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
619
  .pull-8 {
620
    position: relative;
621
    right: 66.66667%;
622
    left: auto;
623
  }
624

    
625
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
626
  .push-9 {
627
    position: relative;
628
    left: 75%;
629
    right: auto;
630
  }
631

    
632
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
633
  .pull-9 {
634
    position: relative;
635
    right: 75%;
636
    left: auto;
637
  }
638

    
639
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
640
  .push-10 {
641
    position: relative;
642
    left: 83.33333%;
643
    right: auto;
644
  }
645

    
646
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
647
  .pull-10 {
648
    position: relative;
649
    right: 83.33333%;
650
    left: auto;
651
  }
652

    
653
  /* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
654
  .push-11 {
655
    position: relative;
656
    left: 91.66667%;
657
    right: auto;
658
  }
659

    
660
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
661
  .pull-11 {
662
    position: relative;
663
    right: 91.66667%;
664
    left: auto;
665
  }
666

    
667
  /* line 169, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
668
  .column.large-centered,
669
  .columns.large-centered {
670
    position: relative;
671
    margin-left: auto;
672
    margin-right: auto;
673
    float: none !important;
674
  }
675

    
676
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
677
  .column.large-uncentered,
678
  .columns.large-uncentered {
679
    margin-left: 0;
680
    margin-right: 0;
681
    float: left !important;
682
  }
683

    
684
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_grid.scss */
685
  .column.large-uncentered.opposite,
686
  .columns.large-uncentered.opposite {
687
    float: right !important;
688
  }
689
}
690
/* Foundation Visibility HTML Classes */
691
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
692
.show-for-small,
693
.show-for-medium-down,
694
.show-for-large-down {
695
  display: inherit !important;
696
}
697

    
698
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
699
.show-for-medium,
700
.show-for-medium-up,
701
.show-for-large,
702
.show-for-large-up,
703
.show-for-xlarge {
704
  display: none !important;
705
}
706

    
707
/* line 23, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
708
.hide-for-medium,
709
.hide-for-medium-up,
710
.hide-for-large,
711
.hide-for-large-up,
712
.hide-for-xlarge {
713
  display: inherit !important;
714
}
715

    
716
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
717
.hide-for-small,
718
.hide-for-medium-down,
719
.hide-for-large-down {
720
  display: none !important;
721
}
722

    
723
/* Specific visilbity for tables */
724
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
725
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 {
726
  display: table;
727
}
728

    
729
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
730
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 {
731
  display: table-header-group !important;
732
}
733

    
734
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
735
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 {
736
  display: table-row-group !important;
737
}
738

    
739
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
740
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 {
741
  display: table-row !important;
742
}
743

    
744
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
745
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,
746
th.show-for-small,
747
th.show-for-medium-down,
748
th.show-for-large-down,
749
th.hide-for-medium,
750
th.hide-for-medium-up,
751
th.hide-for-large,
752
th.hide-for-large-up,
753
th.hide-for-xlarge {
754
  display: table-cell !important;
755
}
756

    
757
/* Medium Displays: 768px - 1279px */
758
@media only screen and (min-width: 768px) {
759
  /* line 85, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
760
  .show-for-medium,
761
  .show-for-medium-up {
762
    display: inherit !important;
763
  }
764

    
765
  /* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
766
  .show-for-small {
767
    display: none !important;
768
  }
769

    
770
  /* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
771
  .hide-for-small {
772
    display: inherit !important;
773
  }
774

    
775
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
776
  .hide-for-medium,
777
  .hide-for-medium-up {
778
    display: none !important;
779
  }
780

    
781
  /* Specific visilbity for tables */
782
  /* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
783
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
784
    display: table;
785
  }
786

    
787
  /* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
788
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
789
    display: table-header-group !important;
790
  }
791

    
792
  /* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
793
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
794
    display: table-row-group !important;
795
  }
796

    
797
  /* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
798
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
799
    display: table-row !important;
800
  }
801

    
802
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
803
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
804
  th.show-for-medium,
805
  th.show-for-medium-up,
806
  th.hide-for-small {
807
    display: table-cell !important;
808
  }
809
}
810
/* Large Displays: 1280px - 1440px */
811
@media only screen and (min-width: 1280px) {
812
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
813
  .show-for-large,
814
  .show-for-large-up {
815
    display: inherit !important;
816
  }
817

    
818
  /* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
819
  .show-for-medium,
820
  .show-for-medium-down {
821
    display: none !important;
822
  }
823

    
824
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
825
  .hide-for-medium,
826
  .hide-for-medium-down {
827
    display: inherit !important;
828
  }
829

    
830
  /* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
831
  .hide-for-large,
832
  .hide-for-large-up {
833
    display: none !important;
834
  }
835

    
836
  /* Specific visilbity for tables */
837
  /* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
838
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
839
    display: table;
840
  }
841

    
842
  /* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
843
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
844
    display: table-header-group !important;
845
  }
846

    
847
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
848
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
849
    display: table-row-group !important;
850
  }
851

    
852
  /* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
853
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
854
    display: table-row !important;
855
  }
856

    
857
  /* line 167, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
858
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
859
  th.show-for-large,
860
  th.show-for-large-up,
861
  th.hide-for-medium,
862
  th.hide-for-medium-down {
863
    display: table-cell !important;
864
  }
865
}
866
/* X-Large Displays: 1400px and up */
867
@media only screen and (min-width: 1440px) {
868
  /* line 173, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
869
  .show-for-xlarge {
870
    display: inherit !important;
871
  }
872

    
873
  /* line 176, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
874
  .show-for-large,
875
  .show-for-large-down {
876
    display: none !important;
877
  }
878

    
879
  /* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
880
  .hide-for-large,
881
  .hide-for-large-down {
882
    display: inherit !important;
883
  }
884

    
885
  /* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
886
  .hide-for-xlarge {
887
    display: none !important;
888
  }
889

    
890
  /* Specific visilbity for tables */
891
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
892
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
893
    display: table;
894
  }
895

    
896
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
897
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
898
    display: table-header-group !important;
899
  }
900

    
901
  /* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
902
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
903
    display: table-row-group !important;
904
  }
905

    
906
  /* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
907
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
908
    display: table-row !important;
909
  }
910

    
911
  /* line 208, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
912
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
913
  th.show-for-xlarge,
914
  th.hide-for-large,
915
  th.hide-for-large-down {
916
    display: table-cell !important;
917
  }
918
}
919
/* Orientation targeting */
920
/* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
921
.show-for-landscape,
922
.hide-for-portrait {
923
  display: inherit !important;
924
}
925

    
926
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
927
.hide-for-landscape,
928
.show-for-portrait {
929
  display: none !important;
930
}
931

    
932
/* Specific visilbity for tables */
933
/* line 222, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
934
table.hide-for-landscape, table.show-for-portrait {
935
  display: table;
936
}
937

    
938
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
939
thead.hide-for-landscape, thead.show-for-portrait {
940
  display: table-header-group !important;
941
}
942

    
943
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
944
tbody.hide-for-landscape, tbody.show-for-portrait {
945
  display: table-row-group !important;
946
}
947

    
948
/* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
949
tr.hide-for-landscape, tr.show-for-portrait {
950
  display: table-row !important;
951
}
952

    
953
/* line 239, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
954
td.hide-for-landscape, td.show-for-portrait,
955
th.hide-for-landscape,
956
th.show-for-portrait {
957
  display: table-cell !important;
958
}
959

    
960
@media only screen and (orientation: landscape) {
961
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
962
  .show-for-landscape,
963
  .hide-for-portrait {
964
    display: inherit !important;
965
  }
966

    
967
  /* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
968
  .hide-for-landscape,
969
  .show-for-portrait {
970
    display: none !important;
971
  }
972

    
973
  /* Specific visilbity for tables */
974
  /* line 251, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
975
  table.show-for-landscape, table.hide-for-portrait {
976
    display: table;
977
  }
978

    
979
  /* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
980
  thead.show-for-landscape, thead.hide-for-portrait {
981
    display: table-header-group !important;
982
  }
983

    
984
  /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
985
  tbody.show-for-landscape, tbody.hide-for-portrait {
986
    display: table-row-group !important;
987
  }
988

    
989
  /* line 263, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
990
  tr.show-for-landscape, tr.hide-for-portrait {
991
    display: table-row !important;
992
  }
993

    
994
  /* line 268, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
995
  td.show-for-landscape, td.hide-for-portrait,
996
  th.show-for-landscape,
997
  th.hide-for-portrait {
998
    display: table-cell !important;
999
  }
1000
}
1001
@media only screen and (orientation: portrait) {
1002
  /* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1003
  .show-for-portrait,
1004
  .hide-for-landscape {
1005
    display: inherit !important;
1006
  }
1007

    
1008
  /* line 276, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1009
  .hide-for-portrait,
1010
  .show-for-landscape {
1011
    display: none !important;
1012
  }
1013

    
1014
  /* Specific visilbity for tables */
1015
  /* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1016
  table.show-for-portrait, table.hide-for-landscape {
1017
    display: table;
1018
  }
1019

    
1020
  /* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1021
  thead.show-for-portrait, thead.hide-for-landscape {
1022
    display: table-header-group !important;
1023
  }
1024

    
1025
  /* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1026
  tbody.show-for-portrait, tbody.hide-for-landscape {
1027
    display: table-row-group !important;
1028
  }
1029

    
1030
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1031
  tr.show-for-portrait, tr.hide-for-landscape {
1032
    display: table-row !important;
1033
  }
1034

    
1035
  /* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1036
  td.show-for-portrait, td.hide-for-landscape,
1037
  th.show-for-portrait,
1038
  th.hide-for-landscape {
1039
    display: table-cell !important;
1040
  }
1041
}
1042
/* Touch-enabled device targeting */
1043
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1044
.show-for-touch {
1045
  display: none !important;
1046
}
1047

    
1048
/* line 304, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1049
.hide-for-touch {
1050
  display: inherit !important;
1051
}
1052

    
1053
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1054
.touch .show-for-touch {
1055
  display: inherit !important;
1056
}
1057

    
1058
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1059
.touch .hide-for-touch {
1060
  display: none !important;
1061
}
1062

    
1063
/* Specific visilbity for tables */
1064
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1065
table.hide-for-touch {
1066
  display: table;
1067
}
1068

    
1069
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1070
.touch table.show-for-touch {
1071
  display: table;
1072
}
1073

    
1074
/* line 311, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1075
thead.hide-for-touch {
1076
  display: table-header-group !important;
1077
}
1078

    
1079
/* line 312, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1080
.touch thead.show-for-touch {
1081
  display: table-header-group !important;
1082
}
1083

    
1084
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1085
tbody.hide-for-touch {
1086
  display: table-row-group !important;
1087
}
1088

    
1089
/* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1090
.touch tbody.show-for-touch {
1091
  display: table-row-group !important;
1092
}
1093

    
1094
/* line 315, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1095
tr.hide-for-touch {
1096
  display: table-row !important;
1097
}
1098

    
1099
/* line 316, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1100
.touch tr.show-for-touch {
1101
  display: table-row !important;
1102
}
1103

    
1104
/* line 317, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1105
td.hide-for-touch {
1106
  display: table-cell !important;
1107
}
1108

    
1109
/* line 318, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1110
.touch td.show-for-touch {
1111
  display: table-cell !important;
1112
}
1113

    
1114
/* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1115
th.hide-for-touch {
1116
  display: table-cell !important;
1117
}
1118

    
1119
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_visibility.scss */
1120
.touch th.show-for-touch {
1121
  display: table-cell !important;
1122
}
1123

    
1124
/* Foundation Block Grids for below small breakpoint */
1125
@media only screen {
1126
  /* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1127
  [class*="block-grid-"] {
1128
    display: block;
1129
    padding: 0;
1130
    margin: 0 -0.625em;
1131
    *zoom: 1;
1132
  }
1133
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1134
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
1135
    content: " ";
1136
    display: table;
1137
  }
1138
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
1139
  [class*="block-grid-"]:after {
1140
    clear: both;
1141
  }
1142
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1143
  [class*="block-grid-"] > li {
1144
    display: inline;
1145
    height: auto;
1146
    float: left;
1147
    padding: 0 0.625em 1.25em;
1148
  }
1149

    
1150
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1151
  .small-block-grid-1 > li {
1152
    width: 100%;
1153
    padding: 0 0.625em 1.25em;
1154
  }
1155
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1156
  .small-block-grid-1 > li:nth-of-type(n) {
1157
    clear: none;
1158
  }
1159
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1160
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1161
    clear: both;
1162
  }
1163

    
1164
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1165
  .small-block-grid-2 > li {
1166
    width: 50%;
1167
    padding: 0 0.625em 1.25em;
1168
  }
1169
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1170
  .small-block-grid-2 > li:nth-of-type(n) {
1171
    clear: none;
1172
  }
1173
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1174
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1175
    clear: both;
1176
  }
1177

    
1178
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1179
  .small-block-grid-3 > li {
1180
    width: 33.33333%;
1181
    padding: 0 0.625em 1.25em;
1182
  }
1183
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1184
  .small-block-grid-3 > li:nth-of-type(n) {
1185
    clear: none;
1186
  }
1187
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1188
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1189
    clear: both;
1190
  }
1191

    
1192
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1193
  .small-block-grid-4 > li {
1194
    width: 25%;
1195
    padding: 0 0.625em 1.25em;
1196
  }
1197
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1198
  .small-block-grid-4 > li:nth-of-type(n) {
1199
    clear: none;
1200
  }
1201
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1202
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1203
    clear: both;
1204
  }
1205

    
1206
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1207
  .small-block-grid-5 > li {
1208
    width: 20%;
1209
    padding: 0 0.625em 1.25em;
1210
  }
1211
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1212
  .small-block-grid-5 > li:nth-of-type(n) {
1213
    clear: none;
1214
  }
1215
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1216
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1217
    clear: both;
1218
  }
1219

    
1220
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1221
  .small-block-grid-6 > li {
1222
    width: 16.66667%;
1223
    padding: 0 0.625em 1.25em;
1224
  }
1225
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1226
  .small-block-grid-6 > li:nth-of-type(n) {
1227
    clear: none;
1228
  }
1229
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1230
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1231
    clear: both;
1232
  }
1233

    
1234
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1235
  .small-block-grid-7 > li {
1236
    width: 14.28571%;
1237
    padding: 0 0.625em 1.25em;
1238
  }
1239
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1240
  .small-block-grid-7 > li:nth-of-type(n) {
1241
    clear: none;
1242
  }
1243
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1244
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1245
    clear: both;
1246
  }
1247

    
1248
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1249
  .small-block-grid-8 > li {
1250
    width: 12.5%;
1251
    padding: 0 0.625em 1.25em;
1252
  }
1253
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1254
  .small-block-grid-8 > li:nth-of-type(n) {
1255
    clear: none;
1256
  }
1257
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1258
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1259
    clear: both;
1260
  }
1261

    
1262
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1263
  .small-block-grid-9 > li {
1264
    width: 11.11111%;
1265
    padding: 0 0.625em 1.25em;
1266
  }
1267
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1268
  .small-block-grid-9 > li:nth-of-type(n) {
1269
    clear: none;
1270
  }
1271
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1272
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1273
    clear: both;
1274
  }
1275

    
1276
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1277
  .small-block-grid-10 > li {
1278
    width: 10%;
1279
    padding: 0 0.625em 1.25em;
1280
  }
1281
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1282
  .small-block-grid-10 > li:nth-of-type(n) {
1283
    clear: none;
1284
  }
1285
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1286
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1287
    clear: both;
1288
  }
1289

    
1290
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1291
  .small-block-grid-11 > li {
1292
    width: 9.09091%;
1293
    padding: 0 0.625em 1.25em;
1294
  }
1295
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1296
  .small-block-grid-11 > li:nth-of-type(n) {
1297
    clear: none;
1298
  }
1299
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1300
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1301
    clear: both;
1302
  }
1303

    
1304
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1305
  .small-block-grid-12 > li {
1306
    width: 8.33333%;
1307
    padding: 0 0.625em 1.25em;
1308
  }
1309
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1310
  .small-block-grid-12 > li:nth-of-type(n) {
1311
    clear: none;
1312
  }
1313
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1314
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1315
    clear: both;
1316
  }
1317
}
1318
/* Foundation Block Grids for above small breakpoint */
1319
@media only screen and (min-width: 768px) {
1320
  /* Remove small grid clearing */
1321
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1322
  .small-block-grid-1 > li:nth-of-type(1n+1) {
1323
    clear: none;
1324
  }
1325

    
1326
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1327
  .small-block-grid-2 > li:nth-of-type(2n+1) {
1328
    clear: none;
1329
  }
1330

    
1331
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1332
  .small-block-grid-3 > li:nth-of-type(3n+1) {
1333
    clear: none;
1334
  }
1335

    
1336
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1337
  .small-block-grid-4 > li:nth-of-type(4n+1) {
1338
    clear: none;
1339
  }
1340

    
1341
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1342
  .small-block-grid-5 > li:nth-of-type(5n+1) {
1343
    clear: none;
1344
  }
1345

    
1346
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1347
  .small-block-grid-6 > li:nth-of-type(6n+1) {
1348
    clear: none;
1349
  }
1350

    
1351
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1352
  .small-block-grid-7 > li:nth-of-type(7n+1) {
1353
    clear: none;
1354
  }
1355

    
1356
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1357
  .small-block-grid-8 > li:nth-of-type(8n+1) {
1358
    clear: none;
1359
  }
1360

    
1361
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1362
  .small-block-grid-9 > li:nth-of-type(9n+1) {
1363
    clear: none;
1364
  }
1365

    
1366
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1367
  .small-block-grid-10 > li:nth-of-type(10n+1) {
1368
    clear: none;
1369
  }
1370

    
1371
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1372
  .small-block-grid-11 > li:nth-of-type(11n+1) {
1373
    clear: none;
1374
  }
1375

    
1376
  /* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1377
  .small-block-grid-12 > li:nth-of-type(12n+1) {
1378
    clear: none;
1379
  }
1380

    
1381
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1382
  .large-block-grid-1 > li {
1383
    width: 100%;
1384
    padding: 0 0.625em 1.25em;
1385
  }
1386
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1387
  .large-block-grid-1 > li:nth-of-type(n) {
1388
    clear: none;
1389
  }
1390
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1391
  .large-block-grid-1 > li:nth-of-type(1n+1) {
1392
    clear: both;
1393
  }
1394

    
1395
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1396
  .large-block-grid-2 > li {
1397
    width: 50%;
1398
    padding: 0 0.625em 1.25em;
1399
  }
1400
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1401
  .large-block-grid-2 > li:nth-of-type(n) {
1402
    clear: none;
1403
  }
1404
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1405
  .large-block-grid-2 > li:nth-of-type(2n+1) {
1406
    clear: both;
1407
  }
1408

    
1409
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1410
  .large-block-grid-3 > li {
1411
    width: 33.33333%;
1412
    padding: 0 0.625em 1.25em;
1413
  }
1414
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1415
  .large-block-grid-3 > li:nth-of-type(n) {
1416
    clear: none;
1417
  }
1418
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1419
  .large-block-grid-3 > li:nth-of-type(3n+1) {
1420
    clear: both;
1421
  }
1422

    
1423
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1424
  .large-block-grid-4 > li {
1425
    width: 25%;
1426
    padding: 0 0.625em 1.25em;
1427
  }
1428
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1429
  .large-block-grid-4 > li:nth-of-type(n) {
1430
    clear: none;
1431
  }
1432
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1433
  .large-block-grid-4 > li:nth-of-type(4n+1) {
1434
    clear: both;
1435
  }
1436

    
1437
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1438
  .large-block-grid-5 > li {
1439
    width: 20%;
1440
    padding: 0 0.625em 1.25em;
1441
  }
1442
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1443
  .large-block-grid-5 > li:nth-of-type(n) {
1444
    clear: none;
1445
  }
1446
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1447
  .large-block-grid-5 > li:nth-of-type(5n+1) {
1448
    clear: both;
1449
  }
1450

    
1451
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1452
  .large-block-grid-6 > li {
1453
    width: 16.66667%;
1454
    padding: 0 0.625em 1.25em;
1455
  }
1456
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1457
  .large-block-grid-6 > li:nth-of-type(n) {
1458
    clear: none;
1459
  }
1460
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1461
  .large-block-grid-6 > li:nth-of-type(6n+1) {
1462
    clear: both;
1463
  }
1464

    
1465
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1466
  .large-block-grid-7 > li {
1467
    width: 14.28571%;
1468
    padding: 0 0.625em 1.25em;
1469
  }
1470
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1471
  .large-block-grid-7 > li:nth-of-type(n) {
1472
    clear: none;
1473
  }
1474
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1475
  .large-block-grid-7 > li:nth-of-type(7n+1) {
1476
    clear: both;
1477
  }
1478

    
1479
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1480
  .large-block-grid-8 > li {
1481
    width: 12.5%;
1482
    padding: 0 0.625em 1.25em;
1483
  }
1484
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1485
  .large-block-grid-8 > li:nth-of-type(n) {
1486
    clear: none;
1487
  }
1488
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1489
  .large-block-grid-8 > li:nth-of-type(8n+1) {
1490
    clear: both;
1491
  }
1492

    
1493
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1494
  .large-block-grid-9 > li {
1495
    width: 11.11111%;
1496
    padding: 0 0.625em 1.25em;
1497
  }
1498
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1499
  .large-block-grid-9 > li:nth-of-type(n) {
1500
    clear: none;
1501
  }
1502
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1503
  .large-block-grid-9 > li:nth-of-type(9n+1) {
1504
    clear: both;
1505
  }
1506

    
1507
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1508
  .large-block-grid-10 > li {
1509
    width: 10%;
1510
    padding: 0 0.625em 1.25em;
1511
  }
1512
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1513
  .large-block-grid-10 > li:nth-of-type(n) {
1514
    clear: none;
1515
  }
1516
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1517
  .large-block-grid-10 > li:nth-of-type(10n+1) {
1518
    clear: both;
1519
  }
1520

    
1521
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1522
  .large-block-grid-11 > li {
1523
    width: 9.09091%;
1524
    padding: 0 0.625em 1.25em;
1525
  }
1526
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1527
  .large-block-grid-11 > li:nth-of-type(n) {
1528
    clear: none;
1529
  }
1530
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1531
  .large-block-grid-11 > li:nth-of-type(11n+1) {
1532
    clear: both;
1533
  }
1534

    
1535
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1536
  .large-block-grid-12 > li {
1537
    width: 8.33333%;
1538
    padding: 0 0.625em 1.25em;
1539
  }
1540
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1541
  .large-block-grid-12 > li:nth-of-type(n) {
1542
    clear: none;
1543
  }
1544
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
1545
  .large-block-grid-12 > li:nth-of-type(12n+1) {
1546
    clear: both;
1547
  }
1548
}
1549
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1550
p.lead {
1551
  font-size: 1.21875em;
1552
  line-height: 1.6;
1553
}
1554

    
1555
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1556
.subheader {
1557
  line-height: 1.4;
1558
  color: #6f6f6f;
1559
  font-weight: 300;
1560
  margin-top: 0.2em;
1561
  margin-bottom: 0.5em;
1562
}
1563

    
1564
/* Typography resets */
1565
/* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1566
div,
1567
dl,
1568
dt,
1569
dd,
1570
ul,
1571
ol,
1572
li,
1573
h1,
1574
h2,
1575
h3,
1576
h4,
1577
h5,
1578
h6,
1579
pre,
1580
form,
1581
p,
1582
blockquote,
1583
th,
1584
td {
1585
  margin: 0;
1586
  padding: 0;
1587
  direction: ltr;
1588
}
1589

    
1590
/* Default Link Styles */
1591
/* line 151, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1592
a {
1593
  color: #919194;
1594
  text-decoration: none;
1595
  line-height: inherit;
1596
}
1597
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1598
a:hover, a:focus {
1599
  color: #848487;
1600
}
1601
/* line 159, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1602
a img {
1603
  border: none;
1604
}
1605

    
1606
/* Default paragraph styles */
1607
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1608
p {
1609
  font-family: inherit;
1610
  font-weight: normal;
1611
  font-size: 1em;
1612
  line-height: 1.6;
1613
  margin-bottom: 1.25em;
1614
  text-rendering: optimizeLegibility;
1615
}
1616
/* line 173, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1617
p aside {
1618
  font-size: 0.875em;
1619
  line-height: 1.35;
1620
  font-style: italic;
1621
}
1622

    
1623
/* Default header styles */
1624
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1625
h1, h2, h3, h4, h5, h6 {
1626
  font-family: "Open Sans", "Helvetica", Helvetica, Arial, sans-serif;
1627
  font-weight: bold;
1628
  font-style: normal;
1629
  color: #222222;
1630
  text-rendering: optimizeLegibility;
1631
  margin-top: 0.2em;
1632
  margin-bottom: 0.5em;
1633
  line-height: 1.2125em;
1634
}
1635
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1636
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
1637
  font-size: 60%;
1638
  color: #6f6f6f;
1639
  line-height: 0;
1640
}
1641

    
1642
/* line 198, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1643
h1 {
1644
  font-size: 2.125em;
1645
}
1646

    
1647
/* line 199, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1648
h2 {
1649
  font-size: 1.6875em;
1650
}
1651

    
1652
/* line 200, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1653
h3 {
1654
  font-size: 1.375em;
1655
}
1656

    
1657
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1658
h4 {
1659
  font-size: 1.125em;
1660
}
1661

    
1662
/* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1663
h5 {
1664
  font-size: 1.125em;
1665
}
1666

    
1667
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1668
h6 {
1669
  font-size: 1em;
1670
}
1671

    
1672
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1673
hr {
1674
  border: solid #dddddd;
1675
  border-width: 1px 0 0;
1676
  clear: both;
1677
  margin: 1.25em 0 1.1875em;
1678
  height: 0;
1679
}
1680

    
1681
/* Helpful Typography Defaults */
1682
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1683
em,
1684
i {
1685
  font-style: italic;
1686
  line-height: inherit;
1687
}
1688

    
1689
/* line 223, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1690
strong,
1691
b {
1692
  font-weight: bold;
1693
  line-height: inherit;
1694
}
1695

    
1696
/* line 228, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1697
small {
1698
  font-size: 60%;
1699
  line-height: inherit;
1700
}
1701

    
1702
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1703
code {
1704
  font-family: Consolas, "Liberation Mono", Courier, monospace;
1705
  font-weight: bold;
1706
  color: #21896d;
1707
}
1708

    
1709
/* Lists */
1710
/* line 242, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1711
ul,
1712
ol,
1713
dl {
1714
  font-size: 1em;
1715
  line-height: 1.6;
1716
  margin-bottom: 1.25em;
1717
  list-style-position: outside;
1718
  font-family: inherit;
1719
}
1720

    
1721
/* line 250, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1722
ul, ol {
1723
  margin-left: 0;
1724
}
1725

    
1726
/* Unordered Lists */
1727
/* line 258, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1728
ul li ul,
1729
ul li ol {
1730
  margin-left: 1.25em;
1731
  margin-bottom: 0;
1732
  font-size: 1em;
1733
  /* Override nested font-size change */
1734
}
1735
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1736
ul.square li ul, ul.circle li ul, ul.tag-demo li ul, .advanced-conf-step ul#color li ul, ul.disc li ul {
1737
  list-style: inherit;
1738
}
1739
/* line 270, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1740
ul.square {
1741
  list-style-type: square;
1742
}
1743
/* line 271, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1744
ul.circle, ul.tag-demo, .advanced-conf-step ul#color {
1745
  list-style-type: circle;
1746
}
1747
/* line 272, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1748
ul.disc {
1749
  list-style-type: disc;
1750
}
1751
/* line 273, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1752
ul.no-bullet {
1753
  list-style: none;
1754
}
1755

    
1756
/* Ordered Lists */
1757
/* line 280, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1758
ol li ul,
1759
ol li ol {
1760
  margin-left: 1.25em;
1761
  margin-bottom: 0;
1762
}
1763

    
1764
/* Definition Lists */
1765
/* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1766
dl dt {
1767
  margin-bottom: 0.3em;
1768
  font-weight: bold;
1769
}
1770
/* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1771
dl dd {
1772
  margin-bottom: 0.75em;
1773
}
1774

    
1775
/* Abbreviations */
1776
/* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1777
abbr,
1778
acronym {
1779
  text-transform: uppercase;
1780
  font-size: 90%;
1781
  color: #222222;
1782
  border-bottom: 1px dotted #dddddd;
1783
  cursor: help;
1784
}
1785

    
1786
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1787
abbr {
1788
  text-transform: none;
1789
}
1790

    
1791
/* Blockquotes */
1792
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1793
blockquote {
1794
  margin: 0 0 1.25em;
1795
  padding: 0.5625em 1.25em 0 1.1875em;
1796
  border-left: 1px solid #dddddd;
1797
}
1798
/* line 315, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1799
blockquote cite {
1800
  display: block;
1801
  font-size: 0.8125em;
1802
  color: #555555;
1803
}
1804
/* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1805
blockquote cite:before {
1806
  content: "\2014 \0020";
1807
}
1808
/* line 324, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1809
blockquote cite a,
1810
blockquote cite a:visited {
1811
  color: #555555;
1812
}
1813

    
1814
/* line 330, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1815
blockquote,
1816
blockquote p {
1817
  line-height: 1.6;
1818
  color: #6f6f6f;
1819
}
1820

    
1821
/* Microformats */
1822
/* line 336, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1823
.vcard {
1824
  display: inline-block;
1825
  margin: 0 0 1.25em 0;
1826
  border: 1px solid #dddddd;
1827
  padding: 0.625em 0.75em;
1828
}
1829
/* line 342, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1830
.vcard li {
1831
  margin: 0;
1832
  display: block;
1833
}
1834
/* line 346, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1835
.vcard .fn {
1836
  font-weight: bold;
1837
  font-size: 0.9375em;
1838
}
1839

    
1840
/* line 353, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1841
.vevent .summary {
1842
  font-weight: bold;
1843
}
1844
/* line 355, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1845
.vevent abbr {
1846
  cursor: default;
1847
  text-decoration: none;
1848
  font-weight: bold;
1849
  border: none;
1850
  padding: 0 0.0625em;
1851
}
1852

    
1853
@media only screen and (min-width: 768px) {
1854
  /* line 366, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1855
  h1, h2, h3, h4, h5, h6 {
1856
    line-height: 1.4;
1857
  }
1858

    
1859
  /* line 367, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1860
  h1 {
1861
    font-size: 2.75em;
1862
  }
1863

    
1864
  /* line 368, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1865
  h2 {
1866
    font-size: 2.3125em;
1867
  }
1868

    
1869
  /* line 369, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1870
  h3 {
1871
    font-size: 1.6875em;
1872
  }
1873

    
1874
  /* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1875
  h4 {
1876
    font-size: 1.4375em;
1877
  }
1878
}
1879
/*
1880
 * Print styles.
1881
 *
1882
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
1883
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
1884
*/
1885
/* line 381, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1886
.print-only {
1887
  display: none !important;
1888
}
1889

    
1890
@media print {
1891
  /* line 383, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1892
  * {
1893
    background: transparent !important;
1894
    color: #000 !important;
1895
    /* Black prints faster: h5bp.com/s */
1896
    box-shadow: none !important;
1897
    text-shadow: none !important;
1898
  }
1899

    
1900
  /* line 391, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1901
  a,
1902
  a:visited {
1903
    text-decoration: underline;
1904
  }
1905

    
1906
  /* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1907
  a[href]:after {
1908
    content: " (" attr(href) ")";
1909
  }
1910

    
1911
  /* line 394, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1912
  abbr[title]:after {
1913
    content: " (" attr(title) ")";
1914
  }
1915

    
1916
  /* line 399, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1917
  .ir a:after,
1918
  a[href^="javascript:"]:after,
1919
  a[href^="#"]:after {
1920
    content: "";
1921
  }
1922

    
1923
  /* line 402, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1924
  pre,
1925
  blockquote {
1926
    border: 1px solid #999;
1927
    page-break-inside: avoid;
1928
  }
1929

    
1930
  /* line 407, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1931
  thead {
1932
    display: table-header-group;
1933
    /* h5bp.com/t */
1934
  }
1935

    
1936
  /* line 410, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1937
  tr,
1938
  img {
1939
    page-break-inside: avoid;
1940
  }
1941

    
1942
  /* line 412, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1943
  img {
1944
    max-width: 100% !important;
1945
  }
1946

    
1947
  @page {
1948
    margin: 0.5cm;
1949
}
1950

    
1951
  /* line 418, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1952
  p,
1953
  h2,
1954
  h3 {
1955
    orphans: 3;
1956
    widows: 3;
1957
  }
1958

    
1959
  /* line 424, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1960
  h2,
1961
  h3 {
1962
    page-break-after: avoid;
1963
  }
1964

    
1965
  /* line 426, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1966
  .hide-on-print {
1967
    display: none !important;
1968
  }
1969

    
1970
  /* line 427, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1971
  .print-only {
1972
    display: block !important;
1973
  }
1974

    
1975
  /* line 428, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1976
  .hide-for-print {
1977
    display: none !important;
1978
  }
1979

    
1980
  /* line 429, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_type.scss */
1981
  .show-for-print {
1982
    display: inherit !important;
1983
  }
1984
}
1985
/* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
1986
button, .button {
1987
  border-style: solid;
1988
  border-width: 1px;
1989
  cursor: pointer;
1990
  font-family: inherit;
1991
  font-weight: bold;
1992
  line-height: 1;
1993
  margin: 0 0 1.25em;
1994
  position: relative;
1995
  text-decoration: none;
1996
  text-align: center;
1997
  display: inline-block;
1998
  padding-top: 0.75em;
1999
  padding-right: 1.5em;
2000
  padding-bottom: 0.8125em;
2001
  padding-left: 1.5em;
2002
  font-size: 1em;
2003
  background-color: #919194;
2004
  border-color: #77777b;
2005
  color: white;
2006
}
2007
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2008
button:hover, button:focus, .button:hover, .button:focus {
2009
  background-color: #77777b;
2010
}
2011
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2012
button:hover, button:focus, .button:hover, .button:focus {
2013
  color: white;
2014
}
2015
/* line 177, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2016
button.secondary, .button.secondary {
2017
  background-color: #30c79e;
2018
  border-color: #269e7d;
2019
  color: white;
2020
}
2021
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2022
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2023
  background-color: #269e7d;
2024
}
2025
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2026
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
2027
  color: white;
2028
}
2029
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2030
button.success, .button.success {
2031
  background-color: #00a551;
2032
  border-color: #007238;
2033
  color: white;
2034
}
2035
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2036
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2037
  background-color: #007238;
2038
}
2039
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2040
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
2041
  color: white;
2042
}
2043
/* line 179, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2044
button.alert, .button.alert {
2045
  background-color: #30c79e;
2046
  border-color: #269e7d;
2047
  color: white;
2048
}
2049
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2050
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2051
  background-color: #269e7d;
2052
}
2053
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2054
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
2055
  color: white;
2056
}
2057
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2058
button.large, .button.large {
2059
  padding-top: 1em;
2060
  padding-right: 2em;
2061
  padding-bottom: 1.0625em;
2062
  padding-left: 2em;
2063
  font-size: 1.25em;
2064
}
2065
/* line 182, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2066
button.small, .button.small {
2067
  padding-top: 0.5625em;
2068
  padding-right: 1.125em;
2069
  padding-bottom: 0.625em;
2070
  padding-left: 1.125em;
2071
  font-size: 0.8125em;
2072
}
2073
/* line 183, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2074
button.tiny, .button.tiny {
2075
  padding-top: 0.4375em;
2076
  padding-right: 0.875em;
2077
  padding-bottom: 0.5em;
2078
  padding-left: 0.875em;
2079
  font-size: 0.6875em;
2080
}
2081
/* line 184, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2082
button.expand, .button.expand {
2083
  padding-right: 0px;
2084
  padding-left: 0px;
2085
  width: 100%;
2086
}
2087
/* line 186, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2088
button.left-align, .button.left-align {
2089
  text-align: left;
2090
  text-indent: 0.75em;
2091
}
2092
/* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2093
button.right-align, .button.right-align {
2094
  text-align: right;
2095
  padding-right: 0.75em;
2096
}
2097
/* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2098
button.disabled, button[disabled], .button.disabled, .button[disabled] {
2099
  background-color: #919194;
2100
  border-color: #77777b;
2101
  color: white;
2102
  cursor: default;
2103
  opacity: 0.6;
2104
  -webkit-box-shadow: none;
2105
  box-shadow: none;
2106
}
2107
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2108
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2109
  background-color: #77777b;
2110
}
2111
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2112
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2113
  color: white;
2114
}
2115
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2116
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
2117
  background-color: #919194;
2118
}
2119
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2120
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
2121
  background-color: #30c79e;
2122
  border-color: #269e7d;
2123
  color: white;
2124
  cursor: default;
2125
  opacity: 0.6;
2126
  -webkit-box-shadow: none;
2127
  box-shadow: none;
2128
}
2129
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2130
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 {
2131
  background-color: #269e7d;
2132
}
2133
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2134
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 {
2135
  color: white;
2136
}
2137
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2138
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 {
2139
  background-color: #30c79e;
2140
}
2141
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2142
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
2143
  background-color: #00a551;
2144
  border-color: #007238;
2145
  color: white;
2146
  cursor: default;
2147
  opacity: 0.6;
2148
  -webkit-box-shadow: none;
2149
  box-shadow: none;
2150
}
2151
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2152
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 {
2153
  background-color: #007238;
2154
}
2155
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2156
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 {
2157
  color: white;
2158
}
2159
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2160
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 {
2161
  background-color: #00a551;
2162
}
2163
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2164
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
2165
  background-color: #30c79e;
2166
  border-color: #269e7d;
2167
  color: white;
2168
  cursor: default;
2169
  opacity: 0.6;
2170
  -webkit-box-shadow: none;
2171
  box-shadow: none;
2172
}
2173
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2174
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 {
2175
  background-color: #269e7d;
2176
}
2177
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2178
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 {
2179
  color: white;
2180
}
2181
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2182
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 {
2183
  background-color: #30c79e;
2184
}
2185

    
2186
/* line 197, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2187
button, .button {
2188
  padding-top: 0.8125em;
2189
  padding-bottom: 0.75em;
2190
  -webkit-appearance: none;
2191
}
2192
/* line 199, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2193
button.tiny, .button.tiny {
2194
  padding-top: 0.5em;
2195
  padding-bottom: 0.4375em;
2196
  -webkit-appearance: none;
2197
}
2198
/* line 200, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2199
button.small, .button.small {
2200
  padding-top: 0.625em;
2201
  padding-bottom: 0.5625em;
2202
  -webkit-appearance: none;
2203
}
2204
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2205
button.large, .button.large {
2206
  padding-top: 1.03125em;
2207
  padding-bottom: 1.03125em;
2208
  -webkit-appearance: none;
2209
}
2210

    
2211
@media only screen {
2212
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2213
  button, .button {
2214
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2215
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
2216
    -webkit-transition: background-color 300ms ease-out;
2217
    -moz-transition: background-color 300ms ease-out;
2218
    transition: background-color 300ms ease-out;
2219
  }
2220
  /* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2221
  button:active, .button:active {
2222
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2223
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
2224
  }
2225
  /* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2226
  button.radius, .button.radius {
2227
    -webkit-border-radius: 1px;
2228
    border-radius: 1px;
2229
  }
2230
  /* line 216, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2231
  button.round, .button.round {
2232
    -webkit-border-radius: 1000px;
2233
    border-radius: 1000px;
2234
  }
2235
}
2236
@media only screen and (min-width: 768px) {
2237
  /* line 224, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_buttons.scss */
2238
  button, .button {
2239
    display: inline-block;
2240
  }
2241
}
2242
/* Standard Forms */
2243
/* line 258, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2244
form {
2245
  margin: 0 0 1em;
2246
}
2247

    
2248
/* Using forms within rows, we need to set some defaults */
2249
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2250
form .row .row {
2251
  margin: 0 -0.5em;
2252
}
2253
/* line 70, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2254
form .row .row .column,
2255
form .row .row .columns {
2256
  padding: 0 0.5em;
2257
}
2258
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2259
form .row .row.collapse {
2260
  margin: 0;
2261
}
2262
/* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2263
form .row .row.collapse .column,
2264
form .row .row.collapse .columns {
2265
  padding: 0;
2266
}
2267
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2268
form .row input.column,
2269
form .row input.columns,
2270
form .row textarea.column,
2271
form .row textarea.columns {
2272
  padding-left: 0.5em;
2273
}
2274

    
2275
/* Label Styles */
2276
/* line 264, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2277
label {
2278
  font-size: 0.875em;
2279
  color: #4d4d4d;
2280
  cursor: pointer;
2281
  display: block;
2282
  font-weight: 500;
2283
  margin-bottom: 0.1875em;
2284
  /* Styles for required inputs */
2285
}
2286
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2287
label.right {
2288
  float: none;
2289
  text-align: right;
2290
}
2291
/* line 266, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2292
label.inline {
2293
  margin: 0 0 1em 0;
2294
  padding: 0.625em 0;
2295
}
2296
/* line 268, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2297
label small {
2298
  text-transform: capitalize;
2299
  color: #666666;
2300
}
2301

    
2302
/* Attach elements to the beginning or end of an input */
2303
/* line 276, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2304
.prefix,
2305
.postfix {
2306
  display: block;
2307
  position: relative;
2308
  z-index: 2;
2309
  text-align: center;
2310
  width: 100%;
2311
  padding-top: 0;
2312
  padding-bottom: 0;
2313
  border-style: solid;
2314
  border-width: 1px;
2315
  overflow: hidden;
2316
  font-size: 0.875em;
2317
  height: 2.3125em;
2318
  line-height: 2.3125em;
2319
}
2320

    
2321
/* Adjust padding, alignment and radius if pre/post element is a button */
2322
/* line 279, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2323
.postfix.button {
2324
  padding-left: 0;
2325
  padding-right: 0;
2326
  padding-top: 0;
2327
  padding-bottom: 0;
2328
  text-align: center;
2329
  line-height: 2.125em;
2330
}
2331

    
2332
/* line 280, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2333
.prefix.button {
2334
  padding-left: 0;
2335
  padding-right: 0;
2336
  padding-top: 0;
2337
  padding-bottom: 0;
2338
  text-align: center;
2339
  line-height: 2.125em;
2340
}
2341

    
2342
/* line 282, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2343
.prefix.button.radius {
2344
  -webkit-border-radius: 0;
2345
  border-radius: 0;
2346
  -moz-border-radius-bottomleft: 1px;
2347
  -moz-border-radius-topleft: 1px;
2348
  -webkit-border-bottom-left-radius: 1px;
2349
  -webkit-border-top-left-radius: 1px;
2350
  border-bottom-left-radius: 1px;
2351
  border-top-left-radius: 1px;
2352
}
2353

    
2354
/* line 283, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2355
.postfix.button.radius {
2356
  -webkit-border-radius: 0;
2357
  border-radius: 0;
2358
  -moz-border-radius-topright: 1px;
2359
  -moz-border-radius-bottomright: 1px;
2360
  -webkit-border-top-right-radius: 1px;
2361
  -webkit-border-bottom-right-radius: 1px;
2362
  border-top-right-radius: 1px;
2363
  border-bottom-right-radius: 1px;
2364
}
2365

    
2366
/* line 284, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2367
.prefix.button.round {
2368
  -webkit-border-radius: 0;
2369
  border-radius: 0;
2370
  -moz-border-radius-bottomleft: 1000px;
2371
  -moz-border-radius-topleft: 1000px;
2372
  -webkit-border-bottom-left-radius: 1000px;
2373
  -webkit-border-top-left-radius: 1000px;
2374
  border-bottom-left-radius: 1000px;
2375
  border-top-left-radius: 1000px;
2376
}
2377

    
2378
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2379
.postfix.button.round {
2380
  -webkit-border-radius: 0;
2381
  border-radius: 0;
2382
  -moz-border-radius-topright: 1000px;
2383
  -moz-border-radius-bottomright: 1000px;
2384
  -webkit-border-top-right-radius: 1000px;
2385
  -webkit-border-bottom-right-radius: 1000px;
2386
  border-top-right-radius: 1000px;
2387
  border-bottom-right-radius: 1000px;
2388
}
2389

    
2390
/* Separate prefix and postfix styles when on span so buttons keep their own */
2391
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2392
span.prefix {
2393
  background: #f2f2f2;
2394
  border-color: #d9d9d9;
2395
  border-right: none;
2396
  color: #333333;
2397
}
2398
/* line 289, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2399
span.prefix.radius {
2400
  -webkit-border-radius: 0;
2401
  border-radius: 0;
2402
  -moz-border-radius-bottomleft: 1px;
2403
  -moz-border-radius-topleft: 1px;
2404
  -webkit-border-bottom-left-radius: 1px;
2405
  -webkit-border-top-left-radius: 1px;
2406
  border-bottom-left-radius: 1px;
2407
  border-top-left-radius: 1px;
2408
}
2409

    
2410
/* line 291, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2411
span.postfix {
2412
  background: #f2f2f2;
2413
  border-color: #cccccc;
2414
  border-left: none;
2415
  color: #333333;
2416
}
2417
/* line 292, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2418
span.postfix.radius {
2419
  -webkit-border-radius: 0;
2420
  border-radius: 0;
2421
  -moz-border-radius-topright: 1px;
2422
  -moz-border-radius-bottomright: 1px;
2423
  -webkit-border-top-right-radius: 1px;
2424
  -webkit-border-bottom-right-radius: 1px;
2425
  border-top-right-radius: 1px;
2426
  border-bottom-right-radius: 1px;
2427
}
2428

    
2429
/* Input groups will automatically style first and last elements of the group */
2430
/* line 298, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2431
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
2432
  -moz-border-radius-bottomleft: 1px;
2433
  -moz-border-radius-topleft: 1px;
2434
  -webkit-border-bottom-left-radius: 1px;
2435
  -webkit-border-top-left-radius: 1px;
2436
  border-bottom-left-radius: 1px;
2437
  border-top-left-radius: 1px;
2438
}
2439
/* line 301, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2440
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
2441
  -moz-border-radius-topright: 1px;
2442
  -moz-border-radius-bottomright: 1px;
2443
  -webkit-border-top-right-radius: 1px;
2444
  -webkit-border-bottom-right-radius: 1px;
2445
  border-top-right-radius: 1px;
2446
  border-bottom-right-radius: 1px;
2447
}
2448
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2449
.input-group.round > *:first-child, .input-group.round > *:first-child * {
2450
  -moz-border-radius-bottomleft: 1000px;
2451
  -moz-border-radius-topleft: 1000px;
2452
  -webkit-border-bottom-left-radius: 1000px;
2453
  -webkit-border-top-left-radius: 1000px;
2454
  border-bottom-left-radius: 1000px;
2455
  border-top-left-radius: 1000px;
2456
}
2457
/* line 309, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2458
.input-group.round > *:last-child, .input-group.round > *:last-child * {
2459
  -moz-border-radius-topright: 1000px;
2460
  -moz-border-radius-bottomright: 1000px;
2461
  -webkit-border-top-right-radius: 1000px;
2462
  -webkit-border-bottom-right-radius: 1000px;
2463
  border-top-right-radius: 1000px;
2464
  border-bottom-right-radius: 1000px;
2465
}
2466

    
2467
/* We use this to get basic styling on all basic form elements */
2468
/* line 329, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2469
input[type="text"],
2470
input[type="password"],
2471
input[type="date"],
2472
input[type="datetime"],
2473
input[type="datetime-local"],
2474
input[type="month"],
2475
input[type="week"],
2476
input[type="email"],
2477
input[type="number"],
2478
input[type="search"],
2479
input[type="tel"],
2480
input[type="time"],
2481
input[type="url"],
2482
textarea {
2483
  background-color: white;
2484
  font-family: inherit;
2485
  border: 1px solid #919194;
2486
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2487
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
2488
  color: rgba(0, 0, 0, 0.75);
2489
  display: block;
2490
  font-size: 0.875em;
2491
  margin: 0 0 1em 0;
2492
  padding: 0.5em;
2493
  height: 2.3125em;
2494
  width: 100%;
2495
  -moz-box-sizing: border-box;
2496
  -webkit-box-sizing: border-box;
2497
  box-sizing: border-box;
2498
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
2499
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
2500
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
2501
}
2502
/* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2503
input[type="text"]:focus,
2504
input[type="password"]:focus,
2505
input[type="date"]:focus,
2506
input[type="datetime"]:focus,
2507
input[type="datetime-local"]:focus,
2508
input[type="month"]:focus,
2509
input[type="week"]:focus,
2510
input[type="email"]:focus,
2511
input[type="number"]:focus,
2512
input[type="search"]:focus,
2513
input[type="tel"]:focus,
2514
input[type="time"]:focus,
2515
input[type="url"]:focus,
2516
textarea:focus {
2517
  -webkit-box-shadow: 0 0 5px #999999;
2518
  -moz-box-shadow: 0 0 5px #999999;
2519
  box-shadow: 0 0 5px #999999;
2520
  border-color: #999999;
2521
}
2522
/* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2523
input[type="text"]:focus,
2524
input[type="password"]:focus,
2525
input[type="date"]:focus,
2526
input[type="datetime"]:focus,
2527
input[type="datetime-local"]:focus,
2528
input[type="month"]:focus,
2529
input[type="week"]:focus,
2530
input[type="email"]:focus,
2531
input[type="number"]:focus,
2532
input[type="search"]:focus,
2533
input[type="tel"]:focus,
2534
input[type="time"]:focus,
2535
input[type="url"]:focus,
2536
textarea:focus {
2537
  background: #fafafa;
2538
  border-color: #999999;
2539
  outline: none;
2540
}
2541
/* line 114, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2542
input[type="text"][disabled],
2543
input[type="password"][disabled],
2544
input[type="date"][disabled],
2545
input[type="datetime"][disabled],
2546
input[type="datetime-local"][disabled],
2547
input[type="month"][disabled],
2548
input[type="week"][disabled],
2549
input[type="email"][disabled],
2550
input[type="number"][disabled],
2551
input[type="search"][disabled],
2552
input[type="tel"][disabled],
2553
input[type="time"][disabled],
2554
input[type="url"][disabled],
2555
textarea[disabled] {
2556
  background-color: #dddddd;
2557
}
2558

    
2559
/* Adjust margin for form elements below */
2560
/* line 340, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2561
input[type="file"],
2562
input[type="checkbox"],
2563
input[type="radio"],
2564
select {
2565
  margin: 0 0 1em 0;
2566
}
2567

    
2568
/* Normalize file input width */
2569
/* line 345, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2570
input[type="file"] {
2571
  width: 100%;
2572
}
2573

    
2574
/* We add basic fieldset styling */
2575
/* line 350, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2576
fieldset {
2577
  border: solid 1px #dddddd;
2578
  padding: 1.25em;
2579
  margin: 1.125em 0;
2580
}
2581
/* line 215, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2582
fieldset legend {
2583
  font-weight: bold;
2584
  background: white;
2585
  padding: 0 0.1875em;
2586
  margin: 0;
2587
  margin-left: -0.1875em;
2588
}
2589

    
2590
/* Error Handling */
2591
/* line 356, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2592
span.error, small.error {
2593
  display: block;
2594
  padding: 0.375em 0.25em;
2595
  margin-top: 0;
2596
  margin-bottom: 1em;
2597
  font-size: 0.75em;
2598
  font-weight: bold;
2599
  background: #30c79e;
2600
  color: white;
2601
  display: none;
2602
}
2603

    
2604
/* line 364, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2605
.error input,
2606
.error textarea,
2607
.error select {
2608
  border-color: #30c79e;
2609
  background-color: rgba(48, 199, 158, 0.1);
2610
  margin-bottom: 0;
2611
}
2612
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2613
.error input:focus,
2614
.error textarea:focus,
2615
.error select:focus {
2616
  background: #fafafa;
2617
  border-color: #999999;
2618
}
2619
/* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2620
.error label,
2621
.error label.error {
2622
  color: #30c79e;
2623
}
2624
/* line 374, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2625
.error small.error {
2626
  display: block;
2627
  padding: 0.375em 0.25em;
2628
  margin-top: 0;
2629
  margin-bottom: 1em;
2630
  font-size: 0.75em;
2631
  font-weight: bold;
2632
  background: #30c79e;
2633
  color: white;
2634
}
2635
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2636
.error span.error-message {
2637
  display: block;
2638
}
2639

    
2640
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2641
input.error,
2642
textarea.error {
2643
  border-color: #30c79e;
2644
  background-color: rgba(48, 199, 158, 0.1);
2645
}
2646
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2647
input.error:focus,
2648
textarea.error:focus {
2649
  background: #fafafa;
2650
  border-color: #999999;
2651
}
2652

    
2653
/* line 388, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2654
.error select {
2655
  border-color: #30c79e;
2656
  background-color: rgba(48, 199, 158, 0.1);
2657
}
2658
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2659
.error select:focus {
2660
  background: #fafafa;
2661
  border-color: #999999;
2662
}
2663

    
2664
/* line 392, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
2665
label.error {
2666
  color: #30c79e;
2667
}
2668

    
2669
/* Button Groups */
2670
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2671
.button-group {
2672
  list-style: none;
2673
  margin: 0;
2674
  *zoom: 1;
2675
}
2676
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2677
.button-group:before, .button-group:after {
2678
  content: " ";
2679
  display: table;
2680
}
2681
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2682
.button-group:after {
2683
  clear: both;
2684
}
2685
/* line 74, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2686
.button-group > * {
2687
  margin: 0 0 0 -1px;
2688
  float: left;
2689
}
2690
/* line 35, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2691
.button-group > *:first-child {
2692
  margin-left: 0;
2693
}
2694
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2695
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
2696
  -moz-border-radius-bottomleft: 1px;
2697
  -moz-border-radius-topleft: 1px;
2698
  -webkit-border-bottom-left-radius: 1px;
2699
  -webkit-border-top-left-radius: 1px;
2700
  border-bottom-left-radius: 1px;
2701
  border-top-left-radius: 1px;
2702
}
2703
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2704
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
2705
  -moz-border-radius-topright: 1px;
2706
  -moz-border-radius-bottomright: 1px;
2707
  -webkit-border-top-right-radius: 1px;
2708
  -webkit-border-bottom-right-radius: 1px;
2709
  border-top-right-radius: 1px;
2710
  border-bottom-right-radius: 1px;
2711
}
2712
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2713
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
2714
  -moz-border-radius-bottomleft: 1000px;
2715
  -moz-border-radius-topleft: 1000px;
2716
  -webkit-border-bottom-left-radius: 1000px;
2717
  -webkit-border-top-left-radius: 1000px;
2718
  border-bottom-left-radius: 1000px;
2719
  border-top-left-radius: 1000px;
2720
}
2721
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2722
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
2723
  -moz-border-radius-topright: 1000px;
2724
  -moz-border-radius-bottomright: 1000px;
2725
  -webkit-border-top-right-radius: 1000px;
2726
  -webkit-border-bottom-right-radius: 1000px;
2727
  border-top-right-radius: 1000px;
2728
  border-bottom-right-radius: 1000px;
2729
}
2730
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2731
.button-group.even-2 li {
2732
  width: 50%;
2733
}
2734
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2735
.button-group.even-2 li button, .button-group.even-2 li .button {
2736
  width: 100%;
2737
}
2738
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2739
.button-group.even-3 li {
2740
  width: 33.33333%;
2741
}
2742
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2743
.button-group.even-3 li button, .button-group.even-3 li .button {
2744
  width: 100%;
2745
}
2746
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2747
.button-group.even-4 li {
2748
  width: 25%;
2749
}
2750
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2751
.button-group.even-4 li button, .button-group.even-4 li .button {
2752
  width: 100%;
2753
}
2754
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2755
.button-group.even-5 li {
2756
  width: 20%;
2757
}
2758
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2759
.button-group.even-5 li button, .button-group.even-5 li .button {
2760
  width: 100%;
2761
}
2762
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2763
.button-group.even-6 li {
2764
  width: 16.66667%;
2765
}
2766
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2767
.button-group.even-6 li button, .button-group.even-6 li .button {
2768
  width: 100%;
2769
}
2770
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2771
.button-group.even-7 li {
2772
  width: 14.28571%;
2773
}
2774
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2775
.button-group.even-7 li button, .button-group.even-7 li .button {
2776
  width: 100%;
2777
}
2778
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2779
.button-group.even-8 li {
2780
  width: 12.5%;
2781
}
2782
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2783
.button-group.even-8 li button, .button-group.even-8 li .button {
2784
  width: 100%;
2785
}
2786

    
2787
/* line 84, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2788
.button-bar {
2789
  *zoom: 1;
2790
}
2791
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2792
.button-bar:before, .button-bar:after {
2793
  content: " ";
2794
  display: table;
2795
}
2796
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
2797
.button-bar:after {
2798
  clear: both;
2799
}
2800
/* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2801
.button-bar .button-group {
2802
  float: left;
2803
  margin-right: 0.625em;
2804
}
2805
/* line 23, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_button-groups.scss */
2806
.button-bar .button-group div {
2807
  overflow: hidden;
2808
}
2809

    
2810
/* Dropdown Button */
2811
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2812
.dropdown.button {
2813
  position: relative;
2814
  padding-right: 3.1875em;
2815
}
2816
/* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2817
.dropdown.button:before {
2818
  position: absolute;
2819
  content: "";
2820
  width: 0;
2821
  height: 0;
2822
  display: block;
2823
  border-style: solid;
2824
  border-color: white transparent transparent transparent;
2825
  top: 50%;
2826
}
2827
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2828
.dropdown.button:before {
2829
  border-width: 0.5625em;
2830
  right: 1.5em;
2831
  margin-top: -0.25em;
2832
}
2833
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2834
.dropdown.button:before {
2835
  border-color: white transparent transparent transparent;
2836
}
2837
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2838
.dropdown.button.tiny {
2839
  padding-right: 2.1875em;
2840
}
2841
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2842
.dropdown.button.tiny:before {
2843
  border-width: 0.4375em;
2844
  right: 0.875em;
2845
  margin-top: -0.15625em;
2846
}
2847
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2848
.dropdown.button.tiny:before {
2849
  border-color: white transparent transparent transparent;
2850
}
2851
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2852
.dropdown.button.small {
2853
  padding-right: 2.8125em;
2854
}
2855
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2856
.dropdown.button.small:before {
2857
  border-width: 0.5625em;
2858
  right: 1.125em;
2859
  margin-top: -0.21875em;
2860
}
2861
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2862
.dropdown.button.small:before {
2863
  border-color: white transparent transparent transparent;
2864
}
2865
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2866
.dropdown.button.large {
2867
  padding-right: 4em;
2868
}
2869
/* line 91, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2870
.dropdown.button.large:before {
2871
  border-width: 0.625em;
2872
  right: 1.75em;
2873
  margin-top: -0.3125em;
2874
}
2875
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2876
.dropdown.button.large:before {
2877
  border-color: white transparent transparent transparent;
2878
}
2879
/* line 112, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown-buttons.scss */
2880
.dropdown.button.secondary:before {
2881
  border-color: #333333 transparent transparent transparent;
2882
}
2883

    
2884
/* Split Buttons */
2885
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2886
.split.button {
2887
  position: relative;
2888
  padding-right: 4.8em;
2889
}
2890
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2891
.split.button span {
2892
  display: block;
2893
  height: 100%;
2894
  position: absolute;
2895
  right: 0;
2896
  top: 0;
2897
  border-left: solid 1px;
2898
}
2899
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2900
.split.button span:before {
2901
  position: absolute;
2902
  content: "";
2903
  width: 0;
2904
  height: 0;
2905
  display: block;
2906
  border-style: inset;
2907
  left: 50%;
2908
}
2909
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2910
.split.button span:active {
2911
  background-color: rgba(0, 0, 0, 0.1);
2912
}
2913
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2914
.split.button span {
2915
  border-left-color: #6b6b6e;
2916
}
2917
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2918
.split.button span {
2919
  width: 3em;
2920
}
2921
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2922
.split.button span:before {
2923
  border-top-style: solid;
2924
  border-width: 0.5625em;
2925
  top: 1.125em;
2926
  margin-left: -0.5625em;
2927
}
2928
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2929
.split.button span:before {
2930
  border-color: white transparent transparent transparent;
2931
}
2932
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2933
.split.button.secondary span {
2934
  border-left-color: #21896d;
2935
}
2936
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2937
.split.button.secondary span:before {
2938
  border-color: white transparent transparent transparent;
2939
}
2940
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2941
.split.button.alert span {
2942
  border-left-color: #21896d;
2943
}
2944
/* line 79, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2945
.split.button.success span {
2946
  border-left-color: #00592b;
2947
}
2948
/* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2949
.split.button.tiny {
2950
  padding-right: 3.9375em;
2951
}
2952
/* line 88, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2953
.split.button.tiny span {
2954
  width: 2.84375em;
2955
}
2956
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2957
.split.button.tiny span:before {
2958
  border-top-style: solid;
2959
  border-width: 0.4375em;
2960
  top: 0.875em;
2961
  margin-left: -0.3125em;
2962
}
2963
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2964
.split.button.small {
2965
  padding-right: 3.9375em;
2966
}
2967
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2968
.split.button.small span {
2969
  width: 2.8125em;
2970
}
2971
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2972
.split.button.small span:before {
2973
  border-top-style: solid;
2974
  border-width: 0.5625em;
2975
  top: 0.84375em;
2976
  margin-left: -0.5625em;
2977
}
2978
/* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2979
.split.button.large {
2980
  padding-right: 6em;
2981
}
2982
/* line 130, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2983
.split.button.large span {
2984
  width: 3.75em;
2985
}
2986
/* line 131, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2987
.split.button.large span:before {
2988
  border-top-style: solid;
2989
  border-width: 0.625em;
2990
  top: 1.3125em;
2991
  margin-left: -0.5625em;
2992
}
2993
/* line 159, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2994
.split.button.expand {
2995
  padding-left: 2em;
2996
}
2997
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
2998
.split.button.secondary span:before {
2999
  border-color: #333333 transparent transparent transparent;
3000
}
3001
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
3002
.split.button.radius span {
3003
  -moz-border-radius-topright: 1px;
3004
  -moz-border-radius-bottomright: 1px;
3005
  -webkit-border-top-right-radius: 1px;
3006
  -webkit-border-bottom-right-radius: 1px;
3007
  border-top-right-radius: 1px;
3008
  border-bottom-right-radius: 1px;
3009
}
3010
/* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_split-buttons.scss */
3011
.split.button.round span {
3012
  -moz-border-radius-topright: 1000px;
3013
  -moz-border-radius-bottomright: 1000px;
3014
  -webkit-border-top-right-radius: 1000px;
3015
  -webkit-border-bottom-right-radius: 1000px;
3016
  border-top-right-radius: 1000px;
3017
  border-bottom-right-radius: 1000px;
3018
}
3019

    
3020
/* Flex Video */
3021
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3022
.flex-video {
3023
  position: relative;
3024
  padding-top: 1.5625em;
3025
  padding-bottom: 67.5%;
3026
  height: 0;
3027
  margin-bottom: 1em;
3028
  overflow: hidden;
3029
}
3030
/* line 26, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3031
.flex-video.widescreen {
3032
  padding-bottom: 57.25%;
3033
}
3034
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3035
.flex-video.vimeo {
3036
  padding-top: 0;
3037
}
3038
/* line 32, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_flex-video.scss */
3039
.flex-video iframe,
3040
.flex-video object,
3041
.flex-video embed,
3042
.flex-video video {
3043
  position: absolute;
3044
  top: 0;
3045
  left: 0;
3046
  width: 100%;
3047
  height: 100%;
3048
}
3049

    
3050
/* Sections */
3051
/* line 285, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3052
[data-section=''], [data-section='auto'], .section-container.auto,
3053
[data-section='vertical-tabs'], .section-container.vertical-tabs,
3054
[data-section='vertical-nav'], .section-container.vertical-nav,
3055
[data-section='horizontal-nav'], .section-container.horizontal-nav,
3056
[data-section='accordion'], .section-container.accordion {
3057
  width: 100%;
3058
  position: relative;
3059
  display: block;
3060
  margin-bottom: 1.25em;
3061
}
3062
/* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3063
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
3064
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
3065
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
3066
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
3067
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
3068
  width: 100% !important;
3069
}
3070
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3071
[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,
3072
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
3073
[data-section='vertical-tabs'][data-section-small-style] > section,
3074
[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,
3075
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
3076
[data-section='vertical-nav'][data-section-small-style] > section,
3077
[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,
3078
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
3079
[data-section='horizontal-nav'][data-section-small-style] > section,
3080
[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,
3081
[data-section='accordion'][data-section-small-style] > [data-section-region],
3082
[data-section='accordion'][data-section-small-style] > section,
3083
[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 {
3084
  padding: 0 !important;
3085
  margin: 0 !important;
3086
}
3087
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3088
[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,
3089
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
3090
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
3091
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
3092
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
3093
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
3094
[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,
3095
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
3096
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
3097
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
3098
[data-section='vertical-nav'][data-section-small-style] > section > .title,
3099
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
3100
[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,
3101
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
3102
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
3103
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
3104
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
3105
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
3106
[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,
3107
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
3108
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
3109
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
3110
[data-section='accordion'][data-section-small-style] > section > .title,
3111
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
3112
[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 {
3113
  width: 100% !important;
3114
}
3115
/* line 287, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3116
[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],
3117
[data-section='vertical-tabs'] > section,
3118
[data-section='vertical-tabs'] > .section,
3119
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
3120
[data-section='vertical-nav'] > section,
3121
[data-section='vertical-nav'] > .section,
3122
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
3123
[data-section='horizontal-nav'] > section,
3124
[data-section='horizontal-nav'] > .section,
3125
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
3126
[data-section='accordion'] > section,
3127
[data-section='accordion'] > .section,
3128
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
3129
  margin: 0;
3130
}
3131
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3132
[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,
3133
[data-section='vertical-tabs'] > section > [data-section-title],
3134
[data-section='vertical-tabs'] > section > .title,
3135
[data-section='vertical-tabs'] > .section > [data-section-title],
3136
[data-section='vertical-tabs'] > .section > .title,
3137
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3138
[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,
3139
[data-section='vertical-nav'] > section > [data-section-title],
3140
[data-section='vertical-nav'] > section > .title,
3141
[data-section='vertical-nav'] > .section > [data-section-title],
3142
[data-section='vertical-nav'] > .section > .title,
3143
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3144
[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,
3145
[data-section='horizontal-nav'] > section > [data-section-title],
3146
[data-section='horizontal-nav'] > section > .title,
3147
[data-section='horizontal-nav'] > .section > [data-section-title],
3148
[data-section='horizontal-nav'] > .section > .title,
3149
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3150
[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,
3151
[data-section='accordion'] > section > [data-section-title],
3152
[data-section='accordion'] > section > .title,
3153
[data-section='accordion'] > .section > [data-section-title],
3154
[data-section='accordion'] > .section > .title,
3155
[data-section='accordion'] > [data-section-region] > [data-section-title],
3156
[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 {
3157
  margin-bottom: 0;
3158
}
3159
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3160
[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,
3161
[data-section='vertical-tabs'] > section > [data-section-title] a,
3162
[data-section='vertical-tabs'] > section > .title a,
3163
[data-section='vertical-tabs'] > .section > [data-section-title] a,
3164
[data-section='vertical-tabs'] > .section > .title a,
3165
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
3166
[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,
3167
[data-section='vertical-nav'] > section > [data-section-title] a,
3168
[data-section='vertical-nav'] > section > .title a,
3169
[data-section='vertical-nav'] > .section > [data-section-title] a,
3170
[data-section='vertical-nav'] > .section > .title a,
3171
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
3172
[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,
3173
[data-section='horizontal-nav'] > section > [data-section-title] a,
3174
[data-section='horizontal-nav'] > section > .title a,
3175
[data-section='horizontal-nav'] > .section > [data-section-title] a,
3176
[data-section='horizontal-nav'] > .section > .title a,
3177
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
3178
[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,
3179
[data-section='accordion'] > section > [data-section-title] a,
3180
[data-section='accordion'] > section > .title a,
3181
[data-section='accordion'] > .section > [data-section-title] a,
3182
[data-section='accordion'] > .section > .title a,
3183
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
3184
[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 {
3185
  width: 100%;
3186
  display: inline-block;
3187
  white-space: nowrap;
3188
}
3189
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3190
[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,
3191
[data-section='vertical-tabs'] > section > [data-section-content],
3192
[data-section='vertical-tabs'] > section > .content,
3193
[data-section='vertical-tabs'] > .section > [data-section-content],
3194
[data-section='vertical-tabs'] > .section > .content,
3195
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
3196
[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,
3197
[data-section='vertical-nav'] > section > [data-section-content],
3198
[data-section='vertical-nav'] > section > .content,
3199
[data-section='vertical-nav'] > .section > [data-section-content],
3200
[data-section='vertical-nav'] > .section > .content,
3201
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
3202
[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,
3203
[data-section='horizontal-nav'] > section > [data-section-content],
3204
[data-section='horizontal-nav'] > section > .content,
3205
[data-section='horizontal-nav'] > .section > [data-section-content],
3206
[data-section='horizontal-nav'] > .section > .content,
3207
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
3208
[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,
3209
[data-section='accordion'] > section > [data-section-content],
3210
[data-section='accordion'] > section > .content,
3211
[data-section='accordion'] > .section > [data-section-content],
3212
[data-section='accordion'] > .section > .content,
3213
[data-section='accordion'] > [data-section-region] > [data-section-content],
3214
[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 {
3215
  display: none;
3216
}
3217
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3218
[data-section=''] > section.active > [data-section-content], .items-list li .container:hover [data-section=''] > section.check > [data-section-content], [data-section=''] > section.active > .content, .items-list li .container:hover [data-section=''] > section.check > .content, [data-section=''] > .section.active > [data-section-content], .items-list li .container:hover [data-section=''] > .section.check > [data-section-content], [data-section=''] > .section.active > .content, .items-list li .container:hover [data-section=''] > .section.check > .content, [data-section=''] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section=''] > [data-section-region].check > [data-section-content], [data-section=''] > [data-section-region].active > .content, .items-list li .container:hover [data-section=''] > [data-section-region].check > .content, [data-section='auto'] > section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > section.check > [data-section-content], [data-section='auto'] > section.active > .content, .items-list li .container:hover [data-section='auto'] > section.check > .content, [data-section='auto'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > .section.check > [data-section-content], [data-section='auto'] > .section.active > .content, .items-list li .container:hover [data-section='auto'] > .section.check > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='auto'] > [data-section-region].check > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='auto'] > [data-section-region].check > .content, .section-container.auto > section.active > [data-section-content], .items-list li .container:hover .section-container.auto > section.check > [data-section-content], .section-container.auto > section.active > .content, .items-list li .container:hover .section-container.auto > section.check > .content, .section-container.auto > .section.active > [data-section-content], .items-list li .container:hover .section-container.auto > .section.check > [data-section-content], .section-container.auto > .section.active > .content, .items-list li .container:hover .section-container.auto > .section.check > .content, .section-container.auto > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.auto > [data-section-region].check > [data-section-content], .section-container.auto > [data-section-region].active > .content, .items-list li .container:hover .section-container.auto > [data-section-region].check > .content,
3219
[data-section='vertical-tabs'] > section.active > [data-section-content],
3220
.items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-content],
3221
[data-section='vertical-tabs'] > section.active > .content,
3222
.items-list li .container:hover [data-section='vertical-tabs'] > section.check > .content,
3223
[data-section='vertical-tabs'] > .section.active > [data-section-content],
3224
.items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-content],
3225
[data-section='vertical-tabs'] > .section.active > .content,
3226
.items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .content,
3227
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
3228
.items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-content],
3229
[data-section='vertical-tabs'] > [data-section-region].active > .content,
3230
.items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .content, .section-container.vertical-tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-content], .section-container.vertical-tabs > section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > section.check > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .content,
3231
[data-section='vertical-nav'] > section.active > [data-section-content],
3232
.items-list li .container:hover [data-section='vertical-nav'] > section.check > [data-section-content],
3233
[data-section='vertical-nav'] > section.active > .content,
3234
.items-list li .container:hover [data-section='vertical-nav'] > section.check > .content,
3235
[data-section='vertical-nav'] > .section.active > [data-section-content],
3236
.items-list li .container:hover [data-section='vertical-nav'] > .section.check > [data-section-content],
3237
[data-section='vertical-nav'] > .section.active > .content,
3238
.items-list li .container:hover [data-section='vertical-nav'] > .section.check > .content,
3239
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
3240
.items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > [data-section-content],
3241
[data-section='vertical-nav'] > [data-section-region].active > .content,
3242
.items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > .content, .section-container.vertical-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > section.check > [data-section-content], .section-container.vertical-nav > section.active > .content, .items-list li .container:hover .section-container.vertical-nav > section.check > .content, .section-container.vertical-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > .section.check > [data-section-content], .section-container.vertical-nav > .section.active > .content, .items-list li .container:hover .section-container.vertical-nav > .section.check > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > .content,
3243
[data-section='horizontal-nav'] > section.active > [data-section-content],
3244
.items-list li .container:hover [data-section='horizontal-nav'] > section.check > [data-section-content],
3245
[data-section='horizontal-nav'] > section.active > .content,
3246
.items-list li .container:hover [data-section='horizontal-nav'] > section.check > .content,
3247
[data-section='horizontal-nav'] > .section.active > [data-section-content],
3248
.items-list li .container:hover [data-section='horizontal-nav'] > .section.check > [data-section-content],
3249
[data-section='horizontal-nav'] > .section.active > .content,
3250
.items-list li .container:hover [data-section='horizontal-nav'] > .section.check > .content,
3251
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
3252
.items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > [data-section-content],
3253
[data-section='horizontal-nav'] > [data-section-region].active > .content,
3254
.items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > .content, .section-container.horizontal-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > section.check > [data-section-content], .section-container.horizontal-nav > section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > section.check > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > .section.check > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > .content,
3255
[data-section='accordion'] > section.active > [data-section-content],
3256
.items-list li .container:hover [data-section='accordion'] > section.check > [data-section-content],
3257
[data-section='accordion'] > section.active > .content,
3258
.items-list li .container:hover [data-section='accordion'] > section.check > .content,
3259
[data-section='accordion'] > .section.active > [data-section-content],
3260
.items-list li .container:hover [data-section='accordion'] > .section.check > [data-section-content],
3261
[data-section='accordion'] > .section.active > .content,
3262
.items-list li .container:hover [data-section='accordion'] > .section.check > .content,
3263
[data-section='accordion'] > [data-section-region].active > [data-section-content],
3264
.items-list li .container:hover [data-section='accordion'] > [data-section-region].check > [data-section-content],
3265
[data-section='accordion'] > [data-section-region].active > .content,
3266
.items-list li .container:hover [data-section='accordion'] > [data-section-region].check > .content, .section-container.accordion > section.active > [data-section-content], .items-list li .container:hover .section-container.accordion > section.check > [data-section-content], .section-container.accordion > section.active > .content, .items-list li .container:hover .section-container.accordion > section.check > .content, .section-container.accordion > .section.active > [data-section-content], .items-list li .container:hover .section-container.accordion > .section.check > [data-section-content], .section-container.accordion > .section.active > .content, .items-list li .container:hover .section-container.accordion > .section.check > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.accordion > [data-section-region].check > [data-section-content], .section-container.accordion > [data-section-region].active > .content, .items-list li .container:hover .section-container.accordion > [data-section-region].check > .content {
3267
  display: block;
3268
}
3269
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3270
[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),
3271
[data-section='vertical-tabs'] > section:not(.active),
3272
[data-section='vertical-tabs'] > .section:not(.active),
3273
[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),
3274
[data-section='vertical-nav'] > section:not(.active),
3275
[data-section='vertical-nav'] > .section:not(.active),
3276
[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),
3277
[data-section='horizontal-nav'] > section:not(.active),
3278
[data-section='horizontal-nav'] > .section:not(.active),
3279
[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),
3280
[data-section='accordion'] > section:not(.active),
3281
[data-section='accordion'] > .section:not(.active),
3282
[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) {
3283
  padding: 0 !important;
3284
}
3285
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3286
[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,
3287
[data-section='vertical-tabs'] > section > [data-section-title],
3288
[data-section='vertical-tabs'] > section > .title,
3289
[data-section='vertical-tabs'] > .section > [data-section-title],
3290
[data-section='vertical-tabs'] > .section > .title,
3291
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3292
[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,
3293
[data-section='vertical-nav'] > section > [data-section-title],
3294
[data-section='vertical-nav'] > section > .title,
3295
[data-section='vertical-nav'] > .section > [data-section-title],
3296
[data-section='vertical-nav'] > .section > .title,
3297
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3298
[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,
3299
[data-section='horizontal-nav'] > section > [data-section-title],
3300
[data-section='horizontal-nav'] > section > .title,
3301
[data-section='horizontal-nav'] > .section > [data-section-title],
3302
[data-section='horizontal-nav'] > .section > .title,
3303
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3304
[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,
3305
[data-section='accordion'] > section > [data-section-title],
3306
[data-section='accordion'] > section > .title,
3307
[data-section='accordion'] > .section > [data-section-title],
3308
[data-section='accordion'] > .section > .title,
3309
[data-section='accordion'] > [data-section-region] > [data-section-title],
3310
[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 {
3311
  width: 100%;
3312
}
3313

    
3314
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3315
.section-container.auto,
3316
.section-container.vertical-tabs,
3317
.section-container.vertical-nav,
3318
.section-container.horizontal-nav,
3319
.section-container.accordion {
3320
  border-top: 1px solid #cccccc;
3321
}
3322
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3323
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3324
.section-container.vertical-tabs > section > .title,
3325
.section-container.vertical-tabs > .section > .title,
3326
.section-container.vertical-nav > section > .title,
3327
.section-container.vertical-nav > .section > .title,
3328
.section-container.horizontal-nav > section > .title,
3329
.section-container.horizontal-nav > .section > .title,
3330
.section-container.accordion > section > .title,
3331
.section-container.accordion > .section > .title {
3332
  background-color: #efefef;
3333
  cursor: pointer;
3334
  border: solid 1px #cccccc;
3335
}
3336
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3337
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
3338
.section-container.vertical-tabs > section > .title a,
3339
.section-container.vertical-tabs > .section > .title a,
3340
.section-container.vertical-nav > section > .title a,
3341
.section-container.vertical-nav > .section > .title a,
3342
.section-container.horizontal-nav > section > .title a,
3343
.section-container.horizontal-nav > .section > .title a,
3344
.section-container.accordion > section > .title a,
3345
.section-container.accordion > .section > .title a {
3346
  padding: 0.9375em;
3347
  color: #333333;
3348
  font-size: 0.875em;
3349
  background: none;
3350
}
3351
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3352
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
3353
.section-container.vertical-tabs > section > .title:hover,
3354
.section-container.vertical-tabs > .section > .title:hover,
3355
.section-container.vertical-nav > section > .title:hover,
3356
.section-container.vertical-nav > .section > .title:hover,
3357
.section-container.horizontal-nav > section > .title:hover,
3358
.section-container.horizontal-nav > .section > .title:hover,
3359
.section-container.accordion > section > .title:hover,
3360
.section-container.accordion > .section > .title:hover {
3361
  background-color: #e2e2e2;
3362
}
3363
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3364
.section-container.auto > section > .content, .section-container.auto > .section > .content,
3365
.section-container.vertical-tabs > section > .content,
3366
.section-container.vertical-tabs > .section > .content,
3367
.section-container.vertical-nav > section > .content,
3368
.section-container.vertical-nav > .section > .content,
3369
.section-container.horizontal-nav > section > .content,
3370
.section-container.horizontal-nav > .section > .content,
3371
.section-container.accordion > section > .content,
3372
.section-container.accordion > .section > .content {
3373
  padding: 0.9375em;
3374
  background-color: white;
3375
  border: solid 1px #cccccc;
3376
}
3377
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3378
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
3379
.section-container.vertical-tabs > section > .content > *:last-child,
3380
.section-container.vertical-tabs > .section > .content > *:last-child,
3381
.section-container.vertical-nav > section > .content > *:last-child,
3382
.section-container.vertical-nav > .section > .content > *:last-child,
3383
.section-container.horizontal-nav > section > .content > *:last-child,
3384
.section-container.horizontal-nav > .section > .content > *:last-child,
3385
.section-container.accordion > section > .content > *:last-child,
3386
.section-container.accordion > .section > .content > *:last-child {
3387
  margin-bottom: 0;
3388
}
3389
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3390
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
3391
.section-container.vertical-tabs > section > .content > *:first-child,
3392
.section-container.vertical-tabs > .section > .content > *:first-child,
3393
.section-container.vertical-nav > section > .content > *:first-child,
3394
.section-container.vertical-nav > .section > .content > *:first-child,
3395
.section-container.horizontal-nav > section > .content > *:first-child,
3396
.section-container.horizontal-nav > .section > .content > *:first-child,
3397
.section-container.accordion > section > .content > *:first-child,
3398
.section-container.accordion > .section > .content > *:first-child {
3399
  padding-top: 0;
3400
}
3401
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3402
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
3403
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
3404
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
3405
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
3406
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
3407
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
3408
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
3409
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
3410
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
3411
  padding-bottom: 0;
3412
}
3413
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3414
.section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title,
3415
.section-container.vertical-tabs > section.active > .title,
3416
.items-list li .container:hover .section-container.vertical-tabs > section.check > .title,
3417
.section-container.vertical-tabs > .section.active > .title,
3418
.items-list li .container:hover .section-container.vertical-tabs > .section.check > .title,
3419
.section-container.vertical-nav > section.active > .title,
3420
.items-list li .container:hover .section-container.vertical-nav > section.check > .title,
3421
.section-container.vertical-nav > .section.active > .title,
3422
.items-list li .container:hover .section-container.vertical-nav > .section.check > .title,
3423
.section-container.horizontal-nav > section.active > .title,
3424
.items-list li .container:hover .section-container.horizontal-nav > section.check > .title,
3425
.section-container.horizontal-nav > .section.active > .title,
3426
.items-list li .container:hover .section-container.horizontal-nav > .section.check > .title,
3427
.section-container.accordion > section.active > .title,
3428
.items-list li .container:hover .section-container.accordion > section.check > .title,
3429
.section-container.accordion > .section.active > .title,
3430
.items-list li .container:hover .section-container.accordion > .section.check > .title {
3431
  background: #d5d5d5;
3432
}
3433
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3434
.section-container.auto > section.active > .title a, .items-list li .container:hover .section-container.auto > section.check > .title a, .section-container.auto > .section.active > .title a, .items-list li .container:hover .section-container.auto > .section.check > .title a,
3435
.section-container.vertical-tabs > section.active > .title a,
3436
.items-list li .container:hover .section-container.vertical-tabs > section.check > .title a,
3437
.section-container.vertical-tabs > .section.active > .title a,
3438
.items-list li .container:hover .section-container.vertical-tabs > .section.check > .title a,
3439
.section-container.vertical-nav > section.active > .title a,
3440
.items-list li .container:hover .section-container.vertical-nav > section.check > .title a,
3441
.section-container.vertical-nav > .section.active > .title a,
3442
.items-list li .container:hover .section-container.vertical-nav > .section.check > .title a,
3443
.section-container.horizontal-nav > section.active > .title a,
3444
.items-list li .container:hover .section-container.horizontal-nav > section.check > .title a,
3445
.section-container.horizontal-nav > .section.active > .title a,
3446
.items-list li .container:hover .section-container.horizontal-nav > .section.check > .title a,
3447
.section-container.accordion > section.active > .title a,
3448
.items-list li .container:hover .section-container.accordion > section.check > .title a,
3449
.section-container.accordion > .section.active > .title a,
3450
.items-list li .container:hover .section-container.accordion > .section.check > .title a {
3451
  color: #333333;
3452
}
3453
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3454
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
3455
.section-container.vertical-tabs > section:not(.active),
3456
.section-container.vertical-tabs > .section:not(.active),
3457
.section-container.vertical-nav > section:not(.active),
3458
.section-container.vertical-nav > .section:not(.active),
3459
.section-container.horizontal-nav > section:not(.active),
3460
.section-container.horizontal-nav > .section:not(.active),
3461
.section-container.accordion > section:not(.active),
3462
.section-container.accordion > .section:not(.active) {
3463
  padding: 0 !important;
3464
}
3465
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3466
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3467
.section-container.vertical-tabs > section > .title,
3468
.section-container.vertical-tabs > .section > .title,
3469
.section-container.vertical-nav > section > .title,
3470
.section-container.vertical-nav > .section > .title,
3471
.section-container.horizontal-nav > section > .title,
3472
.section-container.horizontal-nav > .section > .title,
3473
.section-container.accordion > section > .title,
3474
.section-container.accordion > .section > .title {
3475
  border-top: none;
3476
}
3477

    
3478
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3479
[data-section='tabs'], .section-container.tabs {
3480
  width: 100%;
3481
  position: relative;
3482
  display: block;
3483
  margin-bottom: 1.25em;
3484
}
3485
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3486
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
3487
  visibility: hidden;
3488
}
3489
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3490
[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 {
3491
  margin-bottom: 0;
3492
}
3493
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3494
[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 {
3495
  width: 100%;
3496
  display: inline-block;
3497
  white-space: nowrap;
3498
}
3499
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3500
[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 {
3501
  display: none;
3502
}
3503
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3504
[data-section='tabs'] > section.active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > section.check > [data-section-content], [data-section='tabs'] > section.active > .content, .items-list li .container:hover [data-section='tabs'] > section.check > .content, [data-section='tabs'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > .section.check > [data-section-content], [data-section='tabs'] > .section.active > .content, .items-list li .container:hover [data-section='tabs'] > .section.check > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='tabs'] > [data-section-region].check > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='tabs'] > [data-section-region].check > .content, .section-container.tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.tabs > section.check > [data-section-content], .section-container.tabs > section.active > .content, .items-list li .container:hover .section-container.tabs > section.check > .content, .section-container.tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.tabs > .section.check > [data-section-content], .section-container.tabs > .section.active > .content, .items-list li .container:hover .section-container.tabs > .section.check > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.tabs > [data-section-region].check > [data-section-content], .section-container.tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.tabs > [data-section-region].check > .content {
3505
  display: block;
3506
}
3507
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3508
[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) {
3509
  padding: 0 !important;
3510
}
3511
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3512
[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 {
3513
  width: auto;
3514
  position: absolute;
3515
  top: 0;
3516
  left: 0;
3517
}
3518

    
3519
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3520
.section-container.tabs {
3521
  border: none;
3522
}
3523
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3524
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
3525
  background-color: #efefef;
3526
  cursor: pointer;
3527
  border: solid 1px #cccccc;
3528
}
3529
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3530
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
3531
  padding: 0.9375em;
3532
  color: #333333;
3533
  font-size: 0.875em;
3534
  background: none;
3535
}
3536
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3537
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
3538
  background-color: #e2e2e2;
3539
}
3540
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3541
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
3542
  padding: 0.9375em;
3543
  background-color: white;
3544
  border: solid 1px #cccccc;
3545
}
3546
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3547
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
3548
  margin-bottom: 0;
3549
}
3550
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3551
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
3552
  padding-top: 0;
3553
}
3554
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3555
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
3556
  padding-bottom: 0;
3557
}
3558
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3559
.section-container.tabs > section.active > .title, .items-list li .container:hover .section-container.tabs > section.check > .title, .section-container.tabs > .section.active > .title, .items-list li .container:hover .section-container.tabs > .section.check > .title {
3560
  background: white;
3561
}
3562
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3563
.section-container.tabs > section.active > .title a, .items-list li .container:hover .section-container.tabs > section.check > .title a, .section-container.tabs > .section.active > .title a, .items-list li .container:hover .section-container.tabs > .section.check > .title a {
3564
  color: #333333;
3565
}
3566
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3567
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
3568
  padding: 0 !important;
3569
}
3570
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3571
.section-container.tabs > section.active > .title, .items-list li .container:hover .section-container.tabs > section.check > .title, .section-container.tabs > .section.active > .title, .items-list li .container:hover .section-container.tabs > .section.check > .title {
3572
  border-bottom: 0;
3573
}
3574

    
3575
@media only screen and (min-width: 768px) {
3576
  /* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3577
  [data-section=''], [data-section='auto'], .section-container.auto {
3578
    width: 100%;
3579
    position: relative;
3580
    display: block;
3581
    margin-bottom: 1.25em;
3582
  }
3583
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3584
  [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]) {
3585
    visibility: hidden;
3586
  }
3587
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3588
  [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 {
3589
    margin-bottom: 0;
3590
  }
3591
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3592
  [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 {
3593
    width: 100%;
3594
    display: inline-block;
3595
    white-space: nowrap;
3596
  }
3597
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3598
  [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 {
3599
    display: none;
3600
  }
3601
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3602
  [data-section=''] > section.active > [data-section-content], .items-list li .container:hover [data-section=''] > section.check > [data-section-content], [data-section=''] > section.active > .content, .items-list li .container:hover [data-section=''] > section.check > .content, [data-section=''] > .section.active > [data-section-content], .items-list li .container:hover [data-section=''] > .section.check > [data-section-content], [data-section=''] > .section.active > .content, .items-list li .container:hover [data-section=''] > .section.check > .content, [data-section=''] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section=''] > [data-section-region].check > [data-section-content], [data-section=''] > [data-section-region].active > .content, .items-list li .container:hover [data-section=''] > [data-section-region].check > .content, [data-section='auto'] > section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > section.check > [data-section-content], [data-section='auto'] > section.active > .content, .items-list li .container:hover [data-section='auto'] > section.check > .content, [data-section='auto'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='auto'] > .section.check > [data-section-content], [data-section='auto'] > .section.active > .content, .items-list li .container:hover [data-section='auto'] > .section.check > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='auto'] > [data-section-region].check > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='auto'] > [data-section-region].check > .content, .section-container.auto > section.active > [data-section-content], .items-list li .container:hover .section-container.auto > section.check > [data-section-content], .section-container.auto > section.active > .content, .items-list li .container:hover .section-container.auto > section.check > .content, .section-container.auto > .section.active > [data-section-content], .items-list li .container:hover .section-container.auto > .section.check > [data-section-content], .section-container.auto > .section.active > .content, .items-list li .container:hover .section-container.auto > .section.check > .content, .section-container.auto > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.auto > [data-section-region].check > [data-section-content], .section-container.auto > [data-section-region].active > .content, .items-list li .container:hover .section-container.auto > [data-section-region].check > .content {
3603
    display: block;
3604
  }
3605
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3606
  [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) {
3607
    padding: 0 !important;
3608
  }
3609
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3610
  [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 {
3611
    width: auto;
3612
    position: absolute;
3613
    top: 0;
3614
    left: 0;
3615
  }
3616

    
3617
  /* line 326, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3618
  .section-container.auto {
3619
    border: none;
3620
  }
3621
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3622
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
3623
    background-color: #efefef;
3624
    cursor: pointer;
3625
    border: solid 1px #cccccc;
3626
  }
3627
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3628
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
3629
    padding: 0.9375em;
3630
    color: #333333;
3631
    font-size: 0.875em;
3632
    background: none;
3633
  }
3634
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3635
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
3636
    background-color: #e2e2e2;
3637
  }
3638
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3639
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
3640
    padding: 0.9375em;
3641
    background-color: white;
3642
    border: solid 1px #cccccc;
3643
  }
3644
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3645
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
3646
    margin-bottom: 0;
3647
  }
3648
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3649
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
3650
    padding-top: 0;
3651
  }
3652
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3653
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
3654
    padding-bottom: 0;
3655
  }
3656
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3657
  .section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title {
3658
    background: white;
3659
  }
3660
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3661
  .section-container.auto > section.active > .title a, .items-list li .container:hover .section-container.auto > section.check > .title a, .section-container.auto > .section.active > .title a, .items-list li .container:hover .section-container.auto > .section.check > .title a {
3662
    color: #333333;
3663
  }
3664
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3665
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
3666
    padding: 0 !important;
3667
  }
3668
  /* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3669
  .section-container.auto > section.active > .title, .items-list li .container:hover .section-container.auto > section.check > .title, .section-container.auto > .section.active > .title, .items-list li .container:hover .section-container.auto > .section.check > .title {
3670
    border-bottom: 0;
3671
  }
3672

    
3673
  /* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3674
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
3675
    width: 100%;
3676
    position: relative;
3677
    display: block;
3678
    margin-bottom: 1.25em;
3679
  }
3680
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3681
  [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]) {
3682
    visibility: hidden;
3683
  }
3684
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3685
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
3686
    width: 100% !important;
3687
  }
3688
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3689
  [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 {
3690
    padding: 0 !important;
3691
    margin: 0 !important;
3692
  }
3693
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3694
  [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 {
3695
    width: 100% !important;
3696
  }
3697
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3698
  [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 {
3699
    margin-bottom: 0;
3700
  }
3701
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3702
  [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 {
3703
    width: 100%;
3704
    display: inline-block;
3705
    white-space: nowrap;
3706
  }
3707
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3708
  [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 {
3709
    display: none;
3710
  }
3711
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3712
  [data-section='vertical-tabs'] > section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > section.check > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .content, .section-container.vertical-tabs > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-content], .section-container.vertical-tabs > section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > section.check > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .content {
3713
    display: block;
3714
  }
3715
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3716
  [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) {
3717
    padding: 0 !important;
3718
  }
3719
  /* line 143, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3720
  [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 {
3721
    position: absolute;
3722
    top: 0;
3723
    left: 0;
3724
    width: 12.5em;
3725
  }
3726
  /* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3727
  [data-section='vertical-tabs'] > section.active, .items-list li .container:hover [data-section='vertical-tabs'] > section.check, [data-section='vertical-tabs'] > .section.active, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check, [data-section='vertical-tabs'] > [data-section-region].active, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check, .section-container.vertical-tabs > section.active, .items-list li .container:hover .section-container.vertical-tabs > section.check, .section-container.vertical-tabs > .section.active, .items-list li .container:hover .section-container.vertical-tabs > .section.check, .section-container.vertical-tabs > [data-section-region].active, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check {
3728
    padding-left: 12.5em;
3729
  }
3730
  /* line 153, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3731
  [data-section='vertical-tabs'] > section.active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > section.check > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > section.check > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > .section.check > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .items-list li .container:hover [data-section='vertical-tabs'] > [data-section-region].check > .title, .section-container.vertical-tabs > section.active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > section.check > [data-section-title], .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > .section.check > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title, .items-list li .container:hover .section-container.vertical-tabs > [data-section-region].check > .title {
3732
    width: 12.5em;
3733
  }
3734

    
3735
  /* line 340, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3736
  .section-container.vertical-tabs {
3737
    border: none;
3738
  }
3739
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3740
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
3741
    background-color: #efefef;
3742
    cursor: pointer;
3743
    border: solid 1px #cccccc;
3744
  }
3745
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3746
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
3747
    padding: 0.9375em;
3748
    color: #333333;
3749
    font-size: 0.875em;
3750
    background: none;
3751
  }
3752
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3753
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
3754
    background-color: #e2e2e2;
3755
  }
3756
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3757
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
3758
    padding: 0.9375em;
3759
    background-color: white;
3760
    border: solid 1px #cccccc;
3761
  }
3762
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3763
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
3764
    margin-bottom: 0;
3765
  }
3766
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3767
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
3768
    padding-top: 0;
3769
  }
3770
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3771
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
3772
    padding-bottom: 0;
3773
  }
3774
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3775
  .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title {
3776
    background: #d5d5d5;
3777
  }
3778
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3779
  .section-container.vertical-tabs > section.active > .title a, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title a, .section-container.vertical-tabs > .section.active > .title a, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title a {
3780
    color: #333333;
3781
  }
3782
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3783
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
3784
    padding: 0 !important;
3785
  }
3786
  /* line 257, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3787
  .section-container.vertical-tabs > section.active, .items-list li .container:hover .section-container.vertical-tabs > section.check, .section-container.vertical-tabs > .section.active, .items-list li .container:hover .section-container.vertical-tabs > .section.check {
3788
    padding-left: 12.4375em;
3789
  }
3790
  /* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3791
  .section-container.vertical-tabs > section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > section.check > .title, .section-container.vertical-tabs > .section.active > .title, .items-list li .container:hover .section-container.vertical-tabs > .section.check > .title {
3792
    background-color: #d5d5d5;
3793
  }
3794

    
3795
  /* line 347, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3796
  [data-section='vertical-nav'], .section-container.vertical-nav {
3797
    width: 100%;
3798
    position: relative;
3799
    display: block;
3800
    margin-bottom: 1.25em;
3801
  }
3802
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3803
  [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]) {
3804
    visibility: hidden;
3805
  }
3806
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3807
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
3808
    width: 100% !important;
3809
  }
3810
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3811
  [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 {
3812
    padding: 0 !important;
3813
    margin: 0 !important;
3814
  }
3815
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3816
  [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 {
3817
    width: 100% !important;
3818
  }
3819
  /* line 349, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3820
  [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] {
3821
    position: relative;
3822
    display: inline-block;
3823
  }
3824
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3825
  [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 {
3826
    margin-bottom: 0;
3827
  }
3828
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3829
  [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 {
3830
    width: 100%;
3831
    display: inline-block;
3832
    white-space: nowrap;
3833
  }
3834
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3835
  [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 {
3836
    display: none;
3837
  }
3838
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3839
  [data-section='vertical-nav'] > section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > section.check > [data-section-content], [data-section='vertical-nav'] > section.active > .content, .items-list li .container:hover [data-section='vertical-nav'] > section.check > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > .section.check > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, .items-list li .container:hover [data-section='vertical-nav'] > .section.check > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='vertical-nav'] > [data-section-region].check > .content, .section-container.vertical-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > section.check > [data-section-content], .section-container.vertical-nav > section.active > .content, .items-list li .container:hover .section-container.vertical-nav > section.check > .content, .section-container.vertical-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > .section.check > [data-section-content], .section-container.vertical-nav > .section.active > .content, .items-list li .container:hover .section-container.vertical-nav > .section.check > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.vertical-nav > [data-section-region].check > .content {
3840
    display: block;
3841
  }
3842
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3843
  [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) {
3844
    padding: 0 !important;
3845
  }
3846
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3847
  [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 {
3848
    position: static;
3849
    width: auto;
3850
  }
3851
  /* line 168, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3852
  [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 {
3853
    display: block;
3854
  }
3855
  /* line 171, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3856
  [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 {
3857
    position: absolute;
3858
    top: 0;
3859
    left: 0;
3860
    z-index: 999;
3861
    min-width: 12.5em;
3862
  }
3863

    
3864
  /* line 354, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3865
  .section-container.vertical-nav {
3866
    border: none;
3867
  }
3868
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3869
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
3870
    background-color: #efefef;
3871
    cursor: pointer;
3872
    border: solid 1px #cccccc;
3873
  }
3874
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3875
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
3876
    padding: 0.9375em;
3877
    color: #333333;
3878
    font-size: 0.875em;
3879
    background: none;
3880
  }
3881
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3882
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
3883
    background-color: #e2e2e2;
3884
  }
3885
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3886
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
3887
    padding: 0.9375em;
3888
    background-color: white;
3889
    border: solid 1px #cccccc;
3890
  }
3891
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3892
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
3893
    margin-bottom: 0;
3894
  }
3895
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3896
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
3897
    padding-top: 0;
3898
  }
3899
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3900
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
3901
    padding-bottom: 0;
3902
  }
3903
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3904
  .section-container.vertical-nav > section.active > .title, .items-list li .container:hover .section-container.vertical-nav > section.check > .title, .section-container.vertical-nav > .section.active > .title, .items-list li .container:hover .section-container.vertical-nav > .section.check > .title {
3905
    background: #d5d5d5;
3906
  }
3907
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3908
  .section-container.vertical-nav > section.active > .title a, .items-list li .container:hover .section-container.vertical-nav > section.check > .title a, .section-container.vertical-nav > .section.active > .title a, .items-list li .container:hover .section-container.vertical-nav > .section.check > .title a {
3909
    color: #333333;
3910
  }
3911
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3912
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
3913
    padding: 0 !important;
3914
  }
3915

    
3916
  /* line 361, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3917
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
3918
    width: 100%;
3919
    position: relative;
3920
    display: block;
3921
    margin-bottom: 1.25em;
3922
  }
3923
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3924
  [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]) {
3925
    visibility: hidden;
3926
  }
3927
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3928
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
3929
    width: 100% !important;
3930
  }
3931
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3932
  [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 {
3933
    padding: 0 !important;
3934
    margin: 0 !important;
3935
  }
3936
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3937
  [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 {
3938
    width: 100% !important;
3939
  }
3940
  /* line 363, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3941
  [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] {
3942
    position: relative;
3943
    float: left;
3944
  }
3945
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3946
  [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 {
3947
    margin-bottom: 0;
3948
  }
3949
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3950
  [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 {
3951
    width: 100%;
3952
    display: inline-block;
3953
    white-space: nowrap;
3954
  }
3955
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3956
  [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 {
3957
    display: none;
3958
  }
3959
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3960
  [data-section='horizontal-nav'] > section.active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > section.check > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > section.check > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > .section.check > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > .section.check > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], .items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .items-list li .container:hover [data-section='horizontal-nav'] > [data-section-region].check > .content, .section-container.horizontal-nav > section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > section.check > [data-section-content], .section-container.horizontal-nav > section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > section.check > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > .section.check > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, .items-list li .container:hover .section-container.horizontal-nav > [data-section-region].check > .content {
3961
    display: block;
3962
  }
3963
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3964
  [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) {
3965
    padding: 0 !important;
3966
  }
3967
  /* line 186, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3968
  [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 {
3969
    position: static;
3970
    width: auto;
3971
  }
3972
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3973
  [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 {
3974
    display: block;
3975
  }
3976
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3977
  [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 {
3978
    width: auto;
3979
    position: absolute;
3980
    top: 0;
3981
    left: 0;
3982
    z-index: 999;
3983
    min-width: 12.5em;
3984
  }
3985

    
3986
  /* line 368, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3987
  .section-container.horizontal-nav {
3988
    background: #efefef;
3989
    border: 1px solid #cccccc;
3990
  }
3991
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3992
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
3993
    background-color: #efefef;
3994
    cursor: pointer;
3995
    border: solid 1px #cccccc;
3996
  }
3997
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3998
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
3999
    padding: 0.9375em;
4000
    color: #333333;
4001
    font-size: 0.875em;
4002
    background: none;
4003
  }
4004
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4005
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
4006
    background-color: #e2e2e2;
4007
  }
4008
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4009
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
4010
    padding: 0.9375em;
4011
    background-color: white;
4012
    border: solid 1px #cccccc;
4013
  }
4014
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4015
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
4016
    margin-bottom: 0;
4017
  }
4018
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4019
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
4020
    padding-top: 0;
4021
  }
4022
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4023
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
4024
    padding-bottom: 0;
4025
  }
4026
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4027
  .section-container.horizontal-nav > section.active > .title, .items-list li .container:hover .section-container.horizontal-nav > section.check > .title, .section-container.horizontal-nav > .section.active > .title, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .title {
4028
    background: #d5d5d5;
4029
  }
4030
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4031
  .section-container.horizontal-nav > section.active > .title a, .items-list li .container:hover .section-container.horizontal-nav > section.check > .title a, .section-container.horizontal-nav > .section.active > .title a, .items-list li .container:hover .section-container.horizontal-nav > .section.check > .title a {
4032
    color: #333333;
4033
  }
4034
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4035
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
4036
    padding: 0 !important;
4037
  }
4038
}
4039
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4040
.no-js [data-section], .no-js .section-container {
4041
  width: 100%;
4042
  position: relative;
4043
  display: block;
4044
  margin-bottom: 1.25em;
4045
}
4046
/* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4047
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
4048
  width: 100% !important;
4049
}
4050
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4051
.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 {
4052
  padding: 0 !important;
4053
  margin: 0 !important;
4054
}
4055
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4056
.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 {
4057
  width: 100% !important;
4058
}
4059
/* line 380, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4060
.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] {
4061
  margin: 0;
4062
}
4063
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4064
.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 {
4065
  margin-bottom: 0;
4066
}
4067
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4068
.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 {
4069
  width: 100%;
4070
  display: inline-block;
4071
  white-space: nowrap;
4072
}
4073
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4074
.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 {
4075
  display: none;
4076
}
4077
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4078
.no-js [data-section] > section.active > [data-section-content], .no-js .items-list li .container:hover [data-section] > section.check > [data-section-content], .items-list li .container:hover .no-js [data-section] > section.check > [data-section-content], .no-js [data-section] > section.active > .content, .no-js .items-list li .container:hover [data-section] > section.check > .content, .items-list li .container:hover .no-js [data-section] > section.check > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js .items-list li .container:hover [data-section] > .section.check > [data-section-content], .items-list li .container:hover .no-js [data-section] > .section.check > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js .items-list li .container:hover [data-section] > .section.check > .content, .items-list li .container:hover .no-js [data-section] > .section.check > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js .items-list li .container:hover [data-section] > [data-section-region].check > [data-section-content], .items-list li .container:hover .no-js [data-section] > [data-section-region].check > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .items-list li .container:hover [data-section] > [data-section-region].check > .content, .items-list li .container:hover .no-js [data-section] > [data-section-region].check > .content, .no-js .section-container > section.active > [data-section-content], .no-js .items-list li .container:hover .section-container > section.check > [data-section-content], .items-list li .container:hover .no-js .section-container > section.check > [data-section-content], .no-js .section-container > section.active > .content, .no-js .items-list li .container:hover .section-container > section.check > .content, .items-list li .container:hover .no-js .section-container > section.check > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .items-list li .container:hover .section-container > .section.check > [data-section-content], .items-list li .container:hover .no-js .section-container > .section.check > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .items-list li .container:hover .section-container > .section.check > .content, .items-list li .container:hover .no-js .section-container > .section.check > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .items-list li .container:hover .section-container > [data-section-region].check > [data-section-content], .items-list li .container:hover .no-js .section-container > [data-section-region].check > [data-section-content], .no-js .section-container > [data-section-region].active > .content, .no-js .items-list li .container:hover .section-container > [data-section-region].check > .content, .items-list li .container:hover .no-js .section-container > [data-section-region].check > .content {
4079
  display: block;
4080
}
4081
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4082
.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) {
4083
  padding: 0 !important;
4084
}
4085
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4086
.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 {
4087
  width: 100%;
4088
}
4089
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4090
.no-js .section-container {
4091
  border-top: 1px solid #cccccc;
4092
}
4093
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4094
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4095
  background-color: #efefef;
4096
  cursor: pointer;
4097
  border: solid 1px #cccccc;
4098
}
4099
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4100
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
4101
  padding: 0.9375em;
4102
  color: #333333;
4103
  font-size: 0.875em;
4104
  background: none;
4105
}
4106
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4107
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
4108
  background-color: #e2e2e2;
4109
}
4110
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4111
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
4112
  padding: 0.9375em;
4113
  background-color: white;
4114
  border: solid 1px #cccccc;
4115
}
4116
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4117
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
4118
  margin-bottom: 0;
4119
}
4120
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4121
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
4122
  padding-top: 0;
4123
}
4124
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4125
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
4126
  padding-bottom: 0;
4127
}
4128
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4129
.no-js .section-container > section.active > .title, .no-js .items-list li .container:hover .section-container > section.check > .title, .items-list li .container:hover .no-js .section-container > section.check > .title, .no-js .section-container > .section.active > .title, .no-js .items-list li .container:hover .section-container > .section.check > .title, .items-list li .container:hover .no-js .section-container > .section.check > .title {
4130
  background: #d5d5d5;
4131
}
4132
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4133
.no-js .section-container > section.active > .title a, .no-js .items-list li .container:hover .section-container > section.check > .title a, .items-list li .container:hover .no-js .section-container > section.check > .title a, .no-js .section-container > .section.active > .title a, .no-js .items-list li .container:hover .section-container > .section.check > .title a, .items-list li .container:hover .no-js .section-container > .section.check > .title a {
4134
  color: #333333;
4135
}
4136
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4137
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
4138
  padding: 0 !important;
4139
}
4140
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4141
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4142
  border-top: none;
4143
}
4144

    
4145
/* Wrapped around .top-bar to contain to grid width */
4146
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4147
.contain-to-grid {
4148
  width: 100%;
4149
  background: #111111;
4150
}
4151
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4152
.contain-to-grid .top-bar {
4153
  margin-bottom: 1.875em;
4154
}
4155

    
4156
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4157
.fixed {
4158
  width: 100%;
4159
  left: 0;
4160
  position: fixed;
4161
  top: 0;
4162
  z-index: 99;
4163
}
4164

    
4165
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4166
.top-bar {
4167
  overflow: hidden;
4168
  height: 45px;
4169
  line-height: 45px;
4170
  position: relative;
4171
  background: #111111;
4172
  margin-bottom: 1.875em;
4173
}
4174
/* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4175
.top-bar ul {
4176
  margin-bottom: 0;
4177
  list-style: none;
4178
}
4179
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4180
.top-bar .row {
4181
  max-width: none;
4182
}
4183
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4184
.top-bar form,
4185
.top-bar input {
4186
  margin-bottom: 0;
4187
}
4188
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4189
.top-bar input {
4190
  height: 2.45em;
4191
}
4192
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4193
.top-bar .button {
4194
  padding-top: .5em;
4195
  padding-bottom: .5em;
4196
  margin-bottom: 0;
4197
}
4198
/* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4199
.top-bar .title-area {
4200
  position: relative;
4201
  margin: 0;
4202
}
4203
/* line 112, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4204
.top-bar .name {
4205
  height: 45px;
4206
  margin: 0;
4207
  font-size: 16;
4208
}
4209
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4210
.top-bar .name h1 {
4211
  line-height: 45px;
4212
  font-size: 1.0625em;
4213
  margin: 0;
4214
}
4215
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4216
.top-bar .name h1 a {
4217
  font-weight: bold;
4218
  color: white;
4219
  width: 50%;
4220
  display: block;
4221
  padding: 0 15px;
4222
}
4223
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4224
.top-bar .toggle-topbar {
4225
  position: absolute;
4226
  right: 0;
4227
  top: 0;
4228
}
4229
/* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4230
.top-bar .toggle-topbar a {
4231
  color: white;
4232
  text-transform: uppercase;
4233
  font-size: 0.8125em;
4234
  font-weight: bold;
4235
  position: relative;
4236
  display: block;
4237
  padding: 0 15px;
4238
  height: 45px;
4239
  line-height: 45px;
4240
}
4241
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4242
.top-bar .toggle-topbar.menu-icon {
4243
  right: 15px;
4244
  top: 50%;
4245
  margin-top: -16px;
4246
  padding-left: 40px;
4247
}
4248
/* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4249
.top-bar .toggle-topbar.menu-icon a {
4250
  text-indent: -48px;
4251
  width: 34px;
4252
  height: 34px;
4253
  line-height: 33px;
4254
  padding: 0;
4255
  color: white;
4256
}
4257
/* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4258
.top-bar .toggle-topbar.menu-icon a span {
4259
  position: absolute;
4260
  right: 0;
4261
  display: block;
4262
  width: 16px;
4263
  height: 0;
4264
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4265
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4266
}
4267
/* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4268
.top-bar.expanded {
4269
  height: auto;
4270
  background: transparent;
4271
}
4272
/* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4273
.top-bar.expanded .title-area {
4274
  background: #111111;
4275
}
4276
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4277
.top-bar.expanded .toggle-topbar a {
4278
  color: #888888;
4279
}
4280
/* line 193, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4281
.top-bar.expanded .toggle-topbar a span {
4282
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4283
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4284
}
4285

    
4286
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4287
.top-bar-section {
4288
  left: 0;
4289
  position: relative;
4290
  width: auto;
4291
  -webkit-transition: left 300ms ease-out;
4292
  -moz-transition: left 300ms ease-out;
4293
  transition: left 300ms ease-out;
4294
}
4295
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4296
.top-bar-section ul {
4297
  width: 100%;
4298
  height: auto;
4299
  display: block;
4300
  background: #222222;
4301
  font-size: 16;
4302
  margin: 0;
4303
}
4304
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4305
.top-bar-section .divider,
4306
.top-bar-section [role="separator"] {
4307
  border-bottom: solid 1px #2b2b2b;
4308
  border-top: solid 1px black;
4309
  clear: both;
4310
  height: 1px;
4311
  width: 100%;
4312
}
4313
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4314
.top-bar-section ul li > a {
4315
  display: block;
4316
  width: 100%;
4317
  color: white;
4318
  padding: 12px 0 12px 0;
4319
  padding-left: 15px;
4320
  font-size: 0.8125em;
4321
  font-weight: bold;
4322
  background: #222222;
4323
}
4324
/* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4325
.top-bar-section ul li > a.button {
4326
  background: #919194;
4327
  font-size: 0.8125em;
4328
}
4329
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4330
.top-bar-section ul li > a.button.hover {
4331
  background: #77777b;
4332
}
4333
/* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4334
.top-bar-section ul li > a.button.secondary {
4335
  background: #30c79e;
4336
}
4337
/* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4338
.top-bar-section ul li > a.button.secondary.hover {
4339
  background: #269e7d;
4340
}
4341
/* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4342
.top-bar-section ul li > a.button.success {
4343
  background: #00a551;
4344
}
4345
/* line 261, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4346
.top-bar-section ul li > a.button.success.hover {
4347
  background: #007238;
4348
}
4349
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4350
.top-bar-section ul li > a.button.alert {
4351
  background: #30c79e;
4352
}
4353
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4354
.top-bar-section ul li > a.button.alert.hover {
4355
  background: #269e7d;
4356
}
4357
/* line 275, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4358
.top-bar-section ul li.hover > a {
4359
  background: #090909;
4360
  color: white;
4361
}
4362
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4363
.top-bar-section ul li.active > a, .top-bar-section ul .items-list li .container:hover li.check > a, .items-list li .container:hover .top-bar-section ul li.check > a {
4364
  background: #090909;
4365
  color: white;
4366
}
4367
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4368
.top-bar-section .has-form {
4369
  padding: 15px;
4370
}
4371
/* line 291, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4372
.top-bar-section .has-dropdown {
4373
  position: relative;
4374
}
4375
/* line 295, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4376
.top-bar-section .has-dropdown > a:after {
4377
  content: "";
4378
  display: block;
4379
  width: 0;
4380
  height: 0;
4381
  border: inset 5px;
4382
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
4383
  border-left-style: solid;
4384
  margin-right: 15px;
4385
  margin-top: -4.5px;
4386
  position: absolute;
4387
  top: 50%;
4388
  right: 0;
4389
}
4390
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4391
.top-bar-section .has-dropdown.moved {
4392
  position: static;
4393
}
4394
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4395
.top-bar-section .has-dropdown.moved > .dropdown {
4396
  visibility: visible;
4397
}
4398
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4399
.top-bar-section .dropdown {
4400
  position: absolute;
4401
  left: 100%;
4402
  top: 0;
4403
  visibility: hidden;
4404
  z-index: 99;
4405
}
4406
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4407
.top-bar-section .dropdown li {
4408
  width: 100%;
4409
  height: auto;
4410
}
4411
/* line 324, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4412
.top-bar-section .dropdown li a {
4413
  font-weight: normal;
4414
  padding: 8px 15px;
4415
}
4416
/* line 327, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4417
.top-bar-section .dropdown li a.parent-link {
4418
  font-weight: bold;
4419
}
4420
/* line 332, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4421
.top-bar-section .dropdown li.title h5 {
4422
  margin-bottom: 0;
4423
}
4424
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4425
.top-bar-section .dropdown li.title h5 a {
4426
  color: white;
4427
  line-height: 22.5px;
4428
  display: block;
4429
}
4430
/* line 341, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4431
.top-bar-section .dropdown label {
4432
  padding: 8px 15px 2px;
4433
  margin-bottom: 0;
4434
  text-transform: uppercase;
4435
  color: #555555;
4436
  font-weight: bold;
4437
  font-size: 0.625em;
4438
}
4439

    
4440
/* line 353, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4441
.top-bar-js-breakpoint {
4442
  width: 58.75em !important;
4443
  visibility: hidden;
4444
}
4445

    
4446
/* line 357, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4447
.js-generated {
4448
  display: block;
4449
}
4450

    
4451
@media only screen and (min-width: 58.75em) {
4452
  /* line 362, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4453
  .top-bar {
4454
    background: #111111;
4455
    *zoom: 1;
4456
    overflow: visible;
4457
  }
4458
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4459
  .top-bar:before, .top-bar:after {
4460
    content: " ";
4461
    display: table;
4462
  }
4463
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4464
  .top-bar:after {
4465
    clear: both;
4466
  }
4467
  /* line 367, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4468
  .top-bar .toggle-topbar {
4469
    display: none;
4470
  }
4471
  /* line 369, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4472
  .top-bar .title-area {
4473
    float: left;
4474
  }
4475
  /* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4476
  .top-bar .name h1 a {
4477
    width: auto;
4478
  }
4479
  /* line 373, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4480
  .top-bar input,
4481
  .top-bar .button {
4482
    line-height: 2em;
4483
    font-size: 0.875em;
4484
    height: 2em;
4485
    padding: 0 10px;
4486
    position: relative;
4487
    top: 8px;
4488
  }
4489
  /* line 382, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4490
  .top-bar.expanded {
4491
    background: #111111;
4492
  }
4493

    
4494
  /* line 385, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4495
  .contain-to-grid .top-bar {
4496
    max-width: 1200px;
4497
    margin: 0 auto;
4498
    margin-bottom: 1.875em;
4499
  }
4500

    
4501
  /* line 391, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4502
  .top-bar-section {
4503
    -webkit-transition: none 0 0;
4504
    -moz-transition: none 0 0;
4505
    transition: none 0 0;
4506
    left: 0 !important;
4507
  }
4508
  /* line 395, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4509
  .top-bar-section ul {
4510
    width: auto;
4511
    height: auto !important;
4512
    display: inline;
4513
  }
4514
  /* line 400, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4515
  .top-bar-section ul li {
4516
    float: left;
4517
  }
4518
  /* line 402, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4519
  .top-bar-section ul li .js-generated {
4520
    display: none;
4521
  }
4522
  /* line 407, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4523
  .top-bar-section li a:not(.button) {
4524
    padding: 0 15px;
4525
    line-height: 45px;
4526
    background: #111111;
4527
  }
4528
  /* line 411, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4529
  .top-bar-section li a:not(.button).hover {
4530
    background: black;
4531
  }
4532
  /* line 416, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4533
  .top-bar-section .has-dropdown > a {
4534
    padding-right: 35px !important;
4535
  }
4536
  /* line 419, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4537
  .top-bar-section .has-dropdown > a:after {
4538
    content: "";
4539
    display: block;
4540
    width: 0;
4541
    height: 0;
4542
    border: inset 5px;
4543
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
4544
    border-top-style: solid;
4545
    margin-top: -2.5px;
4546
    top: 22.5px;
4547
  }
4548
  /* line 426, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4549
  .top-bar-section .has-dropdown.moved {
4550
    position: relative;
4551
  }
4552
  /* line 427, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4553
  .top-bar-section .has-dropdown.moved > .dropdown {
4554
    visibility: hidden;
4555
  }
4556
  /* line 431, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4557
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
4558
    visibility: visible;
4559
  }
4560
  /* line 438, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4561
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
4562
    border: none;
4563
    content: "\00bb";
4564
    margin-top: -16px;
4565
    right: 5px;
4566
  }
4567
  /* line 449, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4568
  .top-bar-section .dropdown {
4569
    left: 0;
4570
    top: auto;
4571
    background: transparent;
4572
    min-width: 100%;
4573
  }
4574
  /* line 456, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4575
  .top-bar-section .dropdown li a {
4576
    color: white;
4577
    line-height: 1;
4578
    white-space: nowrap;
4579
    padding: 7px 15px;
4580
    background: #1e1e1e;
4581
  }
4582
  /* line 464, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4583
  .top-bar-section .dropdown li label {
4584
    white-space: nowrap;
4585
    background: #1e1e1e;
4586
  }
4587
  /* line 470, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4588
  .top-bar-section .dropdown li .dropdown {
4589
    left: 100%;
4590
    top: 0;
4591
  }
4592
  /* line 478, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4593
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
4594
    border-bottom: none;
4595
    border-top: none;
4596
    border-right: solid 1px #2b2b2b;
4597
    border-left: solid 1px black;
4598
    clear: none;
4599
    height: 45px;
4600
    width: 0px;
4601
  }
4602
  /* line 488, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4603
  .top-bar-section .has-form {
4604
    background: #111111;
4605
    padding: 0 15px;
4606
    height: 45px;
4607
  }
4608
  /* line 496, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4609
  .top-bar-section ul.right li .dropdown {
4610
    left: auto;
4611
    right: 0;
4612
  }
4613
  /* line 500, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4614
  .top-bar-section ul.right li .dropdown li .dropdown {
4615
    right: 100%;
4616
  }
4617

    
4618
  /* line 510, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4619
  .no-js .top-bar-section ul li:hover > a {
4620
    background: #090909;
4621
    color: white;
4622
  }
4623
  /* line 516, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4624
  .no-js .top-bar-section ul li:active > a {
4625
    background: #090909;
4626
    color: white;
4627
  }
4628
  /* line 524, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4629
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4630
    visibility: visible;
4631
  }
4632
}
4633
@-webkit-keyframes rotate {
4634
  /* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4635
  from {
4636
    -webkit-transform: rotate(0deg);
4637
  }
4638

    
4639
  /* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4640
  to {
4641
    -webkit-transform: rotate(360deg);
4642
  }
4643
}
4644

    
4645
@-moz-keyframes rotate {
4646
  /* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4647
  from {
4648
    -webkit-transform: rotate(0deg);
4649
  }
4650

    
4651
  /* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4652
  to {
4653
    -webkit-transform: rotate(360deg);
4654
  }
4655
}
4656

    
4657
@-o-keyframes rotate {
4658
  /* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4659
  from {
4660
    -webkit-transform: rotate(0deg);
4661
  }
4662

    
4663
  /* line 47, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4664
  to {
4665
    -webkit-transform: rotate(360deg);
4666
  }
4667
}
4668

    
4669
@keyframes rotate {
4670
  /* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4671
  from {
4672
    -webkit-transform: rotate(0deg);
4673
  }
4674

    
4675
  /* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4676
  to {
4677
    -webkit-transform: rotate(360deg);
4678
  }
4679
}
4680

    
4681
/* Orbit Graceful Loading */
4682
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4683
.slideshow-wrapper {
4684
  position: relative;
4685
}
4686
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4687
.slideshow-wrapper ul {
4688
  list-style-type: none;
4689
  margin: 0;
4690
}
4691
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4692
.slideshow-wrapper ul li,
4693
.slideshow-wrapper ul li .orbit-caption {
4694
  display: none;
4695
}
4696
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4697
.slideshow-wrapper ul li:first-child {
4698
  display: block;
4699
}
4700
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4701
.slideshow-wrapper .orbit-container {
4702
  background-color: transparent;
4703
}
4704
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4705
.slideshow-wrapper .orbit-container li {
4706
  display: block;
4707
}
4708
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4709
.slideshow-wrapper .orbit-container li .orbit-caption {
4710
  display: block;
4711
}
4712

    
4713
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4714
.preloader {
4715
  display: block;
4716
  width: 40px;
4717
  height: 40px;
4718
  position: absolute;
4719
  top: 50%;
4720
  left: 50%;
4721
  margin-top: -20px;
4722
  margin-left: -20px;
4723
  border: solid 3px;
4724
  border-color: #555 #fff;
4725
  -webkit-border-radius: 1000px;
4726
  border-radius: 1000px;
4727
  -webkit-animation-name: rotate;
4728
  -webkit-animation-duration: 1.5s;
4729
  -webkit-animation-iteration-count: infinite;
4730
  -webkit-animation-timing-function: linear;
4731
  -moz-animation-name: rotate;
4732
  -moz-animation-duration: 1.5s;
4733
  -moz-animation-iteration-count: infinite;
4734
  -moz-animation-timing-function: linear;
4735
  -o-animation-name: rotate;
4736
  -o-animation-duration: 1.5s;
4737
  -o-animation-iteration-count: infinite;
4738
  -o-animation-timing-function: linear;
4739
  animation-name: rotate;
4740
  animation-duration: 1.5s;
4741
  animation-iteration-count: infinite;
4742
  animation-timing-function: linear;
4743
}
4744

    
4745
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4746
.orbit-container {
4747
  overflow: hidden;
4748
  width: 100%;
4749
  position: relative;
4750
  background: whitesmoke;
4751
}
4752
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4753
.orbit-container .orbit-slides-container {
4754
  list-style: none;
4755
  margin: 0;
4756
  padding: 0;
4757
  position: relative;
4758
}
4759
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4760
.orbit-container .orbit-slides-container img {
4761
  display: block;
4762
  max-width: 100%;
4763
}
4764
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4765
.orbit-container .orbit-slides-container > * {
4766
  position: absolute;
4767
  top: 0;
4768
  width: 100%;
4769
  margin-left: 100%;
4770
}
4771
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4772
.orbit-container .orbit-slides-container > *:first-child {
4773
  margin-left: 0%;
4774
}
4775
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4776
.orbit-container .orbit-slides-container > * .orbit-caption {
4777
  position: absolute;
4778
  bottom: 0;
4779
  background-color: black;
4780
  background-color: rgba(0, 0, 0, 0.6);
4781
  color: white;
4782
  width: 100%;
4783
  padding: 10px 14px;
4784
  font-size: 0.875em;
4785
}
4786
/* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4787
.orbit-container .orbit-slide-number {
4788
  position: absolute;
4789
  top: 10px;
4790
  left: 10px;
4791
  font-size: 12px;
4792
  color: white;
4793
  background: rgba(0, 0, 0, 0);
4794
  z-index: 10;
4795
}
4796
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4797
.orbit-container .orbit-slide-number span {
4798
  font-weight: 700;
4799
  padding: 0.3125em;
4800
}
4801
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4802
.orbit-container .orbit-timer {
4803
  position: absolute;
4804
  top: 10px;
4805
  right: 10px;
4806
  height: 6px;
4807
  width: 100px;
4808
  z-index: 10;
4809
}
4810
/* line 170, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4811
.orbit-container .orbit-timer .orbit-progress {
4812
  height: 100%;
4813
  background-color: black;
4814
  background-color: rgba(0, 0, 0, 0.6);
4815
  display: block;
4816
  width: 0%;
4817
}
4818
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4819
.orbit-container .orbit-timer > span {
4820
  display: none;
4821
  position: absolute;
4822
  top: 10px;
4823
  right: 0px;
4824
  width: 11px;
4825
  height: 14px;
4826
  border: solid 4px #000;
4827
  border-top: none;
4828
  border-bottom: none;
4829
}
4830
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4831
.orbit-container .orbit-timer.paused > span {
4832
  right: -6px;
4833
  top: 9px;
4834
  width: 11px;
4835
  height: 14px;
4836
  border: inset 8px;
4837
  border-right-style: solid;
4838
  border-color: transparent transparent transparent #000;
4839
}
4840
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4841
.orbit-container:hover .orbit-timer > span {
4842
  display: block;
4843
}
4844
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4845
.orbit-container .orbit-prev,
4846
.orbit-container .orbit-next {
4847
  position: absolute;
4848
  top: 50%;
4849
  margin-top: -25px;
4850
  background-color: black;
4851
  background-color: rgba(0, 0, 0, 0.6);
4852
  width: 50px;
4853
  height: 60px;
4854
  line-height: 50px;
4855
  color: white;
4856
  text-indent: -9999px !important;
4857
  z-index: 10;
4858
}
4859
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4860
.orbit-container .orbit-prev > span,
4861
.orbit-container .orbit-next > span {
4862
  position: absolute;
4863
  top: 50%;
4864
  margin-top: -16px;
4865
  display: block;
4866
  width: 0;
4867
  height: 0;
4868
  border: inset 16px;
4869
}
4870
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4871
.orbit-container .orbit-prev {
4872
  left: 0;
4873
}
4874
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4875
.orbit-container .orbit-prev > span {
4876
  border-right-style: solid;
4877
  border-color: transparent;
4878
  border-right-color: #fff;
4879
}
4880
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4881
.orbit-container .orbit-prev:hover > span {
4882
  border-right-color: #ccc;
4883
}
4884
/* line 240, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4885
.orbit-container .orbit-next {
4886
  right: 0;
4887
}
4888
/* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4889
.orbit-container .orbit-next > span {
4890
  border-color: transparent;
4891
  border-left-style: solid;
4892
  border-left-color: #fff;
4893
  left: 50%;
4894
  margin-left: -8px;
4895
}
4896
/* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4897
.orbit-container .orbit-next:hover > span {
4898
  border-left-color: #ccc;
4899
}
4900

    
4901
/* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4902
.orbit-bullets {
4903
  margin: 0 auto 30px auto;
4904
  overflow: hidden;
4905
  position: relative;
4906
  top: 10px;
4907
}
4908
/* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4909
.orbit-bullets li {
4910
  display: block;
4911
  width: 10px;
4912
  height: 10px;
4913
  background: #999999;
4914
  float: left;
4915
  margin-right: 6px;
4916
  border: solid 1px #555555;
4917
  -webkit-border-radius: 1000px;
4918
  border-radius: 1000px;
4919
}
4920
/* line 270, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4921
.orbit-bullets li.active, .orbit-bullets .items-list li .container:hover li.check, .items-list li .container:hover .orbit-bullets li.check {
4922
  background: #555555;
4923
}
4924
/* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4925
.orbit-bullets li:last-child {
4926
  margin-right: 0;
4927
}
4928

    
4929
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4930
.touch .orbit-container .orbit-prev,
4931
.touch .orbit-container .orbit-next {
4932
  display: none;
4933
}
4934
/* line 284, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4935
.touch .orbit-bullets {
4936
  display: none;
4937
}
4938

    
4939
@media only screen and (min-width: 768px) {
4940
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4941
  .touch .orbit-container .orbit-prev,
4942
  .touch .orbit-container .orbit-next {
4943
    display: inherit;
4944
  }
4945
  /* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4946
  .touch .orbit-bullets {
4947
    display: block;
4948
  }
4949
}
4950
@media only screen and (max-width: 768px) {
4951
  /* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4952
  .orbit-stack-on-small .orbit-slides-container {
4953
    height: auto !important;
4954
  }
4955
  /* line 307, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4956
  .orbit-stack-on-small .orbit-slides-container > * {
4957
    position: relative;
4958
    margin-left: 0% !important;
4959
  }
4960
  /* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4961
  .orbit-stack-on-small .orbit-timer,
4962
  .orbit-stack-on-small .orbit-next,
4963
  .orbit-stack-on-small .orbit-prev,
4964
  .orbit-stack-on-small .orbit-bullets {
4965
    display: none;
4966
  }
4967
}
4968
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4969
.reveal-modal-bg {
4970
  position: fixed;
4971
  height: 100%;
4972
  width: 100%;
4973
  background: black;
4974
  background: rgba(0, 0, 0, 0.8);
4975
  z-index: 98;
4976
  display: none;
4977
  top: 0;
4978
  left: 0;
4979
}
4980

    
4981
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4982
.reveal-modal {
4983
  visibility: hidden;
4984
  display: none;
4985
  position: absolute;
4986
  left: 50%;
4987
  z-index: 99;
4988
  height: auto;
4989
  margin-left: -40%;
4990
  width: 80%;
4991
  background-color: white;
4992
  padding: 1.25em;
4993
  border: solid 1px #666666;
4994
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4995
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4996
  top: 50px;
4997
}
4998
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4999
.reveal-modal .column,
5000
.reveal-modal .columns {
5001
  min-width: 0;
5002
}
5003
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5004
.reveal-modal > :first-child {
5005
  margin-top: 0;
5006
}
5007
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5008
.reveal-modal > :last-child {
5009
  margin-bottom: 0;
5010
}
5011
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5012
.reveal-modal .close-reveal-modal {
5013
  font-size: 1.375em;
5014
  line-height: 1;
5015
  position: absolute;
5016
  top: 0.5em;
5017
  right: 0.6875em;
5018
  color: #aaaaaa;
5019
  font-weight: bold;
5020
  cursor: pointer;
5021
}
5022

    
5023
@media only screen and (min-width: 768px) {
5024
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5025
  .reveal-modal {
5026
    padding: 1.875em;
5027
    top: 6.25em;
5028
  }
5029
  /* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5030
  .reveal-modal.tiny {
5031
    margin-left: -15%;
5032
    width: 30%;
5033
  }
5034
  /* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5035
  .reveal-modal.small {
5036
    margin-left: -20%;
5037
    width: 40%;
5038
  }
5039
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5040
  .reveal-modal.medium {
5041
    margin-left: -30%;
5042
    width: 60%;
5043
  }
5044
  /* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5045
  .reveal-modal.large {
5046
    margin-left: -35%;
5047
    width: 70%;
5048
  }
5049
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5050
  .reveal-modal.xlarge {
5051
    margin-left: -47.5%;
5052
    width: 95%;
5053
  }
5054
}
5055
@media print {
5056
  /* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5057
  .reveal-modal {
5058
    background: #fff !important;
5059
  }
5060
}
5061
/* Foundation Joyride */
5062
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5063
.joyride-list {
5064
  display: none;
5065
}
5066

    
5067
/* Default styles for the container */
5068
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5069
.joyride-tip-guide {
5070
  display: none;
5071
  position: absolute;
5072
  background: black;
5073
  color: white;
5074
  z-index: 101;
5075
  top: 0;
5076
  left: 2.5%;
5077
  font-family: inherit;
5078
  font-weight: normal;
5079
  width: 95%;
5080
}
5081

    
5082
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5083
.lt-ie9 .joyride-tip-guide {
5084
  max-width: 800px;
5085
  left: 50%;
5086
  margin-left: -400px;
5087
}
5088

    
5089
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5090
.joyride-content-wrapper {
5091
  width: 100%;
5092
  padding: 1.125em 1.25em 1.5em;
5093
}
5094
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5095
.joyride-content-wrapper .button {
5096
  margin-bottom: 0 !important;
5097
}
5098

    
5099
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
5100
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5101
.joyride-tip-guide .joyride-nub {
5102
  display: block;
5103
  position: absolute;
5104
  left: 22px;
5105
  width: 0;
5106
  height: 0;
5107
  border: inset 14px;
5108
}
5109
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5110
.joyride-tip-guide .joyride-nub.top {
5111
  border-top-style: solid;
5112
  border-color: black;
5113
  border-top-color: transparent !important;
5114
  border-left-color: transparent !important;
5115
  border-right-color: transparent !important;
5116
  top: -28px;
5117
}
5118
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5119
.joyride-tip-guide .joyride-nub.bottom {
5120
  border-bottom-style: solid;
5121
  border-color: black !important;
5122
  border-bottom-color: transparent !important;
5123
  border-left-color: transparent !important;
5124
  border-right-color: transparent !important;
5125
  bottom: -28px;
5126
}
5127
/* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5128
.joyride-tip-guide .joyride-nub.right {
5129
  right: -28px;
5130
}
5131
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5132
.joyride-tip-guide .joyride-nub.left {
5133
  left: -28px;
5134
}
5135

    
5136
/* Typography */
5137
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5138
.joyride-tip-guide h1,
5139
.joyride-tip-guide h2,
5140
.joyride-tip-guide h3,
5141
.joyride-tip-guide h4,
5142
.joyride-tip-guide h5,
5143
.joyride-tip-guide h6 {
5144
  line-height: 1.25;
5145
  margin: 0;
5146
  font-weight: bold;
5147
  color: white;
5148
}
5149

    
5150
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5151
.joyride-tip-guide p {
5152
  margin: 0 0 1.125em 0;
5153
  font-size: 0.875em;
5154
  line-height: 1.3;
5155
}
5156

    
5157
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5158
.joyride-timer-indicator-wrap {
5159
  width: 50px;
5160
  height: 3px;
5161
  border: solid 1px #555555;
5162
  position: absolute;
5163
  right: 1.0625em;
5164
  bottom: 1em;
5165
}
5166

    
5167
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5168
.joyride-timer-indicator {
5169
  display: block;
5170
  width: 0;
5171
  height: inherit;
5172
  background: #666666;
5173
}
5174

    
5175
/* line 136, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5176
.joyride-close-tip {
5177
  position: absolute;
5178
  right: 12px;
5179
  top: 10px;
5180
  color: #777777 !important;
5181
  text-decoration: none;
5182
  font-size: 30px;
5183
  font-weight: normal;
5184
  line-height: .5 !important;
5185
}
5186
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5187
.joyride-close-tip:hover, .joyride-close-tip:focus {
5188
  color: #eee !important;
5189
}
5190

    
5191
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5192
.joyride-modal-bg {
5193
  position: fixed;
5194
  height: 100%;
5195
  width: 100%;
5196
  background: transparent;
5197
  background: rgba(0, 0, 0, 0.5);
5198
  z-index: 100;
5199
  display: none;
5200
  top: 0;
5201
  left: 0;
5202
  cursor: pointer;
5203
}
5204

    
5205
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5206
.joyride-expose-wrapper {
5207
  background-color: #ffffff;
5208
  position: absolute;
5209
  border-radius: 3px;
5210
  z-index: 102;
5211
  -moz-box-shadow: 0px 0px 30px #ffffff;
5212
  -webkit-box-shadow: 0px 0px 15px #ffffff;
5213
  box-shadow: 0px 0px 15px #ffffff;
5214
}
5215

    
5216
/* line 175, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5217
.joyride-expose-cover {
5218
  background: transparent;
5219
  border-radius: 3px;
5220
  position: absolute;
5221
  z-index: 9999;
5222
  top: 0px;
5223
  left: 0px;
5224
}
5225

    
5226
/* Styles for screens that are atleast 768px; */
5227
@media only screen and (min-width: 768px) {
5228
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5229
  .joyride-tip-guide {
5230
    width: 300px;
5231
    left: inherit;
5232
  }
5233
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5234
  .joyride-tip-guide .joyride-nub.bottom {
5235
    border-color: black !important;
5236
    border-bottom-color: transparent !important;
5237
    border-left-color: transparent !important;
5238
    border-right-color: transparent !important;
5239
    bottom: -28px;
5240
  }
5241
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5242
  .joyride-tip-guide .joyride-nub.right {
5243
    border-color: black !important;
5244
    border-top-color: transparent !important;
5245
    border-right-color: transparent !important;
5246
    border-bottom-color: transparent !important;
5247
    top: 22px;
5248
    left: auto;
5249
    right: -28px;
5250
  }
5251
  /* line 204, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5252
  .joyride-tip-guide .joyride-nub.left {
5253
    border-color: black !important;
5254
    border-top-color: transparent !important;
5255
    border-left-color: transparent !important;
5256
    border-bottom-color: transparent !important;
5257
    top: 22px;
5258
    left: -28px;
5259
    right: auto;
5260
  }
5261
}
5262
/* Clearing Styles */
5263
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5264
[data-clearing] {
5265
  *zoom: 1;
5266
  margin-bottom: 0;
5267
  margin-left: 0;
5268
  list-style: none;
5269
}
5270
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5271
[data-clearing]:before, [data-clearing]:after {
5272
  content: " ";
5273
  display: table;
5274
}
5275
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5276
[data-clearing]:after {
5277
  clear: both;
5278
}
5279
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5280
[data-clearing] li {
5281
  float: left;
5282
  margin-right: 10px;
5283
}
5284

    
5285
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5286
.clearing-blackout {
5287
  background: #111111;
5288
  position: fixed;
5289
  width: 100%;
5290
  height: 100%;
5291
  top: 0;
5292
  left: 0;
5293
  z-index: 998;
5294
}
5295
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5296
.clearing-blackout .clearing-close {
5297
  display: block;
5298
}
5299

    
5300
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5301
.clearing-container {
5302
  position: relative;
5303
  z-index: 998;
5304
  height: 100%;
5305
  overflow: hidden;
5306
  margin: 0;
5307
}
5308

    
5309
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5310
.visible-img {
5311
  height: 95%;
5312
  position: relative;
5313
}
5314
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5315
.visible-img img {
5316
  position: absolute;
5317
  left: 50%;
5318
  top: 50%;
5319
  margin-left: -50%;
5320
  max-height: 100%;
5321
  max-width: 100%;
5322
}
5323

    
5324
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5325
.clearing-caption {
5326
  color: white;
5327
  line-height: 1.3;
5328
  margin-bottom: 0;
5329
  text-align: center;
5330
  bottom: 0;
5331
  background: #111111;
5332
  width: 100%;
5333
  padding: 10px 30px;
5334
  position: absolute;
5335
  left: 0;
5336
}
5337

    
5338
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5339
.clearing-close {
5340
  z-index: 999;
5341
  padding-left: 20px;
5342
  padding-top: 10px;
5343
  font-size: 40px;
5344
  line-height: 1;
5345
  color: white;
5346
  display: none;
5347
}
5348
/* line 105, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5349
.clearing-close:hover, .clearing-close:focus {
5350
  color: #ccc;
5351
}
5352

    
5353
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5354
.clearing-assembled .clearing-container {
5355
  height: 100%;
5356
}
5357
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5358
.clearing-assembled .clearing-container .carousel > ul {
5359
  display: none;
5360
}
5361

    
5362
/* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5363
.clearing-feature li {
5364
  display: none;
5365
}
5366
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5367
.clearing-feature li.clearing-featured-img {
5368
  display: block;
5369
}
5370

    
5371
@media only screen and (min-width: 768px) {
5372
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5373
  .clearing-main-prev,
5374
  .clearing-main-next {
5375
    position: absolute;
5376
    height: 100%;
5377
    width: 40px;
5378
    top: 0;
5379
  }
5380
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5381
  .clearing-main-prev > span,
5382
  .clearing-main-next > span {
5383
    position: absolute;
5384
    top: 50%;
5385
    display: block;
5386
    width: 0;
5387
    height: 0;
5388
    border: solid 16px;
5389
  }
5390

    
5391
  /* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5392
  .clearing-main-prev {
5393
    left: 0;
5394
  }
5395
  /* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5396
  .clearing-main-prev > span {
5397
    left: 5px;
5398
    border-color: transparent;
5399
    border-right-color: white;
5400
  }
5401

    
5402
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5403
  .clearing-main-next {
5404
    right: 0;
5405
  }
5406
  /* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5407
  .clearing-main-next > span {
5408
    border-color: transparent;
5409
    border-left-color: white;
5410
  }
5411

    
5412
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5413
  .clearing-main-prev.disabled,
5414
  .clearing-main-next.disabled {
5415
    opacity: 0.5;
5416
  }
5417

    
5418
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5419
  .clearing-assembled .clearing-container .carousel {
5420
    background: #111111;
5421
    height: 150px;
5422
    margin-top: 5px;
5423
  }
5424
  /* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5425
  .clearing-assembled .clearing-container .carousel > ul {
5426
    display: block;
5427
    z-index: 999;
5428
    width: 200%;
5429
    height: 100%;
5430
    margin-left: 0;
5431
    position: relative;
5432
    left: 0;
5433
  }
5434
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5435
  .clearing-assembled .clearing-container .carousel > ul li {
5436
    display: block;
5437
    width: 175px;
5438
    height: inherit;
5439
    padding: 0;
5440
    float: left;
5441
    overflow: hidden;
5442
    margin-right: 1px;
5443
    position: relative;
5444
    cursor: pointer;
5445
    opacity: 0.4;
5446
  }
5447
  /* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5448
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
5449
    min-height: 100%;
5450
    height: 100%;
5451
    max-width: none;
5452
  }
5453
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5454
  .clearing-assembled .clearing-container .carousel > ul li a.th {
5455
    border: none;
5456
    -webkit-box-shadow: none;
5457
    box-shadow: none;
5458
    display: block;
5459
  }
5460
  /* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5461
  .clearing-assembled .clearing-container .carousel > ul li img {
5462
    cursor: pointer !important;
5463
    min-width: 100% !important;
5464
  }
5465
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5466
  .clearing-assembled .clearing-container .carousel > ul li.visible {
5467
    opacity: 1;
5468
  }
5469
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5470
  .clearing-assembled .clearing-container .visible-img {
5471
    background: #111111;
5472
    overflow: hidden;
5473
    height: 75%;
5474
  }
5475

    
5476
  /* line 218, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5477
  .clearing-close {
5478
    position: absolute;
5479
    top: 10px;
5480
    right: 20px;
5481
    padding-left: 0;
5482
    padding-top: 0;
5483
  }
5484
}
5485
/* Foundation Alerts */
5486
/* line 94, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5487
.alert-box {
5488
  border-style: solid;
5489
  border-width: 1px;
5490
  display: block;
5491
  font-weight: bold;
5492
  margin-bottom: 1.25em;
5493
  position: relative;
5494
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
5495
  font-size: 0.875em;
5496
  background-color: #919194;
5497
  border-color: #77777b;
5498
  color: white;
5499
}
5500
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5501
.alert-box .close {
5502
  font-size: 1.375em;
5503
  padding: 5px 4px 4px;
5504
  line-height: 0;
5505
  position: absolute;
5506
  top: 0.4375em;
5507
  right: 0.3125em;
5508
  color: #333333;
5509
  opacity: 0.3;
5510
}
5511
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5512
.alert-box .close:hover, .alert-box .close:focus {
5513
  opacity: 0.5;
5514
}
5515
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5516
.alert-box.radius {
5517
  -webkit-border-radius: 1px;
5518
  border-radius: 1px;
5519
}
5520
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5521
.alert-box.round {
5522
  -webkit-border-radius: 1000px;
5523
  border-radius: 1000px;
5524
}
5525
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5526
.alert-box.success {
5527
  background-color: #00a551;
5528
  border-color: #007238;
5529
  color: white;
5530
}
5531
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5532
.alert-box.alert {
5533
  background-color: #30c79e;
5534
  border-color: #269e7d;
5535
  color: white;
5536
}
5537
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5538
.alert-box.secondary {
5539
  background-color: #30c79e;
5540
  border-color: #269e7d;
5541
  color: white;
5542
}
5543

    
5544
/* Breadcrumbs */
5545
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5546
.breadcrumbs {
5547
  display: block;
5548
  padding: 0 0.875em 0.5625em;
5549
  overflow: hidden;
5550
  margin-left: 0;
5551
  list-style: none;
5552
  border-style: solid;
5553
  border-width: 1px;
5554
  background-color: transparent;
5555
  border-color: transparent;
5556
  -webkit-border-radius: 1px;
5557
  border-radius: 1px;
5558
}
5559
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5560
.breadcrumbs > * {
5561
  margin: 0;
5562
  float: left;
5563
  font-size: inherit;
5564
  text-transform: none;
5565
}
5566
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5567
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
5568
  text-decoration: none;
5569
}
5570
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5571
.breadcrumbs > * a,
5572
.breadcrumbs > * span {
5573
  text-transform: none;
5574
  color: #919194;
5575
}
5576
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5577
.breadcrumbs > *.current {
5578
  cursor: default;
5579
  color: #333333;
5580
}
5581
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5582
.breadcrumbs > *.current a {
5583
  cursor: default;
5584
  color: #333333;
5585
}
5586
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5587
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
5588
  text-decoration: none;
5589
}
5590
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5591
.breadcrumbs > *.unavailable {
5592
  color: #999999;
5593
}
5594
/* line 84, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5595
.breadcrumbs > *.unavailable a {
5596
  color: #999999;
5597
}
5598
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5599
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
5600
.breadcrumbs > *.unavailable a:focus {
5601
  text-decoration: none;
5602
  color: #999999;
5603
  cursor: default;
5604
}
5605
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5606
.breadcrumbs > *:before {
5607
  content: ">";
5608
  color: #aaaaaa;
5609
  margin: 0 0.75em;
5610
  position: relative;
5611
  top: 1px;
5612
}
5613
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5614
.breadcrumbs > *:first-child:before {
5615
  content: " ";
5616
  margin: 0;
5617
}
5618

    
5619
/* Custom Checkbox and Radio Inputs */
5620
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5621
form.custom .hidden-field {
5622
  margin-left: -99999px;
5623
  position: absolute;
5624
  visibility: hidden;
5625
}
5626
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5627
form.custom .custom {
5628
  display: inline-block;
5629
  width: 16px;
5630
  height: 16px;
5631
  position: relative;
5632
  top: -1px;
5633
  /* fix centering issue */
5634
  vertical-align: middle;
5635
  border: solid 1px #cccccc;
5636
  background: white;
5637
}
5638
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5639
form.custom .custom.checkbox {
5640
  -webkit-border-radius: 0px;
5641
  border-radius: 0px;
5642
  padding: -1px;
5643
}
5644
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5645
form.custom .custom.radio {
5646
  -webkit-border-radius: 1000px;
5647
  border-radius: 1000px;
5648
  padding: 3px;
5649
}
5650
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5651
form.custom .custom.checkbox:before {
5652
  content: "";
5653
  display: block;
5654
  font-size: 16px;
5655
  color: white;
5656
}
5657
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5658
form.custom .custom.radio.checked:before {
5659
  content: "";
5660
  display: block;
5661
  width: 8px;
5662
  height: 8px;
5663
  -webkit-border-radius: 1000px;
5664
  border-radius: 1000px;
5665
  background: #222222;
5666
  position: relative;
5667
}
5668
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5669
form.custom .custom.checkbox.checked:before {
5670
  content: "\00d7";
5671
  color: #222222;
5672
  position: absolute;
5673
  top: -50%;
5674
  left: 50%;
5675
  margin-top: 4px;
5676
  margin-left: -5px;
5677
}
5678

    
5679
/* Custom Select Options and Dropdowns */
5680
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5681
form.custom {
5682
  /* Custom input, disabled */
5683
}
5684
/* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5685
form.custom .custom.dropdown {
5686
  display: block;
5687
  position: relative;
5688
  top: 0;
5689
  height: 2.3125em;
5690
  margin-bottom: 1.25em;
5691
  margin-top: 0px;
5692
  padding: 0px;
5693
  width: 100%;
5694
  background: white;
5695
  background: -moz-linear-gradient(top, white 0%, #485057 100%);
5696
  background: -webkit-linear-gradient(top, white 0%, #485057 100%);
5697
  -webkit-box-shadow: none;
5698
  background: linear-gradient(to bottom, #ffffff 0%, #485057 100%);
5699
  box-shadow: none;
5700
  font-size: 0.875em;
5701
  vertical-align: top;
5702
}
5703
/* line 143, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5704
form.custom .custom.dropdown ul {
5705
  overflow-y: auto;
5706
  max-height: 200px;
5707
}
5708
/* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5709
form.custom .custom.dropdown .current {
5710
  cursor: default;
5711
  white-space: nowrap;
5712
  line-height: 2.25em;
5713
  color: rgba(0, 0, 0, 0.75);
5714
  text-decoration: none;
5715
  overflow: hidden;
5716
  display: block;
5717
  margin-left: 0.5em;
5718
  margin-right: 2.3125em;
5719
}
5720
/* line 160, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5721
form.custom .custom.dropdown .selector {
5722
  cursor: default;
5723
  position: absolute;
5724
  width: 2.5em;
5725
  height: 2.3125em;
5726
  display: block;
5727
  right: 0;
5728
  top: 0;
5729
}
5730
/* line 168, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5731
form.custom .custom.dropdown .selector:after {
5732
  content: "";
5733
  display: block;
5734
  content: "";
5735
  display: block;
5736
  width: 0;
5737
  height: 0;
5738
  border: inset 5px;
5739
  border-color: white transparent transparent transparent;
5740
  border-top-style: solid;
5741
  position: absolute;
5742
  left: 0.9375em;
5743
  top: 50%;
5744
  margin-top: -3px;
5745
}
5746
/* line 181, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5747
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
5748
  content: "";
5749
  display: block;
5750
  width: 0;
5751
  height: 0;
5752
  border: inset 5px;
5753
  border-color: white transparent transparent transparent;
5754
  border-top-style: solid;
5755
}
5756
/* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5757
form.custom .custom.dropdown .disabled {
5758
  color: #888888;
5759
}
5760
/* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5761
form.custom .custom.dropdown .disabled:hover {
5762
  background: transparent;
5763
  color: #888888;
5764
}
5765
/* line 190, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5766
form.custom .custom.dropdown .disabled:hover:after {
5767
  display: none;
5768
}
5769
/* line 194, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5770
form.custom .custom.dropdown.open ul {
5771
  display: block;
5772
  z-index: 10;
5773
  min-width: 100%;
5774
  -moz-box-sizing: content-box;
5775
  -webkit-box-sizing: content-box;
5776
  box-sizing: content-box;
5777
}
5778
/* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5779
form.custom .custom.dropdown.small {
5780
  max-width: 134px;
5781
}
5782
/* line 202, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5783
form.custom .custom.dropdown.medium {
5784
  max-width: 254px;
5785
}
5786
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5787
form.custom .custom.dropdown.large {
5788
  max-width: 434px;
5789
}
5790
/* line 204, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5791
form.custom .custom.dropdown.expand {
5792
  width: 100% !important;
5793
}
5794
/* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5795
form.custom .custom.dropdown.open.small ul {
5796
  min-width: 134px;
5797
  -moz-box-sizing: border-box;
5798
  -webkit-box-sizing: border-box;
5799
  box-sizing: border-box;
5800
}
5801
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5802
form.custom .custom.dropdown.open.medium ul {
5803
  min-width: 254px;
5804
  -moz-box-sizing: border-box;
5805
  -webkit-box-sizing: border-box;
5806
  box-sizing: border-box;
5807
}
5808
/* line 208, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5809
form.custom .custom.dropdown.open.large ul {
5810
  min-width: 434px;
5811
  -moz-box-sizing: border-box;
5812
  -webkit-box-sizing: border-box;
5813
  box-sizing: border-box;
5814
}
5815
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5816
form.custom .error .custom.dropdown {
5817
  border-color: #30c79e;
5818
  background-color: rgba(48, 199, 158, 0.1);
5819
  background: rgba(48, 199, 158, 0.1);
5820
  margin-bottom: 0;
5821
}
5822
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_forms.scss */
5823
form.custom .error .custom.dropdown:focus {
5824
  background: #fafafa;
5825
  border-color: #999999;
5826
}
5827
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5828
form.custom .error .custom.dropdown + small.error {
5829
  margin-top: 0;
5830
}
5831
/* line 221, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5832
form.custom .custom.dropdown ul {
5833
  position: absolute;
5834
  width: auto;
5835
  display: none;
5836
  margin: 0;
5837
  left: -1px;
5838
  top: auto;
5839
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
5840
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
5841
  margin: 0;
5842
  padding: 0;
5843
  background: white;
5844
  border: solid 1px #cccccc;
5845
  font-size: 16;
5846
}
5847
/* line 238, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5848
form.custom .custom.dropdown ul li {
5849
  color: #555555;
5850
  font-size: 0.875em;
5851
  cursor: default;
5852
  padding-top: 0.25em;
5853
  padding-bottom: 0.25em;
5854
  padding-left: 0.375em;
5855
  padding-right: 2.375em;
5856
  min-height: 1.5em;
5857
  line-height: 1.5em;
5858
  margin: 0;
5859
  white-space: nowrap;
5860
  list-style: none;
5861
}
5862
/* line 252, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5863
form.custom .custom.dropdown ul li.selected {
5864
  background: #eeeeee;
5865
  color: black;
5866
}
5867
/* line 256, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5868
form.custom .custom.dropdown ul li:hover {
5869
  background-color: #e4e4e4;
5870
  color: black;
5871
}
5872
/* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5873
form.custom .custom.dropdown ul li.selected:hover {
5874
  background: #eeeeee;
5875
  cursor: default;
5876
  color: black;
5877
}
5878
/* line 267, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5879
form.custom .custom.dropdown ul.show {
5880
  display: block;
5881
}
5882
/* line 271, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5883
form.custom .custom.disabled {
5884
  background: #dddddd;
5885
}
5886

    
5887
/* Keystroke Characters */
5888
/* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_keystrokes.scss */
5889
.keystroke,
5890
kbd {
5891
  background-color: #ededed;
5892
  border-color: #dbdbdb;
5893
  color: #222222;
5894
  border-style: solid;
5895
  border-width: 1px;
5896
  margin: 0;
5897
  font-family: "Consolas", "Menlo", "Courier", monospace;
5898
  font-size: 0.875em;
5899
  padding: 0.125em 0.25em 0;
5900
  -webkit-border-radius: 1px;
5901
  border-radius: 1px;
5902
}
5903

    
5904
/* Labels */
5905
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5906
.label {
5907
  font-weight: bold;
5908
  text-align: center;
5909
  text-decoration: none;
5910
  line-height: 1;
5911
  white-space: nowrap;
5912
  display: inline-block;
5913
  position: relative;
5914
  padding: 0.1875em 0.625em 0.25em;
5915
  font-size: 0.875em;
5916
  background-color: #919194;
5917
  color: white;
5918
}
5919
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5920
.label.radius {
5921
  -webkit-border-radius: 1px;
5922
  border-radius: 1px;
5923
}
5924
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5925
.label.round {
5926
  -webkit-border-radius: 1000px;
5927
  border-radius: 1000px;
5928
}
5929
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5930
.label.alert {
5931
  background-color: #30c79e;
5932
  color: white;
5933
}
5934
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5935
.label.success {
5936
  background-color: #00a551;
5937
  color: white;
5938
}
5939
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5940
.label.secondary {
5941
  background-color: #30c79e;
5942
  color: white;
5943
}
5944

    
5945
/* Inline Lists */
5946
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5947
.inline-list {
5948
  margin: 0 auto 1.0625em auto;
5949
  margin-left: -1.375em;
5950
  margin-right: 0;
5951
  padding: 0;
5952
  list-style: none;
5953
  overflow: hidden;
5954
}
5955
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5956
.inline-list > li {
5957
  list-style: none;
5958
  float: left;
5959
  margin-left: 1.375em;
5960
  display: block;
5961
}
5962
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5963
.inline-list > li > * {
5964
  display: block;
5965
}
5966

    
5967
/* Default Pagination */
5968
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5969
ul.pagination {
5970
  display: block;
5971
  height: 1.5em;
5972
  margin-left: -0.3125em;
5973
}
5974
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5975
ul.pagination li {
5976
  height: 1.5em;
5977
  color: #222222;
5978
  font-size: 0.875em;
5979
  margin-left: 0.3125em;
5980
}
5981
/* line 93, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5982
ul.pagination li a {
5983
  display: block;
5984
  padding: 0.0625em 0.4375em 0.0625em;
5985
  color: #999999;
5986
}
5987
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5988
ul.pagination li:hover a,
5989
ul.pagination li a:focus {
5990
  background: #e6e6e6;
5991
}
5992
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5993
ul.pagination li.unavailable a {
5994
  cursor: default;
5995
  color: #999999;
5996
}
5997
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5998
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
5999
  background: transparent;
6000
}
6001
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
6002
ul.pagination li.current a {
6003
  background: #919194;
6004
  color: white;
6005
  font-weight: bold;
6006
  cursor: default;
6007
}
6008
/* line 64, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
6009
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
6010
  background: #919194;
6011
}
6012
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
6013
ul.pagination li {
6014
  float: left;
6015
  display: block;
6016
}
6017

    
6018
/* Pagination centred wrapper */
6019
/* line 133, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
6020
.pagination-centered {
6021
  text-align: center;
6022
}
6023
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
6024
.pagination-centered ul.pagination li {
6025
  float: none;
6026
  display: inline-block;
6027
}
6028

    
6029
/* Panels */
6030
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6031
.panel {
6032
  border-style: solid;
6033
  border-width: 1px;
6034
  border-color: #d9d9d9;
6035
  margin-bottom: 1.25em;
6036
  padding: 1.25em;
6037
  background: #f2f2f2;
6038
}
6039
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6040
.panel > :first-child {
6041
  margin-top: 0;
6042
}
6043
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6044
.panel > :last-child {
6045
  margin-bottom: 0;
6046
}
6047
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6048
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
6049
  color: #333333;
6050
}
6051
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6052
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
6053
  line-height: 1;
6054
  margin-bottom: 0.625em;
6055
}
6056
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6057
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
6058
  line-height: 1.4;
6059
}
6060
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6061
.panel.callout {
6062
  border-style: solid;
6063
  border-width: 1px;
6064
  border-color: #77777b;
6065
  margin-bottom: 1.25em;
6066
  padding: 1.25em;
6067
  background: #919194;
6068
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6069
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6070
}
6071
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6072
.panel.callout > :first-child {
6073
  margin-top: 0;
6074
}
6075
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6076
.panel.callout > :last-child {
6077
  margin-bottom: 0;
6078
}
6079
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6080
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
6081
  color: #333333;
6082
}
6083
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6084
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
6085
  line-height: 1;
6086
  margin-bottom: 0.625em;
6087
}
6088
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6089
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
6090
  line-height: 1.4;
6091
}
6092
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6093
.panel.radius {
6094
  -webkit-border-radius: 1px;
6095
  border-radius: 1px;
6096
}
6097

    
6098
/* Pricing Tables */
6099
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6100
.pricing-table {
6101
  border: solid 1px #dddddd;
6102
  margin-left: 0;
6103
  margin-bottom: 1.25em;
6104
}
6105
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6106
.pricing-table * {
6107
  list-style: none;
6108
  line-height: 1;
6109
}
6110
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6111
.pricing-table .title {
6112
  background-color: #dddddd;
6113
  padding: 0.9375em 1.25em;
6114
  text-align: center;
6115
  color: #333333;
6116
  font-weight: bold;
6117
  font-size: 1em;
6118
}
6119
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6120
.pricing-table .price {
6121
  background-color: #eeeeee;
6122
  padding: 0.9375em 1.25em;
6123
  text-align: center;
6124
  color: #333333;
6125
  font-weight: normal;
6126
  font-size: 1.25em;
6127
}
6128
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6129
.pricing-table .description {
6130
  background-color: white;
6131
  padding: 0.9375em;
6132
  text-align: center;
6133
  color: #777777;
6134
  font-size: 0.75em;
6135
  font-weight: normal;
6136
  line-height: 1.4;
6137
  border-bottom: dotted 1px #dddddd;
6138
}
6139
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6140
.pricing-table .bullet-item {
6141
  background-color: white;
6142
  padding: 0.9375em;
6143
  text-align: center;
6144
  color: #333333;
6145
  font-size: 0.875em;
6146
  font-weight: normal;
6147
  border-bottom: dotted 1px #dddddd;
6148
}
6149
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6150
.pricing-table .cta-button {
6151
  background-color: whitesmoke;
6152
  text-align: center;
6153
  padding: 1.25em 1.25em 0;
6154
}
6155

    
6156
/* Progress Bar */
6157
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6158
.progress {
6159
  background-color: transparent;
6160
  height: 0.9375em;
6161
  border: 1px solid #cccccc;
6162
  padding: 0.125em;
6163
  margin-bottom: 0.625em;
6164
}
6165
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6166
.progress .meter {
6167
  background: #919194;
6168
  height: 100%;
6169
  display: block;
6170
}
6171
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6172
.progress.secondary .meter {
6173
  background: #30c79e;
6174
  height: 100%;
6175
  display: block;
6176
}
6177
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6178
.progress.success .meter {
6179
  background: #00a551;
6180
  height: 100%;
6181
  display: block;
6182
}
6183
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6184
.progress.alert .meter {
6185
  background: #30c79e;
6186
  height: 100%;
6187
  display: block;
6188
}
6189
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6190
.progress.radius {
6191
  -webkit-border-radius: 1px;
6192
  border-radius: 1px;
6193
}
6194
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6195
.progress.radius .meter {
6196
  -webkit-border-radius: 0px;
6197
  border-radius: 0px;
6198
}
6199
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6200
.progress.round {
6201
  -webkit-border-radius: 1000px;
6202
  border-radius: 1000px;
6203
}
6204
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6205
.progress.round .meter {
6206
  -webkit-border-radius: 999px;
6207
  border-radius: 999px;
6208
}
6209

    
6210
/* Side Nav */
6211
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6212
.side-nav {
6213
  display: block;
6214
  margin: 0;
6215
  padding: 0.875em 0;
6216
  list-style-type: none;
6217
  list-style-position: inside;
6218
}
6219
/* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6220
.side-nav li {
6221
  margin: 0 0 0.4375em 0;
6222
  font-size: 0.875em;
6223
}
6224
/* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6225
.side-nav li a {
6226
  display: block;
6227
  color: #919194;
6228
}
6229
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6230
.side-nav li.active > a:first-child, .side-nav .items-list li .container:hover li.check > a:first-child, .items-list li .container:hover .side-nav li.check > a:first-child {
6231
  color: #4d4d4d;
6232
  font-weight: bold;
6233
}
6234
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6235
.side-nav li.divider {
6236
  border-top: 1px solid;
6237
  height: 0;
6238
  padding: 0;
6239
  list-style: none;
6240
  border-top-color: #e6e6e6;
6241
}
6242

    
6243
/* Side Nav */
6244
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6245
.sub-nav {
6246
  display: block;
6247
  width: auto;
6248
  overflow: hidden;
6249
  margin: -0.25em 0 1.125em;
6250
  padding-top: 0.25em;
6251
  margin-right: 0;
6252
  margin-left: -0.5625em;
6253
}
6254
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6255
.sub-nav dt,
6256
.sub-nav dd {
6257
  float: left;
6258
  display: inline;
6259
  margin-left: 0.5625em;
6260
  margin-bottom: 0.625em;
6261
  font-weight: normal;
6262
  font-size: 0.875em;
6263
}
6264
/* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6265
.sub-nav dt a,
6266
.sub-nav dd a {
6267
  color: #999999;
6268
  text-decoration: none;
6269
}
6270
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6271
.sub-nav dt.active a, .sub-nav .items-list li .container:hover dt.check a, .items-list li .container:hover .sub-nav dt.check a,
6272
.sub-nav dd.active a,
6273
.sub-nav .items-list li .container:hover dd.check a,
6274
.items-list li .container:hover .sub-nav dd.check a {
6275
  -webkit-border-radius: 1000px;
6276
  border-radius: 1000px;
6277
  font-weight: bold;
6278
  background: #919194;
6279
  padding: 0.1875em 0.5625em;
6280
  cursor: default;
6281
  color: white;
6282
}
6283

    
6284
/* Foundation Switches */
6285
@media only screen {
6286
  /* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6287
  div.switch {
6288
    position: relative;
6289
    width: 100%;
6290
    padding: 0;
6291
    display: block;
6292
    overflow: hidden;
6293
    border-style: solid;
6294
    border-width: 1px;
6295
    margin-bottom: 1.25em;
6296
    -webkit-animation: webkitSiblingBugfix infinite 1s;
6297
    height: 36px;
6298
    background: white;
6299
    border-color: #cccccc;
6300
  }
6301
  /* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6302
  div.switch label {
6303
    position: relative;
6304
    left: 0;
6305
    z-index: 2;
6306
    float: left;
6307
    width: 50%;
6308
    height: 100%;
6309
    margin: 0;
6310
    font-weight: bold;
6311
    text-align: left;
6312
    -webkit-transition: all 0.1s ease-out;
6313
    -moz-transition: all 0.1s ease-out;
6314
    transition: all 0.1s ease-out;
6315
  }
6316
  /* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6317
  div.switch input {
6318
    position: absolute;
6319
    z-index: 3;
6320
    opacity: 0;
6321
    width: 100%;
6322
    height: 100%;
6323
    -moz-appearance: none;
6324
  }
6325
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6326
  div.switch input:hover, div.switch input:focus {
6327
    cursor: pointer;
6328
  }
6329
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6330
  div.switch span:last-child {
6331
    position: absolute;
6332
    top: -1px;
6333
    left: -1px;
6334
    z-index: 1;
6335
    display: block;
6336
    padding: 0;
6337
    border-width: 1px;
6338
    border-style: solid;
6339
    -webkit-transition: all 0.1s ease-out;
6340
    -moz-transition: all 0.1s ease-out;
6341
    transition: all 0.1s ease-out;
6342
  }
6343
  /* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6344
  div.switch input:not(:checked) + label {
6345
    opacity: 0;
6346
  }
6347
  /* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6348
  div.switch input:checked {
6349
    display: none !important;
6350
  }
6351
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6352
  div.switch input {
6353
    left: 0;
6354
    display: block !important;
6355
  }
6356
  /* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6357
  div.switch input:first-of-type + label,
6358
  div.switch input:first-of-type + span + label {
6359
    left: -50%;
6360
  }
6361
  /* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6362
  div.switch input:first-of-type:checked + label,
6363
  div.switch input:first-of-type:checked + span + label {
6364
    left: 0%;
6365
  }
6366
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6367
  div.switch input:last-of-type + label,
6368
  div.switch input:last-of-type + span + label {
6369
    right: -50%;
6370
    left: auto;
6371
    text-align: right;
6372
  }
6373
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6374
  div.switch input:last-of-type:checked + label,
6375
  div.switch input:last-of-type:checked + span + label {
6376
    right: 0%;
6377
    left: auto;
6378
  }
6379
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6380
  div.switch span.custom {
6381
    display: none !important;
6382
  }
6383
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6384
  form.custom div.switch .hidden-field {
6385
    margin-left: auto;
6386
    position: absolute;
6387
    visibility: visible;
6388
  }
6389
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6390
  div.switch label {
6391
    padding: 0 0.375em;
6392
    line-height: 2.3em;
6393
    font-size: 0.875em;
6394
  }
6395
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6396
  div.switch input:first-of-type:checked ~ span:last-child {
6397
    left: 100%;
6398
    margin-left: -2.1875em;
6399
  }
6400
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6401
  div.switch span:last-child {
6402
    width: 2.25em;
6403
    height: 2.25em;
6404
  }
6405
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6406
  div.switch span:last-child {
6407
    border-color: #b3b3b3;
6408
    background: white;
6409
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
6410
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
6411
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
6412
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #a5ffd1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
6413
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #a5ffd1, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
6414
  }
6415
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6416
  div.switch:hover span:last-child, div.switch:focus span:last-child {
6417
    background: white;
6418
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
6419
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
6420
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
6421
  }
6422
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6423
  div.switch:active {
6424
    background: transparent;
6425
  }
6426
  /* line 238, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6427
  div.switch.large {
6428
    height: 44px;
6429
  }
6430
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6431
  div.switch.large label {
6432
    padding: 0 0.375em;
6433
    line-height: 2.3em;
6434
    font-size: 1.0625em;
6435
  }
6436
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6437
  div.switch.large input:first-of-type:checked ~ span:last-child {
6438
    left: 100%;
6439
    margin-left: -2.6875em;
6440
  }
6441
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6442
  div.switch.large span:last-child {
6443
    width: 2.75em;
6444
    height: 2.75em;
6445
  }
6446
  /* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6447
  div.switch.small {
6448
    height: 28px;
6449
  }
6450
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6451
  div.switch.small label {
6452
    padding: 0 0.375em;
6453
    line-height: 2.1em;
6454
    font-size: 0.75em;
6455
  }
6456
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6457
  div.switch.small input:first-of-type:checked ~ span:last-child {
6458
    left: 100%;
6459
    margin-left: -1.6875em;
6460
  }
6461
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6462
  div.switch.small span:last-child {
6463
    width: 1.75em;
6464
    height: 1.75em;
6465
  }
6466
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6467
  div.switch.tiny {
6468
    height: 22px;
6469
  }
6470
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6471
  div.switch.tiny label {
6472
    padding: 0 0.375em;
6473
    line-height: 1.9em;
6474
    font-size: 0.6875em;
6475
  }
6476
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6477
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
6478
    left: 100%;
6479
    margin-left: -1.3125em;
6480
  }
6481
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6482
  div.switch.tiny span:last-child {
6483
    width: 1.375em;
6484
    height: 1.375em;
6485
  }
6486
  /* line 247, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6487
  div.switch.radius {
6488
    -webkit-border-radius: 4px;
6489
    border-radius: 4px;
6490
  }
6491
  /* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6492
  div.switch.radius span:last-child {
6493
    -webkit-border-radius: 3px;
6494
    border-radius: 3px;
6495
  }
6496
  /* line 252, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6497
  div.switch.round {
6498
    -webkit-border-radius: 1000px;
6499
    border-radius: 1000px;
6500
  }
6501
  /* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6502
  div.switch.round span:last-child {
6503
    -webkit-border-radius: 999px;
6504
    border-radius: 999px;
6505
  }
6506
  /* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6507
  div.switch.round label {
6508
    padding: 0 0.5625em;
6509
  }
6510

    
6511
  @-webkit-keyframes webkitSiblingBugfix {
6512
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6513
    from {
6514
      position: relative;
6515
    }
6516

    
6517
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6518
    to {
6519
      position: relative;
6520
    }
6521
}
6522
}
6523
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6524
[data-magellan-expedition] {
6525
  background: white;
6526
  z-index: 50;
6527
  min-width: 100%;
6528
  padding: 10px;
6529
}
6530
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6531
[data-magellan-expedition] .sub-nav {
6532
  margin-bottom: 0;
6533
}
6534
/* line 19, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6535
[data-magellan-expedition] .sub-nav dd {
6536
  margin-bottom: 0;
6537
}
6538

    
6539
/* Tables */
6540
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6541
table {
6542
  background: white;
6543
  margin-bottom: 1.25em;
6544
  border: solid 1px #dddddd;
6545
}
6546
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6547
table thead,
6548
table tfoot {
6549
  background: whitesmoke;
6550
  font-weight: bold;
6551
}
6552
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6553
table thead tr th,
6554
table thead tr td,
6555
table tfoot tr th,
6556
table tfoot tr td {
6557
  padding: 0.5em 0.625em 0.625em;
6558
  font-size: 0.875em;
6559
  color: #222222;
6560
  text-align: left;
6561
}
6562
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6563
table tr th,
6564
table tr td {
6565
  padding: 0.5625em 0.625em;
6566
  font-size: 0.875em;
6567
  color: #222222;
6568
}
6569
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6570
table tr.even, table tr.alt, table tr:nth-of-type(even) {
6571
  background: #f9f9f9;
6572
}
6573
/* line 74, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6574
table thead tr th,
6575
table tfoot tr th,
6576
table tbody tr td,
6577
table tr td,
6578
table tfoot tr td {
6579
  display: table-cell;
6580
  line-height: 1.125em;
6581
}
6582

    
6583
/* Image Thumbnails */
6584
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6585
.th {
6586
  line-height: 0;
6587
  display: inline-block;
6588
  border: solid 4px white;
6589
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6590
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6591
  -webkit-transition: all 200ms ease-out;
6592
  -moz-transition: all 200ms ease-out;
6593
  transition: all 200ms ease-out;
6594
}
6595
/* line 32, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6596
.th:hover, .th:focus {
6597
  -webkit-box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6598
  box-shadow: 0 0 6px 1px rgba(145, 145, 148, 0.5);
6599
}
6600
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6601
.th.radius {
6602
  -webkit-border-radius: 1px;
6603
  border-radius: 1px;
6604
}
6605

    
6606
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6607
a.th {
6608
  display: inline-block;
6609
}
6610

    
6611
/* Tooltips */
6612
/* line 29, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6613
.has-tip {
6614
  border-bottom: 0 none;
6615
  cursor: inherit;
6616
  font-weight: bold;
6617
  color: #333333;
6618
}
6619
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6620
.has-tip:hover, .has-tip:focus {
6621
  border-bottom: none;
6622
  color: #919194;
6623
}
6624
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6625
.has-tip.tip-left, .has-tip.tip-right {
6626
  float: none !important;
6627
}
6628

    
6629
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6630
.tooltip {
6631
  display: none;
6632
  position: absolute;
6633
  z-index: 999;
6634
  font-weight: normal;
6635
  font-size: 0.9375em;
6636
  line-height: 1.3;
6637
  padding: 0.25em 0.625em;
6638
  max-width: 85%;
6639
  left: 50%;
6640
  width: 100%;
6641
  color: white;
6642
  background: #1a1a1a;
6643
  -webkit-border-radius: 1px;
6644
  border-radius: 1px;
6645
}
6646
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6647
.tooltip > .nub {
6648
  display: block;
6649
  left: 5px;
6650
  position: absolute;
6651
  width: 0;
6652
  height: 0;
6653
  border: solid 5px;
6654
  border-color: transparent transparent #1a1a1a transparent;
6655
  top: -10px;
6656
}
6657
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6658
.tooltip.opened {
6659
  color: #919194 !important;
6660
  border-bottom: none !important;
6661
}
6662

    
6663
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6664
.tap-to-close {
6665
  display: block;
6666
  font-size: 0.625em;
6667
  color: #888888;
6668
  font-weight: normal;
6669
}
6670

    
6671
@media only screen and (min-width: 768px) {
6672
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6673
  .tooltip > .nub {
6674
    border-color: transparent transparent #1a1a1a transparent;
6675
    top: -10px;
6676
  }
6677
  /* line 90, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6678
  .tooltip.tip-top > .nub {
6679
    border-color: #1a1a1a transparent transparent transparent;
6680
    top: auto;
6681
    bottom: -10px;
6682
  }
6683
  /* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6684
  .tooltip.tip-left, .tooltip.tip-right {
6685
    float: none !important;
6686
  }
6687
  /* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6688
  .tooltip.tip-left > .nub {
6689
    border-color: transparent transparent transparent #1a1a1a;
6690
    right: -10px;
6691
    left: auto;
6692
    top: 50%;
6693
    margin-top: -5px;
6694
  }
6695
  /* line 106, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6696
  .tooltip.tip-right > .nub {
6697
    border-color: transparent #1a1a1a transparent transparent;
6698
    right: auto;
6699
    left: -10px;
6700
    top: 50%;
6701
    margin-top: -5px;
6702
  }
6703
}
6704
@media only screen and (max-width: 767px) {
6705
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6706
  .f-dropdown {
6707
    max-width: 100%;
6708
    left: 0;
6709
  }
6710
}
6711
/* Foundation Dropdowns */
6712
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6713
.f-dropdown {
6714
  position: absolute;
6715
  top: -9999px;
6716
  list-style: none;
6717
  margin-left: 0;
6718
  width: 100%;
6719
  max-height: none;
6720
  height: auto;
6721
  background: white;
6722
  border: solid 1px #cccccc;
6723
  font-size: 16;
6724
  z-index: 99;
6725
  margin-top: 2px;
6726
  max-width: 200px;
6727
}
6728
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6729
.f-dropdown > *:first-child {
6730
  margin-top: 0;
6731
}
6732
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6733
.f-dropdown > *:last-child {
6734
  margin-bottom: 0;
6735
}
6736
/* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6737
.f-dropdown:before {
6738
  content: "";
6739
  display: block;
6740
  width: 0;
6741
  height: 0;
6742
  border: inset 6px;
6743
  border-color: transparent transparent white transparent;
6744
  border-bottom-style: solid;
6745
  position: absolute;
6746
  top: -12px;
6747
  left: 10px;
6748
  z-index: 99;
6749
}
6750
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6751
.f-dropdown:after {
6752
  content: "";
6753
  display: block;
6754
  width: 0;
6755
  height: 0;
6756
  border: inset 7px;
6757
  border-color: transparent transparent #cccccc transparent;
6758
  border-bottom-style: solid;
6759
  position: absolute;
6760
  top: -14px;
6761
  left: 9px;
6762
  z-index: 98;
6763
}
6764
/* line 91, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6765
.f-dropdown.right:before {
6766
  left: auto;
6767
  right: 10px;
6768
}
6769
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6770
.f-dropdown.right:after {
6771
  left: auto;
6772
  right: 9px;
6773
}
6774
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6775
.f-dropdown li {
6776
  font-size: 0.875em;
6777
  cursor: pointer;
6778
  line-height: 1.125em;
6779
  margin: 0;
6780
}
6781
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6782
.f-dropdown li:hover, .f-dropdown li:focus {
6783
  background: #eeeeee;
6784
}
6785
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6786
.f-dropdown li a {
6787
  display: block;
6788
  padding: 0.3125em 0.625em;
6789
  color: #555555;
6790
}
6791
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6792
.f-dropdown.content {
6793
  position: absolute;
6794
  top: -9999px;
6795
  list-style: none;
6796
  margin-left: 0;
6797
  padding: 1.25em;
6798
  width: 100%;
6799
  height: auto;
6800
  max-height: none;
6801
  background: white;
6802
  border: solid 1px #cccccc;
6803
  font-size: 16;
6804
  z-index: 99;
6805
  max-width: 200px;
6806
}
6807
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6808
.f-dropdown.content > *:first-child {
6809
  margin-top: 0;
6810
}
6811
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6812
.f-dropdown.content > *:last-child {
6813
  margin-bottom: 0;
6814
}
6815
/* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6816
.f-dropdown.tiny {
6817
  max-width: 200px;
6818
}
6819
/* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6820
.f-dropdown.small {
6821
  max-width: 300px;
6822
}
6823
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6824
.f-dropdown.medium {
6825
  max-width: 500px;
6826
}
6827
/* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6828
.f-dropdown.large {
6829
  max-width: 800px;
6830
}
6831

    
6832
/* Table of Contents
6833

6834
  - Clearfix
6835
  - Mixins
6836
  - Buttons and Links
6837
  - Layout 
6838
  - Header
6839
  - Actions Bar
6840
  - Icon Navigation
6841
  - Top Info
6842
  - Progress Bar
6843
  - Responsive
6844

6845
 */
6846
/* Clearfix -------------------------------------------- */
6847
/* line 18, ../sass/_common.scss */
6848
.clearfix, .storage .files li, .wizard .middle .step .os li, .wizard .middle .step .os li .details dl, .wizard .middle .step .flavor li .title, .wizard .middle .step .flavor li .options-bar {
6849
  zoom: 1;
6850
}
6851
/* line 20, ../sass/_common.scss */
6852
.clearfix:before, .storage .files li:before, .wizard .middle .step .os li:before, .wizard .middle .step .os li .details dl:before, .wizard .middle .step .flavor li .title:before, .wizard .middle .step .flavor li .options-bar:before, .clearfix:after, .storage .files li:after, .wizard .middle .step .os li:after, .wizard .middle .step .os li .details dl:after, .wizard .middle .step .flavor li .title:after, .wizard .middle .step .flavor li .options-bar:after {
6853
  content: "\0020";
6854
  display: block;
6855
  height: 0;
6856
  overflow: hidden;
6857
}
6858
/* line 26, ../sass/_common.scss */
6859
.clearfix:after, .storage .files li:after, .wizard .middle .step .os li:after, .wizard .middle .step .os li .details dl:after, .wizard .middle .step .flavor li .title:after, .wizard .middle .step .flavor li .options-bar:after {
6860
  clear: both;
6861
}
6862

    
6863
/* Mixins ----------------------------------------------- */
6864
/* Circle and Tags ----------------------------------------------- */
6865
/* line 73, ../sass/_common.scss */
6866
.circle, .tags a, .tag-demo, .advanced-conf-step #color {
6867
  display: inline-block;
6868
  -webkit-border-radius: 999px;
6869
  -moz-border-radius: 999px;
6870
  border-radius: 999px;
6871
  behavior: url(PIE.htc);
6872
}
6873

    
6874
/* line 81, ../sass/_common.scss */
6875
.tags {
6876
  text-align: center;
6877
}
6878
/* line 83, ../sass/_common.scss */
6879
.tags a {
6880
  width: 12px;
6881
  height: 12px;
6882
  margin: 0 3px;
6883
}
6884
/* line 88, ../sass/_common.scss */
6885
.tags a.tag1 {
6886
  background-color: #30c79e;
6887
}
6888
/* line 89, ../sass/_common.scss */
6889
.tags a.tag2 {
6890
  background-color: #30c79e;
6891
}
6892
/* line 90, ../sass/_common.scss */
6893
.tags a.tag3 {
6894
  background-color: #00a551;
6895
}
6896

    
6897
/* line 94, ../sass/_common.scss */
6898
.tag-demo, .advanced-conf-step #color {
6899
  width: 22px;
6900
  height: 22px;
6901
  position: relative;
6902
  bottom: -5px;
6903
  margin-right: 20px;
6904
}
6905
/* line 101, ../sass/_common.scss */
6906
.tag-demo.tag4, .advanced-conf-step .tag4#color {
6907
  background-color: #ff5e4d;
6908
}
6909
/* line 102, ../sass/_common.scss */
6910
.tag-demo.tag5, .advanced-conf-step .tag5#color {
6911
  background-color: #25bfda;
6912
}
6913
/* line 103, ../sass/_common.scss */
6914
.tag-demo.tag6, .advanced-conf-step .tag6#color {
6915
  background-color: #fbf7c5;
6916
}
6917
/* line 104, ../sass/_common.scss */
6918
.tag-demo.tag7, .advanced-conf-step .tag7#color {
6919
  background-color: #83a697;
6920
}
6921

    
6922
/* Buttons and Links ----------------------------------------------- */
6923
/* line 112, ../sass/_common.scss */
6924
a {
6925
  color: #30c79e;
6926
}
6927
/* line 114, ../sass/_common.scss */
6928
a:hover {
6929
  color: #30c79e;
6930
  -webkit-transition: background 300ms ease-out;
6931
  -moz-transition: background 300ms ease-out;
6932
  -ms-transition: background 300ms ease-out;
6933
  -o-transition: background 300ms ease-out;
6934
  transition: background 300ms ease-out;
6935
}
6936

    
6937
/* line 122, ../sass/_common.scss */
6938
.more a .snf-checkbox-checked, .more a .snf-checkbox-unchecked {
6939
  color: #ff948c;
6940
}
6941

    
6942
/* line 126, ../sass/_common.scss */
6943
.btn1, .btn2, .btn3, .upload-widget .btns a, .btn4, .btn-img, .new-btn a, .details .top .actions ul li a {
6944
  border: 1px solid #919194;
6945
  color: #919194;
6946
  display: inline-block;
6947
  padding: 10px 20px;
6948
  line-height: 1em;
6949
  text-align: center;
6950
}
6951
/* line 135, ../sass/_common.scss */
6952
.btn1:hover, .btn2:hover, .btn3:hover, .upload-widget .btns a:hover, .btn4:hover, .btn-img:hover, .new-btn a:hover, .details .top .actions ul li a:hover, .btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current, .btn1:focus, .btn2:focus, .btn3:focus, .upload-widget .btns a:focus, .btn4:focus, .btn-img:focus, .new-btn a:focus, .details .top .actions ul li a:focus {
6953
  border-color: #30c79e;
6954
  background: #30c79e;
6955
  color: #fff;
6956
}
6957
/* line 140, ../sass/_common.scss */
6958
.btn1.current, .current.btn2, .current.btn3, .upload-widget .btns a.current, .current.btn4, .current.btn-img, .new-btn a.current, .details .top .actions ul li a.current {
6959
  cursor: default;
6960
}
6961

    
6962
/* line 145, ../sass/_common.scss */
6963
.btn2 {
6964
  color: #30c79e;
6965
  background: #fff;
6966
  border-color: #30c79e;
6967
}
6968
/* line 152, ../sass/_common.scss */
6969
.btn2:hover, .btn2.current, .btn2:focus {
6970
  background: transparent;
6971
  border-color: #fff;
6972
}
6973

    
6974
/* line 158, ../sass/_common.scss */
6975
.btn3, .upload-widget .btns a {
6976
  color: #fff;
6977
  border-color: #fff;
6978
}
6979
/* line 164, ../sass/_common.scss */
6980
.btn3:hover, .upload-widget .btns a:hover, .btn3.current, .upload-widget .btns a.current, .btn3:focus, .upload-widget .btns a:focus {
6981
  color: #30c79e;
6982
  background: #fff;
6983
  border-color: #fff;
6984
}
6985

    
6986
/* line 171, ../sass/_common.scss */
6987
.btn4 {
6988
  color: #fff;
6989
  border-color: #fff;
6990
  background: #30c79e;
6991
}
6992
/* line 178, ../sass/_common.scss */
6993
.btn4:hover, .btn4.current, .btn4:focus {
6994
  color: #30c79e;
6995
  border-color: #30c79e;
6996
  background: #fff;
6997
}
6998

    
6999
/* line 185, ../sass/_common.scss */
7000
.btn5, .wizard .middle .step .os li .btn-col a, .wizard .middle .step .flavor li .options-bar .options li a {
7001
  border: 1px solid white;
7002
  color: white;
7003
  display: inline-block;
7004
  padding: 0 20px;
7005
  line-height: 28px;
7006
  height: 30px;
7007
  text-align: center;
7008
  font-size: 0.75em;
7009
}
7010
/* line 195, ../sass/_common.scss */
7011
.btn5:hover, .wizard .middle .step .os li .btn-col a:hover, .wizard .middle .step .flavor li .options-bar .options li a:hover, .btn5:focus, .wizard .middle .step .os li .btn-col a:focus, .wizard .middle .step .flavor li .options-bar .options li a:focus {
7012
  border-width: 2px;
7013
  line-height: 26px;
7014
  padding: 0 19px;
7015
}
7016
/* line 200, ../sass/_common.scss */
7017
.btn5.current, .wizard .middle .step .os li .btn-col a.current, .wizard .middle .step .flavor li .options-bar .options li a.current {
7018
  background: white;
7019
  color: #30c79e;
7020
}
7021

    
7022
/* line 206, ../sass/_common.scss */
7023
.btn-img {
7024
  border-color: #30c79e;
7025
}
7026
/* line 210, ../sass/_common.scss */
7027
.btn-img:hover, .btn-img:focus {
7028
  background: transparent;
7029
}
7030
/* line 214, ../sass/_common.scss */
7031
.btn-img a img, .btn-img a span {
7032
  margin-left: 5px;
7033
}
7034

    
7035
/* Layout ----------------------------------------------- */
7036
/* line 222, ../sass/_common.scss */
7037
html, body {
7038
  height: 100%;
7039
}
7040

    
7041
/* line 226, ../sass/_common.scss */
7042
body {
7043
  padding-top: 130px;
7044
}
7045

    
7046
/* line 230, ../sass/_common.scss */
7047
.overlay-wrapper {
7048
  min-height: 100%;
7049
}
7050

    
7051
/* line 234, ../sass/_common.scss */
7052
.lt-sidebar {
7053
  width: 250px;
7054
  float: left;
7055
}
7056
/* line 237, ../sass/_common.scss */
7057
.lt-sidebar.nav {
7058
  margin-top: 0;
7059
  font-size: 1em;
7060
  overflow: auto;
7061
}
7062
/* line 242, ../sass/_common.scss */
7063
.lt-sidebar + .main {
7064
  overflow: hidden;
7065
}
7066

    
7067
/* line 247, ../sass/_common.scss */
7068
.main {
7069
  padding: 0 40px;
7070
  overflow: hidden;
7071
}
7072

    
7073
/* line 253, ../sass/_common.scss */
7074
.row {
7075
  padding: 0 70px;
7076
}
7077

    
7078
/* Header ----------------------------------------------- */
7079
/* line 259, ../sass/_common.scss */
7080
.header {
7081
  position: fixed;
7082
  top: 0;
7083
  left: 0;
7084
  right: 0;
7085
  width: 100%;
7086
  height: 80px;
7087
  line-height: 80px;
7088
  padding: 0 0.9375em;
7089
  border-bottom: 1px solid #919194;
7090
  background: white;
7091
  z-index: 100;
7092
}
7093
/* line 271, ../sass/_common.scss */
7094
.header .icons-nav {
7095
  position: absolute;
7096
  left: 0.625em;
7097
  height: 80px;
7098
  line-height: 80px;
7099
  top: 0;
7100
}
7101
/* line 277, ../sass/_common.scss */
7102
.header .icons-nav li {
7103
  line-height: 80px;
7104
}
7105
/* line 281, ../sass/_common.scss */
7106
.header .logo {
7107
  text-align: center;
7108
}
7109
/* line 283, ../sass/_common.scss */
7110
.header .logo a {
7111
  position: relative;
7112
  top: -5px;
7113
}
7114
/* line 286, ../sass/_common.scss */
7115
.header .logo a:focus {
7116
  border: 1px solid #30c79e;
7117
  padding: 10px;
7118
}
7119
/* line 291, ../sass/_common.scss */
7120
.header .logo img {
7121
  max-height: 30px;
7122
}
7123
/* line 294, ../sass/_common.scss */
7124
.header .logo h2 {
7125
  display: none;
7126
  margin: 0;
7127
  font-size: 1em;
7128
  color: #919194;
7129
  font-weight: normal;
7130
}
7131
/* line 302, ../sass/_common.scss */
7132
.header .login {
7133
  position: absolute;
7134
  top: 0;
7135
  right: 0.9375em;
7136
  height: 80px;
7137
  line-height: 80px;
7138
  font-size: 1.625em;
7139
}
7140

    
7141
/* Actions Bar ----------------------------------------------- */
7142
/* line 315, ../sass/_common.scss */
7143
.actions-bar {
7144
  position: fixed;
7145
  left: 0;
7146
  top: 80px;
7147
  width: 100%;
7148
  z-index: 15;
7149
  text-align: center;
7150
  height: 50px;
7151
  line-height: 50px;
7152
  background: white;
7153
  border-bottom: 1px solid #919194;
7154
}
7155
/* line 326, ../sass/_common.scss */
7156
.actions-bar .row {
7157
  position: relative;
7158
  height: 50px;
7159
}
7160
/* line 330, ../sass/_common.scss */
7161
.actions-bar ul {
7162
  margin: 0;
7163
}
7164
/* line 332, ../sass/_common.scss */
7165
.actions-bar ul li {
7166
  list-style: none outside none;
7167
  display: inline-block;
7168
  line-height: 50px;
7169
}
7170
/* line 336, ../sass/_common.scss */
7171
.actions-bar ul li a {
7172
  display: block;
7173
  color: #dfdfdf;
7174
  width: 100%;
7175
  padding: 0 20px;
7176
  border: 1px solid transparent;
7177
}
7178
/* line 342, ../sass/_common.scss */
7179
.actions-bar ul li a.active, .actions-bar ul .items-list li .container:hover a.check, .items-list .actions-bar ul li .container:hover a.check {
7180
  color: #919194;
7181
}
7182
/* line 344, ../sass/_common.scss */
7183
.actions-bar ul li a.active:hover, .actions-bar ul .items-list li .container:hover a.check:hover, .items-list .actions-bar ul li .container:hover a.check:hover {
7184
  color: #30c79e;
7185
  cursor: pointer;
7186
}
7187
/* line 349, ../sass/_common.scss */
7188
.actions-bar ul li a:hover {
7189
  cursor: default;
7190
}
7191

    
7192
/* line 357, ../sass/_common.scss */
7193
.new-btn {
7194
  position: absolute;
7195
  left: 0.9375em;
7196
  bottom: 0;
7197
  height: 50px;
7198
}
7199
/* line 364, ../sass/_common.scss */
7200
.new-btn a span {
7201
  font-size: 1.25em;
7202
}
7203

    
7204
/* Icons Navigation ----------------------------------------------- */
7205
/* line 372, ../sass/_common.scss */
7206
.icons-nav {
7207
  margin: 0;
7208
  padding: 0;
7209
}
7210
/* line 374, ../sass/_common.scss */
7211
.icons-nav li {
7212
  display: inline-block;
7213
  margin: 0 0.3125em;
7214
  font-size: 1.625em;
7215
  line-height: 1em;
7216
  padding-bottom: 5px;
7217
  width: 30px;
7218
  text-align: center;
7219
  overflow: hidden;
7220
}
7221
/* line 383, ../sass/_common.scss */
7222
.icons-nav li a {
7223
  color: #1a1a1a;
7224
}
7225
/* line 385, ../sass/_common.scss */
7226
.icons-nav li a:hover, .icons-nav li a.current {
7227
  color: #30c79e;
7228
}
7229

    
7230
/* Top info  ----------------------------------------------- */
7231
/* line 398, ../sass/_common.scss */
7232
.top-info {
7233
  padding: 50px 100px;
7234
  position: relative;
7235
  z-index: 10;
7236
  display: none;
7237
}
7238
/* line 403, ../sass/_common.scss */
7239
.top-info .close {
7240
  position: absolute;
7241
  right: 0.9375em;
7242
  top: 50px;
7243
  background: url("../images/info-close.png") no-repeat center center;
7244
  width: 31px;
7245
  height: 30px;
7246
  display: inline-block;
7247
  text-indent: -2000px;
7248
  overflow: hidden;
7249
}
7250

    
7251
/* line 412, ../sass/_common.scss */
7252
.info.error {
7253
  background: #ff5c58;
7254
  color: #fff;
7255
}
7256

    
7257
/* line 418, ../sass/_common.scss */
7258
.info.alert {
7259
  background: #30c79e;
7260
  color: #fff;
7261
}
7262

    
7263
/* line 423, ../sass/_common.scss */
7264
.info.warning {
7265
  background: #919194;
7266
  color: #fff;
7267
}
7268

    
7269
/* line 428, ../sass/_common.scss */
7270
.info.success {
7271
  background: #00a551;
7272
  color: #fff;
7273
}
7274

    
7275
/* line 433, ../sass/_common.scss */
7276
.border-bottom-style1 {
7277
  padding-bottom: 20px;
7278
  margin-bottom: 20px;
7279
  border-bottom: 1px dashed #919194;
7280
}
7281

    
7282
/* Progress Bar ----------------------------------------------- */
7283
/* line 442, ../sass/_common.scss */
7284
.progress-bar {
7285
  position: fixed;
7286
  bottom: 0;
7287
  left: 0;
7288
  border-top: 1px solid #30c79e;
7289
  width: 100%;
7290
  background: #fff;
7291
  padding: 20px 0 20px 310px;
7292
  color: #919194;
7293
}
7294
/* line 451, ../sass/_common.scss */
7295
.progress-bar span.counter {
7296
  display: inline-block;
7297
  margin-right: 20px;
7298
  float: left;
7299
}
7300
/* line 456, ../sass/_common.scss */
7301
.progress-bar div.progress-wrap {
7302
  display: inline-block;
7303
  float: left;
7304
  width: 40%;
7305
  margin-right: 60px;
7306
}
7307
/* line 461, ../sass/_common.scss */
7308
.progress-bar div.progress-wrap .progress {
7309
  position: relative;
7310
  top: 2px;
7311
}
7312
/* line 466, ../sass/_common.scss */
7313
.progress-bar span.more {
7314
  display: inline-block;
7315
}
7316

    
7317
/* Responive ------------------------------------------------ */
7318
@media only screen and (max-width: 768px) {
7319
  /* line 477, ../sass/_common.scss */
7320
  body {
7321
    padding-top: 0;
7322
  }
7323

    
7324
  /* line 480, ../sass/_common.scss */
7325
  .header, .actions-bar {
7326
    position: static;
7327
    z-index: auto;
7328
  }
7329

    
7330
  /* line 484, ../sass/_common.scss */
7331
  .actions-bar {
7332
    top: 160px;
7333
  }
7334

    
7335
  /* line 487, ../sass/_common.scss */
7336
  .header {
7337
    height: 120px;
7338
    line-height: 50px;
7339
  }
7340
  /* line 490, ../sass/_common.scss */
7341
  .header .icons-nav {
7342
    position: static;
7343
  }
7344
}
7345
/* List view for VMs, networks  */
7346
/* line 3, ../sass/_items-list.scss */
7347
.entities {
7348
  padding-top: 25px;
7349
}
7350

    
7351
/* line 9, ../sass/_items-list.scss */
7352
.items-list li {
7353
  text-align: center;
7354
  padding: 20px;
7355
  list-style: none;
7356
}
7357
/* line 14, ../sass/_items-list.scss */
7358
.items-list li .add-new a {
7359
  margin: 0 20px;
7360
  display: block;
7361
  font-weight: bold;
7362
  height: 190px;
7363
  padding: 65px 30px 15px;
7364
  border: 1px dashed #919194;
7365
}
7366
/* line 21, ../sass/_items-list.scss */
7367
.items-list li .add-new a:hover {
7368
  border-color: #30c79e;
7369
}
7370
/* line 26, ../sass/_items-list.scss */
7371
.items-list li .img-wrap {
7372
  height: 78px;
7373
}
7374
/* line 29, ../sass/_items-list.scss */
7375
.items-list li .img {
7376
  margin-bottom: 20px;
7377
  position: relative;
7378
  height: 58px;
7379
  display: inline-block;
7380
}
7381
/* line 35, ../sass/_items-list.scss */
7382
.items-list li .container {
7383
  border: 1px solid transparent;
7384
  margin: 0 20px;
7385
  padding: 25px 0;
7386
  position: relative;
7387
}
7388
/* line 36, ../sass/_items-list.scss */
7389
.items-list li .container.set-bg {
7390
  background: #f3f3f4;
7391
}
7392
/* line 37, ../sass/_items-list.scss */
7393
.items-list li .container.set-border, .items-list li .container:hover {
7394
  border-color: #30c79e;
7395
}
7396
/* line 49, ../sass/_items-list.scss */
7397
.items-list li .check {
7398
  position: absolute;
7399
  right: 10px;
7400
  top: 5px;
7401
  color: #ebebec;
7402
  font-weight: bold;
7403
  font-size: 1.6875em;
7404
  cursor: pointer;
7405
  z-index: 10;
7406
}
7407
/* line 59, ../sass/_items-list.scss */
7408
.items-list li .check span {
7409
  position: relative;
7410
  z-index: 10;
7411
}
7412
/* line 60, ../sass/_items-list.scss */
7413
.items-list li .check.active, .items-list li .container:hover .check {
7414
  color: #30c79e;
7415
}
7416
/* line 64, ../sass/_items-list.scss */
7417
.items-list li .visible-info {
7418
  margin: 0 25px;
7419
  position: relative;
7420
  color: #919194;
7421
  overflow: hidden;
7422
}
7423
/* line 69, ../sass/_items-list.scss */
7424
.items-list li .visible-info span {
7425
  display: block;
7426
  position: relative;
7427
}
7428
/* line 70, ../sass/_items-list.scss */
7429
.items-list li .visible-info span.title {
7430
  white-space: nowrap;
7431
}
7432
/* line 75, ../sass/_items-list.scss */
7433
.items-list li .visible-info span em {
7434
  font-style: normal;
7435
  position: relative;
7436
}
7437

    
7438
@media only screen and (min-width: 68.75em) {
7439
  /* line 87, ../sass/_items-list.scss */
7440
  .entities .items-list {
7441
    display: block;
7442
    padding: 0;
7443
    margin: 0 -10px;
7444
    *zoom: 1;
7445
  }
7446
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7447
  .entities .items-list:before, .entities .items-list:after {
7448
    content: " ";
7449
    display: table;
7450
  }
7451
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7452
  .entities .items-list:after {
7453
    clear: both;
7454
  }
7455
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7456
  .entities .items-list > li {
7457
    display: inline;
7458
    height: auto;
7459
    float: left;
7460
    padding: 0 10px 20px;
7461
  }
7462
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7463
  .entities .items-list > li {
7464
    width: 25%;
7465
    padding: 0 10px 20px;
7466
  }
7467
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7468
  .entities .items-list > li:nth-of-type(n) {
7469
    clear: none;
7470
  }
7471
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7472
  .entities .items-list > li:nth-of-type(4n+1) {
7473
    clear: both;
7474
  }
7475
}
7476
/* Detailed view for VMs, networks  */
7477
/* line 3, ../sass/_details.scss */
7478
.details {
7479
  position: relative;
7480
}
7481
/* line 5, ../sass/_details.scss */
7482
.details .top {
7483
  padding: 70px 0.9375em;
7484
  text-align: center;
7485
}
7486
/* line 8, ../sass/_details.scss */
7487
.details .top .img {
7488
  margin-bottom: 20px;
7489
  position: relative;
7490
}
7491
/* line 13, ../sass/_details.scss */
7492
.details .top .actions ul {
7493
  padding: 1em 1em 0;
7494
  margin: 0;
7495
  text-align: center;
7496
}
7497
/* line 17, ../sass/_details.scss */
7498
.details .top .actions ul li {
7499
  list-style: none outside none;
7500
  display: inline-block;
7501
  margin: 0 30px;
7502
  min-width: 112px;
7503
}
7504
/* line 30, ../sass/_details.scss */
7505
.details .info {
7506
  position: relative;
7507
}
7508
/* line 32, ../sass/_details.scss */
7509
.details .info .section_header {
7510
  float: left;
7511
  width: 22%;
7512
  margin-right: 2%;
7513
  font-weight: bold;
7514
}
7515
/* line 38, ../sass/_details.scss */
7516
.details .info .right_side {
7517
  overflow: hidden;
7518
  width: 76%;
7519
}
7520
/* line 41, ../sass/_details.scss */
7521
.details .info .right_side .middle_side {
7522
  float: left;
7523
  min-width: 70%;
7524
}
7525
/* line 44, ../sass/_details.scss */
7526
.details .info .right_side .middle_side .action_links {
7527
  display: inline-block;
7528
}
7529
/* line 46, ../sass/_details.scss */
7530
.details .info .right_side .middle_side .action_links a {
7531
  margin-right: 5px;
7532
}
7533
/* line 50, ../sass/_details.scss */
7534
.details .info .right_side .middle_side p {
7535
  margin-bottom: 0;
7536
}
7537
/* line 53, ../sass/_details.scss */
7538
.details .info .right_side .middle_side .info_simple {
7539
  display: inline-block;
7540
  margin-right: 10px;
7541
  width: 40%;
7542
}
7543
/* line 59, ../sass/_details.scss */
7544
.details .info .right_side .btn-img {
7545
  float: right;
7546
  min-width: 180px;
7547
  text-align: center;
7548
}
7549
/* line 64, ../sass/_details.scss */
7550
.details .info .right_side .set {
7551
  margin-bottom: 1em;
7552
}
7553
/* line 70, ../sass/_details.scss */
7554
.details .info .btn-img {
7555
  float: right;
7556
}
7557
/* line 75, ../sass/_details.scss */
7558
.details .info dl {
7559
  margin: 0;
7560
}
7561
/* line 77, ../sass/_details.scss */
7562
.details .info dl dt {
7563
  display: inline-block;
7564
  width: 25%;
7565
}
7566
/* line 82, ../sass/_details.scss */
7567
.details .info dl dd {
7568
  width: 74%;
7569
  display: inline-block;
7570
}
7571
/* line 85, ../sass/_details.scss */
7572
.details .info dl dd .os {
7573
  height: 16px;
7574
  vertical-align: baseline;
7575
}
7576
/* line 92, ../sass/_details.scss */
7577
.details .close {
7578
  position: absolute;
7579
  right: 0.9375em;
7580
  top: 3.625em;
7581
}
7582
/* line 96, ../sass/_details.scss */
7583
.details .close span {
7584
  font-size: 32px;
7585
}
7586
/* line 100, ../sass/_details.scss */
7587
.details .close:hover span {
7588
  color: #77777b;
7589
}
7590
/* line 105, ../sass/_details.scss */
7591
.details .graph_container {
7592
  padding-bottom: 2em;
7593
}
7594

    
7595
/* line 112, ../sass/_details.scss */
7596
.details dl .editable {
7597
  position: relative;
7598
}
7599
/* line 114, ../sass/_details.scss */
7600
.details dl .editable .input-txt {
7601
  display: inline-block;
7602
  margin-right: 6px;
7603
}
7604
/* line 118, ../sass/_details.scss */
7605
.details dl .editable .editbuttons {
7606
  display: inline-block;
7607
}
7608
/* line 121, ../sass/_details.scss */
7609
.details dl .editable input[type="text"] {
7610
  position: relative;
7611
  height: 25px;
7612
  width: 298px;
7613
  padding: 0 10px;
7614
  font-size: inherit;
7615
  margin: 0;
7616
  left: -11px;
7617
  top: -1px;
7618
}
7619

    
7620
/* Table of Contents
7621

7622
  - lt-sidebar general styles
7623
  - lt-sidebar list view
7624
  - custom scrollbar styles (jscrollpane)
7625

7626
*/
7627
/* lt-sidebar general styles ----------------------------------------------- */
7628
/* line 11, ../sass/_lt-sidebar.scss */
7629
.lt-sidebar {
7630
  overflow: scroll;
7631
  height: 300px;
7632
  font-size: 0.75em;
7633
  /* lt-sidebar list view ----------------------------------------------- */
7634
  /* custom scrollbar styles (jscrollpane) ----------------------------------------------- */
7635
}
7636
/* line 18, ../sass/_lt-sidebar.scss */
7637
.lt-sidebar .items-list {
7638
  padding: 0;
7639
}
7640
/* line 20, ../sass/_lt-sidebar.scss */
7641
.lt-sidebar .items-list li .img .snf-PC_fill {
7642
  font-size: 54px;
7643
}
7644
/* line 26, ../sass/_lt-sidebar.scss */
7645
.lt-sidebar .items-list li .img,
7646
.lt-sidebar .items-list li .os {
7647
  background-size: 80%;
7648
}
7649
/* line 29, ../sass/_lt-sidebar.scss */
7650
.lt-sidebar .items-list li .img .os {
7651
  top: 6px;
7652
}
7653
/* line 32, ../sass/_lt-sidebar.scss */
7654
.lt-sidebar li:hover {
7655
  background: #ebebec;
7656
}
7657
/* line 35, ../sass/_lt-sidebar.scss */
7658
.lt-sidebar li.current {
7659
  background: #dfdfdf;
7660
  cursor: pointer;
7661
}
7662
/* line 43, ../sass/_lt-sidebar.scss */
7663
.lt-sidebar .jspDrag {
7664
  background-color: #919194;
7665
}
7666
/* line 46, ../sass/_lt-sidebar.scss */
7667
.lt-sidebar .jspVerticalBar {
7668
  width: 10px;
7669
  right: 4px;
7670
}
7671
/* line 50, ../sass/_lt-sidebar.scss */
7672
.lt-sidebar .jspTrack {
7673
  background: #fff;
7674
  border: 1px solid #919194;
7675
  border-top: 1px solid #c5c5c6;
7676
}
7677

    
7678
/* Table of Contents
7679

7680
- editable 
7681

7682
*/
7683
/* editable (used for changing info asychronously) ------------------ */
7684
/* line 12, ../sass/_forms.scss */
7685
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
7686
  display: none;
7687
}
7688
/* line 14, ../sass/_forms.scss */
7689
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
7690
  font-size: 18px;
7691
}
7692
/* line 23, ../sass/_forms.scss */
7693
.editable input[type="text"] {
7694
  display: none;
7695
}
7696

    
7697
/* line 27, ../sass/_forms.scss */
7698
.input {
7699
  display: inline-block;
7700
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
7701
  padding-left: 5px;
7702
}
7703
/* line 31, ../sass/_forms.scss */
7704
.input input[type="text"] {
7705
  width: 145px;
7706
  padding: 0 12px 0 6px;
7707
  border: 0 none;
7708
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
7709
  background-color: transparent;
7710
  outline: 0;
7711
  margin: 0;
7712
  color: white;
7713
  -webkit-box-shadow: none;
7714
  -moz-box-shadow: none;
7715
  box-shadow: none;
7716
}
7717
/* line 45, ../sass/_forms.scss */
7718
.input input[type="text"].tag_name {
7719
  width: 70px;
7720
}
7721

    
7722
/* line 52, ../sass/_forms.scss */
7723
.advanced-conf-step .adv-main .input {
7724
  padding-left: 0px;
7725
}
7726
/* line 54, ../sass/_forms.scss */
7727
.advanced-conf-step .adv-main .input input[type="text"] {
7728
  width: 140px;
7729
}
7730
/* line 59, ../sass/_forms.scss */
7731
.advanced-conf-step #color {
7732
  margin: 0 6px 0 15px;
7733
  bottom: -10px;
7734
  color: transparent;
7735
}
7736
/* line 67, ../sass/_forms.scss */
7737
.advanced-conf-step .snf-color-picker > form {
7738
  height: 237px;
7739
  width: 100%;
7740
}
7741

    
7742
/* line 73, ../sass/_forms.scss */
7743
.wizard form.custom .custom.dropdown.medium {
7744
  background: #485057;
7745
  color: white;
7746
}
7747
/* line 77, ../sass/_forms.scss */
7748
.wizard form.custom .custom.dropdown .current {
7749
  color: white;
7750
}
7751
/* line 80, ../sass/_forms.scss */
7752
.wizard form.custom .custom.dropdown .selector {
7753
  border-left: 1px solid white;
7754
  height: 30px;
7755
}
7756
/* line 84, ../sass/_forms.scss */
7757
.wizard form.custom .custom.dropdown.open ul {
7758
  background: #485057;
7759
  color: white;
7760
}
7761
/* line 88, ../sass/_forms.scss */
7762
.wizard form.custom .custom.dropdown ul li {
7763
  color: white;
7764
}
7765
/* line 91, ../sass/_forms.scss */
7766
.wizard form.custom .custom.dropdown ul li.selected {
7767
  color: white;
7768
  background: #5f6a73;
7769
}
7770
/* line 95, ../sass/_forms.scss */
7771
.wizard form.custom .custom.dropdown ul li:hover {
7772
  background: #77838e;
7773
  color: white;
7774
}
7775

    
7776
/* Machines (VMs)  related styles  */
7777
/* line 4, ../sass/_machines.scss */
7778
.vms .items-list .img {
7779
  width: 60px;
7780
}
7781
/* line 7, ../sass/_machines.scss */
7782
.vms .items-list .img span:hover {
7783
  cursor: pointer;
7784
}
7785
/* line 12, ../sass/_machines.scss */
7786
.vms .items-list .img:hover .snf-PC_fill {
7787
  color: #269e7d;
7788
}
7789
/* line 16, ../sass/_machines.scss */
7790
.vms .items-list .img .snf-PC_fill {
7791
  font-size: 60px;
7792
  color: #30c79e;
7793
}
7794
/* line 21, ../sass/_machines.scss */
7795
.vms .items-list .img.stopped .snf-PC_fill {
7796
  color: #ff3366;
7797
}
7798
/* line 26, ../sass/_machines.scss */
7799
.vms .items-list .img.stopped:hover span {
7800
  cursor: default;
7801
}
7802
/* line 30, ../sass/_machines.scss */
7803
.vms .items-list .img .os {
7804
  background: url("../images/os-unknown.png") no-repeat center center;
7805
  width: 22px;
7806
  height: 22px;
7807
  display: inline-block;
7808
  text-indent: -2000px;
7809
  overflow: hidden;
7810
  position: absolute;
7811
  top: 8px;
7812
  left: 19px;
7813
}
7814
/* line 35, ../sass/_machines.scss */
7815
.vms .items-list .img .os.windows {
7816
  background-image: url("../images/os-windows.png");
7817
}
7818
/* line 36, ../sass/_machines.scss */
7819
.vms .items-list .img .os.kubuntu {
7820
  background-image: url("../images/os-kubuntu.png");
7821
}
7822
/* line 37, ../sass/_machines.scss */
7823
.vms .items-list .img .os.fedora {
7824
  background-image: url("../images/os-fedora.png");
7825
}
7826

    
7827
/* line 44, ../sass/_machines.scss */
7828
.vm .top .img {
7829
  display: inline-block;
7830
  height: 112px;
7831
}
7832
/* line 48, ../sass/_machines.scss */
7833
.vm .top .img .snf-PC_fill {
7834
  font-size: 112px;
7835
  color: #30c79e;
7836
}
7837
/* line 53, ../sass/_machines.scss */
7838
.vm .top .img.stopped .snf-PC_fill {
7839
  color: #ff3366;
7840
}
7841
/* line 58, ../sass/_machines.scss */
7842
.vm .top .os {
7843
  background: url("../images/os-unknown.png") no-repeat center center;
7844
  width: 44px;
7845
  height: 44px;
7846
  display: inline-block;
7847
  text-indent: -2000px;
7848
  overflow: hidden;
7849
  position: absolute;
7850
  background-size: 100%;
7851
  left: 34px;
7852
  top: 11px;
7853
}
7854
/* line 65, ../sass/_machines.scss */
7855
.vm .top .os.windows {
7856
  background-image: url("../images/os-windows.png");
7857
}
7858
/* line 66, ../sass/_machines.scss */
7859
.vm .top .os.kubuntu {
7860
  background-image: url("../images/os-kubuntu.png");
7861
}
7862
/* line 67, ../sass/_machines.scss */
7863
.vm .top .os.fedora {
7864
  background-image: url("../images/os-fedora.png");
7865
}
7866

    
7867
/* line 74, ../sass/_machines.scss */
7868
#vm-connect .info {
7869
  font-style: italic;
7870
  font-size: 0.8125em;
7871
  color: #9e9ea1;
7872
}
7873
/* line 79, ../sass/_machines.scss */
7874
#vm-connect .ssh {
7875
  text-align: center;
7876
}
7877
/* line 81, ../sass/_machines.scss */
7878
#vm-connect .ssh span {
7879
  padding: 10px 30px;
7880
  background: #30c79e;
7881
  color: #fff;
7882
}
7883

    
7884
/* Networks related styles  */
7885
/* line 4, ../sass/_networks.scss */
7886
.networks .items-list .img {
7887
  background: url("../images/network-green102x116.png") no-repeat center center;
7888
  width: 51px;
7889
  height: 58px;
7890
  display: inline-block;
7891
  text-indent: -2000px;
7892
  overflow: hidden;
7893
  background-size: 100%;
7894
}
7895

    
7896
/* line 12, ../sass/_networks.scss */
7897
.network .top .img {
7898
  background: url("../images/network-green102x116.png") no-repeat center center;
7899
  width: 102px;
7900
  height: 116px;
7901
  display: inline-block;
7902
  text-indent: -2000px;
7903
  overflow: hidden;
7904
}
7905

    
7906
/* line 21, ../sass/_networks.scss */
7907
#network-wizard li {
7908
  list-style: none outside none;
7909
}
7910
/* line 25, ../sass/_networks.scss */
7911
#network-wizard .net_wiz_main {
7912
  padding: 40px;
7913
  width: 390px;
7914
}
7915
/* line 31, ../sass/_networks.scss */
7916
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
7917
  font-size: 1.3em;
7918
}
7919
/* line 34, ../sass/_networks.scss */
7920
#network-wizard .subnet_options {
7921
  margin: 0;
7922
}
7923
/* line 36, ../sass/_networks.scss */
7924
#network-wizard .subnet_options li {
7925
  margin-bottom: 6px;
7926
  padding-left: 155px;
7927
}
7928
/* line 44, ../sass/_networks.scss */
7929
#network-wizard .main {
7930
  padding: 40px;
7931
}
7932
/* line 46, ../sass/_networks.scss */
7933
#network-wizard .main a {
7934
  color: white;
7935
}
7936
/* line 47, ../sass/_networks.scss */
7937
#network-wizard .main .network_options {
7938
  position: relative;
7939
  width: 36.25em;
7940
  margin: 0 auto;
7941
}
7942
/* line 49, ../sass/_networks.scss */
7943
#network-wizard .main .network_options .dhcp_option p {
7944
  font-size: 0.75em;
7945
}
7946
/* line 56, ../sass/_networks.scss */
7947
#network-wizard .main .network_options .check, #network-wizard .main .network_options .radio_btn {
7948
  position: absolute;
7949
  right: 0;
7950
}
7951
/* line 61, ../sass/_networks.scss */
7952
#network-wizard .main .network_options .network-name h2 {
7953
  color: white;
7954
  font-size: 1em;
7955
}
7956
/* line 68, ../sass/_networks.scss */
7957
#network-wizard .main .network_options li {
7958
  display: block;
7959
  margin-bottom: 13px;
7960
}
7961
/* line 72, ../sass/_networks.scss */
7962
#network-wizard .main .network_options li form {
7963
  margin: 0;
7964
}
7965
/* line 75, ../sass/_networks.scss */
7966
#network-wizard .main .network_options li form input {
7967
  position: absolute;
7968
  display: inline-block;
7969
  right: 0;
7970
  width: 200px;
7971
  height: 20px;
7972
  font-size: 0.9em;
7973
}
7974
/* line 83, ../sass/_networks.scss */
7975
#network-wizard .main .network_options li form input.hidden {
7976
  display: none;
7977
}
7978
/* line 88, ../sass/_networks.scss */
7979
#network-wizard .main .network_options li.manual form input {
7980
  right: -160px;
7981
  width: 150px;
7982
}
7983
/* line 93, ../sass/_networks.scss */
7984
#network-wizard .main .network_options span.sub_title {
7985
  float: left;
7986
}
7987

    
7988
/* Storage (pithos) related styles  */
7989
/* line 3, ../sass/_storage.scss */
7990
.storage {
7991
  padding: 45px 0;
7992
  position: relative;
7993
}
7994
/* line 6, ../sass/_storage.scss */
7995
.storage .lt-sidebar {
7996
  font-size: 1em;
7997
  padding: 0 20px 40px 40px;
7998
}
7999
/* line 9, ../sass/_storage.scss */
8000
.storage .lt-sidebar .sidenav {
8001
  font-size: inherit;
8002
}
8003
/* line 12, ../sass/_storage.scss */
8004
.storage .lt-sidebar ul {
8005
  list-style: none outside none;
8006
}
8007
/* line 14, ../sass/_storage.scss */
8008
.storage .lt-sidebar ul li {
8009
  padding: 5px 0;
8010
}
8011
/* line 16, ../sass/_storage.scss */
8012
.storage .lt-sidebar ul li:hover {
8013
  background: transparent;
8014
}
8015
/* line 18, ../sass/_storage.scss */
8016
.storage .lt-sidebar ul li:hover > a {
8017
  color: #30c79e;
8018
}
8019
/* line 20, ../sass/_storage.scss */
8020
.storage .lt-sidebar ul li:hover > a + span {
8021
  display: inline;
8022
}
8023
/* line 25, ../sass/_storage.scss */
8024
.storage .lt-sidebar ul li span {
8025
  float: right;
8026
  color: #30c79e;
8027
  display: none;
8028
}
8029
/* line 34, ../sass/_storage.scss */
8030
.storage .files {
8031
  margin: 1em 0;
8032
  padding: 0;
8033
  list-style: none outside none;
8034
}
8035
/* line 38, ../sass/_storage.scss */
8036
.storage .files li {
8037
  list-style: none outside none;
8038
  clear: left;
8039
  padding: 10px 20px;
8040
  border: 1px solid transparent;
8041
  text-align: left;
8042
  font-weight: normal;
8043
}
8044
/* line 46, ../sass/_storage.scss */
8045
.storage .files li .name-col {
8046
  float: left;
8047
  width: 35%;
8048
  padding-left: 50px;
8049
  font-weight: normal;
8050
}
8051
/* line 50, ../sass/_storage.scss */
8052
.storage .files li .name-col.folder {
8053
  background: url(../images/icon-folder.png) no-repeat left center;
8054
}
8055
/* line 51, ../sass/_storage.scss */
8056
.storage .files li .name-col.txt {
8057
  background: url(../images/icon-txt.png) no-repeat left center;
8058
}
8059
/* line 52, ../sass/_storage.scss */
8060
.storage .files li .name-col.pdf {
8061
  background: url(../images/icon-pdf.png) no-repeat left center;
8062
}
8063
/* line 53, ../sass/_storage.scss */
8064
.storage .files li .name-col.image {
8065
  background: url(../images/icon-image.png) no-repeat left center;
8066
}
8067
/* line 56, ../sass/_storage.scss */
8068
.storage .files li .size-col {
8069
  float: left;
8070
  width: 10%;
8071
}
8072
/* line 60, ../sass/_storage.scss */
8073
.storage .files li .date-col {
8074
  float: left;
8075
  width: 20%;
8076
}
8077
/* line 64, ../sass/_storage.scss */
8078
.storage .files li .actions-col {
8079
  float: left;
8080
  width: 30%;
8081
  visibility: hidden;
8082
}
8083
/* line 69, ../sass/_storage.scss */
8084
.storage .files li .actions-col a {
8085
  margin-right: 10px;
8086
}
8087
/* line 73, ../sass/_storage.scss */
8088
.storage .files li:hover {
8089
  border-color: #30c79e;
8090
}
8091
/* line 75, ../sass/_storage.scss */
8092
.storage .files li:hover .actions-col {
8093
  visibility: visible;
8094
}
8095
/* line 77, ../sass/_storage.scss */
8096
.storage .files li.titles {
8097
  color: #919194;
8098
}
8099
/* line 79, ../sass/_storage.scss */
8100
.storage .files li.titles .name-col {
8101
  padding-left: 0;
8102
}
8103
/* line 80, ../sass/_storage.scss */
8104
.storage .files li.titles:hover {
8105
  border-color: transparent;
8106
}
8107
/* line 87, ../sass/_storage.scss */
8108
.storage .breadcrumbs li:first-child {
8109
  font-weight: bold;
8110
}
8111
/* line 89, ../sass/_storage.scss */
8112
.storage .breadcrumbs li:first-child a {
8113
  color: #1a1a1a;
8114
}
8115
/* line 91, ../sass/_storage.scss */
8116
.storage .breadcrumbs li:first-child a:hover {
8117
  color: #30c79e;
8118
}
8119
/* line 96, ../sass/_storage.scss */
8120
.storage .breadcrumbs a:hover {
8121
  color: #30c79e;
8122
}
8123

    
8124
/* line 106, ../sass/_storage.scss */
8125
.upload-widget {
8126
  text-align: center;
8127
}
8128
/* line 109, ../sass/_storage.scss */
8129
.upload-widget h2, .upload-widget a {
8130
  color: #fff;
8131
}
8132
/* line 113, ../sass/_storage.scss */
8133
.upload-widget .btns a {
8134
  margin: 0 10px;
8135
}
8136
/* line 118, ../sass/_storage.scss */
8137
.upload-widget .breadcrumbs {
8138
  display: inline-block;
8139
}
8140
/* line 119, ../sass/_storage.scss */
8141
.upload-widget .breadcrumbs *, .upload-widget .breadcrumbs > *:before, .upload-widget .breadcrumbs li a:first-child, .upload-widget .breadcrumbs a:hover, .upload-widget .breadcrumbs li a:first-child:hover {
8142
  color: #fff;
8143
}
8144
/* line 122, ../sass/_storage.scss */
8145
.upload-widget .breadcrumbs a:hover {
8146
  text-decoration: underline;
8147
}
8148
/* line 128, ../sass/_storage.scss */
8149
.upload-widget .files {
8150
  color: #fff;
8151
}
8152
/* line 131, ../sass/_storage.scss */
8153
.upload-widget .files li {
8154
  padding: 10px 120px;
8155
  border: none;
8156
  position: relative;
8157
}
8158
/* line 135, ../sass/_storage.scss */
8159
.upload-widget .files li .dz-success-mark {
8160
  margin-left: 10px;
8161
}
8162
/* line 138, ../sass/_storage.scss */
8163
.upload-widget .files li .dz-error-mark {
8164
  display: none;
8165
}
8166
/* line 141, ../sass/_storage.scss */
8167
.upload-widget .files li .cancel-col {
8168
  width: 100px;
8169
  position: absolute;
8170
  right: 50px;
8171
  top: 9px;
8172
}
8173
/* line 147, ../sass/_storage.scss */
8174
.upload-widget .files li .cancel-col .cancel span {
8175
  display: block;
8176
  text-align: right;
8177
}
8178
/* line 153, ../sass/_storage.scss */
8179
.upload-widget .files div {
8180
  display: inline-block;
8181
}
8182
/* line 156, ../sass/_storage.scss */
8183
.upload-widget .files .progress-bar {
8184
  position: static;
8185
  padding: 0;
8186
  width: 25%;
8187
  border: none;
8188
  background-color: transparent;
8189
}
8190
/* line 163, ../sass/_storage.scss */
8191
.upload-widget .files .progress-bar .progress-wrap {
8192
  width: 100%;
8193
  margin: 0;
8194
}
8195
/* line 167, ../sass/_storage.scss */
8196
.upload-widget .files .progress-bar .progress-wrap .progress {
8197
  display: block;
8198
  margin: 0;
8199
  border: 2px solid white;
8200
  padding: 0;
8201
  background-color: #30c79e;
8202
}
8203
/* line 174, ../sass/_storage.scss */
8204
.upload-widget .files .progress-bar .progress-wrap .progress .meter {
8205
  background-color: white;
8206
}
8207

    
8208
/* line 183, ../sass/_storage.scss */
8209
.dz-success-mark, .dz-error-mark, .dz-error-message {
8210
  display: none;
8211
}
8212

    
8213
/*
8214

8215
Overlays (Todo: clean up)
8216

8217
*/
8218
/* line 11, ../sass/_overlays.scss */
8219
.reveal-modal h3 {
8220
  font-size: 1em;
8221
}
8222
/* line 14, ../sass/_overlays.scss */
8223
.reveal-modal a {
8224
  color: #30c79e;
8225
}
8226
/* line 16, ../sass/_overlays.scss */
8227
.reveal-modal a:hover {
8228
  text-decoration: underline;
8229
}
8230
/* line 19, ../sass/_overlays.scss */
8231
.reveal-modal a.close-reveal-modal:hover {
8232
  text-decoration: none;
8233
  color: #30c79e;
8234
}
8235

    
8236
/* line 28, ../sass/_overlays.scss */
8237
.reveal-custom {
8238
  position: absolute;
8239
  top: 100px;
8240
  left: 25%;
8241
  z-index: 99;
8242
  background: yellow;
8243
  width: 50%;
8244
  display: none;
8245
}
8246

    
8247
/* line 39, ../sass/_overlays.scss */
8248
.overlay-wrapper {
8249
  position: relative;
8250
}
8251
/* line 41, ../sass/_overlays.scss */
8252
.overlay-wrapper .overlay-area {
8253
  display: none;
8254
  position: absolute;
8255
  left: 0;
8256
  right: 0;
8257
  top: -50px;
8258
  width: 100%;
8259
  height: 100%;
8260
  background: #485057;
8261
  z-index: 20;
8262
}
8263
/* line 52, ../sass/_overlays.scss */
8264
.overlay-wrapper .close {
8265
  position: absolute;
8266
  right: 0.9375em;
8267
  top: 50px;
8268
  font-size: 30px;
8269
  color: #919194;
8270
}
8271
/* line 58, ../sass/_overlays.scss */
8272
.overlay-wrapper .close:hover, .overlay-wrapper .close:focus {
8273
  color: white;
8274
}
8275
/* line 63, ../sass/_overlays.scss */
8276
.overlay-wrapper .row .close {
8277
  position: static;
8278
  float: right;
8279
}
8280
/* line 68, ../sass/_overlays.scss */
8281
.overlay-wrapper .overlay-div {
8282
  display: none;
8283
  z-index: 100;
8284
  position: relative;
8285
  background: #fff;
8286
  top: 20%;
8287
  left: 25%;
8288
  width: 50%;
8289
  padding: 25px;
8290
}
8291
/* line 78, ../sass/_overlays.scss */
8292
.overlay-wrapper .overlay-div .buttons a {
8293
  margin-right: 20px;
8294
}
8295
/* line 82, ../sass/_overlays.scss */
8296
.overlay-wrapper .overlay-div.upload-widget {
8297
  background: transparent;
8298
  padding: 45px 0;
8299
  width: 80%;
8300
  left: 10%;
8301
  border: 1px solid white;
8302
}
8303
/* line 89, ../sass/_overlays.scss */
8304
.overlay-wrapper .overlay-div.wizard {
8305
  background: #485057;
8306
  padding: 0;
8307
  width: 100%;
8308
  top: 0;
8309
  left: 0;
8310
}
8311

    
8312
/* line 100, ../sass/_overlays.scss */
8313
.overlay {
8314
  background: #30c79e;
8315
  position: relative;
8316
}
8317
/* line 104, ../sass/_overlays.scss */
8318
.overlay .lt-sidebar {
8319
  border-right: 1px solid #fff;
8320
  color: #fff;
8321
}
8322
/* line 108, ../sass/_overlays.scss */
8323
.overlay .lt-sidebar ul li {
8324
  list-style: none outside none;
8325
}
8326
/* line 111, ../sass/_overlays.scss */
8327
.overlay .lt-sidebar ul li a {
8328
  display: block;
8329
  color: #fff;
8330
}
8331
/* line 114, ../sass/_overlays.scss */
8332
.overlay .lt-sidebar ul li a span {
8333
  float: right;
8334
  display: none;
8335
}
8336
/* line 116, ../sass/_overlays.scss */
8337
.overlay .lt-sidebar ul li a:hover, .overlay .lt-sidebar ul li a.current {
8338
  text-decoration: none;
8339
}
8340
/* line 118, ../sass/_overlays.scss */
8341
.overlay .lt-sidebar ul li a:hover span, .overlay .lt-sidebar ul li a.current span {
8342
  display: inline;
8343
}
8344
/* line 129, ../sass/_overlays.scss */
8345
.overlay .lt-sidebar,
8346
.overlay .main {
8347
  padding: 100px 0.9375em;
8348
  position: relative;
8349
}
8350
/* line 134, ../sass/_overlays.scss */
8351
.overlay .navigation .rt {
8352
  float: right;
8353
}
8354
/* line 138, ../sass/_overlays.scss */
8355
.overlay .close {
8356
  position: absolute;
8357
  right: 0.9375em;
8358
  top: 50px;
8359
  background: url("../images/info-close.png") no-repeat center center;
8360
  width: 31px;
8361
  height: 30px;
8362
  display: inline-block;
8363
  text-indent: -2000px;
8364
  overflow: hidden;
8365
}
8366
/* line 144, ../sass/_overlays.scss */
8367
.overlay .close_char {
8368
  background: none;
8369
  text-indent: 0;
8370
  font-size: 1.8em;
8371
  /* for the the character e (for d we can put 2em) */
8372
  color: white;
8373
}
8374

    
8375
/* line 152, ../sass/_overlays.scss */
8376
.wizard {
8377
  position: relative;
8378
  top: 0;
8379
  color: white;
8380
}
8381
/* line 156, ../sass/_overlays.scss */
8382
.wizard .top {
8383
  background: #636a70;
8384
  height: 90px;
8385
  position: fixed;
8386
  left: 0;
8387
  top: 80px;
8388
  width: 100%;
8389
  z-index: 40;
8390
}
8391
/* line 166, ../sass/_overlays.scss */
8392
.wizard .top .numbers {
8393
  height: 50px;
8394
  line-height: 50px;
8395
  background: #33383d;
8396
}
8397
/* line 167, ../sass/_overlays.scss */
8398
.wizard .top .numbers .row {
8399
  max-width: 100%;
8400
  padding: 0 0.9375em;
8401
}
8402
/* line 176, ../sass/_overlays.scss */
8403
.wizard .top .sub-menu {
8404
  display: none;
8405
}
8406
/* line 178, ../sass/_overlays.scss */
8407
.wizard .top .sub-menu[data-step="1"] {
8408
  display: block;
8409
}
8410
/* line 181, ../sass/_overlays.scss */
8411
.wizard .top .sub-menu ul {
8412
  margin: 0;
8413
  padding: 0;
8414
  list-style: none outside none;
8415
  font-size: 0.75em;
8416
}
8417
/* line 186, ../sass/_overlays.scss */
8418
.wizard .top .sub-menu ul li {
8419
  display: inline;
8420
  margin-right: 10px;
8421
  line-height: 40px;
8422
  list-style: none outside none;
8423
}
8424
/* line 191, ../sass/_overlays.scss */
8425
.wizard .top .sub-menu ul li a {
8426
  color: #1a1a1a;
8427
}
8428
/* line 193, ../sass/_overlays.scss */
8429
.wizard .top .sub-menu ul li a:hover, .wizard .top .sub-menu ul li a:focus, .wizard .top .sub-menu ul li a.current {
8430
  color: white;
8431
}
8432
/* line 196, ../sass/_overlays.scss */
8433
.wizard .top .sub-menu ul li a.current {
8434
  text-decoration: underline;
8435
}
8436
/* line 203, ../sass/_overlays.scss */
8437
.wizard .top .nums {
8438
  text-align: right;
8439
  list-style: none outside none;
8440
  margin: 0;
8441
  height: 50px;
8442
  line-height: 50px;
8443
  font-size: 0.5625em;
8444
  padding-right: 120px;
8445
  color: #30c79e;
8446
}
8447
/* line 212, ../sass/_overlays.scss */
8448
.wizard .top .nums li {
8449
  list-style: none outside none;
8450
  display: inline;
8451
}
8452
/* line 215, ../sass/_overlays.scss */
8453
.wizard .top .nums li p {
8454
  display: none;
8455
  position: relative;
8456
  top: 1px;
8457
  font-size: 12px;
8458
  margin-left: 12px;
8459
}
8460
/* line 221, ../sass/_overlays.scss */
8461
.wizard .top .nums li p strong {
8462
  margin-right: 5px;
8463
}
8464
/* line 225, ../sass/_overlays.scss */
8465
.wizard .top .nums li em {
8466
  display: inline-block;
8467
  border-radius: 50%;
8468
  border: 1px solid #30c79e;
8469
  width: 20px;
8470
  height: 20px;
8471
  line-height: 18px;
8472
  margin: 0 3px;
8473
  text-align: center;
8474
  font-style: normal;
8475
}
8476
/* line 236, ../sass/_overlays.scss */
8477
.wizard .top .nums li a {
8478
  color: #30c79e;
8479
  display: block;
8480
}
8481
/* line 239, ../sass/_overlays.scss */
8482
.wizard .top .nums li a:hover {
8483
  cursor: default;
8484
}
8485
/* line 243, ../sass/_overlays.scss */
8486
.wizard .top .nums li.current {
8487
  float: left;
8488
}
8489
/* line 245, ../sass/_overlays.scss */
8490
.wizard .top .nums li.current p {
8491
  display: inline-block;
8492
}
8493
/* line 248, ../sass/_overlays.scss */
8494
.wizard .top .nums li.current em {
8495
  font-size: 12px;
8496
  width: 30px;
8497
  height: 30px;
8498
  line-height: 27px;
8499
  border-color: #30c79e;
8500
}
8501
/* line 254, ../sass/_overlays.scss */
8502
.wizard .top .nums li.current em * {
8503
  color: #30c79e;
8504
}
8505
/* line 262, ../sass/_overlays.scss */
8506
.wizard .middle {
8507
  padding-top: 90px;
8508
}
8509
/* line 264, ../sass/_overlays.scss */
8510
.wizard .middle .step {
8511
  padding: 50px 0 50px;
8512
  position: relative;
8513
  width: 1200px;
8514
}
8515
/* line 265, ../sass/_overlays.scss */
8516
.wizard .middle .step .dummy-link {
8517
  position: absolute;
8518
  top: -250px;
8519
  left: 0;
8520
}
8521
/* line 273, ../sass/_overlays.scss */
8522
.wizard .middle .step.step-2 {
8523
  padding-top: 30px;
8524
}
8525
/* line 275, ../sass/_overlays.scss */
8526
.wizard .middle .step.step-2 .dropdown {
8527
  margin-bottom: 40px;
8528
}
8529
/* line 279, ../sass/_overlays.scss */
8530
.wizard .middle .step.step-3 {
8531
  padding-top: 45px;
8532
}
8533
/* line 283, ../sass/_overlays.scss */
8534
.wizard .middle .step .os li {
8535
  list-style: none outside none;
8536
  font-size: 0.75em;
8537
  padding: 15px 0;
8538
}
8539
/* line 289, ../sass/_overlays.scss */
8540
.wizard .middle .step .os li:hover, .wizard .middle .step .os li.hover {
8541
  background: #33383d;
8542
}
8543
/* line 292, ../sass/_overlays.scss */
8544
.wizard .middle .step .os li.current {
8545
  background: white;
8546
  color: #485057;
8547
}
8548
/* line 295, ../sass/_overlays.scss */
8549
.wizard .middle .step .os li.current .name-col {
8550
  color: #485057;
8551
}
8552
/* line 299, ../sass/_overlays.scss */
8553
.wizard .middle .step .os li.current .btn-col a {
8554
  border-color: #485057;
8555
  color: #485057;
8556
}
8557
/* line 302, ../sass/_overlays.scss */
8558
.wizard .middle .step .os li.current .btn-col a.current {
8559
  color: white;
8560
  background: #485057;
8561
}
8562
/* line 309, ../sass/_overlays.scss */
8563
.wizard .middle .step .os li .img-col {
8564
  float: left;
8565
  width: 50px;
8566
  line-height: 30px;
8567
}
8568
/* line 314, ../sass/_overlays.scss */
8569
.wizard .middle .step .os li .name-col {
8570
  float: left;
8571
  color: white;
8572
  width: 71%;
8573
  padding-right: 10px;
8574
  line-height: 30px;
8575
}
8576
/* line 321, ../sass/_overlays.scss */
8577
.wizard .middle .step .os li .size-col {
8578
  float: left;
8579
  width: 10%;
8580
  line-height: 30px;
8581
}
8582
/* line 326, ../sass/_overlays.scss */
8583
.wizard .middle .step .os li .btn-col {
8584
  float: right;
8585
  width: 10%;
8586
  margin-left: 10px;
8587
}
8588
/* line 330, ../sass/_overlays.scss */
8589
.wizard .middle .step .os li .btn-col a {
8590
  font-size: 1em;
8591
}
8592
/* line 334, ../sass/_overlays.scss */
8593
.wizard .middle .step .os li .btn-col a.current {
8594
  color: #485057;
8595
}
8596
/* line 339, ../sass/_overlays.scss */
8597
.wizard .middle .step .os li .details {
8598
  display: none;
8599
  background: #e6e6e6;
8600
  padding: 22px 0;
8601
  margin: 20px 6px -9px;
8602
  color: #222222;
8603
}
8604
/* line 345, ../sass/_overlays.scss */
8605
.wizard .middle .step .os li .details h3 {
8606
  font-size: 1em;
8607
  font-weight: normal;
8608
  margin-bottom: 1em;
8609
  padding-left: 50px;
8610
}
8611
/* line 351, ../sass/_overlays.scss */
8612
.wizard .middle .step .os li .details dl {
8613
  margin: 0;
8614
  padding-left: 50px;
8615
}
8616
/* line 355, ../sass/_overlays.scss */
8617
.wizard .middle .step .os li .details dl dt {
8618
  width: 20%;
8619
  float: left;
8620
  color: #1a1a1a;
8621
  font-weight: normal;
8622
}
8623
/* line 361, ../sass/_overlays.scss */
8624
.wizard .middle .step .os li .details dl dd {
8625
  color: #485057;
8626
  margin: 0 0 5px;
8627
}
8628
/* line 369, ../sass/_overlays.scss */
8629
.wizard .middle .step .flavor {
8630
  list-style: none outside none;
8631
}
8632
/* line 371, ../sass/_overlays.scss */
8633
.wizard .middle .step .flavor li {
8634
  list-style: none outside none;
8635
  margin-bottom: 2.5em;
8636
}
8637
/* line 374, ../sass/_overlays.scss */
8638
.wizard .middle .step .flavor li .title {
8639
  margin-bottom: 0.3125em;
8640
  color: white;
8641
  vertical-align: top;
8642
}
8643
/* line 379, ../sass/_overlays.scss */
8644
.wizard .middle .step .flavor li .title .icon {
8645
  display: block;
8646
  width: 60px;
8647
  font-size: 2.5em;
8648
  float: left;
8649
}
8650
/* line 385, ../sass/_overlays.scss */
8651
.wizard .middle .step .flavor li .title h2 {
8652
  font-size: 0.875em;
8653
  float: left;
8654
  width: 140px;
8655
  color: white;
8656
  margin-right: 60px;
8657
  padding-left: 0.625em;
8658
}
8659
/* line 387, ../sass/_overlays.scss */
8660
.wizard .middle .step .flavor li .title h2 span {
8661
  font-weight: normal;
8662
}
8663
/* line 396, ../sass/_overlays.scss */
8664
.wizard .middle .step .flavor li .title h2:hover em {
8665
  opacity: 1;
8666
}
8667
/* line 400, ../sass/_overlays.scss */
8668
.wizard .middle .step .flavor li .title h2 em {
8669
  display: block;
8670
  font-size: 0.5625em;
8671
  color: #1a1a1a;
8672
  font-style: normal;
8673
  font-weight: normal;
8674
  opacity: 0.6;
8675
}
8676
/* line 409, ../sass/_overlays.scss */
8677
.wizard .middle .step .flavor li .title p {
8678
  visibility: hidden;
8679
  overflow: hidden;
8680
  min-height: 40px;
8681
  color: #1a1a1a;
8682
  font-size: 0.5625em;
8683
}
8684
/* line 419, ../sass/_overlays.scss */
8685
.wizard .middle .step .flavor li .options-bar .bar {
8686
  width: 200px;
8687
  float: left;
8688
  margin-right: 60px;
8689
  height: 20px;
8690
  position: relative;
8691
  top: 10px;
8692
}
8693
/* line 426, ../sass/_overlays.scss */
8694
.wizard .middle .step .flavor li .options-bar .bar .wrap {
8695
  border: 1px solid white;
8696
  padding: 1px;
8697
  height: 100%;
8698
}
8699
/* line 430, ../sass/_overlays.scss */
8700
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
8701
  border-color: #3a4046;
8702
}
8703
/* line 433, ../sass/_overlays.scss */
8704
.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
8705
  background-color: #3a4046;
8706
}
8707
/* line 438, ../sass/_overlays.scss */
8708
.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
8709
  height: 100%;
8710
}
8711
/* line 440, ../sass/_overlays.scss */
8712
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
8713
  background: #919194;
8714
  height: 100%;
8715
  float: left;
8716
  position: relative;
8717
}
8718
/* line 445, ../sass/_overlays.scss */
8719
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
8720
  background: white;
8721
  height: 100%;
8722
  float: left;
8723
}
8724
/* line 450, ../sass/_overlays.scss */
8725
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
8726
  position: absolute;
8727
  right: 10px;
8728
  color: #1a1a1a;
8729
  font-size: 0.5625em;
8730
  top: 2px;
8731
}
8732
/* line 458, ../sass/_overlays.scss */
8733
.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
8734
  right: -30px;
8735
  color: white;
8736
}
8737
/* line 468, ../sass/_overlays.scss */
8738
.wizard .middle .step .flavor li .options-bar .options {
8739
  overflow: hidden;
8740
  list-style: none outside none;
8741
}
8742
/* line 471, ../sass/_overlays.scss */
8743
.wizard .middle .step .flavor li .options-bar .options li {
8744
  list-style: none outside none;
8745
  display: inline-block;
8746
  margin-right: 10px;
8747
  margin-bottom: 0;
8748
}
8749
/* line 476, ../sass/_overlays.scss */
8750
.wizard .middle .step .flavor li .options-bar .options li a {
8751
  min-width: 60px;
8752
}
8753
/* line 479, ../sass/_overlays.scss */
8754
.wizard .middle .step .flavor li .options-bar .options li a.current {
8755
  color: #485057;
8756
}
8757
/* line 490, ../sass/_overlays.scss */
8758
.wizard .middle .step .summary .row .wrap {
8759
  max-width: 36.25em;
8760
  border-top: 1px solid white;
8761
  padding-top: 2em;
8762
  margin-top: 1em;
8763
}
8764
/* line 497, ../sass/_overlays.scss */
8765
.wizard .middle .step .summary .row:first-child .wrap {
8766
  border-top: 0 none;
8767
  margin-top: 0;
8768
}
8769
/* line 502, ../sass/_overlays.scss */
8770
.wizard .middle .step .summary .row:first-child dl dt {
8771
  font-weight: bold;
8772
}
8773
/* line 508, ../sass/_overlays.scss */
8774
.wizard .middle .step .summary h2 {
8775
  font-size: 1em;
8776
  color: white;
8777
}
8778
/* line 512, ../sass/_overlays.scss */
8779
.wizard .middle .step .summary dl {
8780
  margin-bottom: 0;
8781
}
8782
/* line 514, ../sass/_overlays.scss */
8783
.wizard .middle .step .summary dl span {
8784
  width: 40px;
8785
  display: inline-block;
8786
  font-size: 20px;
8787
}
8788
/* line 519, ../sass/_overlays.scss */
8789
.wizard .middle .step .summary dl dt {
8790
  display: inline-block;
8791
  width: 42%;
8792
  vertical-align: top;
8793
  font-weight: 600;
8794
}
8795
/* line 525, ../sass/_overlays.scss */
8796
.wizard .middle .step .summary dl dd {
8797
  display: inline-block;
8798
  width: 45%;
8799
  margin-bottom: 1em;
8800
}
8801
/* line 532, ../sass/_overlays.scss */
8802
.wizard .middle .step .advanced-conf-step {
8803
  color: white;
8804
}
8805
/* line 534, ../sass/_overlays.scss */
8806
.wizard .middle .step .advanced-conf-step h2 {
8807
  color: white;
8808
  font-size: 1em;
8809
  margin-bottom: 10px;
8810
}
8811
/* line 539, ../sass/_overlays.scss */
8812
.wizard .middle .step .advanced-conf-step p {
8813
  font-size: 10px;
8814
}
8815
/* line 542, ../sass/_overlays.scss */
8816
.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
8817
  color: white;
8818
}
8819
/* line 545, ../sass/_overlays.scss */
8820
.wizard .middle .step .advanced-conf-step .expand-btn {
8821
  margin: 50px 0 45px;
8822
}
8823
/* line 547, ../sass/_overlays.scss */
8824
.wizard .middle .step .advanced-conf-step .expand-btn a {
8825
  color: white;
8826
}
8827
/* line 549, ../sass/_overlays.scss */
8828
.wizard .middle .step .advanced-conf-step .expand-btn a span {
8829
  padding-left: 24px;
8830
}
8831
/* line 560, ../sass/_overlays.scss */
8832
.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
8833
  color: white;
8834
  font-size: 1em;
8835
  margin-bottom: 0.5em;
8836
}
8837
/* line 569, ../sass/_overlays.scss */
8838
.wizard .middle .step .advanced-conf-step .btn5:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover {
8839
  color: white;
8840
}
8841
/* line 572, ../sass/_overlays.scss */
8842
.wizard .middle .step .advanced-conf-step .btn5.current, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .wizard .middle .step .advanced-conf-step .btn5.current:hover, .wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover {
8843
  color: #485057;
8844
}
8845
/* line 576, ../sass/_overlays.scss */
8846
.wizard .middle .step .advanced-conf-step .advanced-conf-options {
8847
  display: none;
8848
}
8849
/* line 578, ../sass/_overlays.scss */
8850
.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
8851
  font-size: 20px;
8852
}
8853
/* line 581, ../sass/_overlays.scss */
8854
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
8855
  padding-top: 30px;
8856
  padding-bottom: 30px;
8857
}
8858
/* line 585, ../sass/_overlays.scss */
8859
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row * {
8860
  margin-left: 0;
8861
}
8862
/* line 590, ../sass/_overlays.scss */
8863
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
8864
  width: 340px;
8865
  margin-bottom: 20px;
8866
}
8867
/* line 596, ../sass/_overlays.scss */
8868
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
8869
  position: relative;
8870
  list-style: none outside none;
8871
  margin-bottom: 7px;
8872
}
8873
/* line 601, ../sass/_overlays.scss */
8874
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
8875
  cursor: pointer;
8876
}
8877
/* line 605, ../sass/_overlays.scss */
8878
.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
8879
  width: 18.75em;
8880
  color: white;
8881
  font-size: 1em;
8882
  font-weight: normal;
8883
  margin: 0 28px 0 0;
8884
  display: inline-block;
8885
}
8886
/* line 617, ../sass/_overlays.scss */
8887
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
8888
  background-color: #ff7049;
8889
  padding-bottom: 60px;
8890
}
8891
/* line 620, ../sass/_overlays.scss */
8892
.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
8893
  margin-top: 3px;
8894
}
8895
/* line 625, ../sass/_overlays.scss */
8896
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
8897
  background-color: #ff948c;
8898
}
8899
/* line 627, ../sass/_overlays.scss */
8900
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
8901
  position: relative;
8902
  left: -20px;
8903
}
8904
/* line 632, ../sass/_overlays.scss */
8905
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
8906
  padding-right: 30px;
8907
  display: inline-block;
8908
  width: 145px;
8909
  text-align: right;
8910
  font-size: 30px;
8911
  margin-bottom: 0;
8912
}
8913
/* line 644, ../sass/_overlays.scss */
8914
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-modem {
8915
  position: relative;
8916
  top: -6px;
8917
}
8918
/* line 653, ../sass/_overlays.scss */
8919
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
8920
  background: #fff4f3;
8921
  margin-bottom: 1em;
8922
  padding: 30px 0;
8923
  color: #ff948c;
8924
}
8925
/* line 659, ../sass/_overlays.scss */
8926
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
8927
  color: #ff948c;
8928
  padding-left: 145px;
8929
}
8930
/* line 663, ../sass/_overlays.scss */
8931
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a {
8932
  margin-top: 20px;
8933
  border-color: #ff948c;
8934
  color: #ff948c;
8935
  margin-left: 145px;
8936
}
8937
/* line 671, ../sass/_overlays.scss */
8938
.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .checkbox a span {
8939
  color: #ff948c;
8940
}
8941
/* line 680, ../sass/_overlays.scss */
8942
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
8943
  background-color: #4c71ff;
8944
}
8945
/* line 682, ../sass/_overlays.scss */
8946
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
8947
  display: none;
8948
}
8949
/* line 685, ../sass/_overlays.scss */
8950
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
8951
  position: relative;
8952
  width: 207px;
8953
  margin: 30px 5px;
8954
  display: inline-block;
8955
}
8956
/* line 697, ../sass/_overlays.scss */
8957
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
8958
  margin-top: 77px;
8959
  margin-bottom: 30px;
8960
}
8961
/* line 704, ../sass/_overlays.scss */
8962
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
8963
  margin-right: 20px;
8964
}
8965
/* line 708, ../sass/_overlays.scss */
8966
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
8967
  width: 18.75em;
8968
  color: white;
8969
  font-size: 1em;
8970
  font-weight: normal;
8971
  margin: 0 28px 0 0;
8972
  display: inline-block;
8973
}
8974
/* line 717, ../sass/_overlays.scss */
8975
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
8976
  position: relative;
8977
  left: -14px;
8978
}
8979
/* line 720, ../sass/_overlays.scss */
8980
.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
8981
  margin-right: 35px;
8982
}
8983
/* line 731, ../sass/_overlays.scss */
8984
.wizard .bottom {
8985
  position: fixed;
8986
  left: 0;
8987
  right: 0;
8988
  bottom: 0;
8989
  border-top: 1px solid #636a70;
8990
  background: #485057;
8991
}
8992
/* line 738, ../sass/_overlays.scss */
8993
.wizard .bottom .row {
8994
  height: 50px;
8995
  line-height: 50px;
8996
}
8997
/* line 742, ../sass/_overlays.scss */
8998
.wizard .bottom .nav {
8999
  height: 50px;
9000
  line-height: 50px;
9001
  color: white;
9002
  display: inline-block;
9003
  position: relative;
9004
  font-size: 0.75em;
9005
  top: 10px;
9006
  width: 100px;
9007
}
9008
/* line 751, ../sass/_overlays.scss */
9009
.wizard .bottom .nav:hover {
9010
  -webkit-transition: background 0ms ease-out;
9011
  -moz-transition: background 0ms ease-out;
9012
  -ms-transition: background 0ms ease-out;
9013
  -o-transition: background 0ms ease-out;
9014
  transition: background 0ms ease-out;
9015
}
9016
/* line 754, ../sass/_overlays.scss */
9017
.wizard .bottom .nav span {
9018
  display: inline-block;
9019
  height: 30px;
9020
  line-height: 30px;
9021
  float: left;
9022
}
9023
/* line 759, ../sass/_overlays.scss */
9024
.wizard .bottom .nav span:hover {
9025
  -webkit-transition: background 0ms linear;
9026
  -moz-transition: background 0ms linear;
9027
  -ms-transition: background 0ms linear;
9028
  -o-transition: background 0ms linear;
9029
  transition: background 0ms linear;
9030
}
9031
/* line 764, ../sass/_overlays.scss */
9032
.wizard .bottom .prev {
9033
  float: left;
9034
  height: 30px;
9035
  padding-left: 18px;
9036
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9037
}
9038
/* line 769, ../sass/_overlays.scss */
9039
.wizard .bottom .prev span {
9040
  padding-right: 10px;
9041
  background: url("../images/nav-lt.png") no-repeat right top;
9042
}
9043
/* line 774, ../sass/_overlays.scss */
9044
.wizard .bottom .prev:hover, .wizard .bottom .prev.active, .wizard .bottom .items-list li .container:hover .prev.check, .items-list li .container:hover .wizard .bottom .prev.check {
9045
  background-position: left bottom;
9046
}
9047
/* line 776, ../sass/_overlays.scss */
9048
.wizard .bottom .prev:hover span, .wizard .bottom .prev.active span, .wizard .bottom .items-list li .container:hover .prev.check span, .items-list li .container:hover .wizard .bottom .prev.check span {
9049
  background-position: right bottom;
9050
}
9051
/* line 781, ../sass/_overlays.scss */
9052
.wizard .bottom .next {
9053
  float: right;
9054
  height: 30px;
9055
  padding-right: 18px;
9056
  background: url("../images/nav-edge-rt.png") no-repeat right top;
9057
}
9058
/* line 786, ../sass/_overlays.scss */
9059
.wizard .bottom .next span {
9060
  padding-left: 10px;
9061
  background: url("../images/nav-rt.png") no-repeat left top;
9062
  float: right;
9063
}
9064
/* line 792, ../sass/_overlays.scss */
9065
.wizard .bottom .next:hover, .wizard .bottom .next.active, .wizard .bottom .items-list li .container:hover .next.check, .items-list li .container:hover .wizard .bottom .next.check {
9066
  background-position: right bottom;
9067
}
9068
/* line 794, ../sass/_overlays.scss */
9069
.wizard .bottom .next:hover span, .wizard .bottom .next.active span, .wizard .bottom .items-list li .container:hover .next.check span, .items-list li .container:hover .wizard .bottom .next.check span {
9070
  background-position: left bottom;
9071
  float: right;
9072
}
9073

    
9074
/* line 804, ../sass/_overlays.scss */
9075
.wizard-content {
9076
  overflow: hidden;
9077
  width: 100%;
9078
}
9079
/* line 807, ../sass/_overlays.scss */
9080
.wizard-content .vm-wizard-carousel {
9081
  position: relative;
9082
  left: 0;
9083
}
9084
/* line 810, ../sass/_overlays.scss */
9085
.wizard-content .vm-wizard-carousel .step {
9086
  float: left;
9087
}
9088

    
9089
/* Responive ------------------------------------------------ */
9090
@media only screen and (max-width: 768px) {
9091
  /* line 822, ../sass/_overlays.scss */
9092
  .wizard .top {
9093
    position: static;
9094
  }
9095
  /* line 825, ../sass/_overlays.scss */
9096
  .wizard .middle {
9097
    padding-top: 0;
9098
  }
9099

    
9100
  /* line 830, ../sass/_overlays.scss */
9101
  .overlay-wrapper .overlay-area {
9102
    top: 0;
9103
  }
9104
}