Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (457.6 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: #2d3338;
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: 62.5em;
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: #71808d;
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: #bebebe;
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: #b1b1b1;
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: #2d3338;
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: #71808d;
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.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 {
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: #2d3338;
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: #5a6771;
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: #5a6771;
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: #71808d;
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: #bebebe;
2004
  border-color: #a5a5a5;
2005
  color: #333333;
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: #a5a5a5;
2010
}
2011
/* line 129, ../../../../../../../../../.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: #333333;
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: #bebebe;
2100
  border-color: #a5a5a5;
2101
  color: #333333;
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: #a5a5a5;
2110
}
2111
/* line 129, ../../../../../../../../../.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: #333333;
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: #bebebe;
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 #bebebe;
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: #989898;
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], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
3219
[data-section='vertical-tabs'] > section.active > [data-section-content],
3220
[data-section='vertical-tabs'] > section.active > .content,
3221
[data-section='vertical-tabs'] > .section.active > [data-section-content],
3222
[data-section='vertical-tabs'] > .section.active > .content,
3223
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
3224
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
3225
[data-section='vertical-nav'] > section.active > [data-section-content],
3226
[data-section='vertical-nav'] > section.active > .content,
3227
[data-section='vertical-nav'] > .section.active > [data-section-content],
3228
[data-section='vertical-nav'] > .section.active > .content,
3229
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
3230
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
3231
[data-section='horizontal-nav'] > section.active > [data-section-content],
3232
[data-section='horizontal-nav'] > section.active > .content,
3233
[data-section='horizontal-nav'] > .section.active > [data-section-content],
3234
[data-section='horizontal-nav'] > .section.active > .content,
3235
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
3236
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
3237
[data-section='accordion'] > section.active > [data-section-content],
3238
[data-section='accordion'] > section.active > .content,
3239
[data-section='accordion'] > .section.active > [data-section-content],
3240
[data-section='accordion'] > .section.active > .content,
3241
[data-section='accordion'] > [data-section-region].active > [data-section-content],
3242
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
3243
  display: block;
3244
}
3245
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3246
[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),
3247
[data-section='vertical-tabs'] > section:not(.active),
3248
[data-section='vertical-tabs'] > .section:not(.active),
3249
[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),
3250
[data-section='vertical-nav'] > section:not(.active),
3251
[data-section='vertical-nav'] > .section:not(.active),
3252
[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),
3253
[data-section='horizontal-nav'] > section:not(.active),
3254
[data-section='horizontal-nav'] > .section:not(.active),
3255
[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),
3256
[data-section='accordion'] > section:not(.active),
3257
[data-section='accordion'] > .section:not(.active),
3258
[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) {
3259
  padding: 0 !important;
3260
}
3261
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3262
[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,
3263
[data-section='vertical-tabs'] > section > [data-section-title],
3264
[data-section='vertical-tabs'] > section > .title,
3265
[data-section='vertical-tabs'] > .section > [data-section-title],
3266
[data-section='vertical-tabs'] > .section > .title,
3267
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
3268
[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,
3269
[data-section='vertical-nav'] > section > [data-section-title],
3270
[data-section='vertical-nav'] > section > .title,
3271
[data-section='vertical-nav'] > .section > [data-section-title],
3272
[data-section='vertical-nav'] > .section > .title,
3273
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
3274
[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,
3275
[data-section='horizontal-nav'] > section > [data-section-title],
3276
[data-section='horizontal-nav'] > section > .title,
3277
[data-section='horizontal-nav'] > .section > [data-section-title],
3278
[data-section='horizontal-nav'] > .section > .title,
3279
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
3280
[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,
3281
[data-section='accordion'] > section > [data-section-title],
3282
[data-section='accordion'] > section > .title,
3283
[data-section='accordion'] > .section > [data-section-title],
3284
[data-section='accordion'] > .section > .title,
3285
[data-section='accordion'] > [data-section-region] > [data-section-title],
3286
[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 {
3287
  width: 100%;
3288
}
3289

    
3290
/* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3291
.section-container.auto,
3292
.section-container.vertical-tabs,
3293
.section-container.vertical-nav,
3294
.section-container.horizontal-nav,
3295
.section-container.accordion {
3296
  border-top: 1px solid #cccccc;
3297
}
3298
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3299
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3300
.section-container.vertical-tabs > section > .title,
3301
.section-container.vertical-tabs > .section > .title,
3302
.section-container.vertical-nav > section > .title,
3303
.section-container.vertical-nav > .section > .title,
3304
.section-container.horizontal-nav > section > .title,
3305
.section-container.horizontal-nav > .section > .title,
3306
.section-container.accordion > section > .title,
3307
.section-container.accordion > .section > .title {
3308
  background-color: #efefef;
3309
  cursor: pointer;
3310
  border: solid 1px #cccccc;
3311
}
3312
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3313
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
3314
.section-container.vertical-tabs > section > .title a,
3315
.section-container.vertical-tabs > .section > .title a,
3316
.section-container.vertical-nav > section > .title a,
3317
.section-container.vertical-nav > .section > .title a,
3318
.section-container.horizontal-nav > section > .title a,
3319
.section-container.horizontal-nav > .section > .title a,
3320
.section-container.accordion > section > .title a,
3321
.section-container.accordion > .section > .title a {
3322
  padding: 0.9375em;
3323
  color: #333333;
3324
  font-size: 0.875em;
3325
  background: none;
3326
}
3327
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3328
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
3329
.section-container.vertical-tabs > section > .title:hover,
3330
.section-container.vertical-tabs > .section > .title:hover,
3331
.section-container.vertical-nav > section > .title:hover,
3332
.section-container.vertical-nav > .section > .title:hover,
3333
.section-container.horizontal-nav > section > .title:hover,
3334
.section-container.horizontal-nav > .section > .title:hover,
3335
.section-container.accordion > section > .title:hover,
3336
.section-container.accordion > .section > .title:hover {
3337
  background-color: #e2e2e2;
3338
}
3339
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3340
.section-container.auto > section > .content, .section-container.auto > .section > .content,
3341
.section-container.vertical-tabs > section > .content,
3342
.section-container.vertical-tabs > .section > .content,
3343
.section-container.vertical-nav > section > .content,
3344
.section-container.vertical-nav > .section > .content,
3345
.section-container.horizontal-nav > section > .content,
3346
.section-container.horizontal-nav > .section > .content,
3347
.section-container.accordion > section > .content,
3348
.section-container.accordion > .section > .content {
3349
  padding: 0.9375em;
3350
  background-color: white;
3351
  border: solid 1px #cccccc;
3352
}
3353
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3354
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
3355
.section-container.vertical-tabs > section > .content > *:last-child,
3356
.section-container.vertical-tabs > .section > .content > *:last-child,
3357
.section-container.vertical-nav > section > .content > *:last-child,
3358
.section-container.vertical-nav > .section > .content > *:last-child,
3359
.section-container.horizontal-nav > section > .content > *:last-child,
3360
.section-container.horizontal-nav > .section > .content > *:last-child,
3361
.section-container.accordion > section > .content > *:last-child,
3362
.section-container.accordion > .section > .content > *:last-child {
3363
  margin-bottom: 0;
3364
}
3365
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3366
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
3367
.section-container.vertical-tabs > section > .content > *:first-child,
3368
.section-container.vertical-tabs > .section > .content > *:first-child,
3369
.section-container.vertical-nav > section > .content > *:first-child,
3370
.section-container.vertical-nav > .section > .content > *:first-child,
3371
.section-container.horizontal-nav > section > .content > *:first-child,
3372
.section-container.horizontal-nav > .section > .content > *:first-child,
3373
.section-container.accordion > section > .content > *:first-child,
3374
.section-container.accordion > .section > .content > *:first-child {
3375
  padding-top: 0;
3376
}
3377
/* line 227, ../../../../../../../../../.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:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
3379
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
3380
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
3381
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
3382
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
3383
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
3384
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
3385
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
3386
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
3387
  padding-bottom: 0;
3388
}
3389
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3390
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
3391
.section-container.vertical-tabs > section.active > .title,
3392
.section-container.vertical-tabs > .section.active > .title,
3393
.section-container.vertical-nav > section.active > .title,
3394
.section-container.vertical-nav > .section.active > .title,
3395
.section-container.horizontal-nav > section.active > .title,
3396
.section-container.horizontal-nav > .section.active > .title,
3397
.section-container.accordion > section.active > .title,
3398
.section-container.accordion > .section.active > .title {
3399
  background: #d5d5d5;
3400
}
3401
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3402
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
3403
.section-container.vertical-tabs > section.active > .title a,
3404
.section-container.vertical-tabs > .section.active > .title a,
3405
.section-container.vertical-nav > section.active > .title a,
3406
.section-container.vertical-nav > .section.active > .title a,
3407
.section-container.horizontal-nav > section.active > .title a,
3408
.section-container.horizontal-nav > .section.active > .title a,
3409
.section-container.accordion > section.active > .title a,
3410
.section-container.accordion > .section.active > .title a {
3411
  color: #333333;
3412
}
3413
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3414
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
3415
.section-container.vertical-tabs > section:not(.active),
3416
.section-container.vertical-tabs > .section:not(.active),
3417
.section-container.vertical-nav > section:not(.active),
3418
.section-container.vertical-nav > .section:not(.active),
3419
.section-container.horizontal-nav > section:not(.active),
3420
.section-container.horizontal-nav > .section:not(.active),
3421
.section-container.accordion > section:not(.active),
3422
.section-container.accordion > .section:not(.active) {
3423
  padding: 0 !important;
3424
}
3425
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3426
.section-container.auto > section > .title, .section-container.auto > .section > .title,
3427
.section-container.vertical-tabs > section > .title,
3428
.section-container.vertical-tabs > .section > .title,
3429
.section-container.vertical-nav > section > .title,
3430
.section-container.vertical-nav > .section > .title,
3431
.section-container.horizontal-nav > section > .title,
3432
.section-container.horizontal-nav > .section > .title,
3433
.section-container.accordion > section > .title,
3434
.section-container.accordion > .section > .title {
3435
  border-top: none;
3436
}
3437

    
3438
/* line 303, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3439
[data-section='tabs'], .section-container.tabs {
3440
  width: 100%;
3441
  position: relative;
3442
  display: block;
3443
  margin-bottom: 1.25em;
3444
}
3445
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3446
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
3447
  visibility: hidden;
3448
}
3449
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3450
[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 {
3451
  margin-bottom: 0;
3452
}
3453
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3454
[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 {
3455
  width: 100%;
3456
  display: inline-block;
3457
  white-space: nowrap;
3458
}
3459
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3460
[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 {
3461
  display: none;
3462
}
3463
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3464
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
3465
  display: block;
3466
}
3467
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3468
[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) {
3469
  padding: 0 !important;
3470
}
3471
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3472
[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 {
3473
  width: auto;
3474
  position: absolute;
3475
  top: 0;
3476
  left: 0;
3477
}
3478

    
3479
/* line 310, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3480
.section-container.tabs {
3481
  border: none;
3482
}
3483
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3484
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
3485
  background-color: #efefef;
3486
  cursor: pointer;
3487
  border: solid 1px #cccccc;
3488
}
3489
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3490
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
3491
  padding: 0.9375em;
3492
  color: #333333;
3493
  font-size: 0.875em;
3494
  background: none;
3495
}
3496
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3497
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
3498
  background-color: #e2e2e2;
3499
}
3500
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3501
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
3502
  padding: 0.9375em;
3503
  background-color: white;
3504
  border: solid 1px #cccccc;
3505
}
3506
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3507
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
3508
  margin-bottom: 0;
3509
}
3510
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3511
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
3512
  padding-top: 0;
3513
}
3514
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3515
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
3516
  padding-bottom: 0;
3517
}
3518
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3519
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3520
  background: white;
3521
}
3522
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3523
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
3524
  color: #333333;
3525
}
3526
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3527
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
3528
  padding: 0 !important;
3529
}
3530
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3531
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
3532
  border-bottom: 0;
3533
}
3534

    
3535
@media only screen and (min-width: 768px) {
3536
  /* line 319, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3537
  [data-section=''], [data-section='auto'], .section-container.auto {
3538
    width: 100%;
3539
    position: relative;
3540
    display: block;
3541
    margin-bottom: 1.25em;
3542
  }
3543
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3544
  [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]) {
3545
    visibility: hidden;
3546
  }
3547
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3548
  [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 {
3549
    margin-bottom: 0;
3550
  }
3551
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3552
  [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 {
3553
    width: 100%;
3554
    display: inline-block;
3555
    white-space: nowrap;
3556
  }
3557
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3558
  [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 {
3559
    display: none;
3560
  }
3561
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3562
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
3563
    display: block;
3564
  }
3565
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3566
  [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) {
3567
    padding: 0 !important;
3568
  }
3569
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3570
  [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 {
3571
    width: auto;
3572
    position: absolute;
3573
    top: 0;
3574
    left: 0;
3575
  }
3576

    
3577
  /* line 326, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3578
  .section-container.auto {
3579
    border: none;
3580
  }
3581
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3582
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
3583
    background-color: #efefef;
3584
    cursor: pointer;
3585
    border: solid 1px #cccccc;
3586
  }
3587
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3588
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
3589
    padding: 0.9375em;
3590
    color: #333333;
3591
    font-size: 0.875em;
3592
    background: none;
3593
  }
3594
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3595
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
3596
    background-color: #e2e2e2;
3597
  }
3598
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3599
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
3600
    padding: 0.9375em;
3601
    background-color: white;
3602
    border: solid 1px #cccccc;
3603
  }
3604
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3605
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
3606
    margin-bottom: 0;
3607
  }
3608
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3609
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
3610
    padding-top: 0;
3611
  }
3612
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3613
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
3614
    padding-bottom: 0;
3615
  }
3616
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3617
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3618
    background: white;
3619
  }
3620
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3621
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
3622
    color: #333333;
3623
  }
3624
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3625
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
3626
    padding: 0 !important;
3627
  }
3628
  /* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3629
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
3630
    border-bottom: 0;
3631
  }
3632

    
3633
  /* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3634
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
3635
    width: 100%;
3636
    position: relative;
3637
    display: block;
3638
    margin-bottom: 1.25em;
3639
  }
3640
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3641
  [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]) {
3642
    visibility: hidden;
3643
  }
3644
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3645
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
3646
    width: 100% !important;
3647
  }
3648
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3649
  [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 {
3650
    padding: 0 !important;
3651
    margin: 0 !important;
3652
  }
3653
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3654
  [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 {
3655
    width: 100% !important;
3656
  }
3657
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3658
  [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 {
3659
    margin-bottom: 0;
3660
  }
3661
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3662
  [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 {
3663
    width: 100%;
3664
    display: inline-block;
3665
    white-space: nowrap;
3666
  }
3667
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3668
  [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 {
3669
    display: none;
3670
  }
3671
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3672
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
3673
    display: block;
3674
  }
3675
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3676
  [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) {
3677
    padding: 0 !important;
3678
  }
3679
  /* line 143, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3680
  [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 {
3681
    position: absolute;
3682
    top: 0;
3683
    left: 0;
3684
    width: 12.5em;
3685
  }
3686
  /* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3687
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
3688
    padding-left: 12.5em;
3689
  }
3690
  /* line 153, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3691
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
3692
    width: 12.5em;
3693
  }
3694

    
3695
  /* line 340, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3696
  .section-container.vertical-tabs {
3697
    border: none;
3698
  }
3699
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3700
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
3701
    background-color: #efefef;
3702
    cursor: pointer;
3703
    border: solid 1px #cccccc;
3704
  }
3705
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3706
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
3707
    padding: 0.9375em;
3708
    color: #333333;
3709
    font-size: 0.875em;
3710
    background: none;
3711
  }
3712
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3713
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
3714
    background-color: #e2e2e2;
3715
  }
3716
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3717
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
3718
    padding: 0.9375em;
3719
    background-color: white;
3720
    border: solid 1px #cccccc;
3721
  }
3722
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3723
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
3724
    margin-bottom: 0;
3725
  }
3726
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3727
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
3728
    padding-top: 0;
3729
  }
3730
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3731
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
3732
    padding-bottom: 0;
3733
  }
3734
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3735
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3736
    background: #d5d5d5;
3737
  }
3738
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3739
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
3740
    color: #333333;
3741
  }
3742
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3743
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
3744
    padding: 0 !important;
3745
  }
3746
  /* line 257, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3747
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
3748
    padding-left: 12.4375em;
3749
  }
3750
  /* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3751
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
3752
    background-color: #d5d5d5;
3753
  }
3754

    
3755
  /* line 347, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3756
  [data-section='vertical-nav'], .section-container.vertical-nav {
3757
    width: 100%;
3758
    position: relative;
3759
    display: block;
3760
    margin-bottom: 1.25em;
3761
  }
3762
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3763
  [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]) {
3764
    visibility: hidden;
3765
  }
3766
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3767
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
3768
    width: 100% !important;
3769
  }
3770
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3771
  [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 {
3772
    padding: 0 !important;
3773
    margin: 0 !important;
3774
  }
3775
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3776
  [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 {
3777
    width: 100% !important;
3778
  }
3779
  /* line 349, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3780
  [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] {
3781
    position: relative;
3782
    display: inline-block;
3783
  }
3784
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3785
  [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 {
3786
    margin-bottom: 0;
3787
  }
3788
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3789
  [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 {
3790
    width: 100%;
3791
    display: inline-block;
3792
    white-space: nowrap;
3793
  }
3794
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3795
  [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 {
3796
    display: none;
3797
  }
3798
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3799
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
3800
    display: block;
3801
  }
3802
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3803
  [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) {
3804
    padding: 0 !important;
3805
  }
3806
  /* line 165, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3807
  [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 {
3808
    position: static;
3809
    width: auto;
3810
  }
3811
  /* line 168, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3812
  [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 {
3813
    display: block;
3814
  }
3815
  /* line 171, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3816
  [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 {
3817
    position: absolute;
3818
    top: 0;
3819
    left: 0;
3820
    z-index: 999;
3821
    min-width: 12.5em;
3822
  }
3823

    
3824
  /* line 354, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3825
  .section-container.vertical-nav {
3826
    border: none;
3827
  }
3828
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3829
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
3830
    background-color: #efefef;
3831
    cursor: pointer;
3832
    border: solid 1px #cccccc;
3833
  }
3834
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3835
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
3836
    padding: 0.9375em;
3837
    color: #333333;
3838
    font-size: 0.875em;
3839
    background: none;
3840
  }
3841
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3842
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
3843
    background-color: #e2e2e2;
3844
  }
3845
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3846
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
3847
    padding: 0.9375em;
3848
    background-color: white;
3849
    border: solid 1px #cccccc;
3850
  }
3851
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3852
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
3853
    margin-bottom: 0;
3854
  }
3855
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3856
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
3857
    padding-top: 0;
3858
  }
3859
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3860
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
3861
    padding-bottom: 0;
3862
  }
3863
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3864
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
3865
    background: #d5d5d5;
3866
  }
3867
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3868
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
3869
    color: #333333;
3870
  }
3871
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3872
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
3873
    padding: 0 !important;
3874
  }
3875

    
3876
  /* line 361, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3877
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
3878
    width: 100%;
3879
    position: relative;
3880
    display: block;
3881
    margin-bottom: 1.25em;
3882
  }
3883
  /* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3884
  [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]) {
3885
    visibility: hidden;
3886
  }
3887
  /* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3888
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
3889
    width: 100% !important;
3890
  }
3891
  /* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3892
  [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 {
3893
    padding: 0 !important;
3894
    margin: 0 !important;
3895
  }
3896
  /* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3897
  [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 {
3898
    width: 100% !important;
3899
  }
3900
  /* line 363, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3901
  [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] {
3902
    position: relative;
3903
    float: left;
3904
  }
3905
  /* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3906
  [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 {
3907
    margin-bottom: 0;
3908
  }
3909
  /* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3910
  [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 {
3911
    width: 100%;
3912
    display: inline-block;
3913
    white-space: nowrap;
3914
  }
3915
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3916
  [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 {
3917
    display: none;
3918
  }
3919
  /* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3920
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
3921
    display: block;
3922
  }
3923
  /* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3924
  [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) {
3925
    padding: 0 !important;
3926
  }
3927
  /* line 186, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3928
  [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 {
3929
    position: static;
3930
    width: auto;
3931
  }
3932
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3933
  [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 {
3934
    display: block;
3935
  }
3936
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3937
  [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 {
3938
    width: auto;
3939
    position: absolute;
3940
    top: 0;
3941
    left: 0;
3942
    z-index: 999;
3943
    min-width: 12.5em;
3944
  }
3945

    
3946
  /* line 368, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3947
  .section-container.horizontal-nav {
3948
    background: #efefef;
3949
    border: 1px solid #cccccc;
3950
  }
3951
  /* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3952
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
3953
    background-color: #efefef;
3954
    cursor: pointer;
3955
    border: solid 1px #cccccc;
3956
  }
3957
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3958
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
3959
    padding: 0.9375em;
3960
    color: #333333;
3961
    font-size: 0.875em;
3962
    background: none;
3963
  }
3964
  /* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3965
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
3966
    background-color: #e2e2e2;
3967
  }
3968
  /* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3969
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
3970
    padding: 0.9375em;
3971
    background-color: white;
3972
    border: solid 1px #cccccc;
3973
  }
3974
  /* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3975
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
3976
    margin-bottom: 0;
3977
  }
3978
  /* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3979
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
3980
    padding-top: 0;
3981
  }
3982
  /* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3983
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
3984
    padding-bottom: 0;
3985
  }
3986
  /* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3987
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
3988
    background: #d5d5d5;
3989
  }
3990
  /* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3991
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
3992
    color: #333333;
3993
  }
3994
  /* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
3995
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
3996
    padding: 0 !important;
3997
  }
3998
}
3999
/* line 378, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4000
.no-js [data-section], .no-js .section-container {
4001
  width: 100%;
4002
  position: relative;
4003
  display: block;
4004
  margin-bottom: 1.25em;
4005
}
4006
/* line 55, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4007
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
4008
  width: 100% !important;
4009
}
4010
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4011
.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 {
4012
  padding: 0 !important;
4013
  margin: 0 !important;
4014
}
4015
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4016
.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 {
4017
  width: 100% !important;
4018
}
4019
/* line 380, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4020
.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] {
4021
  margin: 0;
4022
}
4023
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4024
.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 {
4025
  margin-bottom: 0;
4026
}
4027
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4028
.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 {
4029
  width: 100%;
4030
  display: inline-block;
4031
  white-space: nowrap;
4032
}
4033
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4034
.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 {
4035
  display: none;
4036
}
4037
/* line 116, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4038
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
4039
  display: block;
4040
}
4041
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4042
.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) {
4043
  padding: 0 !important;
4044
}
4045
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4046
.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 {
4047
  width: 100%;
4048
}
4049
/* line 384, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4050
.no-js .section-container {
4051
  border-top: 1px solid #cccccc;
4052
}
4053
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4054
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4055
  background-color: #efefef;
4056
  cursor: pointer;
4057
  border: solid 1px #cccccc;
4058
}
4059
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4060
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
4061
  padding: 0.9375em;
4062
  color: #333333;
4063
  font-size: 0.875em;
4064
  background: none;
4065
}
4066
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4067
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
4068
  background-color: #e2e2e2;
4069
}
4070
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4071
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
4072
  padding: 0.9375em;
4073
  background-color: white;
4074
  border: solid 1px #cccccc;
4075
}
4076
/* line 225, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4077
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
4078
  margin-bottom: 0;
4079
}
4080
/* line 226, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4081
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
4082
  padding-top: 0;
4083
}
4084
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4085
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
4086
  padding-bottom: 0;
4087
}
4088
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4089
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
4090
  background: #d5d5d5;
4091
}
4092
/* line 233, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4093
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
4094
  color: #333333;
4095
}
4096
/* line 237, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4097
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
4098
  padding: 0 !important;
4099
}
4100
/* line 243, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_section.scss */
4101
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
4102
  border-top: none;
4103
}
4104

    
4105
/* Wrapped around .top-bar to contain to grid width */
4106
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4107
.contain-to-grid {
4108
  width: 100%;
4109
  background: #111111;
4110
}
4111
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4112
.contain-to-grid .top-bar {
4113
  margin-bottom: 1.875em;
4114
}
4115

    
4116
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4117
.fixed {
4118
  width: 100%;
4119
  left: 0;
4120
  position: fixed;
4121
  top: 0;
4122
  z-index: 99;
4123
}
4124

    
4125
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4126
.top-bar {
4127
  overflow: hidden;
4128
  height: 45px;
4129
  line-height: 45px;
4130
  position: relative;
4131
  background: #111111;
4132
  margin-bottom: 1.875em;
4133
}
4134
/* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4135
.top-bar ul {
4136
  margin-bottom: 0;
4137
  list-style: none;
4138
}
4139
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4140
.top-bar .row {
4141
  max-width: none;
4142
}
4143
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4144
.top-bar form,
4145
.top-bar input {
4146
  margin-bottom: 0;
4147
}
4148
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4149
.top-bar input {
4150
  height: 2.45em;
4151
}
4152
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4153
.top-bar .button {
4154
  padding-top: .5em;
4155
  padding-bottom: .5em;
4156
  margin-bottom: 0;
4157
}
4158
/* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4159
.top-bar .title-area {
4160
  position: relative;
4161
  margin: 0;
4162
}
4163
/* line 112, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4164
.top-bar .name {
4165
  height: 45px;
4166
  margin: 0;
4167
  font-size: 16;
4168
}
4169
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4170
.top-bar .name h1 {
4171
  line-height: 45px;
4172
  font-size: 1.0625em;
4173
  margin: 0;
4174
}
4175
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4176
.top-bar .name h1 a {
4177
  font-weight: bold;
4178
  color: white;
4179
  width: 50%;
4180
  display: block;
4181
  padding: 0 15px;
4182
}
4183
/* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4184
.top-bar .toggle-topbar {
4185
  position: absolute;
4186
  right: 0;
4187
  top: 0;
4188
}
4189
/* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4190
.top-bar .toggle-topbar a {
4191
  color: white;
4192
  text-transform: uppercase;
4193
  font-size: 0.8125em;
4194
  font-weight: bold;
4195
  position: relative;
4196
  display: block;
4197
  padding: 0 15px;
4198
  height: 45px;
4199
  line-height: 45px;
4200
}
4201
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4202
.top-bar .toggle-topbar.menu-icon {
4203
  right: 15px;
4204
  top: 50%;
4205
  margin-top: -16px;
4206
  padding-left: 40px;
4207
}
4208
/* line 156, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4209
.top-bar .toggle-topbar.menu-icon a {
4210
  text-indent: -48px;
4211
  width: 34px;
4212
  height: 34px;
4213
  line-height: 33px;
4214
  padding: 0;
4215
  color: white;
4216
}
4217
/* line 164, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4218
.top-bar .toggle-topbar.menu-icon a span {
4219
  position: absolute;
4220
  right: 0;
4221
  display: block;
4222
  width: 16px;
4223
  height: 0;
4224
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4225
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
4226
}
4227
/* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4228
.top-bar.expanded {
4229
  height: auto;
4230
  background: transparent;
4231
}
4232
/* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4233
.top-bar.expanded .title-area {
4234
  background: #111111;
4235
}
4236
/* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4237
.top-bar.expanded .toggle-topbar a {
4238
  color: #888888;
4239
}
4240
/* line 193, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4241
.top-bar.expanded .toggle-topbar a span {
4242
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4243
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
4244
}
4245

    
4246
/* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4247
.top-bar-section {
4248
  left: 0;
4249
  position: relative;
4250
  width: auto;
4251
  -webkit-transition: left 300ms ease-out;
4252
  -moz-transition: left 300ms ease-out;
4253
  transition: left 300ms ease-out;
4254
}
4255
/* line 217, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4256
.top-bar-section ul {
4257
  width: 100%;
4258
  height: auto;
4259
  display: block;
4260
  background: #222222;
4261
  font-size: 16;
4262
  margin: 0;
4263
}
4264
/* line 227, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4265
.top-bar-section .divider,
4266
.top-bar-section [role="separator"] {
4267
  border-bottom: solid 1px #2b2b2b;
4268
  border-top: solid 1px black;
4269
  clear: both;
4270
  height: 1px;
4271
  width: 100%;
4272
}
4273
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4274
.top-bar-section ul li > a {
4275
  display: block;
4276
  width: 100%;
4277
  color: white;
4278
  padding: 12px 0 12px 0;
4279
  padding-left: 15px;
4280
  font-size: 0.8125em;
4281
  font-weight: bold;
4282
  background: #222222;
4283
}
4284
/* line 246, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4285
.top-bar-section ul li > a.button {
4286
  background: #bebebe;
4287
  font-size: 0.8125em;
4288
}
4289
/* line 249, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4290
.top-bar-section ul li > a.button.hover {
4291
  background: #a5a5a5;
4292
}
4293
/* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4294
.top-bar-section ul li > a.button.secondary {
4295
  background: #30c79e;
4296
}
4297
/* line 255, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4298
.top-bar-section ul li > a.button.secondary.hover {
4299
  background: #269e7d;
4300
}
4301
/* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4302
.top-bar-section ul li > a.button.success {
4303
  background: #00a551;
4304
}
4305
/* line 261, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4306
.top-bar-section ul li > a.button.success.hover {
4307
  background: #007238;
4308
}
4309
/* line 265, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4310
.top-bar-section ul li > a.button.alert {
4311
  background: #30c79e;
4312
}
4313
/* line 267, ../../../../../../../../../.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.button.alert.hover {
4315
  background: #269e7d;
4316
}
4317
/* line 275, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4318
.top-bar-section ul li.hover > a {
4319
  background: #090909;
4320
  color: white;
4321
}
4322
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4323
.top-bar-section ul li.active > a {
4324
  background: #090909;
4325
  color: white;
4326
}
4327
/* line 288, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4328
.top-bar-section .has-form {
4329
  padding: 15px;
4330
}
4331
/* line 291, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4332
.top-bar-section .has-dropdown {
4333
  position: relative;
4334
}
4335
/* line 295, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4336
.top-bar-section .has-dropdown > a:after {
4337
  content: "";
4338
  display: block;
4339
  width: 0;
4340
  height: 0;
4341
  border: inset 5px;
4342
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
4343
  border-left-style: solid;
4344
  margin-right: 15px;
4345
  margin-top: -4.5px;
4346
  position: absolute;
4347
  top: 50%;
4348
  right: 0;
4349
}
4350
/* line 305, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4351
.top-bar-section .has-dropdown.moved {
4352
  position: static;
4353
}
4354
/* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4355
.top-bar-section .has-dropdown.moved > .dropdown {
4356
  visibility: visible;
4357
}
4358
/* line 313, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4359
.top-bar-section .dropdown {
4360
  position: absolute;
4361
  left: 100%;
4362
  top: 0;
4363
  visibility: hidden;
4364
  z-index: 99;
4365
}
4366
/* line 320, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4367
.top-bar-section .dropdown li {
4368
  width: 100%;
4369
  height: auto;
4370
}
4371
/* line 324, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4372
.top-bar-section .dropdown li a {
4373
  font-weight: normal;
4374
  padding: 8px 15px;
4375
}
4376
/* line 327, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4377
.top-bar-section .dropdown li a.parent-link {
4378
  font-weight: bold;
4379
}
4380
/* line 332, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4381
.top-bar-section .dropdown li.title h5 {
4382
  margin-bottom: 0;
4383
}
4384
/* line 333, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4385
.top-bar-section .dropdown li.title h5 a {
4386
  color: white;
4387
  line-height: 22.5px;
4388
  display: block;
4389
}
4390
/* line 341, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4391
.top-bar-section .dropdown label {
4392
  padding: 8px 15px 2px;
4393
  margin-bottom: 0;
4394
  text-transform: uppercase;
4395
  color: #555555;
4396
  font-weight: bold;
4397
  font-size: 0.625em;
4398
}
4399

    
4400
/* line 353, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4401
.top-bar-js-breakpoint {
4402
  width: 58.75em !important;
4403
  visibility: hidden;
4404
}
4405

    
4406
/* line 357, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4407
.js-generated {
4408
  display: block;
4409
}
4410

    
4411
@media only screen and (min-width: 58.75em) {
4412
  /* line 362, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4413
  .top-bar {
4414
    background: #111111;
4415
    *zoom: 1;
4416
    overflow: visible;
4417
  }
4418
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4419
  .top-bar:before, .top-bar:after {
4420
    content: " ";
4421
    display: table;
4422
  }
4423
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
4424
  .top-bar:after {
4425
    clear: both;
4426
  }
4427
  /* line 367, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4428
  .top-bar .toggle-topbar {
4429
    display: none;
4430
  }
4431
  /* line 369, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4432
  .top-bar .title-area {
4433
    float: left;
4434
  }
4435
  /* line 370, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4436
  .top-bar .name h1 a {
4437
    width: auto;
4438
  }
4439
  /* line 373, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4440
  .top-bar input,
4441
  .top-bar .button {
4442
    line-height: 2em;
4443
    font-size: 0.875em;
4444
    height: 2em;
4445
    padding: 0 10px;
4446
    position: relative;
4447
    top: 8px;
4448
  }
4449
  /* line 382, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4450
  .top-bar.expanded {
4451
    background: #111111;
4452
  }
4453

    
4454
  /* line 385, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4455
  .contain-to-grid .top-bar {
4456
    max-width: 62.5em;
4457
    margin: 0 auto;
4458
    margin-bottom: 1.875em;
4459
  }
4460

    
4461
  /* line 391, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4462
  .top-bar-section {
4463
    -webkit-transition: none 0 0;
4464
    -moz-transition: none 0 0;
4465
    transition: none 0 0;
4466
    left: 0 !important;
4467
  }
4468
  /* line 395, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4469
  .top-bar-section ul {
4470
    width: auto;
4471
    height: auto !important;
4472
    display: inline;
4473
  }
4474
  /* line 400, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4475
  .top-bar-section ul li {
4476
    float: left;
4477
  }
4478
  /* line 402, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4479
  .top-bar-section ul li .js-generated {
4480
    display: none;
4481
  }
4482
  /* line 407, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4483
  .top-bar-section li a:not(.button) {
4484
    padding: 0 15px;
4485
    line-height: 45px;
4486
    background: #111111;
4487
  }
4488
  /* line 411, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4489
  .top-bar-section li a:not(.button).hover {
4490
    background: black;
4491
  }
4492
  /* line 416, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4493
  .top-bar-section .has-dropdown > a {
4494
    padding-right: 35px !important;
4495
  }
4496
  /* line 419, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4497
  .top-bar-section .has-dropdown > a:after {
4498
    content: "";
4499
    display: block;
4500
    width: 0;
4501
    height: 0;
4502
    border: inset 5px;
4503
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
4504
    border-top-style: solid;
4505
    margin-top: -2.5px;
4506
    top: 22.5px;
4507
  }
4508
  /* line 426, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4509
  .top-bar-section .has-dropdown.moved {
4510
    position: relative;
4511
  }
4512
  /* line 427, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4513
  .top-bar-section .has-dropdown.moved > .dropdown {
4514
    visibility: hidden;
4515
  }
4516
  /* line 431, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4517
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
4518
    visibility: visible;
4519
  }
4520
  /* line 438, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4521
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
4522
    border: none;
4523
    content: "\00bb";
4524
    margin-top: -16px;
4525
    right: 5px;
4526
  }
4527
  /* line 449, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4528
  .top-bar-section .dropdown {
4529
    left: 0;
4530
    top: auto;
4531
    background: transparent;
4532
    min-width: 100%;
4533
  }
4534
  /* line 456, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4535
  .top-bar-section .dropdown li a {
4536
    color: white;
4537
    line-height: 1;
4538
    white-space: nowrap;
4539
    padding: 7px 15px;
4540
    background: #1e1e1e;
4541
  }
4542
  /* line 464, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4543
  .top-bar-section .dropdown li label {
4544
    white-space: nowrap;
4545
    background: #1e1e1e;
4546
  }
4547
  /* line 470, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4548
  .top-bar-section .dropdown li .dropdown {
4549
    left: 100%;
4550
    top: 0;
4551
  }
4552
  /* line 478, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4553
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
4554
    border-bottom: none;
4555
    border-top: none;
4556
    border-right: solid 1px #2b2b2b;
4557
    border-left: solid 1px black;
4558
    clear: none;
4559
    height: 45px;
4560
    width: 0px;
4561
  }
4562
  /* line 488, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4563
  .top-bar-section .has-form {
4564
    background: #111111;
4565
    padding: 0 15px;
4566
    height: 45px;
4567
  }
4568
  /* line 496, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4569
  .top-bar-section ul.right li .dropdown {
4570
    left: auto;
4571
    right: 0;
4572
  }
4573
  /* line 500, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4574
  .top-bar-section ul.right li .dropdown li .dropdown {
4575
    right: 100%;
4576
  }
4577

    
4578
  /* line 510, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4579
  .no-js .top-bar-section ul li:hover > a {
4580
    background: #090909;
4581
    color: white;
4582
  }
4583
  /* line 516, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4584
  .no-js .top-bar-section ul li:active > a {
4585
    background: #090909;
4586
    color: white;
4587
  }
4588
  /* line 524, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_top-bar.scss */
4589
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
4590
    visibility: visible;
4591
  }
4592
}
4593
@-webkit-keyframes rotate {
4594
  /* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4595
  from {
4596
    -webkit-transform: rotate(0deg);
4597
  }
4598

    
4599
  /* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4600
  to {
4601
    -webkit-transform: rotate(360deg);
4602
  }
4603
}
4604

    
4605
@-moz-keyframes rotate {
4606
  /* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4607
  from {
4608
    -webkit-transform: rotate(0deg);
4609
  }
4610

    
4611
  /* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4612
  to {
4613
    -webkit-transform: rotate(360deg);
4614
  }
4615
}
4616

    
4617
@-o-keyframes rotate {
4618
  /* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4619
  from {
4620
    -webkit-transform: rotate(0deg);
4621
  }
4622

    
4623
  /* line 47, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4624
  to {
4625
    -webkit-transform: rotate(360deg);
4626
  }
4627
}
4628

    
4629
@keyframes rotate {
4630
  /* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4631
  from {
4632
    -webkit-transform: rotate(0deg);
4633
  }
4634

    
4635
  /* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4636
  to {
4637
    -webkit-transform: rotate(360deg);
4638
  }
4639
}
4640

    
4641
/* Orbit Graceful Loading */
4642
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4643
.slideshow-wrapper {
4644
  position: relative;
4645
}
4646
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4647
.slideshow-wrapper ul {
4648
  list-style-type: none;
4649
  margin: 0;
4650
}
4651
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4652
.slideshow-wrapper ul li,
4653
.slideshow-wrapper ul li .orbit-caption {
4654
  display: none;
4655
}
4656
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4657
.slideshow-wrapper ul li:first-child {
4658
  display: block;
4659
}
4660
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4661
.slideshow-wrapper .orbit-container {
4662
  background-color: transparent;
4663
}
4664
/* line 75, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4665
.slideshow-wrapper .orbit-container li {
4666
  display: block;
4667
}
4668
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4669
.slideshow-wrapper .orbit-container li .orbit-caption {
4670
  display: block;
4671
}
4672

    
4673
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4674
.preloader {
4675
  display: block;
4676
  width: 40px;
4677
  height: 40px;
4678
  position: absolute;
4679
  top: 50%;
4680
  left: 50%;
4681
  margin-top: -20px;
4682
  margin-left: -20px;
4683
  border: solid 3px;
4684
  border-color: #555 #fff;
4685
  -webkit-border-radius: 1000px;
4686
  border-radius: 1000px;
4687
  -webkit-animation-name: rotate;
4688
  -webkit-animation-duration: 1.5s;
4689
  -webkit-animation-iteration-count: infinite;
4690
  -webkit-animation-timing-function: linear;
4691
  -moz-animation-name: rotate;
4692
  -moz-animation-duration: 1.5s;
4693
  -moz-animation-iteration-count: infinite;
4694
  -moz-animation-timing-function: linear;
4695
  -o-animation-name: rotate;
4696
  -o-animation-duration: 1.5s;
4697
  -o-animation-iteration-count: infinite;
4698
  -o-animation-timing-function: linear;
4699
  animation-name: rotate;
4700
  animation-duration: 1.5s;
4701
  animation-iteration-count: infinite;
4702
  animation-timing-function: linear;
4703
}
4704

    
4705
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4706
.orbit-container {
4707
  overflow: hidden;
4708
  width: 100%;
4709
  position: relative;
4710
  background: whitesmoke;
4711
}
4712
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4713
.orbit-container .orbit-slides-container {
4714
  list-style: none;
4715
  margin: 0;
4716
  padding: 0;
4717
  position: relative;
4718
}
4719
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4720
.orbit-container .orbit-slides-container img {
4721
  display: block;
4722
  max-width: 100%;
4723
}
4724
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4725
.orbit-container .orbit-slides-container > * {
4726
  position: absolute;
4727
  top: 0;
4728
  width: 100%;
4729
  margin-left: 100%;
4730
}
4731
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4732
.orbit-container .orbit-slides-container > *:first-child {
4733
  margin-left: 0%;
4734
}
4735
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4736
.orbit-container .orbit-slides-container > * .orbit-caption {
4737
  position: absolute;
4738
  bottom: 0;
4739
  background-color: black;
4740
  background-color: rgba(0, 0, 0, 0.6);
4741
  color: white;
4742
  width: 100%;
4743
  padding: 10px 14px;
4744
  font-size: 0.875em;
4745
}
4746
/* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4747
.orbit-container .orbit-slide-number {
4748
  position: absolute;
4749
  top: 10px;
4750
  left: 10px;
4751
  font-size: 12px;
4752
  color: white;
4753
  background: rgba(0, 0, 0, 0);
4754
  z-index: 10;
4755
}
4756
/* line 157, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4757
.orbit-container .orbit-slide-number span {
4758
  font-weight: 700;
4759
  padding: 0.3125em;
4760
}
4761
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4762
.orbit-container .orbit-timer {
4763
  position: absolute;
4764
  top: 10px;
4765
  right: 10px;
4766
  height: 6px;
4767
  width: 100px;
4768
  z-index: 10;
4769
}
4770
/* line 170, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4771
.orbit-container .orbit-timer .orbit-progress {
4772
  height: 100%;
4773
  background-color: black;
4774
  background-color: rgba(0, 0, 0, 0.6);
4775
  display: block;
4776
  width: 0%;
4777
}
4778
/* line 178, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4779
.orbit-container .orbit-timer > span {
4780
  display: none;
4781
  position: absolute;
4782
  top: 10px;
4783
  right: 0px;
4784
  width: 11px;
4785
  height: 14px;
4786
  border: solid 4px #000;
4787
  border-top: none;
4788
  border-bottom: none;
4789
}
4790
/* line 191, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4791
.orbit-container .orbit-timer.paused > span {
4792
  right: -6px;
4793
  top: 9px;
4794
  width: 11px;
4795
  height: 14px;
4796
  border: inset 8px;
4797
  border-right-style: solid;
4798
  border-color: transparent transparent transparent #000;
4799
}
4800
/* line 203, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4801
.orbit-container:hover .orbit-timer > span {
4802
  display: block;
4803
}
4804
/* line 207, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4805
.orbit-container .orbit-prev,
4806
.orbit-container .orbit-next {
4807
  position: absolute;
4808
  top: 50%;
4809
  margin-top: -25px;
4810
  background-color: black;
4811
  background-color: rgba(0, 0, 0, 0.6);
4812
  width: 50px;
4813
  height: 60px;
4814
  line-height: 50px;
4815
  color: white;
4816
  text-indent: -9999px !important;
4817
  z-index: 10;
4818
}
4819
/* line 220, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4820
.orbit-container .orbit-prev > span,
4821
.orbit-container .orbit-next > span {
4822
  position: absolute;
4823
  top: 50%;
4824
  margin-top: -16px;
4825
  display: block;
4826
  width: 0;
4827
  height: 0;
4828
  border: inset 16px;
4829
}
4830
/* line 230, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4831
.orbit-container .orbit-prev {
4832
  left: 0;
4833
}
4834
/* line 231, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4835
.orbit-container .orbit-prev > span {
4836
  border-right-style: solid;
4837
  border-color: transparent;
4838
  border-right-color: #fff;
4839
}
4840
/* line 236, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4841
.orbit-container .orbit-prev:hover > span {
4842
  border-right-color: #ccc;
4843
}
4844
/* line 240, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4845
.orbit-container .orbit-next {
4846
  right: 0;
4847
}
4848
/* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4849
.orbit-container .orbit-next > span {
4850
  border-color: transparent;
4851
  border-left-style: solid;
4852
  border-left-color: #fff;
4853
  left: 50%;
4854
  margin-left: -8px;
4855
}
4856
/* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4857
.orbit-container .orbit-next:hover > span {
4858
  border-left-color: #ccc;
4859
}
4860

    
4861
/* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4862
.orbit-bullets {
4863
  margin: 0 auto 30px auto;
4864
  overflow: hidden;
4865
  position: relative;
4866
  top: 10px;
4867
}
4868
/* line 260, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4869
.orbit-bullets li {
4870
  display: block;
4871
  width: 10px;
4872
  height: 10px;
4873
  background: #999999;
4874
  float: left;
4875
  margin-right: 6px;
4876
  border: solid 1px #555555;
4877
  -webkit-border-radius: 1000px;
4878
  border-radius: 1000px;
4879
}
4880
/* line 270, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4881
.orbit-bullets li.active {
4882
  background: #555555;
4883
}
4884
/* line 274, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4885
.orbit-bullets li:last-child {
4886
  margin-right: 0;
4887
}
4888

    
4889
/* line 281, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4890
.touch .orbit-container .orbit-prev,
4891
.touch .orbit-container .orbit-next {
4892
  display: none;
4893
}
4894
/* line 284, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4895
.touch .orbit-bullets {
4896
  display: none;
4897
}
4898

    
4899
@media only screen and (min-width: 768px) {
4900
  /* line 293, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4901
  .touch .orbit-container .orbit-prev,
4902
  .touch .orbit-container .orbit-next {
4903
    display: inherit;
4904
  }
4905
  /* line 296, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4906
  .touch .orbit-bullets {
4907
    display: block;
4908
  }
4909
}
4910
@media only screen and (max-width: 768px) {
4911
  /* line 306, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4912
  .orbit-stack-on-small .orbit-slides-container {
4913
    height: auto !important;
4914
  }
4915
  /* line 307, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4916
  .orbit-stack-on-small .orbit-slides-container > * {
4917
    position: relative;
4918
    margin-left: 0% !important;
4919
  }
4920
  /* line 314, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_orbit.scss */
4921
  .orbit-stack-on-small .orbit-timer,
4922
  .orbit-stack-on-small .orbit-next,
4923
  .orbit-stack-on-small .orbit-prev,
4924
  .orbit-stack-on-small .orbit-bullets {
4925
    display: none;
4926
  }
4927
}
4928
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4929
.reveal-modal-bg {
4930
  position: fixed;
4931
  height: 100%;
4932
  width: 100%;
4933
  background: black;
4934
  background: rgba(255, 255, 255, 0.8);
4935
  z-index: 98;
4936
  display: none;
4937
  top: 0;
4938
  left: 0;
4939
}
4940

    
4941
/* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4942
.reveal-modal {
4943
  visibility: hidden;
4944
  display: none;
4945
  position: absolute;
4946
  left: 50%;
4947
  z-index: 99;
4948
  height: auto;
4949
  margin-left: -40%;
4950
  width: 80%;
4951
  background-color: white;
4952
  padding: 3.125em 6.25em 1.25em;
4953
  border: solid 0px #666666;
4954
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4955
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
4956
  top: 50px;
4957
}
4958
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4959
.reveal-modal .column,
4960
.reveal-modal .columns {
4961
  min-width: 0;
4962
}
4963
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4964
.reveal-modal > :first-child {
4965
  margin-top: 0;
4966
}
4967
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4968
.reveal-modal > :last-child {
4969
  margin-bottom: 0;
4970
}
4971
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4972
.reveal-modal .close-reveal-modal {
4973
  font-size: 1.125em;
4974
  line-height: 1;
4975
  position: absolute;
4976
  top: 3.125em;
4977
  right: 3.125em;
4978
  color: white;
4979
  font-weight: bold;
4980
  cursor: pointer;
4981
}
4982

    
4983
@media only screen and (min-width: 768px) {
4984
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4985
  .reveal-modal {
4986
    padding: 1.875em;
4987
    top: 6.25em;
4988
  }
4989
  /* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4990
  .reveal-modal.tiny {
4991
    margin-left: -15%;
4992
    width: 30%;
4993
  }
4994
  /* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
4995
  .reveal-modal.small {
4996
    margin-left: -20%;
4997
    width: 40%;
4998
  }
4999
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5000
  .reveal-modal.medium {
5001
    margin-left: -30%;
5002
    width: 60%;
5003
  }
5004
  /* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5005
  .reveal-modal.large {
5006
    margin-left: -35%;
5007
    width: 70%;
5008
  }
5009
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5010
  .reveal-modal.xlarge {
5011
    margin-left: -47.5%;
5012
    width: 95%;
5013
  }
5014
}
5015
@media print {
5016
  /* line 134, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_reveal.scss */
5017
  .reveal-modal {
5018
    background: #fff !important;
5019
  }
5020
}
5021
/* Foundation Joyride */
5022
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5023
.joyride-list {
5024
  display: none;
5025
}
5026

    
5027
/* Default styles for the container */
5028
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5029
.joyride-tip-guide {
5030
  display: none;
5031
  position: absolute;
5032
  background: black;
5033
  color: white;
5034
  z-index: 101;
5035
  top: 0;
5036
  left: 2.5%;
5037
  font-family: inherit;
5038
  font-weight: normal;
5039
  width: 95%;
5040
}
5041

    
5042
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5043
.lt-ie9 .joyride-tip-guide {
5044
  max-width: 800px;
5045
  left: 50%;
5046
  margin-left: -400px;
5047
}
5048

    
5049
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5050
.joyride-content-wrapper {
5051
  width: 100%;
5052
  padding: 1.125em 1.25em 1.5em;
5053
}
5054
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5055
.joyride-content-wrapper .button {
5056
  margin-bottom: 0 !important;
5057
}
5058

    
5059
/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
5060
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5061
.joyride-tip-guide .joyride-nub {
5062
  display: block;
5063
  position: absolute;
5064
  left: 22px;
5065
  width: 0;
5066
  height: 0;
5067
  border: inset 14px;
5068
}
5069
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5070
.joyride-tip-guide .joyride-nub.top {
5071
  border-top-style: solid;
5072
  border-color: black;
5073
  border-top-color: transparent !important;
5074
  border-left-color: transparent !important;
5075
  border-right-color: transparent !important;
5076
  top: -28px;
5077
}
5078
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5079
.joyride-tip-guide .joyride-nub.bottom {
5080
  border-bottom-style: solid;
5081
  border-color: black !important;
5082
  border-bottom-color: transparent !important;
5083
  border-left-color: transparent !important;
5084
  border-right-color: transparent !important;
5085
  bottom: -28px;
5086
}
5087
/* line 98, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5088
.joyride-tip-guide .joyride-nub.right {
5089
  right: -28px;
5090
}
5091
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5092
.joyride-tip-guide .joyride-nub.left {
5093
  left: -28px;
5094
}
5095

    
5096
/* Typography */
5097
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5098
.joyride-tip-guide h1,
5099
.joyride-tip-guide h2,
5100
.joyride-tip-guide h3,
5101
.joyride-tip-guide h4,
5102
.joyride-tip-guide h5,
5103
.joyride-tip-guide h6 {
5104
  line-height: 1.25;
5105
  margin: 0;
5106
  font-weight: bold;
5107
  color: white;
5108
}
5109

    
5110
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5111
.joyride-tip-guide p {
5112
  margin: 0 0 1.125em 0;
5113
  font-size: 0.875em;
5114
  line-height: 1.3;
5115
}
5116

    
5117
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5118
.joyride-timer-indicator-wrap {
5119
  width: 50px;
5120
  height: 3px;
5121
  border: solid 1px #555555;
5122
  position: absolute;
5123
  right: 1.0625em;
5124
  bottom: 1em;
5125
}
5126

    
5127
/* line 129, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5128
.joyride-timer-indicator {
5129
  display: block;
5130
  width: 0;
5131
  height: inherit;
5132
  background: #666666;
5133
}
5134

    
5135
/* line 136, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5136
.joyride-close-tip {
5137
  position: absolute;
5138
  right: 12px;
5139
  top: 10px;
5140
  color: #777777 !important;
5141
  text-decoration: none;
5142
  font-size: 30px;
5143
  font-weight: normal;
5144
  line-height: .5 !important;
5145
}
5146
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5147
.joyride-close-tip:hover, .joyride-close-tip:focus {
5148
  color: #eee !important;
5149
}
5150

    
5151
/* line 150, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5152
.joyride-modal-bg {
5153
  position: fixed;
5154
  height: 100%;
5155
  width: 100%;
5156
  background: transparent;
5157
  background: rgba(0, 0, 0, 0.5);
5158
  z-index: 100;
5159
  display: none;
5160
  top: 0;
5161
  left: 0;
5162
  cursor: pointer;
5163
}
5164

    
5165
/* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5166
.joyride-expose-wrapper {
5167
  background-color: #ffffff;
5168
  position: absolute;
5169
  border-radius: 3px;
5170
  z-index: 102;
5171
  -moz-box-shadow: 0px 0px 30px #ffffff;
5172
  -webkit-box-shadow: 0px 0px 15px #ffffff;
5173
  box-shadow: 0px 0px 15px #ffffff;
5174
}
5175

    
5176
/* line 175, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5177
.joyride-expose-cover {
5178
  background: transparent;
5179
  border-radius: 3px;
5180
  position: absolute;
5181
  z-index: 9999;
5182
  top: 0px;
5183
  left: 0px;
5184
}
5185

    
5186
/* Styles for screens that are atleast 768px; */
5187
@media only screen and (min-width: 768px) {
5188
  /* line 187, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5189
  .joyride-tip-guide {
5190
    width: 300px;
5191
    left: inherit;
5192
  }
5193
  /* line 189, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5194
  .joyride-tip-guide .joyride-nub.bottom {
5195
    border-color: black !important;
5196
    border-bottom-color: transparent !important;
5197
    border-left-color: transparent !important;
5198
    border-right-color: transparent !important;
5199
    bottom: -28px;
5200
  }
5201
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5202
  .joyride-tip-guide .joyride-nub.right {
5203
    border-color: black !important;
5204
    border-top-color: transparent !important;
5205
    border-right-color: transparent !important;
5206
    border-bottom-color: transparent !important;
5207
    top: 22px;
5208
    left: auto;
5209
    right: -28px;
5210
  }
5211
  /* line 204, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_joyride.scss */
5212
  .joyride-tip-guide .joyride-nub.left {
5213
    border-color: black !important;
5214
    border-top-color: transparent !important;
5215
    border-left-color: transparent !important;
5216
    border-bottom-color: transparent !important;
5217
    top: 22px;
5218
    left: -28px;
5219
    right: auto;
5220
  }
5221
}
5222
/* Clearing Styles */
5223
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5224
[data-clearing] {
5225
  *zoom: 1;
5226
  margin-bottom: 0;
5227
  margin-left: 0;
5228
  list-style: none;
5229
}
5230
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5231
[data-clearing]:before, [data-clearing]:after {
5232
  content: " ";
5233
  display: table;
5234
}
5235
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
5236
[data-clearing]:after {
5237
  clear: both;
5238
}
5239
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5240
[data-clearing] li {
5241
  float: left;
5242
  margin-right: 10px;
5243
}
5244

    
5245
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5246
.clearing-blackout {
5247
  background: #111111;
5248
  position: fixed;
5249
  width: 100%;
5250
  height: 100%;
5251
  top: 0;
5252
  left: 0;
5253
  z-index: 998;
5254
}
5255
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5256
.clearing-blackout .clearing-close {
5257
  display: block;
5258
}
5259

    
5260
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5261
.clearing-container {
5262
  position: relative;
5263
  z-index: 998;
5264
  height: 100%;
5265
  overflow: hidden;
5266
  margin: 0;
5267
}
5268

    
5269
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5270
.visible-img {
5271
  height: 95%;
5272
  position: relative;
5273
}
5274
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5275
.visible-img img {
5276
  position: absolute;
5277
  left: 50%;
5278
  top: 50%;
5279
  margin-left: -50%;
5280
  max-height: 100%;
5281
  max-width: 100%;
5282
}
5283

    
5284
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5285
.clearing-caption {
5286
  color: white;
5287
  line-height: 1.3;
5288
  margin-bottom: 0;
5289
  text-align: center;
5290
  bottom: 0;
5291
  background: #111111;
5292
  width: 100%;
5293
  padding: 10px 30px;
5294
  position: absolute;
5295
  left: 0;
5296
}
5297

    
5298
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5299
.clearing-close {
5300
  z-index: 999;
5301
  padding-left: 20px;
5302
  padding-top: 10px;
5303
  font-size: 40px;
5304
  line-height: 1;
5305
  color: white;
5306
  display: none;
5307
}
5308
/* line 105, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5309
.clearing-close:hover, .clearing-close:focus {
5310
  color: #ccc;
5311
}
5312

    
5313
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5314
.clearing-assembled .clearing-container {
5315
  height: 100%;
5316
}
5317
/* line 109, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5318
.clearing-assembled .clearing-container .carousel > ul {
5319
  display: none;
5320
}
5321

    
5322
/* line 113, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5323
.clearing-feature li {
5324
  display: none;
5325
}
5326
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5327
.clearing-feature li.clearing-featured-img {
5328
  display: block;
5329
}
5330

    
5331
@media only screen and (min-width: 768px) {
5332
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5333
  .clearing-main-prev,
5334
  .clearing-main-next {
5335
    position: absolute;
5336
    height: 100%;
5337
    width: 40px;
5338
    top: 0;
5339
  }
5340
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5341
  .clearing-main-prev > span,
5342
  .clearing-main-next > span {
5343
    position: absolute;
5344
    top: 50%;
5345
    display: block;
5346
    width: 0;
5347
    height: 0;
5348
    border: solid 16px;
5349
  }
5350

    
5351
  /* line 137, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5352
  .clearing-main-prev {
5353
    left: 0;
5354
  }
5355
  /* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5356
  .clearing-main-prev > span {
5357
    left: 5px;
5358
    border-color: transparent;
5359
    border-right-color: white;
5360
  }
5361

    
5362
  /* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5363
  .clearing-main-next {
5364
    right: 0;
5365
  }
5366
  /* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5367
  .clearing-main-next > span {
5368
    border-color: transparent;
5369
    border-left-color: white;
5370
  }
5371

    
5372
  /* line 154, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5373
  .clearing-main-prev.disabled,
5374
  .clearing-main-next.disabled {
5375
    opacity: 0.5;
5376
  }
5377

    
5378
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5379
  .clearing-assembled .clearing-container .carousel {
5380
    background: #111111;
5381
    height: 150px;
5382
    margin-top: 5px;
5383
  }
5384
  /* line 163, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5385
  .clearing-assembled .clearing-container .carousel > ul {
5386
    display: block;
5387
    z-index: 999;
5388
    width: 200%;
5389
    height: 100%;
5390
    margin-left: 0;
5391
    position: relative;
5392
    left: 0;
5393
  }
5394
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5395
  .clearing-assembled .clearing-container .carousel > ul li {
5396
    display: block;
5397
    width: 175px;
5398
    height: inherit;
5399
    padding: 0;
5400
    float: left;
5401
    overflow: hidden;
5402
    margin-right: 1px;
5403
    position: relative;
5404
    cursor: pointer;
5405
    opacity: 0.4;
5406
  }
5407
  /* line 185, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5408
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
5409
    min-height: 100%;
5410
    height: 100%;
5411
    max-width: none;
5412
  }
5413
  /* line 192, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5414
  .clearing-assembled .clearing-container .carousel > ul li a.th {
5415
    border: none;
5416
    -webkit-box-shadow: none;
5417
    box-shadow: none;
5418
    display: block;
5419
  }
5420
  /* line 201, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5421
  .clearing-assembled .clearing-container .carousel > ul li img {
5422
    cursor: pointer !important;
5423
    min-width: 100% !important;
5424
  }
5425
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5426
  .clearing-assembled .clearing-container .carousel > ul li.visible {
5427
    opacity: 1;
5428
  }
5429
  /* line 211, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5430
  .clearing-assembled .clearing-container .visible-img {
5431
    background: #111111;
5432
    overflow: hidden;
5433
    height: 75%;
5434
  }
5435

    
5436
  /* line 218, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_clearing.scss */
5437
  .clearing-close {
5438
    position: absolute;
5439
    top: 10px;
5440
    right: 20px;
5441
    padding-left: 0;
5442
    padding-top: 0;
5443
  }
5444
}
5445
/* Foundation Alerts */
5446
/* line 94, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5447
.alert-box {
5448
  border-style: solid;
5449
  border-width: 1px;
5450
  display: block;
5451
  font-weight: bold;
5452
  margin-bottom: 1.25em;
5453
  position: relative;
5454
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
5455
  font-size: 0.875em;
5456
  background-color: #bebebe;
5457
  border-color: #a5a5a5;
5458
  color: black;
5459
}
5460
/* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5461
.alert-box .close {
5462
  font-size: 1.375em;
5463
  padding: 5px 4px 4px;
5464
  line-height: 0;
5465
  position: absolute;
5466
  top: 0.4375em;
5467
  right: 0.3125em;
5468
  color: #333333;
5469
  opacity: 0.3;
5470
}
5471
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5472
.alert-box .close:hover, .alert-box .close:focus {
5473
  opacity: 0.5;
5474
}
5475
/* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5476
.alert-box.radius {
5477
  -webkit-border-radius: 1px;
5478
  border-radius: 1px;
5479
}
5480
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5481
.alert-box.round {
5482
  -webkit-border-radius: 1000px;
5483
  border-radius: 1000px;
5484
}
5485
/* line 102, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5486
.alert-box.success {
5487
  background-color: #00a551;
5488
  border-color: #007238;
5489
  color: white;
5490
}
5491
/* line 103, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5492
.alert-box.alert {
5493
  background-color: #30c79e;
5494
  border-color: #269e7d;
5495
  color: white;
5496
}
5497
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_alert-boxes.scss */
5498
.alert-box.secondary {
5499
  background-color: #30c79e;
5500
  border-color: #269e7d;
5501
  color: white;
5502
}
5503

    
5504
/* Breadcrumbs */
5505
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5506
.breadcrumbs {
5507
  display: block;
5508
  padding: 0 0.875em 0.5625em;
5509
  overflow: hidden;
5510
  margin-left: 0;
5511
  list-style: none;
5512
  border-style: solid;
5513
  border-width: 1px;
5514
  background-color: transparent;
5515
  border-color: transparent;
5516
  -webkit-border-radius: 1px;
5517
  border-radius: 1px;
5518
}
5519
/* line 119, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5520
.breadcrumbs > * {
5521
  margin: 0;
5522
  float: left;
5523
  font-size: inherit;
5524
  text-transform: none;
5525
}
5526
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5527
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
5528
  text-decoration: none;
5529
}
5530
/* line 63, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5531
.breadcrumbs > * a,
5532
.breadcrumbs > * span {
5533
  text-transform: none;
5534
  color: #bebebe;
5535
}
5536
/* line 69, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5537
.breadcrumbs > *.current {
5538
  cursor: default;
5539
  color: #333333;
5540
}
5541
/* line 72, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5542
.breadcrumbs > *.current a {
5543
  cursor: default;
5544
  color: #333333;
5545
}
5546
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5547
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
5548
  text-decoration: none;
5549
}
5550
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5551
.breadcrumbs > *.unavailable {
5552
  color: #999999;
5553
}
5554
/* line 84, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5555
.breadcrumbs > *.unavailable a {
5556
  color: #999999;
5557
}
5558
/* line 89, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5559
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
5560
.breadcrumbs > *.unavailable a:focus {
5561
  text-decoration: none;
5562
  color: #999999;
5563
  cursor: default;
5564
}
5565
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5566
.breadcrumbs > *:before {
5567
  content: ">";
5568
  color: #aaaaaa;
5569
  margin: 0 0.75em;
5570
  position: relative;
5571
  top: 1px;
5572
}
5573
/* line 104, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_breadcrumbs.scss */
5574
.breadcrumbs > *:first-child:before {
5575
  content: " ";
5576
  margin: 0;
5577
}
5578

    
5579
/* Custom Checkbox and Radio Inputs */
5580
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5581
form.custom .hidden-field {
5582
  margin-left: -99999px;
5583
  position: absolute;
5584
  visibility: hidden;
5585
}
5586
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5587
form.custom .custom {
5588
  display: inline-block;
5589
  width: 16px;
5590
  height: 16px;
5591
  position: relative;
5592
  top: -1px;
5593
  /* fix centering issue */
5594
  vertical-align: middle;
5595
  border: solid 1px #cccccc;
5596
  background: white;
5597
}
5598
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5599
form.custom .custom.checkbox {
5600
  -webkit-border-radius: 0px;
5601
  border-radius: 0px;
5602
  padding: -1px;
5603
}
5604
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5605
form.custom .custom.radio {
5606
  -webkit-border-radius: 1000px;
5607
  border-radius: 1000px;
5608
  padding: 3px;
5609
}
5610
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5611
form.custom .custom.checkbox:before {
5612
  content: "";
5613
  display: block;
5614
  font-size: 16px;
5615
  color: white;
5616
}
5617
/* line 96, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5618
form.custom .custom.radio.checked:before {
5619
  content: "";
5620
  display: block;
5621
  width: 8px;
5622
  height: 8px;
5623
  -webkit-border-radius: 1000px;
5624
  border-radius: 1000px;
5625
  background: #222222;
5626
  position: relative;
5627
}
5628
/* line 108, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_custom-forms.scss */
5629
form.custom .custom.checkbox.checked:before {
5630
  content: "\00d7";
5631
  color: #222222;
5632
  position: absolute;
5633
  top: -50%;
5634
  left: 50%;
5635
  margin-top: 4px;
5636
  margin-left: -5px;
5637
}
5638

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

    
5847
/* Keystroke Characters */
5848
/* line 52, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_keystrokes.scss */
5849
.keystroke,
5850
kbd {
5851
  background-color: #ededed;
5852
  border-color: #dbdbdb;
5853
  color: #222222;
5854
  border-style: solid;
5855
  border-width: 1px;
5856
  margin: 0;
5857
  font-family: "Consolas", "Menlo", "Courier", monospace;
5858
  font-size: 0.875em;
5859
  padding: 0.125em 0.25em 0;
5860
  -webkit-border-radius: 1px;
5861
  border-radius: 1px;
5862
}
5863

    
5864
/* Labels */
5865
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5866
.label {
5867
  font-weight: bold;
5868
  text-align: center;
5869
  text-decoration: none;
5870
  line-height: 1;
5871
  white-space: nowrap;
5872
  display: inline-block;
5873
  position: relative;
5874
  padding: 0.1875em 0.625em 0.25em;
5875
  font-size: 0.875em;
5876
  background-color: #bebebe;
5877
  color: #333333;
5878
}
5879
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5880
.label.radius {
5881
  -webkit-border-radius: 1px;
5882
  border-radius: 1px;
5883
}
5884
/* line 78, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5885
.label.round {
5886
  -webkit-border-radius: 1000px;
5887
  border-radius: 1000px;
5888
}
5889
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5890
.label.alert {
5891
  background-color: #30c79e;
5892
  color: white;
5893
}
5894
/* line 81, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5895
.label.success {
5896
  background-color: #00a551;
5897
  color: white;
5898
}
5899
/* line 82, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_labels.scss */
5900
.label.secondary {
5901
  background-color: #30c79e;
5902
  color: white;
5903
}
5904

    
5905
/* Inline Lists */
5906
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5907
.inline-list {
5908
  margin: 0 auto 1.0625em auto;
5909
  margin-left: -1.375em;
5910
  margin-right: 0;
5911
  padding: 0;
5912
  list-style: none;
5913
  overflow: hidden;
5914
}
5915
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5916
.inline-list > li {
5917
  list-style: none;
5918
  float: left;
5919
  margin-left: 1.375em;
5920
  display: block;
5921
}
5922
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_inline-lists.scss */
5923
.inline-list > li > * {
5924
  display: block;
5925
}
5926

    
5927
/* Default Pagination */
5928
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5929
ul.pagination {
5930
  display: block;
5931
  height: 1.5em;
5932
  margin-left: -0.3125em;
5933
}
5934
/* line 87, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5935
ul.pagination li {
5936
  height: 1.5em;
5937
  color: #222222;
5938
  font-size: 0.875em;
5939
  margin-left: 0.3125em;
5940
}
5941
/* line 93, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5942
ul.pagination li a {
5943
  display: block;
5944
  padding: 0.0625em 0.4375em 0.0625em;
5945
  color: #999999;
5946
}
5947
/* line 100, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5948
ul.pagination li:hover a,
5949
ul.pagination li a:focus {
5950
  background: #e6e6e6;
5951
}
5952
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5953
ul.pagination li.unavailable a {
5954
  cursor: default;
5955
  color: #999999;
5956
}
5957
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5958
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
5959
  background: transparent;
5960
}
5961
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5962
ul.pagination li.current a {
5963
  background: #bebebe;
5964
  color: white;
5965
  font-weight: bold;
5966
  cursor: default;
5967
}
5968
/* line 64, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5969
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
5970
  background: #bebebe;
5971
}
5972
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5973
ul.pagination li {
5974
  float: left;
5975
  display: block;
5976
}
5977

    
5978
/* Pagination centred wrapper */
5979
/* line 133, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5980
.pagination-centered {
5981
  text-align: center;
5982
}
5983
/* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pagination.scss */
5984
.pagination-centered ul.pagination li {
5985
  float: none;
5986
  display: inline-block;
5987
}
5988

    
5989
/* Panels */
5990
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
5991
.panel {
5992
  border-style: solid;
5993
  border-width: 1px;
5994
  border-color: #d9d9d9;
5995
  margin-bottom: 1.25em;
5996
  padding: 1.25em;
5997
  background: #f2f2f2;
5998
}
5999
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6000
.panel > :first-child {
6001
  margin-top: 0;
6002
}
6003
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6004
.panel > :last-child {
6005
  margin-bottom: 0;
6006
}
6007
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6008
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
6009
  color: #333333;
6010
}
6011
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6012
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
6013
  line-height: 1;
6014
  margin-bottom: 0.625em;
6015
}
6016
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6017
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
6018
  line-height: 1.4;
6019
}
6020
/* line 68, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6021
.panel.callout {
6022
  border-style: solid;
6023
  border-width: 1px;
6024
  border-color: #a5a5a5;
6025
  margin-bottom: 1.25em;
6026
  padding: 1.25em;
6027
  background: #bebebe;
6028
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6029
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
6030
}
6031
/* line 44, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6032
.panel.callout > :first-child {
6033
  margin-top: 0;
6034
}
6035
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6036
.panel.callout > :last-child {
6037
  margin-bottom: 0;
6038
}
6039
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6040
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
6041
  color: #333333;
6042
}
6043
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6044
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
6045
  line-height: 1;
6046
  margin-bottom: 0.625em;
6047
}
6048
/* line 56, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6049
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
6050
  line-height: 1.4;
6051
}
6052
/* line 73, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_panels.scss */
6053
.panel.radius {
6054
  -webkit-border-radius: 1px;
6055
  border-radius: 1px;
6056
}
6057

    
6058
/* Pricing Tables */
6059
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6060
.pricing-table {
6061
  border: solid 1px #dddddd;
6062
  margin-left: 0;
6063
  margin-bottom: 1.25em;
6064
}
6065
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6066
.pricing-table * {
6067
  list-style: none;
6068
  line-height: 1;
6069
}
6070
/* line 124, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6071
.pricing-table .title {
6072
  background-color: #dddddd;
6073
  padding: 0.9375em 1.25em;
6074
  text-align: center;
6075
  color: #333333;
6076
  font-weight: bold;
6077
  font-size: 1em;
6078
}
6079
/* line 125, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6080
.pricing-table .price {
6081
  background-color: #eeeeee;
6082
  padding: 0.9375em 1.25em;
6083
  text-align: center;
6084
  color: #333333;
6085
  font-weight: normal;
6086
  font-size: 1.25em;
6087
}
6088
/* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6089
.pricing-table .description {
6090
  background-color: white;
6091
  padding: 0.9375em;
6092
  text-align: center;
6093
  color: #777777;
6094
  font-size: 0.75em;
6095
  font-weight: normal;
6096
  line-height: 1.4;
6097
  border-bottom: dotted 1px #dddddd;
6098
}
6099
/* line 127, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6100
.pricing-table .bullet-item {
6101
  background-color: white;
6102
  padding: 0.9375em;
6103
  text-align: center;
6104
  color: #333333;
6105
  font-size: 0.875em;
6106
  font-weight: normal;
6107
  border-bottom: dotted 1px #dddddd;
6108
}
6109
/* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_pricing-tables.scss */
6110
.pricing-table .cta-button {
6111
  background-color: whitesmoke;
6112
  text-align: center;
6113
  padding: 1.25em 1.25em 0;
6114
}
6115

    
6116
/* Progress Bar */
6117
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6118
.progress {
6119
  background-color: transparent;
6120
  height: 0.9375em;
6121
  border: 1px solid #cccccc;
6122
  padding: 1px;
6123
  margin-bottom: 0.625em;
6124
}
6125
/* line 54, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6126
.progress .meter {
6127
  background: #bebebe;
6128
  height: 100%;
6129
  display: block;
6130
}
6131
/* line 57, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6132
.progress.secondary .meter {
6133
  background: #30c79e;
6134
  height: 100%;
6135
  display: block;
6136
}
6137
/* line 58, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6138
.progress.success .meter {
6139
  background: #00a551;
6140
  height: 100%;
6141
  display: block;
6142
}
6143
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6144
.progress.alert .meter {
6145
  background: #30c79e;
6146
  height: 100%;
6147
  display: block;
6148
}
6149
/* line 61, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6150
.progress.radius {
6151
  -webkit-border-radius: 1px;
6152
  border-radius: 1px;
6153
}
6154
/* line 62, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6155
.progress.radius .meter {
6156
  -webkit-border-radius: 0px;
6157
  border-radius: 0px;
6158
}
6159
/* line 65, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6160
.progress.round {
6161
  -webkit-border-radius: 1000px;
6162
  border-radius: 1000px;
6163
}
6164
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_progress-bars.scss */
6165
.progress.round .meter {
6166
  -webkit-border-radius: 999px;
6167
  border-radius: 999px;
6168
}
6169

    
6170
/* Side Nav */
6171
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6172
.side-nav {
6173
  display: block;
6174
  margin: 0;
6175
  padding: 0.875em 0;
6176
  list-style-type: none;
6177
  list-style-position: inside;
6178
}
6179
/* line 39, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6180
.side-nav li {
6181
  margin: 0 0 0.4375em 0;
6182
  font-size: 0.875em;
6183
}
6184
/* line 43, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6185
.side-nav li a {
6186
  display: block;
6187
  color: #bebebe;
6188
}
6189
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6190
.side-nav li.active > a:first-child {
6191
  color: #4d4d4d;
6192
  font-weight: bold;
6193
}
6194
/* line 53, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_side-nav.scss */
6195
.side-nav li.divider {
6196
  border-top: 1px solid;
6197
  height: 0;
6198
  padding: 0;
6199
  list-style: none;
6200
  border-top-color: #e6e6e6;
6201
}
6202

    
6203
/* Side Nav */
6204
/* line 66, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6205
.sub-nav {
6206
  display: block;
6207
  width: auto;
6208
  overflow: hidden;
6209
  margin: -0.25em 0 1.125em;
6210
  padding-top: 0.25em;
6211
  margin-right: 0;
6212
  margin-left: -0.5625em;
6213
}
6214
/* line 38, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6215
.sub-nav dt,
6216
.sub-nav dd {
6217
  float: left;
6218
  display: inline;
6219
  margin-left: 0.5625em;
6220
  margin-bottom: 0.625em;
6221
  font-weight: normal;
6222
  font-size: 0.875em;
6223
}
6224
/* line 46, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6225
.sub-nav dt a,
6226
.sub-nav dd a {
6227
  color: #999999;
6228
  text-decoration: none;
6229
}
6230
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_sub-nav.scss */
6231
.sub-nav dt.active a,
6232
.sub-nav dd.active a {
6233
  -webkit-border-radius: 1000px;
6234
  border-radius: 1000px;
6235
  font-weight: bold;
6236
  background: #bebebe;
6237
  padding: 0.1875em 0.5625em;
6238
  cursor: default;
6239
  color: white;
6240
}
6241

    
6242
/* Foundation Switches */
6243
@media only screen {
6244
  /* line 234, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6245
  div.switch {
6246
    position: relative;
6247
    width: 100%;
6248
    padding: 0;
6249
    display: block;
6250
    overflow: hidden;
6251
    border-style: solid;
6252
    border-width: 1px;
6253
    margin-bottom: 1.25em;
6254
    -webkit-animation: webkitSiblingBugfix infinite 1s;
6255
    height: 36px;
6256
    background: white;
6257
    border-color: #cccccc;
6258
  }
6259
  /* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6260
  div.switch label {
6261
    position: relative;
6262
    left: 0;
6263
    z-index: 2;
6264
    float: left;
6265
    width: 50%;
6266
    height: 100%;
6267
    margin: 0;
6268
    font-weight: bold;
6269
    text-align: left;
6270
    -webkit-transition: all 0.1s ease-out;
6271
    -moz-transition: all 0.1s ease-out;
6272
    transition: all 0.1s ease-out;
6273
  }
6274
  /* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6275
  div.switch input {
6276
    position: absolute;
6277
    z-index: 3;
6278
    opacity: 0;
6279
    width: 100%;
6280
    height: 100%;
6281
    -moz-appearance: none;
6282
  }
6283
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6284
  div.switch input:hover, div.switch input:focus {
6285
    cursor: pointer;
6286
  }
6287
  /* line 92, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6288
  div.switch span:last-child {
6289
    position: absolute;
6290
    top: -1px;
6291
    left: -1px;
6292
    z-index: 1;
6293
    display: block;
6294
    padding: 0;
6295
    border-width: 1px;
6296
    border-style: solid;
6297
    -webkit-transition: all 0.1s ease-out;
6298
    -moz-transition: all 0.1s ease-out;
6299
    transition: all 0.1s ease-out;
6300
  }
6301
  /* line 107, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6302
  div.switch input:not(:checked) + label {
6303
    opacity: 0;
6304
  }
6305
  /* line 110, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6306
  div.switch input:checked {
6307
    display: none !important;
6308
  }
6309
  /* line 111, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6310
  div.switch input {
6311
    left: 0;
6312
    display: block !important;
6313
  }
6314
  /* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6315
  div.switch input:first-of-type + label,
6316
  div.switch input:first-of-type + span + label {
6317
    left: -50%;
6318
  }
6319
  /* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6320
  div.switch input:first-of-type:checked + label,
6321
  div.switch input:first-of-type:checked + span + label {
6322
    left: 0%;
6323
  }
6324
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6325
  div.switch input:last-of-type + label,
6326
  div.switch input:last-of-type + span + label {
6327
    right: -50%;
6328
    left: auto;
6329
    text-align: right;
6330
  }
6331
  /* line 123, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6332
  div.switch input:last-of-type:checked + label,
6333
  div.switch input:last-of-type:checked + span + label {
6334
    right: 0%;
6335
    left: auto;
6336
  }
6337
  /* line 126, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6338
  div.switch span.custom {
6339
    display: none !important;
6340
  }
6341
  /* line 132, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6342
  form.custom div.switch .hidden-field {
6343
    margin-left: auto;
6344
    position: absolute;
6345
    visibility: visible;
6346
  }
6347
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6348
  div.switch label {
6349
    padding: 0 0.375em;
6350
    line-height: 2.3em;
6351
    font-size: 0.875em;
6352
  }
6353
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6354
  div.switch input:first-of-type:checked ~ span:last-child {
6355
    left: 100%;
6356
    margin-left: -2.1875em;
6357
  }
6358
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6359
  div.switch span:last-child {
6360
    width: 2.25em;
6361
    height: 2.25em;
6362
  }
6363
  /* line 172, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6364
  div.switch span:last-child {
6365
    border-color: #b3b3b3;
6366
    background: white;
6367
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
6368
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
6369
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
6370
    -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;
6371
    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;
6372
  }
6373
  /* line 196, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6374
  div.switch:hover span:last-child, div.switch:focus span:last-child {
6375
    background: white;
6376
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
6377
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
6378
    background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
6379
  }
6380
  /* line 206, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6381
  div.switch:active {
6382
    background: transparent;
6383
  }
6384
  /* line 238, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6385
  div.switch.large {
6386
    height: 44px;
6387
  }
6388
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6389
  div.switch.large label {
6390
    padding: 0 0.375em;
6391
    line-height: 2.3em;
6392
    font-size: 1.0625em;
6393
  }
6394
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6395
  div.switch.large input:first-of-type:checked ~ span:last-child {
6396
    left: 100%;
6397
    margin-left: -2.6875em;
6398
  }
6399
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6400
  div.switch.large span:last-child {
6401
    width: 2.75em;
6402
    height: 2.75em;
6403
  }
6404
  /* line 241, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6405
  div.switch.small {
6406
    height: 28px;
6407
  }
6408
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6409
  div.switch.small label {
6410
    padding: 0 0.375em;
6411
    line-height: 2.1em;
6412
    font-size: 0.75em;
6413
  }
6414
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6415
  div.switch.small input:first-of-type:checked ~ span:last-child {
6416
    left: 100%;
6417
    margin-left: -1.6875em;
6418
  }
6419
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6420
  div.switch.small span:last-child {
6421
    width: 1.75em;
6422
    height: 1.75em;
6423
  }
6424
  /* line 244, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6425
  div.switch.tiny {
6426
    height: 22px;
6427
  }
6428
  /* line 144, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6429
  div.switch.tiny label {
6430
    padding: 0 0.375em;
6431
    line-height: 1.9em;
6432
    font-size: 0.6875em;
6433
  }
6434
  /* line 152, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6435
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
6436
    left: 100%;
6437
    margin-left: -1.3125em;
6438
  }
6439
  /* line 158, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6440
  div.switch.tiny span:last-child {
6441
    width: 1.375em;
6442
    height: 1.375em;
6443
  }
6444
  /* line 247, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6445
  div.switch.radius {
6446
    -webkit-border-radius: 4px;
6447
    border-radius: 4px;
6448
  }
6449
  /* line 248, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6450
  div.switch.radius span:last-child {
6451
    -webkit-border-radius: 3px;
6452
    border-radius: 3px;
6453
  }
6454
  /* line 252, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6455
  div.switch.round {
6456
    -webkit-border-radius: 1000px;
6457
    border-radius: 1000px;
6458
  }
6459
  /* line 253, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6460
  div.switch.round span:last-child {
6461
    -webkit-border-radius: 999px;
6462
    border-radius: 999px;
6463
  }
6464
  /* line 254, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6465
  div.switch.round label {
6466
    padding: 0 0.5625em;
6467
  }
6468

    
6469
  @-webkit-keyframes webkitSiblingBugfix {
6470
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6471
    from {
6472
      position: relative;
6473
    }
6474

    
6475
    /* line 259, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_switch.scss */
6476
    to {
6477
      position: relative;
6478
    }
6479
}
6480
}
6481
/* line 11, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6482
[data-magellan-expedition] {
6483
  background: white;
6484
  z-index: 50;
6485
  min-width: 100%;
6486
  padding: 10px;
6487
}
6488
/* line 17, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6489
[data-magellan-expedition] .sub-nav {
6490
  margin-bottom: 0;
6491
}
6492
/* line 19, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_magellan.scss */
6493
[data-magellan-expedition] .sub-nav dd {
6494
  margin-bottom: 0;
6495
}
6496

    
6497
/* Tables */
6498
/* line 80, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6499
table {
6500
  background: white;
6501
  margin-bottom: 1.25em;
6502
  border: solid 1px #dddddd;
6503
}
6504
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6505
table thead,
6506
table tfoot {
6507
  background: whitesmoke;
6508
  font-weight: bold;
6509
}
6510
/* line 48, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6511
table thead tr th,
6512
table thead tr td,
6513
table tfoot tr th,
6514
table tfoot tr td {
6515
  padding: 0.5em 0.625em 0.625em;
6516
  font-size: 0.875em;
6517
  color: #222222;
6518
  text-align: left;
6519
}
6520
/* line 59, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6521
table tr th,
6522
table tr td {
6523
  padding: 0.5625em 0.625em;
6524
  font-size: 0.875em;
6525
  color: #222222;
6526
}
6527
/* line 67, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6528
table tr.even, table tr.alt, table tr:nth-of-type(even) {
6529
  background: #f9f9f9;
6530
}
6531
/* line 74, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tables.scss */
6532
table thead tr th,
6533
table tfoot tr th,
6534
table tbody tr td,
6535
table tr td,
6536
table tfoot tr td {
6537
  display: table-cell;
6538
  line-height: 1.125em;
6539
}
6540

    
6541
/* Image Thumbnails */
6542
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6543
.th {
6544
  line-height: 0;
6545
  display: inline-block;
6546
  border: solid 4px white;
6547
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6548
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
6549
  -webkit-transition: all 200ms ease-out;
6550
  -moz-transition: all 200ms ease-out;
6551
  transition: all 200ms ease-out;
6552
}
6553
/* line 32, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6554
.th:hover, .th:focus {
6555
  -webkit-box-shadow: 0 0 6px 1px rgba(190, 190, 190, 0.5);
6556
  box-shadow: 0 0 6px 1px rgba(190, 190, 190, 0.5);
6557
}
6558
/* line 49, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6559
.th.radius {
6560
  -webkit-border-radius: 1px;
6561
  border-radius: 1px;
6562
}
6563

    
6564
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_thumbs.scss */
6565
a.th {
6566
  display: inline-block;
6567
}
6568

    
6569
/* Tooltips */
6570
/* line 29, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6571
.has-tip {
6572
  border-bottom: 0 none;
6573
  cursor: inherit;
6574
  font-weight: normal;
6575
  color: #333333;
6576
}
6577
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6578
.has-tip:hover, .has-tip:focus {
6579
  border-bottom: none;
6580
  color: #30c79e;
6581
}
6582
/* line 42, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6583
.has-tip.tip-left, .has-tip.tip-right {
6584
  float: none !important;
6585
}
6586

    
6587
/* line 45, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6588
.tooltip {
6589
  display: none;
6590
  position: absolute;
6591
  z-index: 999;
6592
  font-weight: normal;
6593
  font-size: 0.75em;
6594
  line-height: 1.3;
6595
  padding: 0.125em 0.75em;
6596
  max-width: 85%;
6597
  left: 50%;
6598
  width: 100%;
6599
  color: #2d3338;
6600
  background: #cecece;
6601
  -webkit-border-radius: 7px;
6602
  border-radius: 7px;
6603
}
6604
/* line 60, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6605
.tooltip > .nub {
6606
  display: block;
6607
  left: 0;
6608
  position: absolute;
6609
  width: 0;
6610
  height: 0;
6611
  border: solid 0;
6612
  border-color: transparent transparent #cecece transparent;
6613
  top: 0;
6614
}
6615
/* line 71, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6616
.tooltip.opened {
6617
  color: #30c79e !important;
6618
  border-bottom: none !important;
6619
}
6620

    
6621
/* line 77, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6622
.tap-to-close {
6623
  display: block;
6624
  font-size: 0.625em;
6625
  color: #888888;
6626
  font-weight: normal;
6627
}
6628

    
6629
@media only screen and (min-width: 768px) {
6630
  /* line 86, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6631
  .tooltip > .nub {
6632
    border-color: transparent transparent #cecece transparent;
6633
    top: 0;
6634
  }
6635
  /* line 90, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6636
  .tooltip.tip-top > .nub {
6637
    border-color: #cecece transparent transparent transparent;
6638
    top: auto;
6639
    bottom: 0;
6640
  }
6641
  /* line 97, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6642
  .tooltip.tip-left, .tooltip.tip-right {
6643
    float: none !important;
6644
  }
6645
  /* line 99, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6646
  .tooltip.tip-left > .nub {
6647
    border-color: transparent transparent transparent #cecece;
6648
    right: 0;
6649
    left: auto;
6650
    top: 50%;
6651
    margin-top: 0;
6652
  }
6653
  /* line 106, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_tooltips.scss */
6654
  .tooltip.tip-right > .nub {
6655
    border-color: transparent #cecece transparent transparent;
6656
    right: auto;
6657
    left: 0;
6658
    top: 50%;
6659
    margin-top: 0;
6660
  }
6661
}
6662
@media only screen and (max-width: 767px) {
6663
  /* line 128, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6664
  .f-dropdown {
6665
    max-width: 100%;
6666
    left: 0;
6667
  }
6668
}
6669
/* Foundation Dropdowns */
6670
/* line 135, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6671
.f-dropdown {
6672
  position: absolute;
6673
  top: -9999px;
6674
  list-style: none;
6675
  margin-left: 0;
6676
  width: 100%;
6677
  max-height: none;
6678
  height: auto;
6679
  background: white;
6680
  border: solid 1px #cccccc;
6681
  font-size: 16;
6682
  z-index: 99;
6683
  margin-top: 2px;
6684
  max-width: 200px;
6685
}
6686
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6687
.f-dropdown > *:first-child {
6688
  margin-top: 0;
6689
}
6690
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6691
.f-dropdown > *:last-child {
6692
  margin-bottom: 0;
6693
}
6694
/* line 76, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6695
.f-dropdown:before {
6696
  content: "";
6697
  display: block;
6698
  width: 0;
6699
  height: 0;
6700
  border: inset 6px;
6701
  border-color: transparent transparent white transparent;
6702
  border-bottom-style: solid;
6703
  position: absolute;
6704
  top: -12px;
6705
  left: 10px;
6706
  z-index: 99;
6707
}
6708
/* line 83, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6709
.f-dropdown:after {
6710
  content: "";
6711
  display: block;
6712
  width: 0;
6713
  height: 0;
6714
  border: inset 7px;
6715
  border-color: transparent transparent #cccccc transparent;
6716
  border-bottom-style: solid;
6717
  position: absolute;
6718
  top: -14px;
6719
  left: 9px;
6720
  z-index: 98;
6721
}
6722
/* line 91, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6723
.f-dropdown.right:before {
6724
  left: auto;
6725
  right: 10px;
6726
}
6727
/* line 95, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6728
.f-dropdown.right:after {
6729
  left: auto;
6730
  right: 9px;
6731
}
6732
/* line 139, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6733
.f-dropdown li {
6734
  font-size: 0.875em;
6735
  cursor: pointer;
6736
  line-height: 1.125em;
6737
  margin: 0;
6738
}
6739
/* line 115, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6740
.f-dropdown li:hover, .f-dropdown li:focus {
6741
  background: #eeeeee;
6742
}
6743
/* line 117, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6744
.f-dropdown li a {
6745
  display: block;
6746
  padding: 0.3125em 0.625em;
6747
  color: #555555;
6748
}
6749
/* line 142, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6750
.f-dropdown.content {
6751
  position: absolute;
6752
  top: -9999px;
6753
  list-style: none;
6754
  margin-left: 0;
6755
  padding: 1.25em;
6756
  width: 100%;
6757
  height: auto;
6758
  max-height: none;
6759
  background: white;
6760
  border: solid 1px #cccccc;
6761
  font-size: 16;
6762
  z-index: 99;
6763
  max-width: 200px;
6764
}
6765
/* line 50, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6766
.f-dropdown.content > *:first-child {
6767
  margin-top: 0;
6768
}
6769
/* line 51, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6770
.f-dropdown.content > *:last-child {
6771
  margin-bottom: 0;
6772
}
6773
/* line 145, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6774
.f-dropdown.tiny {
6775
  max-width: 200px;
6776
}
6777
/* line 146, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6778
.f-dropdown.small {
6779
  max-width: 300px;
6780
}
6781
/* line 147, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6782
.f-dropdown.medium {
6783
  max-width: 500px;
6784
}
6785
/* line 148, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_dropdown.scss */
6786
.f-dropdown.large {
6787
  max-width: 800px;
6788
}
6789

    
6790
/* Table of Contents
6791

6792
  - Clearfix
6793
  - Mixins
6794
  - Buttons and Links
6795
  - Layout 
6796
  - Header
6797
  - Actions Bar
6798
  - Icon Navigation
6799
  - Top Info
6800
  - Progress Bar
6801
  - Responsive
6802
  - Scroll Bar
6803
  - Images from sprites
6804

6805
 */
6806
/* Clearfix -------------------------------------------- */
6807
/* line 20, ../sass/_common.scss */
6808
.clearfix, .list-view .items-list > li, .storage-progress .items-list > li, .details .top, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar, #volume-wizard .step .volume_options > li .title, #volume-wizard .step .volume_options > li .options-bar, .connected .item .what, .connected .item .connections > li {
6809
  zoom: 1;
6810
}
6811
/* line 22, ../sass/_common.scss */
6812
.clearfix:before, .list-view .items-list > li:before, .storage-progress .items-list > li:before, .details .top:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:before, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:before, #volume-wizard .step .volume_options > li .title:before, #volume-wizard .step .volume_options > li .options-bar:before, .connected .item .what:before, .connected .item .connections > li:before, .clearfix:after, .list-view .items-list > li:after, .storage-progress .items-list > li:after, .details .top:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:after, #volume-wizard .step .volume_options > li .title:after, #volume-wizard .step .volume_options > li .options-bar:after, .connected .item .what:after, .connected .item .connections > li:after {
6813
  content: "\0020";
6814
  display: block;
6815
  height: 0;
6816
  overflow: hidden;
6817
}
6818
/* line 28, ../sass/_common.scss */
6819
.clearfix:after, .list-view .items-list > li:after, .storage-progress .items-list > li:after, .details .top:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title:after, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar:after, #volume-wizard .step .volume_options > li .title:after, #volume-wizard .step .volume_options > li .options-bar:after, .connected .item .what:after, .connected .item .connections > li:after {
6820
  clear: both;
6821
}
6822

    
6823
/* Mixins ----------------------------------------------- */
6824
/* Circle and Tags ----------------------------------------------- */
6825
/* line 141, ../sass/_common.scss */
6826
.tags {
6827
  text-align: center;
6828
}
6829
/* line 143, ../sass/_common.scss */
6830
.tags .tag {
6831
  display: inline-block;
6832
  -webkit-border-radius: 999px;
6833
  -moz-border-radius: 999px;
6834
  border-radius: 999px;
6835
  width: 12px;
6836
  height: 12px;
6837
  background-color: #bebebe;
6838
  behavior: url(PIE.htc);
6839
  margin: 0 3px;
6840
}
6841
/* line 146, ../sass/_common.scss */
6842
.tags .tag.tag1 {
6843
  background-color: #e02b2b;
6844
}
6845
/* line 147, ../sass/_common.scss */
6846
.tags .tag.tag2 {
6847
  background-color: #00a551;
6848
}
6849
/* line 148, ../sass/_common.scss */
6850
.tags .tag.tag3 {
6851
  background-color: #30c79e;
6852
}
6853

    
6854
/* Buttons and Links ----------------------------------------------- */
6855
/* line 156, ../sass/_common.scss */
6856
a {
6857
  color: #485057;
6858
}
6859
/* line 158, ../sass/_common.scss */
6860
a:hover, a.current, a.active {
6861
  color: #30c79e;
6862
  -webkit-transition: background 300ms ease-out;
6863
  -moz-transition: background 300ms ease-out;
6864
  -ms-transition: background 300ms ease-out;
6865
  -o-transition: background 300ms ease-out;
6866
  transition: background 300ms ease-out;
6867
}
6868

    
6869
/* line 166, ../sass/_common.scss */
6870
.inactive {
6871
  color: #bebebe !important;
6872
}
6873
/* line 168, ../sass/_common.scss */
6874
.inactive:hover {
6875
  color: #bebebe;
6876
  cursor: default;
6877
}
6878

    
6879
/* line 174, ../sass/_common.scss */
6880
.btn1, .btn2, .btn3, .btn-img {
6881
  border: 1px solid #485057;
6882
  color: #485057;
6883
  display: inline-block;
6884
  height: 30px;
6885
  text-align: center;
6886
  font-size: 0.75em;
6887
}
6888
/* line 182, ../sass/_common.scss */
6889
.btn1:hover, .btn2:hover, .btn3:hover, .btn-img:hover, .btn1:focus, .btn2:focus, .btn3:focus, .btn-img:focus {
6890
  color: #485057;
6891
}
6892
/* line 184, ../sass/_common.scss */
6893
.btn1:hover span, .btn2:hover span, .btn3:hover span, .btn-img:hover span, .btn1:focus span, .btn2:focus span, .btn3:focus span, .btn-img:focus span {
6894
  border-color: #485057;
6895
}
6896
/* line 188, ../sass/_common.scss */
6897
.btn1.current, .current.btn2, .current.btn3, .current.btn-img {
6898
  color: #fff;
6899
}
6900
/* line 189, ../sass/_common.scss */
6901
.btn1.current span, .current.btn2 span, .current.btn3 span, .current.btn-img span {
6902
  background-color: #485057;
6903
}
6904
/* line 194, ../sass/_common.scss */
6905
.btn1 span, .btn2 span, .btn3 span, .btn-img span {
6906
  border: 1px solid transparent;
6907
  display: block;
6908
  padding: 0 20px;
6909
  line-height: 26px;
6910
  height: 100%;
6911
}
6912

    
6913
/* line 204, ../sass/_common.scss */
6914
.btn2 {
6915
  color: #30c79e;
6916
  background: #fff;
6917
  border-color: #30c79e;
6918
}
6919
/* line 211, ../sass/_common.scss */
6920
.btn2:hover, .btn2.current, .btn2:focus {
6921
  background: transparent;
6922
  border-color: #fff;
6923
}
6924

    
6925
/* line 217, ../sass/_common.scss */
6926
.btn3 {
6927
  color: #fff;
6928
  border-color: #fff;
6929
}
6930
/* line 223, ../sass/_common.scss */
6931
.btn3:hover, .btn3.current, .btn3:focus {
6932
  color: #30c79e;
6933
  background: #fff;
6934
  border-color: #fff;
6935
}
6936

    
6937
/* line 231, ../sass/_common.scss */
6938
.btn4 {
6939
  border: 1px solid white;
6940
  color: white;
6941
  display: inline-block;
6942
  height: 30px;
6943
  text-align: center;
6944
  font-size: 0.75em;
6945
}
6946
/* line 239, ../sass/_common.scss */
6947
.btn4:hover, .btn4:focus {
6948
  color: #fff;
6949
}
6950
/* line 241, ../sass/_common.scss */
6951
.btn4:hover span, .btn4:focus span {
6952
  border-color: white;
6953
}
6954
/* line 245, ../sass/_common.scss */
6955
.btn4.current {
6956
  background: white;
6957
  color: #30c79e;
6958
}
6959
/* line 246, ../sass/_common.scss */
6960
.btn4.current span {
6961
  background-color: white;
6962
}
6963
/* line 252, ../sass/_common.scss */
6964
.btn4 span {
6965
  border: 1px solid transparent;
6966
  display: block;
6967
  padding: 0 20px;
6968
  line-height: 26px;
6969
  height: 100%;
6970
}
6971

    
6972
/* line 262, ../sass/_common.scss */
6973
.btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li a {
6974
  border: 1px solid white;
6975
  color: white;
6976
  display: inline-block;
6977
  height: 30px;
6978
  text-align: center;
6979
  font-size: 0.75em;
6980
}
6981
/* line 271, ../sass/_common.scss */
6982
.btn5:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:hover span, #volume-wizard .step .volume_options > li .options-bar .options li a:hover span, .btn5:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a:focus span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a:focus span, #volume-wizard .step .volume_options > li .options-bar .options li a:focus span {
6983
  border-color: white;
6984
}
6985
/* line 275, ../sass/_common.scss */
6986
.btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current, #volume-wizard .step .volume_options > li .options-bar .options li a.current {
6987
  background: white;
6988
  color: #30c79e;
6989
}
6990
/* line 276, ../sass/_common.scss */
6991
.btn5.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current span, #volume-wizard .step .volume_options > li .options-bar .options li a.current span {
6992
  background-color: white;
6993
}
6994
/* line 282, ../sass/_common.scss */
6995
.btn5 span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a span, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a span, #volume-wizard .step .volume_options > li .options-bar .options li a span {
6996
  border: 1px solid transparent;
6997
  display: block;
6998
  padding: 0 20px;
6999
  line-height: 26px;
7000
  height: 100%;
7001
}
7002

    
7003
/* line 292, ../sass/_common.scss */
7004
.btn-img {
7005
  border-color: #30c79e;
7006
}
7007
/* line 296, ../sass/_common.scss */
7008
.btn-img:hover, .btn-img:focus {
7009
  background: transparent;
7010
}
7011
/* line 300, ../sass/_common.scss */
7012
.btn-img a img, .btn-img a span {
7013
  margin-left: 5px;
7014
}
7015

    
7016
/* Layout ----------------------------------------------- */
7017
/* line 308, ../sass/_common.scss */
7018
html, body {
7019
  height: 100%;
7020
}
7021

    
7022
/* line 312, ../sass/_common.scss */
7023
body {
7024
  padding-top: 110px;
7025
}
7026

    
7027
/* line 316, ../sass/_common.scss */
7028
.body-wrapper {
7029
  min-height: 100%;
7030
}
7031

    
7032
/* line 320, ../sass/_common.scss */
7033
.main {
7034
  padding: 0 0.625em;
7035
}
7036

    
7037
/* Header ----------------------------------------------- */
7038
/* line 326, ../sass/_common.scss */
7039
.header {
7040
  position: fixed;
7041
  top: 0;
7042
  left: 0;
7043
  right: 0;
7044
  width: 100%;
7045
  height: 80px;
7046
  line-height: 80px;
7047
  padding: 0 15px;
7048
  background: white;
7049
  z-index: 100;
7050
}
7051
/* line 337, ../sass/_common.scss */
7052
.header .icons-nav {
7053
  position: absolute;
7054
  left: 15px;
7055
  height: 80px;
7056
  line-height: 80px;
7057
  top: 0;
7058
}
7059
/* line 343, ../sass/_common.scss */
7060
.header .icons-nav li {
7061
  line-height: 80px;
7062
}
7063
/* line 347, ../sass/_common.scss */
7064
.header .logo {
7065
  text-align: center;
7066
}
7067
/* line 349, ../sass/_common.scss */
7068
.header .logo a {
7069
  position: relative;
7070
}
7071
/* line 353, ../sass/_common.scss */
7072
.header .logo img {
7073
  height: 40px;
7074
}
7075
/* line 356, ../sass/_common.scss */
7076
.header .logo h2 {
7077
  display: none;
7078
  margin: 0;
7079
  font-size: 1em;
7080
  color: #bebebe;
7081
  font-weight: normal;
7082
}
7083
/* line 364, ../sass/_common.scss */
7084
.header .login {
7085
  position: absolute;
7086
  top: 25px;
7087
  right: 15px;
7088
}
7089
/* line 369, ../sass/_common.scss */
7090
.header .login .wrap {
7091
  border: 1px solid #2d3338;
7092
  background: white;
7093
  font-size: 0.75em;
7094
  padding: 12px 30px;
7095
  line-height: 100%;
7096
}
7097
/* line 376, ../sass/_common.scss */
7098
.header .login .wrap ul {
7099
  padding: 0;
7100
  margin: 0;
7101
  list-style: none outside none;
7102
  display: none;
7103
}
7104
/* line 381, ../sass/_common.scss */
7105
.header .login .wrap ul li {
7106
  list-style: none outside none;
7107
  padding: 0;
7108
  padding-top: 12px;
7109
}
7110

    
7111
/* Actions Bar ----------------------------------------------- */
7112
/* line 394, ../sass/_common.scss */
7113
.actions-bar {
7114
  position: fixed;
7115
  left: 0;
7116
  top: 80px;
7117
  width: 100%;
7118
  z-index: 15;
7119
  text-align: center;
7120
  height: 30px;
7121
  line-height: 30px;
7122
  background-color: #f0f0f0;
7123
}
7124
/* line 404, ../sass/_common.scss */
7125
.actions-bar h2 {
7126
  float: left;
7127
  margin: 0 0 0 15px;
7128
  font-size: 0.75em;
7129
  line-height: 30px;
7130
  font-weight: normal;
7131
}
7132
/* line 411, ../sass/_common.scss */
7133
.actions-bar h2 a:after {
7134
  content: " >";
7135
}
7136
/* line 416, ../sass/_common.scss */
7137
.actions-bar .filter-menu {
7138
  float: right;
7139
  position: relative;
7140
}
7141
/* line 419, ../sass/_common.scss */
7142
.actions-bar .filter-menu .filter {
7143
  padding: 0 10px;
7144
  font-size: 0.75em;
7145
  position: relative;
7146
  top: -1px;
7147
}
7148
/* line 425, ../sass/_common.scss */
7149
.actions-bar .filter-menu .options {
7150
  display: none;
7151
  position: absolute;
7152
  right: 0;
7153
  top: 30px;
7154
  width: 120px;
7155
  list-style-type: none;
7156
  padding: 10px 15px 15px;
7157
  text-align: left;
7158
  margin: 0;
7159
}
7160
/* line 437, ../sass/_common.scss */
7161
.actions-bar .filter-menu.current .options {
7162
  background-color: #d8d8d8;
7163
  display: inline-block;
7164
}
7165
/* line 440, ../sass/_common.scss */
7166
.actions-bar .filter-menu.current .options a {
7167
  color: white;
7168
}
7169
/* line 449, ../sass/_common.scss */
7170
.actions-bar .row {
7171
  position: relative;
7172
  height: 30px;
7173
}
7174
/* line 454, ../sass/_common.scss */
7175
.actions-bar .hd-search {
7176
  width: 24px;
7177
  overflow: hidden;
7178
  position: relative;
7179
  float: right;
7180
  height: 30px;
7181
  margin-right: -6px;
7182
  -webkit-transition: width 0.3s linear;
7183
  -moz-transition: width 0.3s linear;
7184
  -ms-transition: width 0.3s linear;
7185
  -o-transition: width 0.3s linear;
7186
  transition: width 0.3s linear;
7187
  -webkit-backface-visibility: hidden;
7188
}
7189
/* line 464, ../sass/_common.scss */
7190
.actions-bar .hd-search .hd-icon-search {
7191
  display: block;
7192
  width: 30px;
7193
  height: 30px;
7194
  line-height: 30px;
7195
  float: right;
7196
  color: #485057;
7197
  z-index: 1;
7198
  position: relative;
7199
  background: #f0f0f0;
7200
}
7201
/* line 471, ../sass/_common.scss */
7202
.actions-bar .hd-search .hd-icon-search:hover {
7203
  color: #30c79e;
7204
  cursor: pointer;
7205
}
7206
/* line 479, ../sass/_common.scss */
7207
.actions-bar .hd-search .hd-search-input {
7208
  border: transparent;
7209
  background-color: white;
7210
  padding: 0 10px;
7211
  width: 160px;
7212
  font-size: 0.625em;
7213
  box-shadow: none;
7214
  height: 21px;
7215
  line-height: 21px;
7216
  position: absolute;
7217
  top: 4px;
7218
  left: 0;
7219
}
7220
/* line 492, ../sass/_common.scss */
7221
.actions-bar .hd-search.hd-open {
7222
  width: 190px;
7223
}
7224
/* line 496, ../sass/_common.scss */
7225
.actions-bar .rt-actions {
7226
  float: right;
7227
  margin-right: 15px;
7228
}
7229
/* line 499, ../sass/_common.scss */
7230
.actions-bar .rt-actions .current, .actions-bar .rt-actions a:hover {
7231
  color: #30c79e;
7232
}
7233
/* line 502, ../sass/_common.scss */
7234
.actions-bar .rt-actions a {
7235
  float: left;
7236
}
7237
/* line 504, ../sass/_common.scss */
7238
.actions-bar .rt-actions a span {
7239
  position: relative;
7240
}
7241
/* line 506, ../sass/_common.scss */
7242
.actions-bar .rt-actions a span.snf-listview {
7243
  font-size: 1.125em;
7244
}
7245
/* line 509, ../sass/_common.scss */
7246
.actions-bar .rt-actions a span.snf-gridview {
7247
  font-size: 1.125em;
7248
}
7249
/* line 514, ../sass/_common.scss */
7250
.actions-bar .rt-actions a span.snf-folder-create-outline {
7251
  font-size: 1.125em;
7252
}
7253
/* line 517, ../sass/_common.scss */
7254
.actions-bar .rt-actions a span.snf-refresh-outline {
7255
  font-size: 0.75em;
7256
  top: -2px;
7257
}
7258
/* line 522, ../sass/_common.scss */
7259
.actions-bar .rt-actions a:not(:last-child) {
7260
  margin-right: 10px;
7261
}
7262
/* line 526, ../sass/_common.scss */
7263
.actions-bar .rt-actions .single {
7264
  width: 12px;
7265
  height: 12px;
7266
  background-color: #485057;
7267
  display: inline-block;
7268
  margin-top: 9px;
7269
}
7270
/* line 530, ../sass/_common.scss */
7271
.actions-bar .rt-actions .single.current, .actions-bar .rt-actions .single:hover {
7272
  background-color: #30c79e;
7273
}
7274

    
7275
/* line 540, ../sass/_common.scss */
7276
.no-vm .actions-bar .rt-actions, .no-vm .actions-bar .hd-search, .no-vm .actions-bar .filter {
7277
  display: none;
7278
}
7279

    
7280
/* Icons Navigation ----------------------------------------------- */
7281
/* line 548, ../sass/_common.scss */
7282
.icons-nav {
7283
  margin: 0;
7284
  padding: 0;
7285
}
7286
/* line 550, ../sass/_common.scss */
7287
.icons-nav li {
7288
  display: inline-block;
7289
  margin-right: 10px;
7290
  font-size: 1.625em;
7291
  line-height: 1em;
7292
}
7293

    
7294
/* Top info  ----------------------------------------------- */
7295
/* line 563, ../sass/_common.scss */
7296
.top-info {
7297
  padding: 50px 100px;
7298
  position: relative;
7299
  z-index: 10;
7300
  display: none;
7301
}
7302
/* line 568, ../sass/_common.scss */
7303
.top-info .close {
7304
  position: absolute;
7305
  right: 15px;
7306
  top: 50px;
7307
  background: url("../images/info-close.png") no-repeat center center;
7308
  width: 31px;
7309
  height: 30px;
7310
  display: inline-block;
7311
  text-indent: -2000px;
7312
  overflow: hidden;
7313
}
7314

    
7315
/* line 577, ../sass/_common.scss */
7316
.info.error {
7317
  background: #e02b2b;
7318
  color: #fff;
7319
}
7320

    
7321
/* line 583, ../sass/_common.scss */
7322
.info.alert {
7323
  background: #30c79e;
7324
  color: #fff;
7325
}
7326

    
7327
/* line 588, ../sass/_common.scss */
7328
.info.warning {
7329
  background: #bebebe;
7330
  color: #fff;
7331
}
7332

    
7333
/* line 593, ../sass/_common.scss */
7334
.info.success {
7335
  background: #00a551;
7336
  color: #fff;
7337
}
7338

    
7339
/* line 598, ../sass/_common.scss */
7340
.border-bottom-style1 {
7341
  padding-bottom: 20px;
7342
  margin-bottom: 20px;
7343
  border-bottom: 1px dashed #bebebe;
7344
}
7345

    
7346
/* Progress Bar ----------------------------------------------- */
7347
/* line 607, ../sass/_common.scss */
7348
.progress-bar {
7349
  position: fixed;
7350
  bottom: 0;
7351
  left: 0;
7352
  border-top: 1px solid #30c79e;
7353
  width: 100%;
7354
  background: #fff;
7355
  padding: 20px 0 20px 310px;
7356
  color: #bebebe;
7357
}
7358
/* line 616, ../sass/_common.scss */
7359
.progress-bar span.counter {
7360
  display: inline-block;
7361
  margin-right: 20px;
7362
  float: left;
7363
}
7364
/* line 621, ../sass/_common.scss */
7365
.progress-bar div.progress-wrap {
7366
  display: inline-block;
7367
  float: left;
7368
  width: 40%;
7369
  margin-right: 60px;
7370
}
7371
/* line 626, ../sass/_common.scss */
7372
.progress-bar div.progress-wrap .progress {
7373
  position: relative;
7374
  top: 2px;
7375
}
7376
/* line 631, ../sass/_common.scss */
7377
.progress-bar span.more {
7378
  display: inline-block;
7379
}
7380

    
7381
/* line 636, ../sass/_common.scss */
7382
.storage-progress {
7383
  display: none;
7384
  position: fixed;
7385
  bottom: 0;
7386
  left: 0;
7387
  right: 0;
7388
  background: #30c79e;
7389
  color: #fff;
7390
  z-index: 50;
7391
  overflow-y: auto;
7392
  -webkit-transition: background-color 500ms linear;
7393
  -moz-transition: background-color 500ms linear;
7394
  -ms-transition: background-color 500ms linear;
7395
  -o-transition: background-color 500ms linear;
7396
  transition: background-color 500ms linear;
7397
}
7398
/* line 647, ../sass/_common.scss */
7399
.storage-progress.ready {
7400
  background: #00a551;
7401
}
7402
/* line 650, ../sass/_common.scss */
7403
.storage-progress .wrap {
7404
  position: relative;
7405
  padding: 10px;
7406
}
7407
/* line 654, ../sass/_common.scss */
7408
.storage-progress .loader {
7409
  position: absolute;
7410
  height: 5px;
7411
  left: 0;
7412
  top: 0;
7413
  background: #ffc748;
7414
  width: 0%;
7415
}
7416
/* line 662, ../sass/_common.scss */
7417
.storage-progress .summary {
7418
  padding-left: 210px;
7419
  margin: 0;
7420
  font-size: 0.75em;
7421
}
7422
/* line 666, ../sass/_common.scss */
7423
.storage-progress .summary span {
7424
  background-color: #fff;
7425
  color: #30c79e;
7426
  padding: 2px 6px;
7427
  margin-right: 10px;
7428
  -webkit-transition: opacity 500ms linear;
7429
  -moz-transition: opacity 500ms linear;
7430
  -ms-transition: opacity 500ms linear;
7431
  -o-transition: opacity 500ms linear;
7432
  transition: opacity 500ms linear;
7433
}
7434
/* line 672, ../sass/_common.scss */
7435
.storage-progress .summary span.animated {
7436
  opacity: 0;
7437
}
7438
/* line 677, ../sass/_common.scss */
7439
.storage-progress .details {
7440
  display: none;
7441
}
7442

    
7443
/* Responive ------------------------------------------------ */
7444
@media only screen and (max-width: 768px) {
7445
  /* line 688, ../sass/_common.scss */
7446
  body {
7447
    padding-top: 0;
7448
  }
7449

    
7450
  /* line 691, ../sass/_common.scss */
7451
  .header, .actions-bar {
7452
    position: static;
7453
    z-index: auto;
7454
  }
7455

    
7456
  /* line 695, ../sass/_common.scss */
7457
  .actions-bar {
7458
    top: 160px;
7459
  }
7460

    
7461
  /* line 698, ../sass/_common.scss */
7462
  .header {
7463
    height: 120px;
7464
    line-height: 50px;
7465
  }
7466
  /* line 701, ../sass/_common.scss */
7467
  .header .icons-nav {
7468
    position: static;
7469
  }
7470
}
7471
/* Scroll Bar  -------------------------------------------- */
7472
/* line 709, ../sass/_common.scss */
7473
body .jspVerticalBar {
7474
  background-color: transparent;
7475
  width: 14px;
7476
  padding: 1px;
7477
  border-left: 1px solid #c2bebe;
7478
  border-right: 1px solid #c2bebe;
7479
}
7480
/* line 715, ../sass/_common.scss */
7481
body .jspVerticalBar .jspTrack {
7482
  background-color: #e6e5e5;
7483
}
7484
/* line 717, ../sass/_common.scss */
7485
body .jspVerticalBar .jspTrack .jspDrag {
7486
  -webkit-border-radius: 5px;
7487
  -moz-border-radius: 5px;
7488
  border-radius: 5px;
7489
  background-color: #c2bebe;
7490
}
7491
/* line 724, ../sass/_common.scss */
7492
body .jspVerticalBar .jspArrow {
7493
  background-color: transparent;
7494
  background: url("../images/arrows.png") no-repeat center center;
7495
  width: 14px;
7496
  height: 14px;
7497
  display: inline-block;
7498
  text-indent: -2000px;
7499
  overflow: hidden;
7500
  overflow: hidden;
7501
}
7502
/* line 728, ../sass/_common.scss */
7503
body .jspVerticalBar .jspArrow.jspArrowDown {
7504
  background-position: -18px;
7505
}
7506
/* line 732, ../sass/_common.scss */
7507
body .jspVerticalBar .jspArrow.jspArrowUp {
7508
  background-position: 0px;
7509
}
7510

    
7511
/* line 746, ../sass/_common.scss */
7512
.folder {
7513
  background: url(file-types.png) no-repeat top left;
7514
  background-position: 0 -165px;
7515
  width: 35px;
7516
  height: 28px;
7517
}
7518

    
7519
/* to put in use
7520
.folder-open {
7521
        background: url(file-types.png) no-repeat top left;
7522
        background-position: 0 --243px;
7523
        width: 35px;
7524
        height: 28px;
7525
}
7526
*/
7527
/* line 760, ../sass/_common.scss */
7528
.txt {
7529
  background: url(../images/file-types.png) no-repeat top left;
7530
  background-position: 0 -486px;
7531
  width: 30px;
7532
  height: 35px;
7533
  display: block;
7534
  margin: 0 auto;
7535
}
7536

    
7537
/* line 763, ../sass/_common.scss */
7538
.pdf {
7539
  background: url(../images/file-types.png) no-repeat top left;
7540
  background-position: 0 -321px;
7541
  width: 30px;
7542
  height: 35px;
7543
  display: block;
7544
  margin: 0 auto;
7545
}
7546

    
7547
/* line 766, ../sass/_common.scss */
7548
.excel {
7549
  background: url(../images/file-types.png) no-repeat top left;
7550
  background-position: 0 -85px;
7551
  width: 30px;
7552
  height: 35px;
7553
  display: block;
7554
  margin: 0 auto;
7555
}
7556

    
7557
/* line 769, ../sass/_common.scss */
7558
.word {
7559
  background: url(../images/file-types.png) no-repeat top left;
7560
  background-position: 0 -571px;
7561
  width: 30px;
7562
  height: 35px;
7563
  display: block;
7564
  margin: 0 auto;
7565
}
7566

    
7567
/* line 772, ../sass/_common.scss */
7568
.powerpoint {
7569
  background: url(../images/file-types.png) no-repeat top left;
7570
  background-position: 0 -406px;
7571
  width: 30px;
7572
  height: 35px;
7573
  display: block;
7574
  margin: 0 auto;
7575
}
7576

    
7577
/* line 775, ../sass/_common.scss */
7578
.ai {
7579
  background: url(../images/file-types.png) no-repeat top left;
7580
  background-position: 0 0;
7581
  width: 30px;
7582
  height: 35px;
7583
  display: block;
7584
  margin: 0 auto;
7585
}
7586

    
7587
/* List view for VMs, networks  */
7588
/* line 3, ../sass/_items-list.scss */
7589
.entities {
7590
  position: relative;
7591
}
7592

    
7593
/* line 8, ../sass/_items-list.scss */
7594
.items-list > li {
7595
  text-align: center;
7596
  position: relative;
7597
  list-style: none;
7598
  background: url(../images/dashed-bg-corner.png) no-repeat right bottom;
7599
  height: 215px;
7600
}
7601
/* line 14, ../sass/_items-list.scss */
7602
.items-list > li .status {
7603
  font-size: 0.75em;
7604
  line-height: 140%;
7605
}
7606
/* line 17, ../sass/_items-list.scss */
7607
.items-list > li .status span {
7608
  display: block;
7609
}
7610
/* line 21, ../sass/_items-list.scss */
7611
.items-list > li .more {
7612
  display: none;
7613
  background: #fff;
7614
  left: -10px;
7615
  top: -10px;
7616
  z-index: 101;
7617
  position: absolute;
7618
  *zoom: 1;
7619
  -moz-box-shadow: 0 0 10px #cccccc;
7620
  -webkit-box-shadow: 0 0 10px #cccccc;
7621
  box-shadow: 0 0 10px #cccccc;
7622
}
7623
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7624
.items-list > li .more:before, .items-list > li .more:after {
7625
  content: " ";
7626
  display: table;
7627
}
7628
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7629
.items-list > li .more:after {
7630
  clear: both;
7631
}
7632
/* line 31, ../sass/_items-list.scss */
7633
.items-list > li .more .col {
7634
  width: 50%;
7635
  float: left;
7636
  font-size: 0.875em;
7637
  height: 200px;
7638
}
7639
/* line 36, ../sass/_items-list.scss */
7640
.items-list > li .more .col ul {
7641
  margin: 0;
7642
  padding: 0;
7643
  list-style: none outside none;
7644
}
7645
/* line 40, ../sass/_items-list.scss */
7646
.items-list > li .more .col ul li {
7647
  padding: 0;
7648
  text-align: left;
7649
  padding: 5px 5px 5px 30px;
7650
}
7651
/* line 44, ../sass/_items-list.scss */
7652
.items-list > li .more .col ul li a {
7653
  display: block;
7654
  width: 100%;
7655
}
7656
/* line 51, ../sass/_items-list.scss */
7657
.items-list > li .more .col.lt ul {
7658
  padding-top: 10px;
7659
}
7660
/* line 57, ../sass/_items-list.scss */
7661
.items-list > li .more .col.rt ul li {
7662
  height: 100px;
7663
  padding: 0 30px 0 0;
7664
  text-align: right;
7665
}
7666
/* line 61, ../sass/_items-list.scss */
7667
.items-list > li .more .col.rt ul li a {
7668
  height: 100%;
7669
  line-height: 100px;
7670
}
7671
/* line 64, ../sass/_items-list.scss */
7672
.items-list > li .more .col.rt ul li a span {
7673
  margin-right: 8px;
7674
  position: relative;
7675
  top: 1px;
7676
}
7677
/* line 74, ../sass/_items-list.scss */
7678
.items-list > li .more .name {
7679
  background: url(../images/dashed_atom-x.png) repeat-x center top;
7680
  padding: 10px;
7681
  font-size: 0.625em;
7682
}
7683
/* line 80, ../sass/_items-list.scss */
7684
.items-list > li h4 {
7685
  font-size: 0.75em;
7686
  margin-bottom: 4px;
7687
  height: 32px;
7688
  font-weight: normal;
7689
}
7690
/* line 87, ../sass/_items-list.scss */
7691
.items-list > li.add-new {
7692
  background-color: #30c79e;
7693
  -webkit-transition: background-color 300ms linear;
7694
  -moz-transition: background-color 300ms linear;
7695
  -ms-transition: background-color 300ms linear;
7696
  -o-transition: background-color 300ms linear;
7697
  transition: background-color 300ms linear;
7698
}
7699
/* line 92, ../sass/_items-list.scss */
7700
.items-list > li.add-new .container .img-wrap span.snf-font {
7701
  color: white;
7702
}
7703
/* line 95, ../sass/_items-list.scss */
7704
.items-list > li.add-new .container .img-wrap .symbol {
7705
  background-image: none;
7706
  color: #30c79e;
7707
  font-size: 30px;
7708
  text-indent: 0;
7709
}
7710
/* line 102, ../sass/_items-list.scss */
7711
.items-list > li.add-new .container h4 {
7712
  color: white;
7713
}
7714
/* line 106, ../sass/_items-list.scss */
7715
.items-list > li.add-new:hover {
7716
  background-color: #485057;
7717
  -webkit-transition: background-color 300ms linear;
7718
  -moz-transition: background-color 300ms linear;
7719
  -ms-transition: background-color 300ms linear;
7720
  -o-transition: background-color 300ms linear;
7721
  transition: background-color 300ms linear;
7722
  cursor: pointer;
7723
}
7724
/* line 112, ../sass/_items-list.scss */
7725
.items-list > li.add-new:hover .container .img-wrap .symbol {
7726
  color: #485057;
7727
}
7728

    
7729
/* line 123, ../sass/_items-list.scss */
7730
.grid-view .lt-bar {
7731
  display: none;
7732
}
7733
/* line 126, ../sass/_items-list.scss */
7734
.grid-view .items-list {
7735
  display: block;
7736
  padding: 0;
7737
  margin: 0 0;
7738
  *zoom: 1;
7739
  padding-left: 1px;
7740
  background: url(../images/dashed_atom.png) repeat-y left center;
7741
}
7742
/* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7743
.grid-view .items-list:before, .grid-view .items-list:after {
7744
  content: " ";
7745
  display: table;
7746
}
7747
/* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7748
.grid-view .items-list:after {
7749
  clear: both;
7750
}
7751
/* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7752
.grid-view .items-list > li {
7753
  display: inline;
7754
  height: auto;
7755
  float: left;
7756
  padding: 0 0 0;
7757
}
7758
/* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7759
.grid-view .items-list > li {
7760
  width: 50%;
7761
  padding: 0 0 0;
7762
}
7763
/* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7764
.grid-view .items-list > li:nth-of-type(n) {
7765
  clear: none;
7766
}
7767
/* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7768
.grid-view .items-list > li:nth-of-type(2n+1) {
7769
  clear: both;
7770
}
7771
@media only screen and (min-width: 768px) {
7772
  /* line 126, ../sass/_items-list.scss */
7773
  .grid-view .items-list {
7774
    display: block;
7775
    padding: 0;
7776
    margin: 0 0;
7777
    *zoom: 1;
7778
    padding-left: 1px;
7779
  }
7780
  /* line 121, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7781
  .grid-view .items-list:before, .grid-view .items-list:after {
7782
    content: " ";
7783
    display: table;
7784
  }
7785
  /* line 122, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_global.scss */
7786
  .grid-view .items-list:after {
7787
    clear: both;
7788
  }
7789
  /* line 27, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7790
  .grid-view .items-list > li {
7791
    display: inline;
7792
    height: auto;
7793
    float: left;
7794
    padding: 0 0 0;
7795
  }
7796
  /* line 36, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7797
  .grid-view .items-list > li {
7798
    width: 25%;
7799
    padding: 0 0 0;
7800
  }
7801
  /* line 40, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7802
  .grid-view .items-list > li:nth-of-type(n) {
7803
    clear: none;
7804
  }
7805
  /* line 41, ../../../../../../../../../.rvm/gems/ruby-2.0.0-p247/gems/zurb-foundation-4.3.0/scss/foundation/components/_block-grid.scss */
7806
  .grid-view .items-list > li:nth-of-type(4n+1) {
7807
    clear: both;
7808
  }
7809
}
7810
/* line 135, ../sass/_items-list.scss */
7811
.grid-view .items-list > li {
7812
  height: 215px;
7813
}
7814
/* line 137, ../sass/_items-list.scss */
7815
.grid-view .items-list > li .check, .grid-view .items-list > li .info, .grid-view .items-list > li .actions {
7816
  display: none;
7817
}
7818
/* line 140, ../sass/_items-list.scss */
7819
.grid-view .items-list > li .img-wrap {
7820
  margin-bottom: 6px;
7821
  height: 3.75em;
7822
}
7823
/* line 143, ../sass/_items-list.scss */
7824
.grid-view .items-list > li .img-wrap .snf-font {
7825
  font-size: 3.75em;
7826
}
7827
/* line 148, ../sass/_items-list.scss */
7828
.grid-view .items-list > li .container {
7829
  height: 160px;
7830
  margin: 40px 20px 20px;
7831
  position: relative;
7832
  line-height: 120%;
7833
}
7834
/* line 153, ../sass/_items-list.scss */
7835
.grid-view .items-list > li .container .tags {
7836
  width: 100%;
7837
  min-height: 12px;
7838
  position: absolute;
7839
  bottom: 12px;
7840
}
7841

    
7842
/* line 164, ../sass/_items-list.scss */
7843
.list-view .btn5, .list-view .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .list-view a, .list-view .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .list-view a, .list-view #volume-wizard .step .volume_options > li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li .list-view a, .storage-progress .btn5, .storage-progress .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .storage-progress a, .storage-progress .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .storage-progress a, .storage-progress #volume-wizard .step .volume_options > li .options-bar .options li a, #volume-wizard .step .volume_options > li .options-bar .options li .storage-progress a {
7844
  display: none;
7845
}
7846
/* line 167, ../sass/_items-list.scss */
7847
.list-view .lt-bar, .storage-progress .lt-bar {
7848
  position: fixed;
7849
  width: 150px;
7850
  left: 50%;
7851
  top: 110px;
7852
  padding: 8px 10px;
7853
  margin-left: -30.625em;
7854
  -moz-box-shadow: 3px -2px 8px #cccccc;
7855
  -webkit-box-shadow: 3px -2px 8px #cccccc;
7856
  box-shadow: 3px -2px 8px #cccccc;
7857
  background: white;
7858
  z-index: 3;
7859
}
7860
/* line 169, ../sass/_items-list.scss */
7861
.list-view .lt-bar ul, .storage-progress .lt-bar ul {
7862
  list-style: none outside none;
7863
  font-size: 0.75em;
7864
}
7865
/* line 172, ../sass/_items-list.scss */
7866
.list-view .lt-bar ul li, .storage-progress .lt-bar ul li {
7867
  list-style: none outside none;
7868
  padding: 12px 0;
7869
}
7870
/* line 176, ../sass/_items-list.scss */
7871
.list-view .lt-bar ul li.select span, .storage-progress .lt-bar ul li.select span {
7872
  font-size: 16px;
7873
  margin-right: 5px;
7874
  position: relative;
7875
  top: 2px;
7876
}
7877
/* line 182, ../sass/_items-list.scss */
7878
.list-view .lt-bar ul li.select em, .storage-progress .lt-bar ul li.select em {
7879
  display: none;
7880
  font-style: normal;
7881
}
7882
/* line 186, ../sass/_items-list.scss */
7883
.list-view .lt-bar ul li.select:hover, .storage-progress .lt-bar ul li.select:hover {
7884
  color: #30c79e;
7885
  cursor: pointer;
7886
}
7887
/* line 194, ../sass/_items-list.scss */
7888
.list-view .lt-bar ul.lt-actions li a, .storage-progress .lt-bar ul.lt-actions li a {
7889
  color: #bebebe;
7890
}
7891
/* line 196, ../sass/_items-list.scss */
7892
.list-view .lt-bar ul.lt-actions li a:hover, .storage-progress .lt-bar ul.lt-actions li a:hover {
7893
  color: #bebebe;
7894
  cursor: default;
7895
}
7896
/* line 200, ../sass/_items-list.scss */
7897
.list-view .lt-bar ul.lt-actions li a.active, .storage-progress .lt-bar ul.lt-actions li a.active {
7898
  color: #485057;
7899
}
7900
/* line 202, ../sass/_items-list.scss */
7901
.list-view .lt-bar ul.lt-actions li a.active:hover, .storage-progress .lt-bar ul.lt-actions li a.active:hover {
7902
  color: #30c79e;
7903
  cursor: pointer;
7904
}
7905
/* line 207, ../sass/_items-list.scss */
7906
.list-view .lt-bar ul.lt-actions li a span, .storage-progress .lt-bar ul.lt-actions li a span {
7907
  margin-right: 6px;
7908
  width: 14px;
7909
  display: inline-block;
7910
}
7911
/* line 211, ../sass/_items-list.scss */
7912
.list-view .lt-bar ul.lt-actions li a span.snf-folder-move-outline, .storage-progress .lt-bar ul.lt-actions li a span.snf-folder-move-outline {
7913
  font-size: 1.5em;
7914
  position: relative;
7915
}
7916
/* line 223, ../sass/_items-list.scss */
7917
.list-view .lt-bar ul.more li a span, .storage-progress .lt-bar ul.more li a span {
7918
  font-size: 1.5em;
7919
  margin-right: 2px;
7920
}
7921
/* line 232, ../sass/_items-list.scss */
7922
.list-view .items-list, .storage-progress .items-list {
7923
  overflow: hidden;
7924
}
7925
/* line 234, ../sass/_items-list.scss */
7926
.list-view .items-list > li, .storage-progress .items-list > li {
7927
  height: auto;
7928
  width: 100%;
7929
  padding: 15px 15px 15px 150px;
7930
  background-image: none;
7931
}
7932
/* line 235, ../sass/_items-list.scss */
7933
.list-view .items-list > li.selected, .storage-progress .items-list > li.selected {
7934
  background-color: #bebebe;
7935
}
7936
/* line 243, ../sass/_items-list.scss */
7937
.list-view .items-list > li:hover, .storage-progress .items-list > li:hover {
7938
  background-color: white;
7939
}
7940
/* line 246, ../sass/_items-list.scss */
7941
.list-view .items-list > li .check, .storage-progress .items-list > li .check {
7942
  width: 60px;
7943
  height: 34px;
7944
  line-height: 34px;
7945
  text-align: center;
7946
  float: left;
7947
}
7948
/* line 252, ../sass/_items-list.scss */
7949
.list-view .items-list > li .check:hover, .storage-progress .items-list > li .check:hover {
7950
  cursor: pointer;
7951
  color: #30c79e;
7952
}
7953
/* line 257, ../sass/_items-list.scss */
7954
.list-view .items-list > li .img-wrap, .storage-progress .items-list > li .img-wrap {
7955
  width: 70px;
7956
  float: left;
7957
  text-align: center;
7958
  height: 34px;
7959
  top: -6px;
7960
}
7961
/* line 263, ../sass/_items-list.scss */
7962
.list-view .items-list > li .img-wrap .os, .storage-progress .items-list > li .img-wrap .os {
7963
  background: url("../images/os-unknown.png") no-repeat center center;
7964
  width: 14px;
7965
  height: 14px;
7966
  display: inline-block;
7967
  text-indent: -2000px;
7968
  overflow: hidden;
7969
  background-size: 100%;
7970
  position: absolute;
7971
  display: block;
7972
  text-align: center;
7973
  left: 50%;
7974
  margin-left: -7px;
7975
  top: 6px;
7976
}
7977
/* line 274, ../sass/_items-list.scss */
7978
.list-view .items-list > li .img-wrap .snf-font, .storage-progress .items-list > li .img-wrap .snf-font {
7979
  font-size: 34px;
7980
  line-height: 120%;
7981
}
7982
/* line 279, ../sass/_items-list.scss */
7983
.list-view .items-list > li h4, .storage-progress .items-list > li h4 {
7984
  width: 210px;
7985
  overflow: hidden;
7986
  float: left;
7987
  text-align: left;
7988
  height: 18px;
7989
  margin: 0;
7990
  color: inherit;
7991
}
7992
/* line 288, ../sass/_items-list.scss */
7993
.list-view .items-list > li .tags, .storage-progress .items-list > li .tags {
7994
  float: left;
7995
  width: 90px;
7996
  height: 34px;
7997
  line-height: 34px;
7998
}
7999
/* line 293, ../sass/_items-list.scss */
8000
.list-view .items-list > li .tags a, .storage-progress .items-list > li .tags a {
8001
  vertical-align: text-top;
8002
}
8003
/* line 297, ../sass/_items-list.scss */
8004
.list-view .items-list > li .size, .list-view .items-list > li .remove, .storage-progress .items-list > li .size, .storage-progress .items-list > li .remove {
8005
  float: left;
8006
  width: 90px;
8007
  height: 34px;
8008
  line-height: 34px;
8009
  font-size: 0.75em;
8010
  text-align: left;
8011
}
8012
/* line 305, ../sass/_items-list.scss */
8013
.list-view .items-list > li .status, .storage-progress .items-list > li .status {
8014
  position: absolute;
8015
  left: 280px;
8016
  text-align: left;
8017
  top: 30px;
8018
  width: 210px;
8019
}
8020
/* line 311, ../sass/_items-list.scss */
8021
.list-view .items-list > li .status span, .storage-progress .items-list > li .status span {
8022
  display: inline;
8023
}
8024
/* line 315, ../sass/_items-list.scss */
8025
.list-view .items-list > li .info, .list-view .items-list > li .progress-col, .storage-progress .items-list > li .info, .storage-progress .items-list > li .progress-col {
8026
  float: left;
8027
  width: 200px;
8028
  height: 34px;
8029
  line-height: 34px;
8030
  font-size: 0.75em;
8031
}
8032
/* line 322, ../sass/_items-list.scss */
8033
.list-view .items-list > li .actions, .storage-progress .items-list > li .actions {
8034
  float: left;
8035
  height: 34px;
8036
  line-height: 34px;
8037
  position: relative;
8038
  top: -4px;
8039
  margin: 0 10px;
8040
}
8041
/* line 330, ../sass/_items-list.scss */
8042
.list-view .items-list > li .actions a:first-child, .storage-progress .items-list > li .actions a:first-child {
8043
  margin-right: 5px;
8044
}
8045
/* line 335, ../sass/_items-list.scss */
8046
.list-view .items-list > li .actions-col, .list-view .items-list > li .remove, .storage-progress .items-list > li .actions-col, .storage-progress .items-list > li .remove {
8047
  visibility: hidden;
8048
  height: 34px;
8049
  line-height: 34px;
8050
  text-align: left;
8051
  width: 140px;
8052
  float: left;
8053
}
8054
/* line 342, ../sass/_items-list.scss */
8055
.list-view .items-list > li .actions-col a, .list-view .items-list > li .remove a, .storage-progress .items-list > li .actions-col a, .storage-progress .items-list > li .remove a {
8056
  margin-right: 10px;
8057
}
8058
/* line 347, ../sass/_items-list.scss */
8059
.list-view .items-list > li.add-new:hover, .storage-progress .items-list > li.add-new:hover {
8060
  background: #485057;
8061
}
8062
/* line 350, ../sass/_items-list.scss */
8063
.list-view .items-list > li.add-new .check, .storage-progress .items-list > li.add-new .check {
8064
  visibility: hidden;
8065
}
8066
/* line 353, ../sass/_items-list.scss */
8067
.list-view .items-list > li.add-new h4, .storage-progress .items-list > li.add-new h4 {
8068
  margin: 0;
8069
}
8070
/* line 357, ../sass/_items-list.scss */
8071
.list-view .items-list > li.add-new .img-wrap .symbol, .storage-progress .items-list > li.add-new .img-wrap .symbol {
8072
  font-size: 24px;
8073
}
8074
/* line 364, ../sass/_items-list.scss */
8075
.list-view .items-list > li.building .img-wrap .incomplete, .storage-progress .items-list > li.building .img-wrap .incomplete {
8076
  width: 34px;
8077
  margin: 0 auto;
8078
}
8079
/* line 368, ../sass/_items-list.scss */
8080
.list-view .items-list > li.building .img-wrap .complete, .storage-progress .items-list > li.building .img-wrap .complete {
8081
  top: -34px;
8082
  margin: 0 auto;
8083
}
8084

    
8085
/* line 382, ../sass/_items-list.scss */
8086
.containers .storage .items-list > li:hover {
8087
  background-color: inherit;
8088
}
8089

    
8090
/* line 393, ../sass/_items-list.scss */
8091
.storage .lt-bar .lt-actions .select {
8092
  margin-right: 4px;
8093
}
8094

    
8095
/* line 402, ../sass/_items-list.scss */
8096
.lt-bar .items-list .check, .lt-bar .items-list .actions, .lt-bar .items-list .info {
8097
  display: none;
8098
}
8099
/* line 405, ../sass/_items-list.scss */
8100
.lt-bar .items-list > li {
8101
  background: url(../images/dashed_atom-x.png) repeat-x center bottom;
8102
  padding: 40px;
8103
  height: auto;
8104
}
8105
/* line 409, ../sass/_items-list.scss */
8106
.lt-bar .items-list > li:hover {
8107
  background-color: #bebebe;
8108
}
8109
/* line 412, ../sass/_items-list.scss */
8110
.lt-bar .items-list > li.add-new {
8111
  background-color: #30c79e;
8112
}
8113
/* line 414, ../sass/_items-list.scss */
8114
.lt-bar .items-list > li.add-new:hover {
8115
  background-color: #485057;
8116
}
8117
/* line 419, ../sass/_items-list.scss */
8118
.lt-bar .items-list .container {
8119
  height: 160px;
8120
  position: relative;
8121
  line-height: 120%;
8122
}
8123
/* line 423, ../sass/_items-list.scss */
8124
.lt-bar .items-list .container .tags {
8125
  width: 100%;
8126
  min-height: 12px;
8127
  position: absolute;
8128
  bottom: 12px;
8129
}
8130

    
8131
/* img-wrap div ( colors & styles ) */
8132
/* line 436, ../sass/_items-list.scss */
8133
.img-wrap {
8134
  width: 60px;
8135
  position: relative;
8136
  display: inline-block;
8137
  line-height: 100%;
8138
}
8139
/* line 443, ../sass/_items-list.scss */
8140
.img-wrap span:hover {
8141
  cursor: pointer;
8142
}
8143
/* line 447, ../sass/_items-list.scss */
8144
.img-wrap .os {
8145
  background: url("../images/os-unknown.png") no-repeat center center;
8146
  width: 22px;
8147
  height: 22px;
8148
  display: inline-block;
8149
  text-indent: -2000px;
8150
  overflow: hidden;
8151
  position: absolute;
8152
  top: 8px;
8153
  left: 50%;
8154
  margin-left: -11px;
8155
}
8156
/* line 453, ../sass/_items-list.scss */
8157
.img-wrap .os.windows {
8158
  background-image: url("../images/os-windows.png");
8159
}
8160
/* line 454, ../sass/_items-list.scss */
8161
.img-wrap .os.kubuntu {
8162
  background-image: url("../images/os-kubuntu.png");
8163
}
8164
/* line 455, ../sass/_items-list.scss */
8165
.img-wrap .os.fedora {
8166
  background-image: url("../images/os-fedora.png");
8167
}
8168
/* line 456, ../sass/_items-list.scss */
8169
.img-wrap .os.symbol {
8170
  position: relative;
8171
  top: -50px;
8172
  left: 0;
8173
  margin-left: 0;
8174
  width: auto;
8175
  height: auto;
8176
}
8177

    
8178
/* line 129, ../sass/_common.scss */
8179
.running .img-wrap .snf-pc-full,
8180
.running .img-wrap .snf-network-full, .running .img-wrap .snf-font {
8181
  color: #30c79e;
8182
}
8183
/* line 133, ../sass/_common.scss */
8184
.running .status {
8185
  color: #30c79e;
8186
}
8187

    
8188
/* line 129, ../sass/_common.scss */
8189
.off .img-wrap .snf-pc-full,
8190
.off .img-wrap .snf-network-full, .off .img-wrap .snf-font {
8191
  color: #485057;
8192
}
8193
/* line 133, ../sass/_common.scss */
8194
.off .status {
8195
  color: #485057;
8196
}
8197

    
8198
/* line 129, ../sass/_common.scss */
8199
.error .img-wrap .snf-pc-full,
8200
.error .img-wrap .snf-network-full, .error .img-wrap .snf-font {
8201
  color: #e02b2b;
8202
}
8203
/* line 133, ../sass/_common.scss */
8204
.error .status {
8205
  color: #e02b2b;
8206
}
8207

    
8208
/* line 129, ../sass/_common.scss */
8209
.shutting .img-wrap .snf-pc-full,
8210
.shutting .img-wrap .snf-network-full, .shutting .img-wrap .snf-font {
8211
  color: #787878;
8212
}
8213
/* line 133, ../sass/_common.scss */
8214
.shutting .status {
8215
  color: #787878;
8216
}
8217

    
8218
/* line 129, ../sass/_common.scss */
8219
.starting .img-wrap .snf-pc-full,
8220
.starting .img-wrap .snf-network-full, .starting .img-wrap .snf-font {
8221
  color: #566db1;
8222
}
8223
/* line 133, ../sass/_common.scss */
8224
.starting .status {
8225
  color: #566db1;
8226
}
8227

    
8228
/* line 129, ../sass/_common.scss */
8229
.rebooting .img-wrap .snf-pc-full,
8230
.rebooting .img-wrap .snf-network-full, .rebooting .img-wrap .snf-font {
8231
  color: #ffc748;
8232
}
8233
/* line 133, ../sass/_common.scss */
8234
.rebooting .status {
8235
  color: #ffc748;
8236
}
8237

    
8238
/* line 129, ../sass/_common.scss */
8239
.building .img-wrap .snf-pc-full,
8240
.building .img-wrap .snf-network-full, .building .img-wrap .snf-font {
8241
  color: #30c79e;
8242
}
8243
/* line 133, ../sass/_common.scss */
8244
.building .status {
8245
  color: #30c79e;
8246
}
8247

    
8248
/* line 493, ../sass/_items-list.scss */
8249
.building .img-wrap .snf-pc-full {
8250
  display: block;
8251
}
8252
/* line 497, ../sass/_items-list.scss */
8253
.building .img-wrap .incomplete {
8254
  color: #54d6b3;
8255
  width: 60px;
8256
}
8257
/* line 501, ../sass/_items-list.scss */
8258
.building .img-wrap .complete {
8259
  width: 0%;
8260
  position: absolute;
8261
  top: 0;
8262
  overflow: hidden;
8263
}
8264

    
8265
/* line 3, ../sass/_details.scss */
8266
.details {
8267
  position: relative;
8268
  border-left: 1px solid #f0f0f0;
8269
  border-right: 1px solid #f0f0f0;
8270
}
8271
/* line 9, ../sass/_details.scss */
8272
.details .lt {
8273
  width: 290px;
8274
  float: left;
8275
  text-align: center;
8276
  border-right: 1px solid #f0f0f0;
8277
  height: 160px;
8278
  line-height: 160px;
8279
}
8280
/* line 17, ../sass/_details.scss */
8281
.details .rt {
8282
  overflow: hidden;
8283
}
8284
/* line 20, ../sass/_details.scss */
8285
.details .top {
8286
  border-bottom: 1px solid #f0f0f0;
8287
  position: relative;
8288
  z-index: 1;
8289
}
8290
/* line 25, ../sass/_details.scss */
8291
.details .top .img-wrap {
8292
  position: relative;
8293
  vertical-align: middle;
8294
  width: auto;
8295
  height: 90px;
8296
}
8297
/* line 31, ../sass/_details.scss */
8298
.details .top .img-wrap .snf-pc-full,
8299
.details .top .img-wrap .snf-network-full {
8300
  font-size: 90px;
8301
}
8302
/* line 34, ../sass/_details.scss */
8303
.details .top .img-wrap .os {
8304
  background: url("../images/os-unknown.png") no-repeat center center;
8305
  width: 30px;
8306
  height: 30px;
8307
  display: inline-block;
8308
  text-indent: -2000px;
8309
  overflow: hidden;
8310
  position: absolute;
8311
  background-size: 100%;
8312
  left: 42px;
8313
  top: 15px;
8314
}
8315
/* line 40, ../sass/_details.scss */
8316
.details .top .img-wrap .os.windows {
8317
  background-image: url("../images/os-windows.png");
8318
}
8319
/* line 41, ../sass/_details.scss */
8320
.details .top .img-wrap .os.kubuntu {
8321
  background-image: url("../images/os-kubuntu.png");
8322
}
8323
/* line 42, ../sass/_details.scss */
8324
.details .top .img-wrap .os.fedora {
8325
  background-image: url("../images/os-fedora.png");
8326
}
8327
/* line 45, ../sass/_details.scss */
8328
.details .top .title {
8329
  height: 64px;
8330
  padding: 0 0 0 20px;
8331
}
8332
/* line 49, ../sass/_details.scss */
8333
.details .top .actions, .details .top .tabs {
8334
  border-top: 1px solid #f0f0f0;
8335
  height: 48px;
8336
  line-height: 48px;
8337
  padding: 0 0 0 20px;
8338
}
8339
/* line 55, ../sass/_details.scss */
8340
.details .top .actions {
8341
  font-size: 0.875em;
8342
}
8343
/* line 58, ../sass/_details.scss */
8344
.details .top .tabs {
8345
  font-size: 1.375em;
8346
}
8347
/* line 61, ../sass/_details.scss */
8348
.details .top ul {
8349
  list-style: none outside none;
8350
  padding: 0;
8351
  margin: 0;
8352
}
8353
/* line 65, ../sass/_details.scss */
8354
.details .top ul li {
8355
  display: inline-block;
8356
  padding: 0 20px 0 0;
8357
  margin: 0;
8358
  line-height: 48px;
8359
}
8360
/* line 72, ../sass/_details.scss */
8361
.details .top h1 {
8362
  font-size: 1em;
8363
  margin: 0;
8364
  padding-top: 16px;
8365
}
8366
/* line 76, ../sass/_details.scss */
8367
.details .top h1 span {
8368
  font-size: 0.75em;
8369
  display: block;
8370
  font-weight: normal;
8371
}
8372
/* line 83, ../sass/_details.scss */
8373
.details .info-simple {
8374
  padding: 0 0 0 290px;
8375
}
8376
/* line 85, ../sass/_details.scss */
8377
.details .info-simple .info-block {
8378
  padding: 20px;
8379
  background: url("../images/dashed_atom-x.png") repeat-x bottom;
8380
}
8381
/* line 88, ../sass/_details.scss */
8382
.details .info-simple .info-block dl {
8383
  margin-bottom: 0;
8384
  font-size: 0.875em;
8385
}
8386
/* line 91, ../sass/_details.scss */
8387
.details .info-simple .info-block dl dt {
8388
  display: inline-block;
8389
  width: 42%;
8390
  vertical-align: top;
8391
  font-weight: normal;
8392
}
8393
/* line 96, ../sass/_details.scss */
8394
.details .info-simple .info-block dl dt .snf-font {
8395
  width: 40px;
8396
  display: inline-block;
8397
  font-size: 1.5em;
8398
  position: relative;
8399
  bottom: -2px;
8400
}
8401
/* line 104, ../sass/_details.scss */
8402
.details .info-simple .info-block dl dd {
8403
  display: inline-block;
8404
  width: 45%;
8405
  margin-bottom: 1em;
8406
}
8407
/* line 110, ../sass/_details.scss */
8408
.details .info-simple .info-block.tags {
8409
  text-align: left;
8410
}
8411
/* line 112, ../sass/_details.scss */
8412
.details .info-simple .info-block.tags .tag-data {
8413
  min-width: 30%;
8414
  display: inline-block;
8415
  padding: 4px 0;
8416
}
8417
/* line 116, ../sass/_details.scss */
8418
.details .info-simple .info-block.tags .tag-data .delete {
8419
  margin-left: 10px;
8420
  visibility: hidden;
8421
}
8422
/* line 121, ../sass/_details.scss */
8423
.details .info-simple .info-block.tags .btns {
8424
  margin-top: 77px;
8425
  margin-bottom: 20px;
8426
}
8427
/* line 124, ../sass/_details.scss */
8428
.details .info-simple .info-block.tags .btns a:first-child {
8429
  margin-right: 15px;
8430
}
8431
/* line 128, ../sass/_details.scss */
8432
.details .info-simple .info-block.tags .buttons {
8433
  margin-top: 25px;
8434
  margin-bottom: 25px;
8435
}
8436
/* line 132, ../sass/_details.scss */
8437
.details .info-simple .info-block.tags h3 {
8438
  margin: 0;
8439
  font-size: 0.875em;
8440
  font-weight: normal;
8441
}
8442
/* line 139, ../sass/_details.scss */
8443
.details .info-simple .info-block.charts .graph_container {
8444
  margin-bottom: 20px;
8445
}
8446
/* line 146, ../sass/_details.scss */
8447
.details .content h2 {
8448
  font-size: 1em;
8449
  line-height: 1;
8450
  margin-bottom: 40px;
8451
}
8452
/* line 152, ../sass/_details.scss */
8453
.details .lt-bar {
8454
  position: fixed;
8455
  width: 290px;
8456
  left: 50%;
8457
  top: 110px;
8458
  padding: 8px 10px;
8459
  margin-left: -30.625em;
8460
  -moz-box-shadow: 3px -2px 8px #cccccc;
8461
  -webkit-box-shadow: 3px -2px 8px #cccccc;
8462
  box-shadow: 3px -2px 8px #cccccc;
8463
  background: white;
8464
  z-index: 3;
8465
  padding: 0;
8466
  display: none;
8467
}
8468
/* line 158, ../sass/_details.scss */
8469
.details .lt-bar .items-list .img-wrap .snf-font {
8470
  font-size: 3.75em;
8471
}
8472

    
8473
/* line 166, ../sass/_details.scss */
8474
.scroll-wrap {
8475
  position: relative;
8476
}
8477

    
8478
/* line 171, ../sass/_details.scss */
8479
.toggle-lt-bar {
8480
  position: absolute;
8481
  left: 0;
8482
  top: 35px;
8483
  background: #485057;
8484
  z-index: 4;
8485
  color: #fff;
8486
  display: block;
8487
  height: 100px;
8488
  line-height: 85px;
8489
  padding: 0 5px;
8490
}
8491
/* line 182, ../sass/_details.scss */
8492
.toggle-lt-bar:hover {
8493
  background: #30c79e;
8494
  color: #fff;
8495
}
8496
/* line 186, ../sass/_details.scss */
8497
.toggle-lt-bar.fix-position {
8498
  position: fixed;
8499
  top: 145px;
8500
  left: 50%;
8501
  margin-left: -30.625em;
8502
  border: 1px solid white;
8503
}
8504

    
8505
/* line 197, ../sass/_details.scss */
8506
.list-availables > span {
8507
  margin-bottom: 1em;
8508
  display: inline-block;
8509
}
8510
/* line 201, ../sass/_details.scss */
8511
.list-availables ul {
8512
  list-style-type: none;
8513
}
8514
/* line 203, ../sass/_details.scss */
8515
.list-availables ul li {
8516
  line-height: 2.5em;
8517
}
8518
/* line 205, ../sass/_details.scss */
8519
.list-availables ul li span {
8520
  display: inline-block;
8521
}
8522
/* line 207, ../sass/_details.scss */
8523
.list-availables ul li span:not(:last-child), .list-availables ul li span span:not(:first-child) {
8524
  margin-right: 20px;
8525
}
8526
/* line 210, ../sass/_details.scss */
8527
.list-availables ul li span:first-child {
8528
  margin-right: 30px;
8529
}
8530
/* line 213, ../sass/_details.scss */
8531
.list-availables ul li span.snf-font {
8532
  vertical-align: middle;
8533
}
8534
/* line 215, ../sass/_details.scss */
8535
.list-availables ul li span.snf-font.snf-network-full, .list-availables ul li span.snf-font.snf-volume-full {
8536
  font-size: 24px;
8537
  color: #30c79e;
8538
}
8539
/* line 220, ../sass/_details.scss */
8540
.list-availables ul li span.name {
8541
  width: 50%;
8542
}
8543

    
8544
/* line 229, ../sass/_details.scss */
8545
.select-list {
8546
  border: 0 !important;
8547
  /*Removes border*/
8548
  -webkit-appearance: none;
8549
  /*Removes default chrome and safari style*/
8550
  -moz-appearance: none;
8551
  /*Removes default style Firefox*/
8552
  background-color: transparent;
8553
}
8554

    
8555
/* Table of Contents
8556

8557
- editable
8558
- universal form styles
8559
- vm wizard styles
8560
*/
8561
/* editable (used for changing info asychronously) ------------------ */
8562
/* line 14, ../sass/_forms.scss */
8563
.editable .editbuttons a.save, .editable .editbuttons a.cancel {
8564
  display: none;
8565
}
8566
/* line 16, ../sass/_forms.scss */
8567
.editable .editbuttons a.save span, .editable .editbuttons a.cancel span {
8568
  font-size: 18px;
8569
}
8570
/* line 25, ../sass/_forms.scss */
8571
.editable input[type="text"] {
8572
  display: none;
8573
}
8574

    
8575
/* universal form styles ------------------ */
8576
/* line 33, ../sass/_forms.scss */
8577
.input {
8578
  display: inline-block;
8579
  padding-left: 6px;
8580
}
8581
/* line 36, ../sass/_forms.scss */
8582
.input input[type="text"] {
8583
  width: 142px;
8584
  padding: 0 12px 0 6px;
8585
  border: 0 none;
8586
  background-color: transparent;
8587
  outline: 0;
8588
  margin: 0;
8589
  -moz-box-shadow: none;
8590
  -webkit-box-shadow: none;
8591
  box-shadow: none;
8592
}
8593

    
8594
/* line 48, ../sass/_forms.scss */
8595
.snf-color-picker {
8596
  display: none;
8597
}
8598
/* line 50, ../sass/_forms.scss */
8599
.snf-color-picker > form {
8600
  height: 237px;
8601
  width: 100%;
8602
}
8603
/* line 54, ../sass/_forms.scss */
8604
.snf-color-picker #color {
8605
  display: none;
8606
}
8607
/* line 57, ../sass/_forms.scss */
8608
.snf-color-picker #picker {
8609
  position: relative;
8610
  width: 207px;
8611
  margin: 25px 5px 30px;
8612
  display: inline-block;
8613
}
8614
/* line 64, ../sass/_forms.scss */
8615
.snf-color-picker #color {
8616
  margin: 0 15px 0 10px;
8617
  position: static;
8618
  vertical-align: text-bottom;
8619
  border-color: transparent;
8620
  color: transparent;
8621
}
8622

    
8623
/* detailed view styles ------------------ */
8624
/* line 76, ../sass/_forms.scss */
8625
.details .input {
8626
  background: url(../images/input-bg-lt-black.png) no-repeat left bottom;
8627
}
8628
/* line 78, ../sass/_forms.scss */
8629
.details .input input[type="text"] {
8630
  background: url(../images/input-bg-rt-black.png) no-repeat right bottom;
8631
  color: #2d3338;
8632
}
8633
/* line 71, ../sass/_common.scss */
8634
.details .input input[type="text"].placeholder {
8635
  color: #bebebe;
8636
}
8637
/* line 72, ../sass/_common.scss */
8638
.details .input input[type="text"]:-moz-placeholder {
8639
  color: #bebebe;
8640
}
8641
/* line 73, ../sass/_common.scss */
8642
.details .input input[type="text"]::-moz-placeholder {
8643
  color: #bebebe;
8644
}
8645
/* line 74, ../sass/_common.scss */
8646
.details .input input[type="text"]::-webkit-input-placeholder {
8647
  color: #bebebe;
8648
}
8649

    
8650
/* vm wizard styles ------------------ */
8651
/* line 91, ../sass/_forms.scss */
8652
.wizard form.custom .custom.dropdown.medium {
8653
  background: #485057;
8654
  color: white;
8655
}
8656
/* line 95, ../sass/_forms.scss */
8657
.wizard form.custom .custom.dropdown .current {
8658
  color: white;
8659
}
8660
/* line 98, ../sass/_forms.scss */
8661
.wizard form.custom .custom.dropdown .selector {
8662
  border-left: 1px solid white;
8663
  height: 30px;
8664
}
8665
/* line 102, ../sass/_forms.scss */
8666
.wizard form.custom .custom.dropdown.open ul {
8667
  background: #485057;
8668
  color: white;
8669
}
8670
/* line 106, ../sass/_forms.scss */
8671
.wizard form.custom .custom.dropdown ul li {
8672
  color: white;
8673
}
8674
/* line 109, ../sass/_forms.scss */
8675
.wizard form.custom .custom.dropdown ul li.selected {
8676
  color: white;
8677
  background: #5f6a73;
8678
}
8679
/* line 113, ../sass/_forms.scss */
8680
.wizard form.custom .custom.dropdown ul li:hover {
8681
  background: #77838e;
8682
  color: white;
8683
}
8684
/* line 118, ../sass/_forms.scss */
8685
.wizard .input {
8686
  background: url(../images/input-bg-lt.png) no-repeat left bottom;
8687
}
8688
/* line 120, ../sass/_forms.scss */
8689
.wizard .input input[type="text"] {
8690
  background: url(../images/input-bg-rt.png) no-repeat right bottom;
8691
  color: white;
8692
}
8693
/* line 71, ../sass/_common.scss */
8694
.wizard .input input[type="text"].placeholder {
8695
  color: #2d3338;
8696
}
8697
/* line 72, ../sass/_common.scss */
8698
.wizard .input input[type="text"]:-moz-placeholder {
8699
  color: #2d3338;
8700
}
8701
/* line 73, ../sass/_common.scss */
8702
.wizard .input input[type="text"]::-moz-placeholder {
8703
  color: #2d3338;
8704
}
8705
/* line 74, ../sass/_common.scss */
8706
.wizard .input input[type="text"]::-webkit-input-placeholder {
8707
  color: #2d3338;
8708
}
8709

    
8710
/* Animations  */
8711
/* line 3, ../sass/_animations.scss */
8712
.grid-view .build-progress {
8713
  animation: progress_animation 5s infinite, pulse 1s infinite;
8714
  -webkit-animation: progress_animation 5s infinite, pulse 1s infinite;
8715
}
8716

    
8717
/* line 12, ../sass/_animations.scss */
8718
.reboot-progress {
8719
  animation: reboot_pulse 1s infinite;
8720
  -webkit-animation: reboot_pulse 1s infinite;
8721
}
8722

    
8723
@-webkit-keyframes progress_animation {
8724
  /* line 20, ../sass/_animations.scss */
8725
  from {
8726
    width: 0%;
8727
  }
8728

    
8729
  /* line 23, ../sass/_animations.scss */
8730
  to {
8731
    width: 100%;
8732
  }
8733
}
8734

    
8735
@-moz-keyframes progress_animation {
8736
  /* line 20, ../sass/_animations.scss */
8737
  from {
8738
    width: 0%;
8739
  }
8740

    
8741
  /* line 23, ../sass/_animations.scss */
8742
  to {
8743
    width: 100%;
8744
  }
8745
}
8746

    
8747
@-ms-keyframes progress_animation {
8748
  /* line 20, ../sass/_animations.scss */
8749
  from {
8750
    width: 0%;
8751
  }
8752

    
8753
  /* line 23, ../sass/_animations.scss */
8754
  to {
8755
    width: 100%;
8756
  }
8757
}
8758

    
8759
@keyframes progress_animation {
8760
  /* line 20, ../sass/_animations.scss */
8761
  from {
8762
    width: 0%;
8763
  }
8764

    
8765
  /* line 23, ../sass/_animations.scss */
8766
  to {
8767
    width: 100%;
8768
  }
8769
}
8770

    
8771
@-webkit-keyframes pulse {
8772
  /* line 29, ../sass/_animations.scss */
8773
  from {
8774
    color: #30c79e;
8775
  }
8776

    
8777
  /* line 32, ../sass/_animations.scss */
8778
  to {
8779
    color: #269e7d;
8780
  }
8781
}
8782

    
8783
@-moz-keyframes pulse {
8784
  /* line 29, ../sass/_animations.scss */
8785
  from {
8786
    color: #30c79e;
8787
  }
8788

    
8789
  /* line 32, ../sass/_animations.scss */
8790
  to {
8791
    color: #269e7d;
8792
  }
8793
}
8794

    
8795
@-ms-keyframes pulse {
8796
  /* line 29, ../sass/_animations.scss */
8797
  from {
8798
    color: #30c79e;
8799
  }
8800

    
8801
  /* line 32, ../sass/_animations.scss */
8802
  to {
8803
    color: #269e7d;
8804
  }
8805
}
8806

    
8807
@keyframes pulse {
8808
  /* line 29, ../sass/_animations.scss */
8809
  from {
8810
    color: #30c79e;
8811
  }
8812

    
8813
  /* line 32, ../sass/_animations.scss */
8814
  to {
8815
    color: #269e7d;
8816
  }
8817
}
8818

    
8819
@-webkit-keyframes reboot_pulse {
8820
  /* line 39, ../sass/_animations.scss */
8821
  from {
8822
    color: #ffc748;
8823
  }
8824

    
8825
  /* line 42, ../sass/_animations.scss */
8826
  to {
8827
    color: #ffb715;
8828
  }
8829
}
8830

    
8831
@-moz-keyframes reboot_pulse {
8832
  /* line 39, ../sass/_animations.scss */
8833
  from {
8834
    color: #ffc748;
8835
  }
8836

    
8837
  /* line 42, ../sass/_animations.scss */
8838
  to {
8839
    color: #ffb715;
8840
  }
8841
}
8842

    
8843
@-ms-keyframes reboot_pulse {
8844
  /* line 39, ../sass/_animations.scss */
8845
  from {
8846
    color: #ffc748;
8847
  }
8848

    
8849
  /* line 42, ../sass/_animations.scss */
8850
  to {
8851
    color: #ffb715;
8852
  }
8853
}
8854

    
8855
@keyframes reboot_pulse {
8856
  /* line 39, ../sass/_animations.scss */
8857
  from {
8858
    color: #ffc748;
8859
  }
8860

    
8861
  /* line 42, ../sass/_animations.scss */
8862
  to {
8863
    color: #ffb715;
8864
  }
8865
}
8866

    
8867
/* line 50, ../sass/_animations.scss */
8868
.btn5.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.temp, #volume-wizard .step .volume_options > li .options-bar .options li a.temp {
8869
  color: blue;
8870
  padding: 0 4px;
8871
  position: absolute;
8872
  right: 0;
8873
}
8874

    
8875
/* line 58, ../sass/_animations.scss */
8876
.temp-for-btns .btn5.temp, .temp-for-btns .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .temp-for-btns a.temp, .temp-for-btns .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.temp, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .temp-for-btns a.temp, .temp-for-btns #volume-wizard .step .volume_options > li .options-bar .options li a.temp, #volume-wizard .step .volume_options > li .options-bar .options li .temp-for-btns a.temp {
8877
  position: static;
8878
}
8879

    
8880
/* line 6, ../sass/_networks.scss */
8881
.networks.grid-view .items-list > li .img-wrap .snf-font {
8882
  font-size: 3.75em-pxCalc(0.05em);
8883
}
8884
/* line 18, ../sass/_networks.scss */
8885
.networks.list-view .items-list > li .img-wrap .snf-font {
8886
  font-size: 34px-pxCalc(0.05em);
8887
}
8888

    
8889
/* Storage (pithos) related styles  */
8890
/* line 3, ../sass/_storage.scss */
8891
.storage {
8892
  height: 100%;
8893
}
8894
/* line 5, ../sass/_storage.scss */
8895
.storage .rect-plus {
8896
  display: inline-block;
8897
  background-color: #fff;
8898
  color: #30c79e;
8899
  padding: 0 6px;
8900
  font-size: 1.625em;
8901
}
8902
/* line 11, ../sass/_storage.scss */
8903
.storage .rect-plus:hover {
8904
  color: #485057;
8905
}
8906
/* line 15, ../sass/_storage.scss */
8907
.storage .items-list {
8908
  height: 100%;
8909
}
8910
/* line 18, ../sass/_storage.scss */
8911
.storage .items-list > li .img-wrap {
8912
  top: 0;
8913
  height: 34px;
8914
  line-height: 34px;
8915
}
8916
/* line 23, ../sass/_storage.scss */
8917
.storage .items-list > li h4 {
8918
  width: 210px;
8919
  height: 34px;
8920
  line-height: 34px;
8921
}
8922
/* line 28, ../sass/_storage.scss */
8923
.storage .items-list > li .info {
8924
  margin-right: 40px;
8925
}
8926
/* line 33, ../sass/_storage.scss */
8927
.storage .items-list .folder .img-wrap {
8928
  background: url(../images/folder-closed.png) no-repeat center center;
8929
}
8930
/* line 37, ../sass/_storage.scss */
8931
.storage .items-list .folder.draghover .img-wrap {
8932
  background-image: url(../images/folder-open.png);
8933
}
8934
/* line 42, ../sass/_storage.scss */
8935
.storage .items-list .folder.updating .img-wrap {
8936
  background-image: url(../images/folder-updating.png);
8937
}
8938
/* line 47, ../sass/_storage.scss */
8939
.storage .items-list .folder.updated .img-wrap {
8940
  background-image: url(../images/folder-updated.png);
8941
}
8942
/* line 53, ../sass/_storage.scss */
8943
.storage .items-list li:hover .actions-col {
8944
  visibility: visible;
8945
}
8946
/* line 57, ../sass/_storage.scss */
8947
.storage .items-list .add-new {
8948
  position: relative;
8949
}
8950
/* line 59, ../sass/_storage.scss */
8951
.storage .items-list .add-new input[type="file"] {
8952
  position: absolute;
8953
  left: 150px;
8954
  top: 0;
8955
  right: 0;
8956
  bottom: 0;
8957
  opacity: 0;
8958
}
8959
/* line 67, ../sass/_storage.scss */
8960
.storage .items-list .add-new h4 {
8961
  color: #fff;
8962
}
8963
/* line 71, ../sass/_storage.scss */
8964
.storage .items-list .add-new:hover .rect-plus {
8965
  color: #485057;
8966
}
8967
/* line 76, ../sass/_storage.scss */
8968
.storage .items-list.drag {
8969
  background-color: #bebebe;
8970
}
8971

    
8972
/* line 82, ../sass/_storage.scss */
8973
.containers .items-list {
8974
  overflow: visible;
8975
}
8976
/* line 84, ../sass/_storage.scss */
8977
.containers .items-list > li {
8978
  text-align: left;
8979
  padding-right: 15px;
8980
  padding-left: 15px;
8981
}
8982
/* line 88, ../sass/_storage.scss */
8983
.containers .items-list > li .col {
8984
  float: left;
8985
}
8986
/* line 91, ../sass/_storage.scss */
8987
.containers .items-list > li h4 {
8988
  font-size: 0.875em;
8989
  width: auto;
8990
}
8991
/* line 95, ../sass/_storage.scss */
8992
.containers .items-list > li .basic-data {
8993
  width: 250px;
8994
}
8995
/* line 98, ../sass/_storage.scss */
8996
.containers .items-list > li .size-data {
8997
  width: 400px;
8998
}
8999
/* line 100, ../sass/_storage.scss */
9000
.containers .items-list > li .size-data .progress-col {
9001
  padding-top: 7px;
9002
}
9003
/* line 102, ../sass/_storage.scss */
9004
.containers .items-list > li .size-data .progress-col .progress {
9005
  border-color: #485057;
9006
  height: 20px;
9007
}
9008
/* line 105, ../sass/_storage.scss */
9009
.containers .items-list > li .size-data .progress-col .progress .meter {
9010
  text-align: right;
9011
  font-size: 10px;
9012
  padding: 2px;
9013
  background-color: #485057;
9014
  color: white;
9015
  font-size: 0.875em;
9016
  line-height: 100%;
9017
}
9018
/* line 116, ../sass/_storage.scss */
9019
.containers .items-list > li .size-data .size {
9020
  width: auto;
9021
  padding-left: 20px;
9022
  font-size: 0.875em;
9023
}
9024
/* line 122, ../sass/_storage.scss */
9025
.containers .items-list > li h5 {
9026
  float: left;
9027
  width: 158px;
9028
  font-size: 0.875em;
9029
  font-weight: normal;
9030
  line-height: 34px;
9031
  height: 34px;
9032
  margin: 0;
9033
  margin: 0 20px;
9034
  overflow: hidden;
9035
  white-space: nowrap;
9036
}
9037
/* line 134, ../sass/_storage.scss */
9038
.containers .items-list > li .project {
9039
  line-height: 34px;
9040
  height: 34px;
9041
  width: 102px;
9042
  font-size: 0.875em;
9043
  position: relative;
9044
  right: 0;
9045
}
9046
/* line 141, ../sass/_storage.scss */
9047
.containers .items-list > li .project ul {
9048
  position: absolute;
9049
  right: 0;
9050
  top: 36px;
9051
  list-style: none outside none;
9052
  border: 1px solid #485057;
9053
  padding: 5px 15px;
9054
  display: none;
9055
  z-index: 1;
9056
  background: #fff;
9057
  min-width: 300px;
9058
}
9059
/* line 152, ../sass/_storage.scss */
9060
.containers .items-list > li .project ul li {
9061
  padding: 6px 5px;
9062
}
9063
/* line 156, ../sass/_storage.scss */
9064
.containers .items-list > li .project .btn-more {
9065
  border: 1px solid #485057;
9066
  position: relative;
9067
  min-width: 34px;
9068
  padding: 0 11px;
9069
  float: right;
9070
}
9071
/* line 162, ../sass/_storage.scss */
9072
.containers .items-list > li .project .btn-more em {
9073
  font-style: normal;
9074
  color: #2d3338;
9075
  -webkit-transition: opacity 300ms linear;
9076
  -moz-transition: opacity 300ms linear;
9077
  -ms-transition: opacity 300ms linear;
9078
  -o-transition: opacity 300ms linear;
9079
  transition: opacity 300ms linear;
9080
  margin-right: 7px;
9081
}
9082
/* line 170, ../sass/_storage.scss */
9083
.containers .items-list > li .project .btn-more:hover {
9084
  color: #485057;
9085
}
9086
/* line 177, ../sass/_storage.scss */
9087
.containers .items-list > li .project .btn-more.clicked {
9088
  background-color: #485057;
9089
  color: #fff;
9090
}
9091
/* line 180, ../sass/_storage.scss */
9092
.containers .items-list > li .project .btn-more.clicked .arrow-down:after {
9093
  border-color: white transparent transparent transparent;
9094
}
9095
/* line 183, ../sass/_storage.scss */
9096
.containers .items-list > li .project .btn-more.clicked em {
9097
  -webkit-transition: opacity 300ms linear;
9098
  -moz-transition: opacity 300ms linear;
9099
  -ms-transition: opacity 300ms linear;
9100
  -o-transition: opacity 300ms linear;
9101
  transition: opacity 300ms linear;
9102
  display: inline-block;
9103
  opacity: 1;
9104
  color: #fff;
9105
}
9106
/* line 191, ../sass/_storage.scss */
9107
.containers .items-list > li .project .arrow-down:after {
9108
  content: "";
9109
  display: inline-block;
9110
  width: 0;
9111
  height: 0;
9112
  border: inset 5px;
9113
  border-color: black transparent transparent transparent;
9114
  border-top-style: solid;
9115
  position: relative;
9116
  top: 3px;
9117
}
9118
/* line 205, ../sass/_storage.scss */
9119
.containers .items-list > li.folder .img-wrap {
9120
  background-position: left center;
9121
  text-align: left;
9122
}
9123
/* line 208, ../sass/_storage.scss */
9124
.containers .items-list > li.folder .img-wrap span {
9125
  color: #485057;
9126
  font-size: 1em;
9127
  position: relative;
9128
  top: 2px;
9129
  left: 18px;
9130
}
9131

    
9132
/* line 221, ../sass/_storage.scss */
9133
.storage-progress .items-list {
9134
  margin-bottom: 0;
9135
}
9136
/* line 223, ../sass/_storage.scss */
9137
.storage-progress .items-list li {
9138
  padding-left: 210px;
9139
  color: #fff;
9140
}
9141
/* line 226, ../sass/_storage.scss */
9142
.storage-progress .items-list li .img-wrap {
9143
  top: 0;
9144
  height: 34px;
9145
  line-height: 34px;
9146
}
9147
/* line 231, ../sass/_storage.scss */
9148
.storage-progress .items-list li h4 {
9149
  width: 210px;
9150
  height: 34px;
9151
  line-height: 34px;
9152
}
9153
/* line 236, ../sass/_storage.scss */
9154
.storage-progress .items-list li .remove {
9155
  text-align: right;
9156
  font-weight: bold;
9157
  visibility: visible;
9158
}
9159
/* line 240, ../sass/_storage.scss */
9160
.storage-progress .items-list li .remove a {
9161
  color: #fff;
9162
}
9163
/* line 242, ../sass/_storage.scss */
9164
.storage-progress .items-list li .remove a:hover {
9165
  color: #2d3338;
9166
}
9167
/* line 247, ../sass/_storage.scss */
9168
.storage-progress .items-list li .progress-col {
9169
  padding-top: 7px;
9170
}
9171
/* line 250, ../sass/_storage.scss */
9172
.storage-progress .items-list li:hover {
9173
  background-color: transparent;
9174
}
9175
/* line 255, ../sass/_storage.scss */
9176
.storage-progress .progress {
9177
  height: 20px;
9178
}
9179
/* line 257, ../sass/_storage.scss */
9180
.storage-progress .progress .meter {
9181
  background-color: #fff;
9182
  color: #30c79e;
9183
  text-align: right;
9184
  padding-right: 10px;
9185
  line-height: 120%;
9186
}
9187
/* line 265, ../sass/_storage.scss */
9188
.storage-progress .details {
9189
  border: 0 none;
9190
}
9191

    
9192
/* line 270, ../sass/_storage.scss */
9193
.all-height {
9194
  height: 100%;
9195
}
9196

    
9197
/* line 1, ../sass/_wizards.scss */
9198
.body-wrapper .overlay-area-custom .overlay-div.wizard {
9199
  background: #485057;
9200
  padding: 0;
9201
  width: 100%;
9202
  top: 0;
9203
  left: 0;
9204
  position: relative;
9205
  color: white;
9206
}
9207
/* line 9, ../sass/_wizards.scss */
9208
.body-wrapper .overlay-area-custom .overlay-div.wizard .top {
9209
  background: #787878;
9210
  height: 90px;
9211
  position: fixed;
9212
  left: 0;
9213
  right: 0;
9214
  bottom: auto;
9215
  top: 80px;
9216
  width: 100%;
9217
  z-index: 40;
9218
}
9219
/* line 19, ../sass/_wizards.scss */
9220
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers {
9221
  height: 50px;
9222
  line-height: 50px;
9223
  background: #2d3338;
9224
}
9225
/* line 20, ../sass/_wizards.scss */
9226
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row {
9227
  max-width: 100%;
9228
  padding: 0 15px;
9229
}
9230
/* line 23, ../sass/_wizards.scss */
9231
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close {
9232
  color: #bebebe;
9233
}
9234
/* line 25, ../sass/_wizards.scss */
9235
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .numbers .row .close:focus {
9236
  color: white;
9237
}
9238
/* line 34, ../sass/_wizards.scss */
9239
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus {
9240
  height: 40px;
9241
}
9242
/* line 36, ../sass/_wizards.scss */
9243
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu {
9244
  display: none;
9245
}
9246
/* line 38, ../sass/_wizards.scss */
9247
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu[data-step="1"] {
9248
  display: block;
9249
}
9250
/* line 41, ../sass/_wizards.scss */
9251
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul {
9252
  margin: 0;
9253
  padding: 0;
9254
  list-style: none outside none;
9255
  font-size: 0.75em;
9256
}
9257
/* line 46, ../sass/_wizards.scss */
9258
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li {
9259
  display: inline;
9260
  margin-right: 10px;
9261
  line-height: 40px;
9262
  list-style: none outside none;
9263
}
9264
/* line 51, ../sass/_wizards.scss */
9265
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a {
9266
  color: #2d3338;
9267
}
9268
/* line 53, ../sass/_wizards.scss */
9269
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a:focus, .body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
9270
  color: white;
9271
}
9272
/* line 56, ../sass/_wizards.scss */
9273
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.current {
9274
  text-decoration: underline;
9275
}
9276
/* line 59, ../sass/_wizards.scss */
9277
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .menus .sub-menu ul li a.disabled {
9278
  color: #bebebe;
9279
  cursor: default;
9280
}
9281
/* line 69, ../sass/_wizards.scss */
9282
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums {
9283
  text-align: right;
9284
  list-style: none outside none;
9285
  margin: 0;
9286
  height: 50px;
9287
  line-height: 50px;
9288
  font-size: 0.5625em;
9289
  padding-right: 120px;
9290
  color: #30c79e;
9291
}
9292
/* line 78, ../sass/_wizards.scss */
9293
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li {
9294
  list-style: none outside none;
9295
  display: inline;
9296
}
9297
/* line 81, ../sass/_wizards.scss */
9298
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p {
9299
  display: none;
9300
  position: relative;
9301
  top: 1px;
9302
  font-size: 12px;
9303
  margin-left: 12px;
9304
}
9305
/* line 87, ../sass/_wizards.scss */
9306
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li p strong {
9307
  margin-right: 5px;
9308
}
9309
/* line 91, ../sass/_wizards.scss */
9310
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li em {
9311
  display: inline-block;
9312
  border-radius: 50%;
9313
  border: 1px solid #30c79e;
9314
  width: 20px;
9315
  height: 20px;
9316
  line-height: 18px;
9317
  margin: 0 3px;
9318
  text-align: center;
9319
  font-style: normal;
9320
}
9321
/* line 102, ../sass/_wizards.scss */
9322
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a {
9323
  color: #30c79e;
9324
  display: block;
9325
}
9326
/* line 105, ../sass/_wizards.scss */
9327
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li a:hover {
9328
  cursor: default;
9329
}
9330
/* line 109, ../sass/_wizards.scss */
9331
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current {
9332
  float: left;
9333
}
9334
/* line 111, ../sass/_wizards.scss */
9335
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current p {
9336
  display: inline-block;
9337
}
9338
/* line 114, ../sass/_wizards.scss */
9339
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em {
9340
  font-size: 12px;
9341
  width: 30px;
9342
  height: 30px;
9343
  line-height: 27px;
9344
  border-color: #30c79e;
9345
}
9346
/* line 120, ../sass/_wizards.scss */
9347
.body-wrapper .overlay-area-custom .overlay-div.wizard .top .nums li.current em * {
9348
  color: #30c79e;
9349
}
9350
/* line 128, ../sass/_wizards.scss */
9351
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle {
9352
  padding-top: 70px;
9353
}
9354
/* line 130, ../sass/_wizards.scss */
9355
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .steps {
9356
  position: relative;
9357
  width: 100%;
9358
}
9359
/* line 134, ../sass/_wizards.scss */
9360
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step {
9361
  position: absolute;
9362
  top: 0;
9363
  width: 100%;
9364
  display: none;
9365
  padding: 50px 0 50px;
9366
}
9367
/* line 140, ../sass/_wizards.scss */
9368
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.current {
9369
  display: block;
9370
}
9371
/* line 143, ../sass/_wizards.scss */
9372
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step h2 {
9373
  color: white;
9374
  font-size: 1em;
9375
}
9376
/* line 147, ../sass/_wizards.scss */
9377
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step li {
9378
  list-style: none outside none;
9379
  position: relative;
9380
}
9381
/* line 152, ../sass/_wizards.scss */
9382
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step a {
9383
  color: white;
9384
}
9385
/* line 155, ../sass/_wizards.scss */
9386
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list {
9387
  margin-top: 1em;
9388
}
9389
/* line 157, ../sass/_wizards.scss */
9390
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li {
9391
  margin-bottom: 0.5em;
9392
  margin-left: 1.5em;
9393
}
9394
/* line 161, ../sass/_wizards.scss */
9395
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li:first-child .img-wrap .snf-font {
9396
  color: white;
9397
}
9398
/* line 165, ../sass/_wizards.scss */
9399
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > div, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li > a {
9400
  display: inline-block;
9401
  margin-right: 15px;
9402
}
9403
/* line 169, ../sass/_wizards.scss */
9404
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap {
9405
  position: relative;
9406
  width: 1.875em;
9407
}
9408
/* line 172, ../sass/_wizards.scss */
9409
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .snf-font {
9410
  font-size: 1.875em;
9411
  color: #30c79e;
9412
  line-height: 120%;
9413
}
9414
/* line 177, ../sass/_wizards.scss */
9415
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .img-wrap .os {
9416
  background: url("../images/os-unknown.png") no-repeat center center;
9417
  width: 14px;
9418
  height: 14px;
9419
  display: inline-block;
9420
  text-indent: -2000px;
9421
  overflow: hidden;
9422
  background-size: 14px;
9423
  top: 5px;
9424
  left: 18px;
9425
}
9426
/* line 184, ../sass/_wizards.scss */
9427
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .vms-list > li .name {
9428
  width: 18.75em;
9429
}
9430
/* line 194, ../sass/_wizards.scss */
9431
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step.step-2 .dropdown {
9432
  margin-bottom: 40px;
9433
}
9434
/* line 202, ../sass/_wizards.scss */
9435
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li {
9436
  display: none;
9437
  list-style: none outside none;
9438
  font-size: 0.75em;
9439
  padding: 15px 0;
9440
}
9441
/* line 209, ../sass/_wizards.scss */
9442
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.hover {
9443
  background: #2d3338;
9444
}
9445
/* line 212, ../sass/_wizards.scss */
9446
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current {
9447
  background: white;
9448
  color: #485057;
9449
}
9450
/* line 215, ../sass/_wizards.scss */
9451
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .name-col {
9452
  color: #485057;
9453
}
9454
/* line 219, ../sass/_wizards.scss */
9455
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a {
9456
  border-color: #485057;
9457
  color: #485057;
9458
}
9459
/* line 224, ../sass/_wizards.scss */
9460
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a:hover span {
9461
  border-color: #485057;
9462
}
9463
/* line 228, ../sass/_wizards.scss */
9464
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current {
9465
  color: white;
9466
}
9467
/* line 230, ../sass/_wizards.scss */
9468
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.current .btn-col a.current span {
9469
  background: #485057;
9470
}
9471
/* line 237, ../sass/_wizards.scss */
9472
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li.system-images {
9473
  display: list-item;
9474
}
9475
/* line 240, ../sass/_wizards.scss */
9476
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .img-col {
9477
  float: left;
9478
  width: 50px;
9479
  line-height: 30px;
9480
}
9481
/* line 245, ../sass/_wizards.scss */
9482
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .name-col {
9483
  float: left;
9484
  color: white;
9485
  width: 71%;
9486
  padding-right: 10px;
9487
  line-height: 30px;
9488
}
9489
/* line 252, ../sass/_wizards.scss */
9490
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .size-col {
9491
  float: left;
9492
  width: 10%;
9493
  line-height: 30px;
9494
}
9495
/* line 257, ../sass/_wizards.scss */
9496
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col {
9497
  float: right;
9498
  width: 10%;
9499
  margin-left: 10px;
9500
}
9501
/* line 261, ../sass/_wizards.scss */
9502
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a {
9503
  font-size: 1em;
9504
}
9505
/* line 265, ../sass/_wizards.scss */
9506
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col a.current {
9507
  color: #485057;
9508
}
9509
/* line 270, ../sass/_wizards.scss */
9510
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details {
9511
  display: none;
9512
  background: #e6e6e6;
9513
  padding: 22px 0;
9514
  margin: 20px 6px -9px;
9515
  color: #2d3338;
9516
}
9517
/* line 276, ../sass/_wizards.scss */
9518
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details h3 {
9519
  font-size: 1em;
9520
  font-weight: normal;
9521
  margin-bottom: 1em;
9522
  padding-left: 50px;
9523
}
9524
/* line 282, ../sass/_wizards.scss */
9525
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl {
9526
  margin: 0;
9527
  padding-left: 50px;
9528
}
9529
/* line 286, ../sass/_wizards.scss */
9530
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dt {
9531
  width: 20%;
9532
  float: left;
9533
  font-weight: normal;
9534
}
9535
/* line 291, ../sass/_wizards.scss */
9536
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl dd {
9537
  margin: 0 0 5px;
9538
}
9539
/* line 298, ../sass/_wizards.scss */
9540
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor {
9541
  list-style: none outside none;
9542
}
9543
/* line 300, ../sass/_wizards.scss */
9544
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li {
9545
  list-style: none outside none;
9546
  margin-bottom: 30px;
9547
}
9548
/* line 303, ../sass/_wizards.scss */
9549
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title {
9550
  height: 40px;
9551
  overflow: hidden;
9552
  margin-bottom: 0.5em;
9553
  color: white;
9554
  vertical-align: top;
9555
}
9556
/* line 310, ../sass/_wizards.scss */
9557
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title .snf-font {
9558
  display: block;
9559
  width: 60px;
9560
  font-size: 38px;
9561
  float: left;
9562
  position: relative;
9563
  bottom: -3px;
9564
}
9565
/* line 318, ../sass/_wizards.scss */
9566
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 {
9567
  font-size: 0.875em;
9568
  float: left;
9569
  width: 140px;
9570
  color: white;
9571
  margin-right: 60px;
9572
  padding-left: 0.625em;
9573
}
9574
/* line 320, ../sass/_wizards.scss */
9575
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 span {
9576
  font-weight: normal;
9577
}
9578
/* line 328, ../sass/_wizards.scss */
9579
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title h2 em {
9580
  display: block;
9581
  margin-top: 4px;
9582
  font-size: 11px;
9583
  font-style: normal;
9584
  font-weight: normal;
9585
  white-space: nowrap;
9586
  line-height: 13px;
9587
}
9588
/* line 338, ../sass/_wizards.scss */
9589
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title p {
9590
  visibility: hidden;
9591
  overflow: hidden;
9592
  min-height: 40px;
9593
  font-size: 11px;
9594
  line-height: 11px;
9595
}
9596
/* line 348, ../sass/_wizards.scss */
9597
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar {
9598
  width: 200px;
9599
  float: left;
9600
  margin-right: 60px;
9601
  height: 20px;
9602
  position: relative;
9603
  top: 10px;
9604
}
9605
/* line 355, ../sass/_wizards.scss */
9606
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap {
9607
  border: 1px solid white;
9608
  padding: 1px;
9609
  height: 100%;
9610
}
9611
/* line 359, ../sass/_wizards.scss */
9612
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar {
9613
  border-color: #bebebe;
9614
}
9615
/* line 362, ../sass/_wizards.scss */
9616
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap.disabled-progress-bar .container .total {
9617
  background-color: #bebebe;
9618
}
9619
/* line 367, ../sass/_wizards.scss */
9620
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container {
9621
  height: 100%;
9622
}
9623
/* line 369, ../sass/_wizards.scss */
9624
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total {
9625
  background: #bebebe;
9626
  height: 100%;
9627
  float: left;
9628
  position: relative;
9629
}
9630
/* line 374, ../sass/_wizards.scss */
9631
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total .current {
9632
  background: white;
9633
  height: 100%;
9634
  float: left;
9635
}
9636
/* line 379, ../sass/_wizards.scss */
9637
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total span {
9638
  position: absolute;
9639
  right: 10px;
9640
  font-size: 0.5625em;
9641
  top: 2px;
9642
}
9643
/* line 386, ../sass/_wizards.scss */
9644
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .bar .wrap .container .total.low span {
9645
  right: -30px;
9646
  color: white;
9647
}
9648
/* line 396, ../sass/_wizards.scss */
9649
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options {
9650
  overflow: hidden;
9651
  list-style: none outside none;
9652
}
9653
/* line 399, ../sass/_wizards.scss */
9654
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li {
9655
  list-style: none outside none;
9656
  display: inline-block;
9657
  margin-right: 10px;
9658
  margin-bottom: 0;
9659
}
9660
/* line 404, ../sass/_wizards.scss */
9661
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a {
9662
  min-width: 60px;
9663
}
9664
/* line 407, ../sass/_wizards.scss */
9665
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.current {
9666
  color: #485057;
9667
}
9668
/* line 410, ../sass/_wizards.scss */
9669
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled {
9670
  border-color: #bebebe;
9671
  color: #bebebe;
9672
}
9673
/* line 413, ../sass/_wizards.scss */
9674
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li a.disabled:active {
9675
  cursor: default;
9676
  border-width: 1px;
9677
  line-height: 28px;
9678
}
9679
/* line 426, ../sass/_wizards.scss */
9680
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary {
9681
  padding-bottom: 40px;
9682
}
9683
/* line 429, ../sass/_wizards.scss */
9684
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row .wrap {
9685
  max-width: 36.25em;
9686
  border-top: 1px solid white;
9687
  padding-top: 1em;
9688
}
9689
/* line 436, ../sass/_wizards.scss */
9690
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child .wrap {
9691
  border-top: 0 none;
9692
  margin-top: 0;
9693
}
9694
/* line 441, ../sass/_wizards.scss */
9695
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary .row:first-child dl dt {
9696
  font-weight: bold;
9697
}
9698
/* line 447, ../sass/_wizards.scss */
9699
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary h2 {
9700
  font-size: 1em;
9701
  color: white;
9702
  margin-bottom: 1em;
9703
}
9704
/* line 452, ../sass/_wizards.scss */
9705
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl {
9706
  margin-bottom: 0;
9707
}
9708
/* line 454, ../sass/_wizards.scss */
9709
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl span {
9710
  width: 40px;
9711
  display: inline-block;
9712
  font-size: 20px;
9713
  position: relative;
9714
  bottom: -2px;
9715
}
9716
/* line 461, ../sass/_wizards.scss */
9717
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dt {
9718
  display: inline-block;
9719
  width: 42%;
9720
  vertical-align: top;
9721
  font-weight: 600;
9722
}
9723
/* line 467, ../sass/_wizards.scss */
9724
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .summary dl dd {
9725
  display: inline-block;
9726
  width: 45%;
9727
  margin-bottom: 1em;
9728
}
9729
/* line 474, ../sass/_wizards.scss */
9730
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step {
9731
  color: white;
9732
}
9733
/* line 476, ../sass/_wizards.scss */
9734
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step h2 {
9735
  color: white;
9736
  font-size: 1em;
9737
  margin-bottom: 10px;
9738
  line-height: 1;
9739
}
9740
/* line 482, ../sass/_wizards.scss */
9741
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step p {
9742
  font-size: 10px;
9743
}
9744
/* line 485, ../sass/_wizards.scss */
9745
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-checked, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .snf-checkbox-unchecked {
9746
  color: white;
9747
}
9748
/* line 488, ../sass/_wizards.scss */
9749
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn {
9750
  margin: 50px 0 2.5em;
9751
}
9752
/* line 490, ../sass/_wizards.scss */
9753
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a {
9754
  color: white;
9755
}
9756
/* line 492, ../sass/_wizards.scss */
9757
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .expand-btn a span {
9758
  padding-left: 24px;
9759
}
9760
/* line 499, ../sass/_wizards.scss */
9761
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .adv-main .vm-name h2 {
9762
  color: white;
9763
  font-size: 1em;
9764
  margin-bottom: 0.5em;
9765
}
9766
/* line 507, ../sass/_wizards.scss */
9767
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a:hover {
9768
  color: white;
9769
}
9770
/* line 510, ../sass/_wizards.scss */
9771
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .btn5.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .os li .btn-col a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .flavor li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .volume_options > li .options-bar .options li a.current:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step a.current:hover {
9772
  color: #485057;
9773
}
9774
/* line 514, ../sass/_wizards.scss */
9775
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options {
9776
  display: none;
9777
}
9778
/* line 516, ../sass/_wizards.scss */
9779
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .check {
9780
  font-size: 20px;
9781
}
9782
/* line 519, ../sass/_wizards.scss */
9783
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area {
9784
  padding: 2.5em 0;
9785
}
9786
/* line 522, ../sass/_wizards.scss */
9787
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area .row p {
9788
  max-width: 340px;
9789
  margin-bottom: 20px;
9790
}
9791
/* line 528, ../sass/_wizards.scss */
9792
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li {
9793
  position: relative;
9794
  list-style: none outside none;
9795
  margin-bottom: 7px;
9796
}
9797
/* line 533, ../sass/_wizards.scss */
9798
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li.checkbox:hover {
9799
  cursor: pointer;
9800
}
9801
/* line 537, ../sass/_wizards.scss */
9802
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .area ul li h3 {
9803
  width: 18.75em;
9804
  color: white;
9805
  font-size: 1em;
9806
  font-weight: normal;
9807
  margin: 0 28px 0 0;
9808
  display: inline-block;
9809
}
9810
/* line 549, ../sass/_wizards.scss */
9811
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area {
9812
  background-color: #ff7049;
9813
}
9814
/* line 551, ../sass/_wizards.scss */
9815
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .ssh-keys-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .ssh-keys-area a {
9816
  margin-top: 3px;
9817
}
9818
/* line 556, ../sass/_wizards.scss */
9819
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area {
9820
  background-color: #f6938d;
9821
}
9822
/* line 558, ../sass/_wizards.scss */
9823
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area ul {
9824
  position: relative;
9825
  margin-bottom: 0;
9826
}
9827
/* line 563, ../sass/_wizards.scss */
9828
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons {
9829
  padding-right: 30px;
9830
  display: inline-block;
9831
  width: 145px;
9832
  text-align: right;
9833
  font-size: 30px;
9834
  margin-bottom: 0;
9835
  position: relative;
9836
}
9837
/* line 571, ../sass/_wizards.scss */
9838
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span {
9839
  position: relative;
9840
}
9841
/* line 573, ../sass/_wizards.scss */
9842
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-router-outline {
9843
  top: -1px;
9844
}
9845
/* line 576, ../sass/_wizards.scss */
9846
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-www {
9847
  top: 5px;
9848
}
9849
/* line 579, ../sass/_wizards.scss */
9850
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.snf-network-full {
9851
  top: 5px;
9852
}
9853
/* line 582, ../sass/_wizards.scss */
9854
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line {
9855
  position: absolute;
9856
  height: 1px;
9857
  width: 13px;
9858
  background: white;
9859
  bottom: 15px;
9860
}
9861
/* line 588, ../sass/_wizards.scss */
9862
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line1 {
9863
  right: 56px;
9864
}
9865
/* line 589, ../sass/_wizards.scss */
9866
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li .net-icons span.temp-line.line2 {
9867
  right: 97px;
9868
  width: 10px;
9869
}
9870
/* line 596, ../sass/_wizards.scss */
9871
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more {
9872
  background: #fcd9d7;
9873
  margin: 2.5em 6px;
9874
  padding: 2.5em 0;
9875
  color: #fff;
9876
}
9877
/* line 601, ../sass/_wizards.scss */
9878
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3 {
9879
  color: #fff;
9880
  padding-left: 145px;
9881
}
9882
/* line 604, ../sass/_wizards.scss */
9883
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more h3:hover {
9884
  cursor: pointer;
9885
}
9886
/* line 608, ../sass/_wizards.scss */
9887
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .os li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .advanced-conf-step .advanced-conf-options .networks-area li.more .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .flavor li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor .advanced-conf-step .advanced-conf-options .networks-area li.more .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area .volume_options > li .options-bar .options li.more a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options .advanced-conf-step .advanced-conf-options .networks-area li.more a {
9888
  margin-top: 20px;
9889
  border-color: #fff;
9890
  color: #fff;
9891
  margin-left: 145px;
9892
}
9893
/* line 616, ../sass/_wizards.scss */
9894
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .networks-area li.more .with-checkbox a span {
9895
  color: #fff;
9896
}
9897
/* line 625, ../sass/_wizards.scss */
9898
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area {
9899
  background-color: #4c71ff;
9900
}
9901
/* line 627, ../sass/_wizards.scss */
9902
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker {
9903
  display: none;
9904
}
9905
/* line 630, ../sass/_wizards.scss */
9906
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #picker {
9907
  position: relative;
9908
  width: 207px;
9909
  margin: 30px 5px;
9910
  display: inline-block;
9911
}
9912
/* line 636, ../sass/_wizards.scss */
9913
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btns {
9914
  margin-top: 77px;
9915
  margin-bottom: 30px;
9916
}
9917
/* line 640, ../sass/_wizards.scss */
9918
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .btn5, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .os li .btn-col a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .btn-col .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .flavor li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .volume_options > li .options-bar .options li a, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle #volume-wizard .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a, #volume-wizard .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .volume_options > li .options-bar .options li .advanced-conf-step .advanced-conf-options .tags-area a {
9919
  margin-right: 20px;
9920
}
9921
/* line 643, ../sass/_wizards.scss */
9922
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .tag-demo, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .snf-color-picker #color, .snf-color-picker .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area #color {
9923
  left: 10px;
9924
}
9925
/* line 646, ../sass/_wizards.scss */
9926
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area h3 {
9927
  width: 18.75em;
9928
  color: white;
9929
  font-size: 1em;
9930
  font-weight: normal;
9931
  margin: 0 28px 0 0;
9932
  display: inline-block;
9933
}
9934
/* line 655, ../sass/_wizards.scss */
9935
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header {
9936
  position: relative;
9937
  left: -14px;
9938
}
9939
/* line 658, ../sass/_wizards.scss */
9940
.body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .advanced-conf-step .advanced-conf-options .tags-area .list-header h3 {
9941
  margin-right: 35px;
9942
}
9943
/* line 667, ../sass/_wizards.scss */
9944
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom {
9945
  position: fixed;
9946
  left: 0;
9947
  right: 0;
9948
  bottom: 0;
9949
  border-top: 1px solid #2d3338;
9950
  background: #485057;
9951
}
9952
/* line 674, ../sass/_wizards.scss */
9953
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .row {
9954
  height: 40px;
9955
  line-height: 40px;
9956
}
9957
/* line 678, ../sass/_wizards.scss */
9958
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav {
9959
  height: 40px;
9960
  line-height: 40px;
9961
  color: white;
9962
  display: inline-block;
9963
  position: relative;
9964
  font-size: 0.75em;
9965
  top: 5px;
9966
  width: 100px;
9967
}
9968
/* line 688, ../sass/_wizards.scss */
9969
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav:focus {
9970
  -webkit-transition: background 0ms ease-out;
9971
  -moz-transition: background 0ms ease-out;
9972
  -ms-transition: background 0ms ease-out;
9973
  -o-transition: background 0ms ease-out;
9974
  transition: background 0ms ease-out;
9975
}
9976
/* line 691, ../sass/_wizards.scss */
9977
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span {
9978
  display: inline-block;
9979
  height: 30px;
9980
  line-height: 30px;
9981
  float: left;
9982
}
9983
/* line 697, ../sass/_wizards.scss */
9984
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .nav span:focus {
9985
  -webkit-transition: background 0ms linear;
9986
  -moz-transition: background 0ms linear;
9987
  -ms-transition: background 0ms linear;
9988
  -o-transition: background 0ms linear;
9989
  transition: background 0ms linear;
9990
}
9991
/* line 702, ../sass/_wizards.scss */
9992
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev {
9993
  float: left;
9994
  height: 30px;
9995
  padding-left: 18px;
9996
  background: url("../images/nav-edge-lt.png") no-repeat left top;
9997
}
9998
/* line 707, ../sass/_wizards.scss */
9999
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev span {
10000
  padding-right: 10px;
10001
  background: url("../images/nav-lt.png") no-repeat right top;
10002
}
10003
/* line 713, ../sass/_wizards.scss */
10004
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus {
10005
  background-position: left bottom;
10006
}
10007
/* line 715, ../sass/_wizards.scss */
10008
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .prev:focus span {
10009
  background-position: right bottom;
10010
}
10011
/* line 720, ../sass/_wizards.scss */
10012
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next {
10013
  float: right;
10014
  height: 30px;
10015
  padding-right: 18px;
10016
  background: url("../images/nav-edge-rt.png") no-repeat right top;
10017
}
10018
/* line 725, ../sass/_wizards.scss */
10019
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next span {
10020
  padding-left: 10px;
10021
  background: url("../images/nav-rt.png") no-repeat left top;
10022
  float: right;
10023
}
10024
/* line 732, ../sass/_wizards.scss */
10025
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus {
10026
  background-position: right bottom;
10027
}
10028
/* line 734, ../sass/_wizards.scss */
10029
.body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:hover span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next.active span, .body-wrapper .overlay-area-custom .overlay-div.wizard .bottom .next:focus span {
10030
  background-position: left bottom;
10031
  float: right;
10032
}
10033

    
10034
/* line 752, ../sass/_wizards.scss */
10035
#network-wizard a.nav:focus {
10036
  border: none;
10037
}
10038
/* line 755, ../sass/_wizards.scss */
10039
#network-wizard a.radio_btn:focus, #network-wizard a.check:focus {
10040
  border: 1px solid #aee7cc;
10041
  padding: 2px;
10042
}
10043
/* line 760, ../sass/_wizards.scss */
10044
#network-wizard .snf-checkbox-checked, #network-wizard .snf-checkbox-unchecked {
10045
  font-size: 1.3em;
10046
}
10047
/* line 763, ../sass/_wizards.scss */
10048
#network-wizard .subnet_options {
10049
  margin: 0;
10050
}
10051
/* line 765, ../sass/_wizards.scss */
10052
#network-wizard .subnet_options li {
10053
  margin-top: 20px;
10054
}
10055
/* line 770, ../sass/_wizards.scss */
10056
#network-wizard .step a {
10057
  color: white;
10058
}
10059
/* line 771, ../sass/_wizards.scss */
10060
#network-wizard .step .network_options {
10061
  position: relative;
10062
  padding-bottom: 20px;
10063
}
10064
/* line 774, ../sass/_wizards.scss */
10065
#network-wizard .step .network_options .explanatory {
10066
  font-size: 0.75em;
10067
  margin-top: 20px;
10068
  margin-bottom: 60px;
10069
}
10070
/* line 779, ../sass/_wizards.scss */
10071
#network-wizard .step .network_options .check, #network-wizard .step .network_options .radio_btn {
10072
  position: absolute;
10073
  right: 0;
10074
}
10075
/* line 782, ../sass/_wizards.scss */
10076
#network-wizard .step .network_options .check:focus, #network-wizard .step .network_options .radio_btn:focus {
10077
  right: -3px;
10078
  top: -3px;
10079
}
10080
/* line 787, ../sass/_wizards.scss */
10081
#network-wizard .step .network_options .network-name {
10082
  margin: 40px 0;
10083
}
10084
/* line 789, ../sass/_wizards.scss */
10085
#network-wizard .step .network_options .network-name h2 {
10086
  color: white;
10087
  font-size: 1em;
10088
}
10089
/* line 796, ../sass/_wizards.scss */
10090
#network-wizard .step .network_options li {
10091
  display: block;
10092
  width: 360px;
10093
}
10094
/* line 799, ../sass/_wizards.scss */
10095
#network-wizard .step .network_options li.manual {
10096
  position: relative;
10097
}
10098
/* line 801, ../sass/_wizards.scss */
10099
#network-wizard .step .network_options li.manual .input {
10100
  position: absolute;
10101
  right: -170px;
10102
  width: 150px;
10103
  bottom: 5px;
10104
  display: none;
10105
}
10106
/* line 809, ../sass/_wizards.scss */
10107
#network-wizard .step .network_options li.project-selection li {
10108
  width: 100%;
10109
}
10110

    
10111
/* line 820, ../sass/_wizards.scss */
10112
#volume-wizard a.nav:focus {
10113
  border: none;
10114
}
10115
/* line 823, ../sass/_wizards.scss */
10116
#volume-wizard a.radio_btn:focus, #volume-wizard a.check:focus {
10117
  border: 1px solid #aee7cc;
10118
  padding: 2px;
10119
}
10120
/* line 828, ../sass/_wizards.scss */
10121
#volume-wizard .snf-checkbox-checked, #volume-wizard .snf-checkbox-unchecked {
10122
  font-size: 1.3em;
10123
}
10124
/* line 832, ../sass/_wizards.scss */
10125
#volume-wizard .step a {
10126
  color: white;
10127
}
10128
/* line 835, ../sass/_wizards.scss */
10129
#volume-wizard .step p {
10130
  font-size: 14px;
10131
  line-height: 1;
10132
}
10133
/* line 839, ../sass/_wizards.scss */
10134
#volume-wizard .step h2 {
10135
  color: white;
10136
  font-size: 1em;
10137
}
10138
/* line 844, ../sass/_wizards.scss */
10139
#volume-wizard .step .volume_options > li {
10140
  display: block;
10141
  list-style: none outside none;
10142
  margin-bottom: 30px;
10143
}
10144
/* line 846, ../sass/_wizards.scss */
10145
#volume-wizard .step .volume_options > li.volume-name {
10146
  margin: 40px 0;
10147
}
10148
/* line 851, ../sass/_wizards.scss */
10149
#volume-wizard .step .volume_options > li .title {
10150
  height: 40px;
10151
  overflow: hidden;
10152
  margin-bottom: 0.5em;
10153
  color: white;
10154
  vertical-align: top;
10155
}
10156
/* line 858, ../sass/_wizards.scss */
10157
#volume-wizard .step .volume_options > li .title .snf-font {
10158
  display: block;
10159
  width: 60px;
10160
  font-size: 38px;
10161
  float: left;
10162
  position: relative;
10163
  bottom: -3px;
10164
}
10165
/* line 866, ../sass/_wizards.scss */
10166
#volume-wizard .step .volume_options > li .title h2 {
10167
  font-size: 0.875em;
10168
  float: left;
10169
  width: 140px;
10170
  color: white;
10171
  margin-right: 60px;
10172
  padding-left: 0.625em;
10173
}
10174
/* line 868, ../sass/_wizards.scss */
10175
#volume-wizard .step .volume_options > li .title h2 span {
10176
  font-weight: normal;
10177
}
10178
/* line 876, ../sass/_wizards.scss */
10179
#volume-wizard .step .volume_options > li .title h2 em {
10180
  display: block;
10181
  margin-top: 4px;
10182
  font-size: 11px;
10183
  font-style: normal;
10184
  font-weight: normal;
10185
  white-space: nowrap;
10186
  line-height: 13px;
10187
}
10188
/* line 886, ../sass/_wizards.scss */
10189
#volume-wizard .step .volume_options > li .title p {
10190
  visibility: hidden;
10191
  overflow: hidden;
10192
  min-height: 40px;
10193
  font-size: 11px;
10194
  line-height: 11px;
10195
}
10196
/* line 896, ../sass/_wizards.scss */
10197
#volume-wizard .step .volume_options > li .options-bar .bar {
10198
  width: 200px;
10199
  float: left;
10200
  margin-right: 60px;
10201
  height: 20px;
10202
  position: relative;
10203
  top: 10px;
10204
}
10205
/* line 903, ../sass/_wizards.scss */
10206
#volume-wizard .step .volume_options > li .options-bar .bar .wrap {
10207
  border: 1px solid white;
10208
  padding: 1px;
10209
  height: 100%;
10210
}
10211
/* line 907, ../sass/_wizards.scss */
10212
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar {
10213
  border-color: #bebebe;
10214
}
10215
/* line 910, ../sass/_wizards.scss */
10216
#volume-wizard .step .volume_options > li .options-bar .bar .wrap.disabled-progress-bar .container .total {
10217
  background-color: #bebebe;
10218
}
10219
/* line 915, ../sass/_wizards.scss */
10220
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container {
10221
  height: 100%;
10222
}
10223
/* line 917, ../sass/_wizards.scss */
10224
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total {
10225
  background: #bebebe;
10226
  height: 100%;
10227
  float: left;
10228
  position: relative;
10229
}
10230
/* line 922, ../sass/_wizards.scss */
10231
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total .current {
10232
  background: white;
10233
  height: 100%;
10234
  float: left;
10235
}
10236
/* line 927, ../sass/_wizards.scss */
10237
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total span {
10238
  position: absolute;
10239
  right: 10px;
10240
  font-size: 0.5625em;
10241
  top: 2px;
10242
}
10243
/* line 934, ../sass/_wizards.scss */
10244
#volume-wizard .step .volume_options > li .options-bar .bar .wrap .container .total.low span {
10245
  right: -30px;
10246
  color: white;
10247
}
10248
/* line 943, ../sass/_wizards.scss */
10249
#volume-wizard .step .volume_options > li .options-bar .options {
10250
  overflow: hidden;
10251
  list-style: none outside none;
10252
}
10253
/* line 946, ../sass/_wizards.scss */
10254
#volume-wizard .step .volume_options > li .options-bar .options li {
10255
  list-style: none outside none;
10256
  display: inline-block;
10257
  margin-right: 10px;
10258
  margin-bottom: 0;
10259
}
10260
/* line 951, ../sass/_wizards.scss */
10261
#volume-wizard .step .volume_options > li .options-bar .options li a {
10262
  min-width: 60px;
10263
}
10264
/* line 954, ../sass/_wizards.scss */
10265
#volume-wizard .step .volume_options > li .options-bar .options li a.current {
10266
  color: #485057;
10267
}
10268
/* line 957, ../sass/_wizards.scss */
10269
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled {
10270
  border-color: #bebebe;
10271
  color: #bebebe;
10272
}
10273
/* line 960, ../sass/_wizards.scss */
10274
#volume-wizard .step .volume_options > li .options-bar .options li a.disabled:hover, #volume-wizard .step .volume_options > li .options-bar .options li a.disabled:active {
10275
  cursor: default;
10276
  border-width: 1px;
10277
  line-height: 28px;
10278
}
10279
/* line 973, ../sass/_wizards.scss */
10280
#volume-wizard .step .explain {
10281
  margin-bottom: 1em;
10282
}
10283

    
10284
/*
10285

10286
Overlays (Todo: clean up)
10287

10288
*/
10289
/* line 6, ../sass/_overlays.scss */
10290
body.with-overlay {
10291
  background: #485057;
10292
}
10293
/* line 8, ../sass/_overlays.scss */
10294
body.with-overlay .main {
10295
  opacity: 0;
10296
}
10297

    
10298
/* line 14, ../sass/_overlays.scss */
10299
.body-wrapper {
10300
  position: relative;
10301
  left: 0;
10302
  top: 0;
10303
}
10304
/* line 18, ../sass/_overlays.scss */
10305
.body-wrapper .welcome {
10306
  display: none;
10307
}
10308
/* line 21, ../sass/_overlays.scss */
10309
.body-wrapper.no-vm {
10310
  background: url(../images/draw-welcome.png) no-repeat center 50px #30c79e;
10311
}
10312
/* line 23, ../sass/_overlays.scss */
10313
.body-wrapper.no-vm .welcome {
10314
  display: none;
10315
  color: #fff;
10316
  text-align: center;
10317
  position: relative;
10318
  top: -15px;
10319
  left: 75px;
10320
  display: block;
10321
}
10322
/* line 33, ../sass/_overlays.scss */
10323
.body-wrapper .reveal-modal {
10324
  padding: 65px 140px 40px;
10325
}
10326
/* line 35, ../sass/_overlays.scss */
10327
.body-wrapper .reveal-modal h3 {
10328
  font-size: 1em;
10329
}
10330
/* line 38, ../sass/_overlays.scss */
10331
.body-wrapper .reveal-modal p {
10332
  color: white;
10333
  text-align: center;
10334
}
10335
/* line 41, ../sass/_overlays.scss */
10336
.body-wrapper .reveal-modal p.message-forimg {
10337
  margin-top: 132px;
10338
  margin-bottom: 35px;
10339
}
10340
/* line 46, ../sass/_overlays.scss */
10341
.body-wrapper .reveal-modal p.buttons a:first-child {
10342
  margin-right: 25px;
10343
}
10344
/* line 51, ../sass/_overlays.scss */
10345
.body-wrapper .reveal-modal#start-confirm {
10346
  background: #30c79e url("../images/shutdown.png") no-repeat center 50px;
10347
}
10348
/* line 54, ../sass/_overlays.scss */
10349
.body-wrapper .reveal-modal#reboot-confirm {
10350
  background: #ff7049 url("../images/restart.png") no-repeat center 50px;
10351
}
10352
/* line 56, ../sass/_overlays.scss */
10353
.body-wrapper .reveal-modal#reboot-confirm .btn4 {
10354
  background-color: #ff7049;
10355
  border-color: white;
10356
}
10357
/* line 59, ../sass/_overlays.scss */
10358
.body-wrapper .reveal-modal#reboot-confirm .btn4:hover {
10359
  color: #ff7049;
10360
  background-color: white;
10361
  border-color: #ff7049;
10362
}
10363
/* line 66, ../sass/_overlays.scss */
10364
.body-wrapper .reveal-modal#shutdown-confirm {
10365
  background: #ff7049 url("../images/shutdown.png") no-repeat center 50px;
10366
}
10367
/* line 68, ../sass/_overlays.scss */
10368
.body-wrapper .reveal-modal#shutdown-confirm .btn4 {
10369
  background-color: #ff7049;
10370
  border-color: white;
10371
}
10372
/* line 71, ../sass/_overlays.scss */
10373
.body-wrapper .reveal-modal#shutdown-confirm .btn4:hover {
10374
  color: #ff7049;
10375
  background-color: white;
10376
  border-color: #ff7049;
10377
}
10378
/* line 78, ../sass/_overlays.scss */
10379
.body-wrapper .reveal-modal#destroy-vm-confirm {
10380
  background: #d7145a url("../images/destroy-vm.png") no-repeat center 46px;
10381
}
10382
/* line 80, ../sass/_overlays.scss */
10383
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4 {
10384
  background-color: #d7145a;
10385
  border-color: white;
10386
}
10387
/* line 83, ../sass/_overlays.scss */
10388
.body-wrapper .reveal-modal#destroy-vm-confirm .btn4:hover {
10389
  color: #d7145a;
10390
  background-color: white;
10391
  border-color: #d7145a;
10392
}
10393
/* line 90, ../sass/_overlays.scss */
10394
.body-wrapper .reveal-modal#destroy-network-confirm {
10395
  background: #d7145a url("../images/destroy-network-1.png") no-repeat center 50px;
10396
}
10397
/* line 92, ../sass/_overlays.scss */
10398
.body-wrapper .reveal-modal#destroy-network-confirm .btn4 {
10399
  background-color: #d7145a;
10400
  border-color: white;
10401
}
10402
/* line 95, ../sass/_overlays.scss */
10403
.body-wrapper .reveal-modal#destroy-network-confirm .btn4:hover {
10404
  color: #d7145a;
10405
  background-color: white;
10406
  border-color: #d7145a;
10407
}
10408
/* line 102, ../sass/_overlays.scss */
10409
.body-wrapper .reveal-modal#destroy-disk-confirm {
10410
  background: #d7145a url("../images/destroy-disk.png") no-repeat center 50px;
10411
}
10412
/* line 104, ../sass/_overlays.scss */
10413
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4 {
10414
  background-color: #d7145a;
10415
  border-color: white;
10416
}
10417
/* line 107, ../sass/_overlays.scss */
10418
.body-wrapper .reveal-modal#destroy-disk-confirm .btn4:hover {
10419
  color: #d7145a;
10420
  background-color: white;
10421
  border-color: #d7145a;
10422
}
10423
/* line 116, ../sass/_overlays.scss */
10424
.body-wrapper .reveal-modal#vm-connect p, .body-wrapper .reveal-modal.remove p {
10425
  text-align: left;
10426
  color: black;
10427
}
10428
/* line 119, ../sass/_overlays.scss */
10429
.body-wrapper .reveal-modal#vm-connect p.info, .body-wrapper .reveal-modal.remove p.info {
10430
  font-style: italic;
10431
  font-size: 0.8125em;
10432
  color: #9e9ea1;
10433
}
10434
/* line 124, ../sass/_overlays.scss */
10435
.body-wrapper .reveal-modal#vm-connect p.ssh, .body-wrapper .reveal-modal.remove p.ssh {
10436
  text-align: center;
10437
}
10438
/* line 126, ../sass/_overlays.scss */
10439
.body-wrapper .reveal-modal#vm-connect p.ssh span, .body-wrapper .reveal-modal.remove p.ssh span {
10440
  display: inline;
10441
  padding: 10px 30px;
10442
  background: #30c79e;
10443
  color: #fff;
10444
}
10445
/* line 133, ../sass/_overlays.scss */
10446
.body-wrapper .reveal-modal#vm-connect p.buttons, .body-wrapper .reveal-modal.remove p.buttons {
10447
  text-align: center;
10448
}
10449
/* line 137, ../sass/_overlays.scss */
10450
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal, .body-wrapper .reveal-modal.remove .close-reveal-modal {
10451
  color: #485057;
10452
}
10453
/* line 139, ../sass/_overlays.scss */
10454
.body-wrapper .reveal-modal#vm-connect .close-reveal-modal:hover, .body-wrapper .reveal-modal.remove .close-reveal-modal:hover {
10455
  color: #30c79e;
10456
}
10457
/* line 145, ../sass/_overlays.scss */
10458
.body-wrapper .overlay-area-custom {
10459
  display: none;
10460
  position: absolute;
10461
  left: 0;
10462
  right: 0;
10463
  top: -30px;
10464
  width: 100%;
10465
  height: 100%;
10466
  background: #485057;
10467
  z-index: 20;
10468
}
10469
/* line 155, ../sass/_overlays.scss */
10470
.body-wrapper .overlay-area-custom .overlay-div {
10471
  display: none;
10472
  z-index: 50;
10473
  position: relative;
10474
  background: #fff;
10475
  top: 20%;
10476
  left: 25%;
10477
  width: 50%;
10478
  padding: 25px;
10479
}
10480
/* line 165, ../sass/_overlays.scss */
10481
.body-wrapper .overlay-area-custom .overlay-div .buttons a {
10482
  margin-right: 20px;
10483
}
10484
/* line 169, ../sass/_overlays.scss */
10485
.body-wrapper .overlay-area-custom .overlay-div .close {
10486
  float: right;
10487
  font-size: 30px;
10488
}
10489
/* line 173, ../sass/_overlays.scss */
10490
.body-wrapper .overlay-area-custom .overlay-div.upload-widget {
10491
  background: transparent;
10492
  padding: 45px 0;
10493
  width: 80%;
10494
  left: 10%;
10495
  border: 1px solid white;
10496
}
10497

    
10498
/* line 185, ../sass/_overlays.scss */
10499
.communication-error {
10500
  background-color: #e02b2b;
10501
  color: white;
10502
  position: fixed;
10503
  bottom: -151px;
10504
  left: 0px;
10505
  width: 100%;
10506
  padding-top: 30px;
10507
  padding-bottom: 15px;
10508
  z-index: 10;
10509
}
10510
/* line 196, ../sass/_overlays.scss */
10511
.communication-error p {
10512
  text-align: center;
10513
  line-height: 2em;
10514
  margin: 0 auto;
10515
  max-width: 800px;
10516
}
10517
/* line 201, ../sass/_overlays.scss */
10518
.communication-error p.buttons {
10519
  margin-top: 10px;
10520
}
10521
/* line 203, ../sass/_overlays.scss */
10522
.communication-error p.buttons a:not(:first-child) {
10523
  margin-left: 15px;
10524
}
10525

    
10526
/* Responive ------------------------------------------------ */
10527
@media only screen and (max-width: 768px) {
10528
  /* line 216, ../sass/_overlays.scss */
10529
  .wizard .top {
10530
    position: static;
10531
  }
10532
  /* line 219, ../sass/_overlays.scss */
10533
  .wizard .middle {
10534
    padding-top: 0;
10535
  }
10536

    
10537
  /* line 224, ../sass/_overlays.scss */
10538
  .body-wrapper .overlay-area {
10539
    top: 0;
10540
  }
10541
}
10542
/* line 3, ../sass/_sshkeys-wizard.scss */
10543
body .body-wrapper .overlay-area-reveal .secondary-wizard {
10544
  padding-left: 60px;
10545
  padding-right: 60px;
10546
}
10547
/* line 6, ../sass/_sshkeys-wizard.scss */
10548
body .body-wrapper .overlay-area-reveal .secondary-wizard h2 {
10549
  font-size: 1.5em;
10550
}
10551
/* line 10, ../sass/_sshkeys-wizard.scss */
10552
body .body-wrapper .overlay-area-reveal .secondary-wizard p {
10553
  font-size: 14px;
10554
  color: black;
10555
  text-align: left;
10556
}
10557
/* line 14, ../sass/_sshkeys-wizard.scss */
10558
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons {
10559
  text-align: center;
10560
}
10561
/* line 16, ../sass/_sshkeys-wizard.scss */
10562
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a {
10563
  background-color: white;
10564
  text-decoration: none;
10565
  color: #30c79e;
10566
  border-color: #30c79e;
10567
}
10568
/* line 21, ../sass/_sshkeys-wizard.scss */
10569
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a:first-child {
10570
  margin-right: 20px;
10571
}
10572
/* line 30, ../sass/_sshkeys-wizard.scss */
10573
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.current {
10574
  color: white;
10575
  background-color: #30c79e;
10576
  border-color: white;
10577
}
10578
/* line 35, ../sass/_sshkeys-wizard.scss */
10579
body .body-wrapper .overlay-area-reveal .secondary-wizard p.buttons a.close-reveal-modal {
10580
  position: initial;
10581
}
10582
/* line 41, ../sass/_sshkeys-wizard.scss */
10583
body .body-wrapper .overlay-area-reveal .secondary-wizard h4 {
10584
  display: inline-block;
10585
  margin-right: 15px;
10586
  font-size: 14px;
10587
  font-weight: normal;
10588
  color: #4d4d4d;
10589
}
10590
/* line 48, ../sass/_sshkeys-wizard.scss */
10591
body .body-wrapper .overlay-area-reveal .secondary-wizard .generate-key-area {
10592
  display: none;
10593
  height: 225px;
10594
  border: 1px solid transparent;
10595
  padding: 10px;
10596
  background-color: rgba(145, 145, 148, 0.31);
10597
  width: 450px;
10598
  margin: 0 auto;
10599
}
10600
/* line 58, ../sass/_sshkeys-wizard.scss */
10601
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area {
10602
  display: none;
10603
  height: 485px;
10604
  border: 1px solid transparent;
10605
  padding: 10px;
10606
  background-color: rgba(145, 145, 148, 0.31);
10607
  width: 450px;
10608
  margin: 0 auto;
10609
}
10610
/* line 66, ../sass/_sshkeys-wizard.scss */
10611
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area h4 {
10612
  float: left;
10613
  min-width: 80px;
10614
}
10615
/* line 71, ../sass/_sshkeys-wizard.scss */
10616
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-webkit-input-placeholder {
10617
  text-align: center;
10618
}
10619
/* line 75, ../sass/_sshkeys-wizard.scss */
10620
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-moz-placeholder {
10621
  /* Firefox 18- */
10622
  text-align: center;
10623
}
10624
/* line 79, ../sass/_sshkeys-wizard.scss */
10625
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name ::-moz-placeholder {
10626
  /* Firefox 19+ */
10627
  text-align: center;
10628
}
10629
/* line 83, ../sass/_sshkeys-wizard.scss */
10630
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name :-ms-input-placeholder {
10631
  text-align: center;
10632
}
10633
/* line 86, ../sass/_sshkeys-wizard.scss */
10634
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name h4 {
10635
  position: relative;
10636
  bottom: -5px;
10637
}
10638
/* line 90, ../sass/_sshkeys-wizard.scss */
10639
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-name .key-name-input {
10640
  color: #485057;
10641
}
10642
/* line 94, ../sass/_sshkeys-wizard.scss */
10643
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content {
10644
  margin-top: 25px;
10645
}
10646
/* line 96, ../sass/_sshkeys-wizard.scss */
10647
body .body-wrapper .overlay-area-reveal .secondary-wizard .import-key-area .key-content textarea {
10648
  min-height: 250px;
10649
  width: 328px;
10650
}
10651
/* line 102, ../sass/_sshkeys-wizard.scss */
10652
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal {
10653
  color: black;
10654
}
10655
/* line 104, ../sass/_sshkeys-wizard.scss */
10656
body .body-wrapper .overlay-area-reveal .secondary-wizard .close-reveal-modal:hover {
10657
  color: #30c79e;
10658
}
10659
/* line 108, ../sass/_sshkeys-wizard.scss */
10660
body .body-wrapper .overlay-area-reveal .secondary-wizard ul {
10661
  list-style-type: none;
10662
}
10663
/* line 110, ../sass/_sshkeys-wizard.scss */
10664
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li {
10665
  clear: left;
10666
  padding: 4px 10px;
10667
  border: 1px solid transparent;
10668
  text-align: left;
10669
  font-weight: normal;
10670
  height: 32px;
10671
}
10672
/* line 118, ../sass/_sshkeys-wizard.scss */
10673
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .name-col {
10674
  float: left;
10675
  width: 42%;
10676
}
10677
/* line 122, ../sass/_sshkeys-wizard.scss */
10678
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col {
10679
  float: left;
10680
  width: 56%;
10681
  visibility: visible;
10682
}
10683
/* line 127, ../sass/_sshkeys-wizard.scss */
10684
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li .actions-col a:not(:last-child) {
10685
  margin-right: 10px;
10686
}
10687
/* line 131, ../sass/_sshkeys-wizard.scss */
10688
body .body-wrapper .overlay-area-reveal .secondary-wizard ul li:hover {
10689
  border-color: #30c79e;
10690
}
10691

    
10692
/*
10693
* Used for connected elements in details page.
10694
* Each icon is unique and therefore, customization
10695
* is needed for different entities.
10696
*/
10697
/* line 16, ../sass/_connected.scss */
10698
.connected {
10699
  position: relative;
10700
  border-left: 2px solid #30c79e;
10701
  left: 145px;
10702
  top: -80px;
10703
  padding-top: 80px;
10704
}
10705
/* line 20, ../sass/_connected.scss */
10706
.connected .item {
10707
  padding-top: 40px;
10708
  position: relative;
10709
}
10710
/* line 23, ../sass/_connected.scss */
10711
.connected .item .what {
10712
  padding: 10px 0 20px;
10713
}
10714
/* line 26, ../sass/_connected.scss */
10715
.connected .item .what .img-wrap {
10716
  width: 165px;
10717
  text-align: center;
10718
  position: relative;
10719
  display: block;
10720
}
10721
/* line 31, ../sass/_connected.scss */
10722
.connected .item .what .img-wrap .snf-font {
10723
  font-size: 60px;
10724
}
10725
/* line 35, ../sass/_connected.scss */
10726
.connected .item .what h4 {
10727
  position: absolute;
10728
  top: 20px;
10729
  left: 165px;
10730
  font-size: 1em;
10731
}
10732
/* line 40, ../sass/_connected.scss */
10733
.connected .item .what h4 .status {
10734
  font-weight: normal;
10735
  display: block;
10736
  font-size: 0.875em;
10737
}
10738
/* line 47, ../sass/_connected.scss */
10739
.connected .item .clearfix, .connected .item .list-view .items-list > li, .list-view .connected .item .items-list > li, .connected .item .storage-progress .items-list > li, .storage-progress .connected .item .items-list > li, .connected .item .details .top, .details .connected .item .top, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os .connected .item li, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details dl, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .os li .details .connected .item dl, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .title, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .connected .item .title, .connected .item .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .options-bar, .body-wrapper .overlay-area-custom .overlay-div.wizard .middle .step .flavor li .connected .item .options-bar, .connected .item #volume-wizard .step .volume_options > li .title, #volume-wizard .step .volume_options > li .connected .item .title, .connected .item #volume-wizard .step .volume_options > li .options-bar, #volume-wizard .step .volume_options > li .connected .item .options-bar, .connected .item .what, .connected .item .connections > li {
10740
  position: relative;
10741
}
10742
/* line 50, ../sass/_connected.scss */
10743
.connected .item .connections {
10744
  list-style: none outside none;
10745
  margin: 0;
10746
  padding: 0;
10747
  float: left;
10748
}
10749
/* line 55, ../sass/_connected.scss */
10750
.connected .item .connections > li {
10751
  list-style: none outside none;
10752
  margin: 0;
10753
  padding: 0;
10754
  position: relative;
10755
  margin-bottom: 10px;
10756
}
10757
/* line 62, ../sass/_connected.scss */
10758
.connected .item .connections > li .icon {
10759
  width: 165px;
10760
  text-align: center;
10761
  border-top: 2px solid #30c79e;
10762
  float: left;
10763
}
10764
/* line 67, ../sass/_connected.scss */
10765
.connected .item .connections > li .icon span {
10766
  position: relative;
10767
  top: -20px;
10768
  background-color: #bebebe;
10769
  padding: 0px 10px;
10770
  font-size: 30px;
10771
  line-height: 120%;
10772
}
10773
/* line 76, ../sass/_connected.scss */
10774
.connected .item .connections > li .act {
10775
  position: absolute;
10776
  left: 0;
10777
  top: -9px;
10778
  display: block;
10779
  height: 20px;
10780
  width: 65px;
10781
  background: url(../images/connected.png) no-repeat 25px center;
10782
  z-index: 2;
10783
  -moz-transition: none;
10784
  -webkit-transition: none;
10785
  transition: none;
10786
}
10787
/* line 88, ../sass/_connected.scss */
10788
.connected .item .connections > li .act.open {
10789
  background: url(../images/disconnected.png) no-repeat 0 0 white;
10790
  -moz-transition: none;
10791
  -webkit-transition: none;
10792
  transition: none;
10793
}
10794
/* line 95, ../sass/_connected.scss */
10795
.connected .item .connections > li .data {
10796
  float: left;
10797
  position: relative;
10798
  top: -15px;
10799
  width: 350px;
10800
}
10801
/* line 100, ../sass/_connected.scss */
10802
.connected .item .connections > li .data ul {
10803
  padding: 5px 0 0;
10804
  margin: 0;
10805
  background-color: #bebebe;
10806
}
10807
/* line 104, ../sass/_connected.scss */
10808
.connected .item .connections > li .data ul li {
10809
  font-size: 0.75em;
10810
  list-style: none outside none;
10811
  padding: 0 10px 10px 10px;
10812
}
10813
/* line 108, ../sass/_connected.scss */
10814
.connected .item .connections > li .data ul li h5 {
10815
  float: left;
10816
  margin: 0;
10817
  line-height: 1.3em;
10818
}
10819
/* line 112, ../sass/_connected.scss */
10820
.connected .item .connections > li .data ul li h5.ip-data {
10821
  width: 10%;
10822
}
10823
/* line 115, ../sass/_connected.scss */
10824
.connected .item .connections > li .data ul li h5.volume-data {
10825
  width: 35%;
10826
}
10827
/* line 119, ../sass/_connected.scss */
10828
.connected .item .connections > li .data ul li p {
10829
  overflow: hidden;
10830
  padding-left: 10px;
10831
  margin: 0;
10832
  line-height: 1.3em;
10833
}
10834

    
10835
/* line 133, ../sass/_connected.scss */
10836
.connect-new {
10837
  position: absolute;
10838
  bottom: -150px;
10839
  left: 0;
10840
  width: 165px;
10841
  text-align: center;
10842
  padding-top: 100px;
10843
  background: url(../images/dashed_atom.png) repeat-y left center;
10844
  margin-bottom: 50px;
10845
  margin-left: -1px;
10846
}
10847
/* line 143, ../sass/_connected.scss */
10848
.connect-new .img-wrap {
10849
  position: relative;
10850
  display: block;
10851
  width: 82.5px;
10852
  height: 2px;
10853
  background: url(../images/dashed_atom-x.png) repeat-x left top;
10854
  overflow: inherit;
10855
}
10856
/* line 150, ../sass/_connected.scss */
10857
.connect-new .img-wrap > a {
10858
  display: block;
10859
  position: absolute;
10860
  left: 0;
10861
  top: 0;
10862
  width: 165px;
10863
  text-align: center;
10864
  margin: -20px 0 0;
10865
}
10866
/* line 158, ../sass/_connected.scss */
10867
.connect-new .img-wrap > a .snf-font {
10868
  color: #485057;
10869
  font-size: 3.75em;
10870
}
10871
/* line 162, ../sass/_connected.scss */
10872
.connect-new .img-wrap > a .snf-network-full {
10873
  position: relative;
10874
  top: -9px;
10875
}
10876
/* line 167, ../sass/_connected.scss */
10877
.connect-new .img-wrap > a:hover span {
10878
  color: #30c79e;
10879
}
10880
/* line 173, ../sass/_connected.scss */
10881
.connect-new p {
10882
  position: absolute;
10883
  left: 165px;
10884
  width: 350px;
10885
  text-align: left;
10886
  font-size: 0.875em;
10887
  top: 90px;
10888
}
10889
/* line 181, ../sass/_connected.scss */
10890
.connect-new.network p {
10891
  top: 90px;
10892
}
10893
/* line 184, ../sass/_connected.scss */
10894
.connect-new.disk p {
10895
  top: 94px;
10896
}
10897

    
10898
/* line 190, ../sass/_connected.scss */
10899
.network .connected {
10900
  left: 143px;
10901
  top: -80px;
10902
  padding-top: 80px;
10903
}
10904

    
10905
/* line 194, ../sass/_connected.scss */
10906
.firewall {
10907
  float: left;
10908
  margin-left: 20px;
10909
  border: 1px solid #bebebe;
10910
  padding: 5px 20px;
10911
  position: absolute;
10912
  left: 515px;
10913
  top: -15px;
10914
  font-size: 0.75em;
10915
  white-space: nowrap;
10916
  background-color: #fff;
10917
}
10918
/* line 205, ../sass/_connected.scss */
10919
.firewall p {
10920
  margin: 0;
10921
}
10922
/* line 207, ../sass/_connected.scss */
10923
.firewall p em {
10924
  color: #30c79e;
10925
}
10926
/* line 211, ../sass/_connected.scss */
10927
.firewall .more {
10928
  margin-top: 10px;
10929
  display: none;
10930
}
10931
/* line 214, ../sass/_connected.scss */
10932
.firewall .more p {
10933
  min-width: 200px;
10934
}
10935
/* line 216, ../sass/_connected.scss */
10936
.firewall .more p span {
10937
  float: right;
10938
  font-size: 0.875em;
10939
  height: 14px;
10940
  line-height: 22px;
10941
}
10942
/* line 222, ../sass/_connected.scss */
10943
.firewall .more p em {
10944
  float: right;
10945
  margin: 0 5px 0 20px;
10946
  width: 15px;
10947
  display: inline-block;
10948
}
10949
/* line 231, ../sass/_connected.scss */
10950
.firewall.unprotected > p em,
10951
.firewall .unprotected a em {
10952
  color: #e02b2b;
10953
}
10954

    
10955
/* line 236, ../sass/_connected.scss */
10956
.details .placeholder {
10957
  height: 100px;
10958
}
10959

    
10960
/* line 6, ../sass/_images.scss */
10961
.images.grid-view .items-list > li .img-wrap .os.symbol {
10962
  top: -47px;
10963
  color: white;
10964
}
10965
/* line 18, ../sass/_images.scss */
10966
.images.list-view .items-list > li .img-wrap .os.symbol {
10967
  font-size: 16px;
10968
  color: white;
10969
}
10970

    
10971
/* line 6, ../sass/_snapshots.scss */
10972
.snapshots.grid-view .items-list > li .img-wrap .snf-font {
10973
  font-size: 3.75em-pxCalc(0.1em);
10974
}
10975
/* line 18, ../sass/_snapshots.scss */
10976
.snapshots.list-view .items-list > li .img-wrap .snf-font {
10977
  font-size: 34px-pxCalc(0.1em);
10978
}